/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #ffffff;
}

body {
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #FCFCFC;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
}



@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* animation: zoomInOut 2s ease-in-out infinite; */




/* ----------------------------------------- HEADER AREA START ------------------------ */
.header__area {
  padding-top: 35px;
  transition: all .3s ease-in-out;
}

.header__area.sticky {
  position: sticky;
  z-index: 99;
  box-shadow: 0 0 10px #00000094;
  padding: 15px 0;
  background-color: #1C3E7E;
}

.header__inner__blk {
  gap: 20px;
  justify-content: space-between;
}

.main__menu nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main__menu nav ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  transition: .3s all;
}

.main__menu nav ul li:hover a {
  color: #598EF4;
}

.header__right__blk {
  gap: 32px;
  flex: 0 0 auto;
}

.work__btn {
  width: 156px;
  color: #404143;
  background-color: #fff;
}

.header__btn {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
}

.header__btn span {
  font-size: 17px;
}

.work__btn:hover {
  background: transparent;
  color: #fff;
}

.header__btn a {
  transition: .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  gap: 20px;
  height: 38px;
  border: 1px solid #fff;
}

.contact__btn {
  color: #fff;
  width: 126px;
}

.contact__btn:hover {
  background-color: #fff;
  color: #404143;
}

/* ----------------------------------------- HEADER AREA END ------------------------ */


/* ----------------------------------------- HERO AREA START ------------------------ */
.hero__area {
  min-height: 1010px;
  background-size: 100% 100%;
  padding-top: 190px;
  margin-top: -75px;
}

.section__contents h2 {
  font-size: 55px;
  line-height: 70px;
  text-align: center;
  max-width: 828px;
  margin: 0 auto;
  margin-top: 20px;
}

.section__contents p {
  font-size: 15px;
  font-weight: 400;
  line-height: 70px;
  text-align: center;
}

.common__btn {
  font-size: 13px;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 25px;
  border: 1px solid #FFFFFF52;
  line-height: 1;
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
  display: inline-block;
  transition: .3s all;
}

.common__btn:hover {
  color: #598EF4;
  border-color: #598EF4;
}

.section__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.secondary__btn {
  background-color: #598EF4;
  width: 360px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #598EF4;
  font-size: 17px;
  font-weight: 600;
  transition: .3s ease-in;
  gap: 80px;
  box-shadow: 20px 20px 26px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow:
    20px 20px 26px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 20px 20px 26px 0px rgba(0, 0, 0, 0.29);
}

.secondary__btn:hover {
  background: transparent;
  border-color: #598EF4;
  color: #598EF4;
  box-shadow: 0 0 26px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow:
    0 0 26px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 0 26px 0px rgba(0, 0, 0, 0.29);
}

.open__menu {
  font-size: 22px;
  color: #fff;
}

.offcanvas__menu ul li {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}

.offcanvas__menu ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 5px 0;
  transition: all .3s ease-in-out;
}

.offcanvas__menu ul li:hover a {
  color: #598EF4;
}

.offcanvas-body .header__btn a {
  width: 50%;
  justify-content: space-between;
  padding: 0 10px;
}

.offcanvas-body .header__btn {
  margin-top: 40px;
}

#offcanvasExample {
  background-color: #183774;
}

.btn-close {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.single__page__image img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero__page__items .row {
  --bs-gutter-x: 52px;
  --bs-gutter-y: 30px;
}

.hero__page__items {
  margin-top: 100px;
}

.testimonial__slider {
  max-width: 588px;
  margin: 0 auto;
}

.testimonial__slider button img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

.testimonial__slider button {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-shadow: 10px 10px 18px 4px rgba(120, 120, 120, 0.32);
  -webkit-box-shadow: 10px 10px 18px 4px rgba(120, 120, 120, 0.32);
  -moz-box-shadow: 10px 10px 18px 4px rgba(120, 120, 120, 0.32);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.testimonial__slider button.owl-next {
  left: auto;
  right: -30px;
}

.testimonial__slider .owl-item.active .single__testimonial__item {
  opacity: 1;
}

.portfolio__area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  content: '';
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
  height: 95px;
  width: 100%;
}

.portfolio__slider {
  max-width: 832px;
}

/* ----------------------------------------- HERO AREA END ------------------------ */


/* ----------------------------------------- TESTIMONIAL AREA START ------------------------ */
.testimonial__area {
  padding-bottom: 140px;
  margin-top: -400px;
  overflow: hidden;
}

.testimonial__slider .owl-stage-outer {
  overflow: visible;
}

.hero__page__image {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.single__testimonial__item {
  border: 1px solid #DDDDDD;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0px 50px 55px -45px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 50px 55px -45px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 50px 55px -45px rgba(0, 0, 0, 0.36);
  opacity: 0.3;
  transition: all .3s ease-in-out;
}

.rate__icon {
  max-width: 155px;
  margin-bottom: 25px;
}

.testimonial__card__text h3 {
  font-size: 20px;
  line-height: 23px;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}

.testimonial__card__text p {
  font-weight: 300;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  margin: 0;
  color: #000;
}

.testimonial__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 25px;
}

.testimonial__profile img {
  height: 44px;
  width: auto !important;
}

.testimonial__profile a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 20px;
}

