@font-face {
  font-family: DINOT Regular;
  src: url("../fonts/DINOT.ttf");
}

@font-face {
  font-family: DINOT Medium;
  src: url("../fonts/DINOT-Medium.ttf");
}

body {
  color: #DE6378;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: DINOT Regular;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  text-decoration: none;
  list-style: none;
  margin: 0px;
}

a,
.transition,
input[type="submit"] {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.preloader {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.loader {
  width: 35px;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(farthest-side, #DE6378 94%, #fff);
  background: var(--_g) 0 0, var(--_g) 100% 0, var(--_g) 100% 100%,
    var(--_g) 0 100%;
  background-size: 40% 40%;
  animation: spine 0.5s infinite;
}

@keyframes spine {
  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}

.banner-section {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 50px 0;
}

.banner-content {
  text-align: center;
}

.banner-icon {
  width: 100px;
  margin-bottom: 15px;
}

.header-logo {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-title {
  font-size: 38px;
  line-height: 46px;
  font-weight: 400;
  color: #DE6378;
  text-align: center;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.sub-text {
  font-size: 22px;
  line-height: 28px;
  color: #0099CC;
  font-weight: 400;
  text-align: center;
}

.section {
  padding: 50px 0;
}

.form-wrapper {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 50px 20px;
  position: relative;
  margin: 40px auto;
}

.book-consulatation {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #de6378;
  color: white;
  border-color: #de6378;
  padding: 8px 20px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;

}

.book-consulatation:hover,
.book-consulatation:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: #de6378 !important;
  color: white !important;
  border-color: #de6378 !important;
}

.consultation-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.consultation-form input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  background-color: #ecf0f1;
  border-radius: 10px;
  font-size: 14px;
  color: #0099cc;
  outline: none;
}

.book-appointment {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #f3f3f3;
  color: #de6378;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;

  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.book-appointment:focus,
.book-appointment:hover,
.book-appointment:active {
  background-color: #de6378 !important;
  color: #fff !important;
  box-shadow: none;
  outline: none;
}

.consultation-form button:hover {
  background-color: #e0e0e0;
}

.service-list,
.choose-list {
  padding: 30px 40px;
  background-color: #f7f7f7;
  padding-left: 60px;
  border-bottom-right-radius: 130px;
}

.choose-list {
  padding-left: 35px;
}

.service-list li,
.choose-list li {
  font-size: 18px;
  line-height: 28px;
  color: #DE6378;
  margin-bottom: 5px;
  list-style: disc;
}

.choose-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.choose-list li img {
  width: 28px;
  margin-right: 15px;
}

.btn-primary {
  background-color: #999999;
  border-color: #999999;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  padding: 10px 40px;
  text-transform: uppercase;
  cursor: auto !important;
  width: max-content;
  margin: 0 auto;
}

.btn-primary:hover,
.btn-primary:focus {
  outline: none;
  box-shadow: none;
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #fff !important;
}

.cart-item {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cart-item img {
  width: 95px;
  margin-bottom: 10px;
}

.cart-item h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
}

.expert-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.expert-card .img {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  border: 1px solid #F5617D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.expert-card .img img {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  object-fit: cover;
}

.expert-card .content {
  background-color: #fafafa;
  text-align: center;

  padding: 70px 15px 20px;
  width: 280px;
  height: 160px;
}

.expert-card .content h3 {
  font-size: 18px;
  line-height: 24px;
  color: #7F7F7F;
  font-weight: 500;
}

.expert-card .content p {
  font-size: 16px;
  line-height: 22px;
  color: #0099CC;
  font-weight: 400;
}

footer {
  padding: 40px 0 60px;
  background-color: #e7e7e7;
}

.footer-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-link li a svg {
  width: 25px;
  height: 25px;
  fill: #727272;
}

.download-link img {
  height: 45px;
}

.back-to-top {
  display: inline-block;
  background-color: #de6378;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  /* opacity: 0;
    visibility: hidden; */
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}
.banner-section.mobile-banner-section{
  display: none;
}

@media screen and (max-width: 767px) {

  .banner-section {
    height: 300px;
    background-position: center;
  }

  

  .header-logo {
    width: 120px;
    right: 15px;
    top: -30px;
    z-index: 9;
  }

  .banner-icon {
    width: 55px;
  }

  .banner-title {
    font-size: 28px;
    line-height: 36px;
  }

  .book-consulatation {
    max-width: 290px;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
  }

  .banner-section {
    background-image: url("../images/mobile-banner.png") !important;
    position: relative;
    background-position: center center;
  }

  .banner-section .banner-content{
    display: none;
  }
  .banner-section.mobile-banner-section{
    height: auto;
    background-image:  none !important;
     padding: 30px 0 0;
  }
  .banner-section.mobile-banner-section{
    display: block;
  }
  .banner-section.mobile-banner-section .banner-content{
    display: block;
   
  } 
  /* .banner-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 0;
  } */
  .banner-section .container {
    position: relative;
  }

  .sub-text {
    font-size: 18px;
    line-height: 24px;
  }

  .section {
    padding: 40px 0;
  }

  .form-wrapper {
    padding: 50px 10px 35px;
  }

  .book-appointment {
    max-width: 220px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
  }

  .form-header {
    font-size: 14px;
    max-width: 290px;
    width: 100%;
    text-align: center;
  }

  .choose-list {
    border-radius: 0;
  }

  .from-group {
    margin-bottom: 15px;
  }

  .btn-primary {
    font-size: 16px;
    line-height: 21px;
  }

  .choose-list li img {
    width: 25px;
    margin-right: 10px;
  }

  .choose-list {
    padding: 20px 15px;
  }

  .service-list li,
  .choose-list li {
    font-size: 16px;
    line-height: 21px;
  }

  .service-list {
    padding: 20px 0;
    padding-left: 30px;
    border-radius: 0;
  }

  .cart-item {
    margin-top: 20px;
  }

  .cart-item h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-title {
    font-size: 16px;
    line-height: 21px;
    margin: 15px 0;
  }

  .expert-card {
    margin-bottom: 30px;
  }
}