.welcome__btn {
  background: linear-gradient(to right, #598EF4 0%, #1D4186 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__welcome__btn .common__btn:hover {
  color: #fff;
  background-color: #598EF4;
}

.hero__contents .secondary__btn:hover {
  color: #fff;
}

.hero__welcome__btn a {
  border-color: #4B7CDA;
}

.deliver__btn .secondary__btn:hover {
  color: #fff;
}

.portfolio__area .deliver__btn .secondary__btn:hover {
  color: #598EF4;
}

.white__section__text h2 {
  color: #000000;
  max-width: 580px;
}

.white__section__text h2 span {
  color: #598EF4;
}

.testimonial__slider {
  margin-top: 60px;
}

.testimonial__user__icon {
  color: #000;
  font-size: 33px;
  line-height: 1;
}

/* ----------------------------------------- TESTIMONIAL AREA END ------------------------ */


/* ----------------------------------------- DELIVER AREA START ------------------------ */

.deliver__area {
  padding: 250px 0;
  background-size: 100% 100%;
}

.deliver__wrapper {
  margin: 80px 0;
}

.deliver__wrapper .row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 34px;
}

.deliver__btn {
  display: flex;
  justify-content: center;
}

.deliver__items__title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.single__deliver__items {
  padding: 20px;
  border-radius: 25px;
  background-color: #315698cc;
  border: 2px solid #5C79AF;
  height: 100%;
}

.deliver__icon {
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  border: 3px solid #2A4882;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deliver__icon img {
  height: 24px;
}

.deliver__items__title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.single__deliver__items p {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}

/* ----------------------------------------- DELIVER AREA END ------------------------ */


/* ----------------------------------------- PORTFOLIO AREA START ------------------------ */

.portfolio__area {
  padding-top: 70px;
  padding-bottom: 260px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.portfolio__slider {
  margin-top: 60px;
  margin-bottom: 100px;
}

.single__portfolio__slider img {
  border-radius: 16px;
}

.single__portfolio__slider {
  border: 10px solid #FDFDFD;
  border-radius: 15px;
  box-shadow: 0px 50px 55px -45px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 50px 55px -45px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 50px 55px -45px rgba(0, 0, 0, 0.36);
}

/* ----------------------------------------- PORTFOLIO AREA END ------------------------ */


/* ----------------------------------------- SETTLE AREA START ------------------------ */

.settle__area {
  padding-bottom: 218px;
  padding-top: 140px;
  overflow: hidden;
  position: relative;
  z-index: 22;
  background: linear-gradient(0deg, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.settle__area::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  content: '';
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
  height: 95px;
  width: 100%;
}

.settle__thumb {
  max-width: 830px;
  position: absolute;
  right: 0;
  margin-top: -150px;
}

.settle__content__block .section__contents h2 {
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
  font-size: 54px;
}

.settle__content__block .section__contents p {
  text-align: left;
  color: #000;
  max-width: 500px;
  line-height: 28px;
}

.settle__content__block .section__contents {
  display: block;
}

.service__text h2 {
  max-width: 826px;
}

.service__area {
  background-color: #fff;
  padding: 100px 0;
  overflow: hidden;
}

.service__content .secondary__btn {
  height: 38px;
  width: 190px;
  font-size: 13px;
  gap: 10px;
  justify-content: space-between;
  padding: 5px 15px;
  box-shadow: 10px 10px 20px 0px rgba(102, 102, 102, 0.38);
  -webkit-box-shadow: 10px 10px 20px 0px rgba(102, 102, 102, 0.38);
  -moz-box-shadow: 10px 10px 20px 0px rgba(102, 102, 102, 0.38);
}

.service__content .secondary__btn:hover {
  box-shadow: 0 0 20px 0px rgba(102, 102, 102, 0.38);
  -webkit-box-shadow: 0 0 20px 0px rgba(102, 102, 102, 0.38);
  -moz-box-shadow: 0 0 20px 0px rgba(102, 102, 102, 0.38);
}

.service__thumb {
  border-radius: 12px;
  overflow: hidden;
}

.service__content h4 {
  font-size: 27px;
  font-weight: 500;
  color: #000;
}

.service__content p {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

.single__service__wrap .row {
  --bs-gutter-x: 120px;
  --bs-gutter-y: 50px;
}

.single__service__wrap {
  margin-top: 100px;
}

.touch__form button.secondary__btn {
  width: 100%;
  border-radius: 10px;
  justify-content: space-between;
  padding: 10px 20px;
  height: 55px;
}

.touch__form .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 25px;
}

.touch__form__step label {
  font-size: 18px;
  color: #000;
  display: block;
}

.touch__form__step input,
.touch__form__step textarea {
  width: 100%;
  border: 1px solid transparent;
  font-weight: 500;
  padding: 11px 16px;
  border-radius: 10px;
  background-color: #F9F9F9;
  transition: all .3s ease-in-out;
  box-shadow: none !important;
  outline: none;
}

.touch__form__step input::placeholder,
.touch__form__step textarea::placeholder {
  color: #B0B0B0;
  transition: all .3s ease-in-out;

}

.touch__form__step input:focus,
.touch__form__step textarea:focus {
  border-color: #000000;
}

.touch__form__step input:focus::placeholder,
.touch__form__step textarea:focus::placeholder {
  color: #000000;
}

.touch__form__step textarea {
  height: 88px;
  resize: none;
}

.touch__form__inner {
  padding-top: 100px;
}

.touch__area {
  background-color: #fff;
  padding-top: 80px;
}

.touch__form {
  padding-top: 50px;
}

.breadcrumb__content h2 span {
  color: #899DC3;
}

.breadcrumb__content h2 {
  max-width: 639px;
}

.brand__image a img {
  border-radius: 15px;
  border: 1px solid #F2F2F2;
}

.breadcrumb__review h5 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.breadcrumb__review p {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.review__star {
  display: inline-block;
  margin-bottom: 6px;
}

.review__star img {
  height: 17px;
}

.breadcrumb__review {
  padding: 20px;
  border-radius: 10px;
  background-color: #4766A0C4;
  border: 1px solid #8092B6;
  text-align: center;
  width: 220px;
  flex: 0 0 auto;
}

.breadcrumb__review__area {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 20px;
}

.form__title h4 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}

.form__title h4 span {
  color: #598EF4;
}

.business__form {
  border-radius: 25px;
  padding: 60px;
  border: 1px solid #DBDBDB;
  background-color: #fff;
}




/* ----------------------------------------- SETTLE AREA END ------------------------ */


/* ----------------------------------------- FOOTER AREA START ------------------------ */
.footer__area {
  padding: 45px 0;
  background-size: 100% 100%;
  padding-top: 220px;
  padding-bottom: 120px;
  margin-top: -68px;
  position: relative;
}

.footer__copyright {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyright__text p {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.copyright__link a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  transition: all .3s ease-in-out;
}

.copyright__link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copyright__link a:hover {
  color: #598EF4;
}

.widget__title {
  font-size: 15px;
  color: #fff;
}

.footer__start {
  display: flex;
  gap: 70px;
}

.footer__identity__blk {
  flex: 0 0 auto;
}

.single__footer__list a {
  display: flex;
  font-size: 13px;
  align-items: center;
  gap: 5px;
  color: #fff;
  margin-top: 7px;
  transition: all .3s ease-in-out;
}

.single__footer__list a:hover {
  color: #333;
}

.footer__social__icon a {
  height: 33px;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all .3s ease-in-out;
  color: #3938C2;
}

.footer__social__icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
}

.footer__social__icon a:hover {
  background-color: #4C8EF4;
  color: #fff;
}


.identity__bottom__content p {
  font-size: 18px;
  font-weight: 600;
  max-width: 224px;
  margin-bottom: 0;
  margin-top: 25px;
}

.social__title h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.marketing__card__wrap .row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 25px;
}

.hero__slide__wrap .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  left: -15px;
}

.hero__slide__wrap .owl-nav button.owl-next {
  left: auto;
  right: -15px;
}

/* ----------------------------------------- FOOTER AREA END ------------------------ */


/*-------- Custom  radio button Style Start --------*/





/* Customize the label (the container) */
/* The container */
.radio-rd .container-rd {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height:125px;
}

/* Hide the browser's default radio button */
.radio-rd .container-rd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-rd .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.radio-rd .container-rd:hover input~.checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.radio-rd .container-rd input:checked~.checkmark {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-rd .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-rd .container-rd input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-rd .container-rd .checkmark::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}

.container-rd .radio_text {
  margin: 0;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 600;
  position: relative;
  color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */


/*-------- Custom  radio button Style End --------*/
.business__form .secondary__btn {
  height: 55px;
  border-radius: 12px;
}

.business__form .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 30px;
}

.single_upload__btn label {
  width: 100%;
  border: 1px solid transparent;
  font-weight: 500;
  padding: 11px 16px;
  border-radius: 10px;
  background-color: #F9F9F9;
  transition: all .3s ease-in-out;
  box-shadow: none !important;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: #B0B0B0;
  font-size: 16px;
  cursor: pointer;
  min-height: 150px;
}

.radio-rd .container-rd {
  width: 100%;
  border: 1px solid transparent;
  font-weight: 500;
  padding: 11px 16px;
  border-radius: 10px;
  background-color: #F9F9F9;
  transition: all .3s ease-in-out;
  box-shadow: none !important;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: #B0B0B0;
  height:125px;
  font-size: 16px;
}

.radio-rd .checkmark {
  left: 45%;
  top: 50%;
  transform: translateY(-50%);
}

.radio-rd {
  width: 100%;
}

.radio__btns {
  display: flex;
  gap: 20px;
}

.radio__btns .container-rd .radio_text {
  left: 15px;
}

.touch__form__step .nice-select {
  width: 100%;
  border: 1px solid transparent;
  font-weight: 500;
  border-radius: 10px;
  background-color: #F9F9F9;
  transition: all .3s ease-in-out;
  box-shadow: none !important;
  outline: none;
  float: unset;
  color: #B0B0B0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.nice-select:after {
  height: 8px;
  width: 8px;
}

.touch__form__step .nice-select .list li {
  color: #000;
}

.total__ammount__block h4 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: space-between;
}

.total__ammount__block h4 span {
  color: #598EF4;
}

.ammount__list ul li {
  font-size: 15px;
  color: #000;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #DDDDDD;
}

.total__ammount__block {
  margin-top: -60px;
}

.ammount__list {
  margin-bottom: 15px;
}

.minus__top {
  margin-top: -385px;
}

.business__form__area {
  padding-bottom: 100px;
}

::placeholder {
  opacity: 1;
}




/* ---------------------------------- INCLUDE FEATURES AREA START ------------------- */

.included__features .single__deliver__items {
  box-shadow: 10px 12px 20px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 10px 12px 20px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 10px 12px 20px 0px rgba(0, 0, 0, 0.29);
  border: 0;
  background-color: #1C4187;
  border-radius: 15px;
  padding: 17px;
}

.included__features .single__deliver__items .deliver__items__title {
  margin: 0;
  align-items: flex-start;
}

.included__features .single__deliver__items .deliver__items__title p {
  font-size: 17px;
  font-weight: 500;
}

.included__features .single__deliver__items .deliver__items__title .deliver__icon {
  position: relative;
  top: 3px;
}

.included__features .deliver__wrapper .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 30px;
}

.included__features .single__deliver__items .deliver__items__title .deliver__icon img {
  height: 40px;
}

.included__features .deliver__wrapper {
  margin: 50px 0;
}

.included__features {
  padding-top: 120px;
  margin-top: 100px;
}

.included__features .container {
  max-width: 1224px;
}

/* ---------------------------------- INCLUDE FEATURES AREA END ------------------- */


/* ---------------------------------- MARKETING AREA START ------------------- */

.marketing__area .single__testimonial__item {
  opacity: 1;
  min-height: 258px;
}

.marketing__area .testimonial__card__text h3 {
  font-weight: 500;
  line-height: 30px;
}

.marketing__area .testimonial__profile a {
  font-weight: 300;
}

.marketing__area .testimonial__profile {
  margin-top: 10px;
}

.marketing__card__wrap {
  margin-top: 60px;
}

.marketing__area {
  padding-bottom: 152px;
  padding-top: 57px;
}

/* ---------------------------------- MARKETING AREA END ------------------- */


/* ---------------------------------- PROCESS AREA START ------------------- */

.process__number {
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #598EF4;
  font-size: 35px;
  margin-top: -32px;
  margin-bottom: 30px;
}

.process__card {
  background-color: #335496;
  box-shadow: 10px 12px 20px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 10px 12px 20px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 10px 12px 20px 0px rgba(0, 0, 0, 0.29);
  border-radius: 15px;
  padding: 0 20px 40px 20px;
}

.process__icon {
  margin-bottom: 20px;
}

.process__card p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.process__card__block {
  padding-top: 80px;
  padding-bottom: 60px;
}

.process__card__block .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 55px;
}

/* ---------------------------------- PROCESS AREA END ------------------- */


/* ---------------------------------- GIFT AREA START ------------------- */

.gift__inner__wrap {
  padding: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-top: 60px;
  position: relative;
  z-index: 22;
  overflow: hidden;
}

.gift__content {
  max-width: 690px;
  margin-left: auto;
  text-align: left;
}

.gift__content h2 {
  text-align: left;
  max-width: 100%;
  width: 100%;
}

.gift__content h2 span {
  color: #598EF4;
}

.gift__content h4 {
  font-size: 27px;
  color: #000;
  margin-top: 25px;
  max-width: 462px;
  margin-right: auto;
  margin-bottom: 20px;
}

.gift__content p {
  font-size: 17px;
  color: #000;
  max-width: 432px;
  line-height: 24px;
  margin-right: auto;
  text-align: left;
  margin-bottom: 40px;
}

.gift__form__item {
  display: flex;
  gap: 18px;
}

.gift__form__item input {
  width: 390px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 10px 10px 20px 0px rgba(185, 185, 185, 0.29);
  -webkit-box-shadow: 10px 10px 20px 0px rgba(185, 185, 185, 0.29);
  -moz-box-shadow: 10px 10px 20px 0px rgba(185, 185, 185, 0.29);
  border: 0;
  padding: 5px 25px;
}

.gift__form__item input::placeholder {
  color: #000;
}

.gift__form__item button {
  box-shadow: 10px 10px 20px 0px rgba(185, 185, 185, 0.29);
  -webkit-box-shadow: 10px 10px 20px 0px rgba(185, 185, 185, 0.29);
  -moz-box-shadow: 10px 10px 20px 0px rgba(185, 185, 185, 0.29);
  gap: 35px;
  width: auto;
  padding: 0 38px;
}

.gift__title h2 {
  color: #000;
}

.gift__title h2 span {
  color: #598EF4;
}

.gift__area {
  padding: 80px 0;
}

.gift__shape {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.gift__shape img {
  height: 490px;
  animation: zoomInOut 2s ease-in-out infinite;
}

.close__gift__wtap {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
}

/* ---------------------------------- GIFT AREA END ------------------- */


/* ---------------------------------- PRICING AREA START ------------------- */

.pricing__area .container {
  max-width: 800px;
}

.pricing__area .row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}

.pricing__card {
  box-shadow: 0px 50px 55px -45px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 50px 55px -45px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 50px 55px -45px rgba(0, 0, 0, 0.36);
  border: 1px solid #DDDDDD;
  border-radius: 25px;
  padding: 35px 45px 45px 45px;
  background-color: #fff;
}

.pricing__card {
  text-align: center;
}

.pricing__card>h4 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
}

.price__content h2 {
  font-size: 55px;
  color: #598EF4;
  font-weight: 700;
  margin-bottom: 5px;
}

.price__content p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.price__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}

.price__list__item h5 {
  font-size: 25px;
  color: #000;
  margin-bottom: 6px;
  font-weight: 700;
}

.price__list__item p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.price__content {
  margin-bottom: 25px;
}

.pricing__area .section__contents {
  margin-bottom: 50px;
}

.pricing__area {
  background-size: 100% 100%;
  padding-bottom: 150px;
  padding-top: 50px;
  overflow: hidden;
}

.genarate__with__ai .genarate__ai__btn {
  font-size: 10px;
  font-weight: 400;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #598EF4;
}

.genarate__with__ai textarea {
  padding-bottom: 35px;
}

.genarate__with__ai {
  position: relative;
}

.brand__logos {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  gap: 10px;
}

.brand__logos a {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
}

.brand__logos a:last-child {
  width: 100px;
}

/* ---------------------------------- PRICING AREA END ------------------- */
.dz-message {
  color: black !important;
}
div#websiteFilesDropzone {
  background: #F9F9F9;
  border-radius: 10px;
  background-color: #F9F9F9;
  transition: all .3s ease-in-out;
  box-shadow: none !important;
  border: none;
}