@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600&family=Vidaloka&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

.bg {
  position: relative;
  z-index: 1;
  background: #1a1a1a;
}
.bg:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../img/texture.png);
}

.bg-alt {
  position: relative;
  z-index: 10;
  background: #000 !important;
}
.bg-alt::after {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  height: 115px;
  width: 100%;
  z-index: -1;
  background: url(../img/deco-1.png) no-repeat;
  transform: rotate(180deg);
}
.bg-alt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  height: 115px;
  width: 100%;
  z-index: -1;
  background: url(../img/deco-1.png) no-repeat;
}

.even-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}

.common-content-wrap p {
  color: #fff;
  margin-bottom: 15px;
}

.list-item {
  padding-left: 20px;
  margin-bottom: 20px;
}
.list-item li {
  list-style: disc;
  margin-bottom: 10px;
}
.list-item li strong {
  margin-right: 10px;
}

.img-wrap {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spacing {
  padding: 90px 0;
}

p,
ul,
li,
ol,
span,
a {
  text-decoration: none;
  list-style: none;
  color: #000;
  font-size: 15px;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Vidaloka", serif;
}

.list {
  margin: 20px 0px;
}
.list li {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 40px;
}
.list li::after {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  position: absolute;
  z-index: -1;
  background: url(../img/hero-logo.png) no-repeat;
  background-position: center;
  filter: invert(1) brightness(10);
  background-size: contain;
}

.sub-heading {
  font-size: 28px;
  margin-bottom: 20px;
}

.heading-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
}
.heading-wrap .title {
  color: #e41779;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.heading-wrap .common-heading {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}

.theme-btn {
  border: 2px solid #e41779;
  background: #e41779;
  padding: 10px 20px;
  color: #ffffff;
  font-family: "Vidaloka", serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.34em;
  transition: 0.3s all ease-in-out;
  z-index: 1;
}
.theme-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 0%;
  background: #fff;
  height: 100%;
  transition: 0.3s all ease-in-out;
}
.theme-btn:hover {
  color: #000;
  border: 2px solid #fff;
}
.theme-btn:hover::after {
  width: 100%;
}

header {
  position: absolute;
  background: transparent;
  width: 100%;
  top: 0;
  z-index: 999;
}
header.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
}
header.sticky:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 10;
  z-index: -1;
}
header.sticky:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  height: 100%;
  width: 100%;
  background: url(../img/deco-1.png) no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 10;
  background-size: cover;
}
header .logo-wrap {
  width: 200px;
  padding: 10px 0px;
  z-index: 999;
  position: relative;
}
header .logo-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav {
  padding: 0px 80px;
  justify-content: space-between;
  display: flex;
  height: 100%;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav ul li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  text-transform: capitalize;
}
header nav ul.nav-icons li a {
  padding: 10px 0px;
}
header .head-btn {
  display: flex;
  align-items: center;
}
header .head-btn .theme-btn {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 991.98px) {
  header .mobile-nav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header .desk-nav {
    display: none !important;
  }
  header .mobile-nav {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
  }
  header .mobile-nav .mobile-list {
    position: absolute !important;
    display: flex;
    flex-flow: column;
    background-color: #1a1a1a;
    width: 30%;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    height: 60px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 0.3s all ease-in-out;
  }
  header .mobile-nav .mobile-list.show {
    transform: translateY(0);
    width: 100%;
    opacity: 1;
    height: 100vh;
    top: 0;
    padding: 40px 30px;
    gap: 10px;
  }
  header .mobile-nav .mobile-list::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/texture.png) no-repeat;
    background-size: cover;
    z-index: -1;
  }
  header .mobile-nav #mobile-menu {
    color: #fff;
    text-transform: uppercase;
    font-family: "Vidaloka", serif;
    position: relative;
    z-index: 99;
    height: -moz-fit-content;
    height: fit-content;
    transition: 0.3s ease-in-out;
  }
}

.hero-banner {
  position: relative;
}
.hero-banner #myVideo {
  width: 100%;
}
.hero-banner .hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.hero-banner .hero-content h1 {
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 40px;
  margin: 0;
}
.hero-banner .hero-content .hero-social {
  display: flex;
  gap: 10px;
  display: none;
}
.hero-banner .hero-content .hero-social li {
  height: 30px;
  width: 30px;
}
.hero-banner .hero-content .hero-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  background: #e41779;
}
.hero-banner .hero-content .hero-logo {
  display: flex;
  flex-flow: column;
  gap: 10px;
  align-items: center;
}
.hero-banner .hero-content .hero-logo img {
  width: 250px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-banner .hero-content .hero-logo span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.hero-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-btn .theme-btn {
  flex-grow: 1;
  text-align: center;
  justify-content: center;
}
.hero-btn .theme-btn.whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #000;
  display: flex;
}
.hero-btn .theme-btn.whatsapp i {
  margin-right: 5px;
  font-size: 16px;
}
.hero-btn .theme-btn.whatsapp:hover .whatsapp-icon {
  animation: none;
}
.hero-btn .wave-call {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  flex-grow: 1;
}
.hero-btn .wave-call a {
  width: 100%;
}

.owl-stage-outer {
  overflow: hidden;
}
.owl-stage-outer .owl-stage {
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.hero-slide {
  position: relative;
  z-index: 10;
}
.hero-slide .bg-alt {
  background: transparent;
}
.hero-slide .bg-alt::after {
  display: none;
}
.hero-slide .bg-alt::before {
  display: none;
}
.hero-slide .model-slide {
  position: absolute;
  top: -167px;
  height: 100%;
  width: 100%;
}
.hero-slide .model-slide .owl-dots {
  display: none;
}
.hero-slide .model-slide .owl-nav {
  display: none;
}
.hero-slide .model-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slide .model-slide .slide-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 28rem;
}
.hero-slide .model-slide .slide-wrap .slide-content {
  background: rgba(0, 0, 0, 0.8039215686);
  position: absolute;
  z-index: 99;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 20px 10px;
  transform: translateY(100%);
  transition: 0.2s all ease-in-out;
  opacity: 0.2;
}
@media screen and (max-width: 991px) {
  .hero-slide .model-slide .slide-wrap .slide-content {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero-slide .model-slide .slide-wrap .slide-content .theme-btn {
  font-size: 11px;
  padding: 10px 20px;
}
.hero-slide .model-slide .slide-wrap .slide-content .theme-btn:hover {
  border-color: #e41779;
}
.hero-slide .model-slide .slide-wrap .slide-content .model-name {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 0px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  top: 0px;
  z-index: 500;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}
.hero-slide .model-slide .slide-wrap .slide-content .model-name span {
  font-family: "Vidaloka", serif;
  color: #e41779;
  letter-spacing: 2px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.34em;
}
.hero-slide .model-slide .slide-wrap:hover .slide-content {
  transform: translateY(0);
  opacity: 1;
}

.big-font {
  font-size: 120px;
  color: #e41779;
}
.big-font.new {
  font-size: 40px;
  font-family: "Vidaloka", serif;
}

.about-wrap {
  position: relative;
  z-index: 1;
  height: 70rem;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 60px;
}
.about-wrap .about-img {
  height: 100%;
  display: flex;
  justify-content: end;
}
.about-wrap .about-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-wrap .about-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 30px;
  margin-top: 100px;
}
.about-wrap .about-content p {
  font-size: 18px;
  color: #ddcccc;
  font-weight: 300;
  line-height: 30px;
}
.about-wrap .about-content p.first {
  color: #fff;
  font-family: "Vidaloka", serif;
  font-size: 20px;
  font-weight: 400;
}
.about-wrap .about-content .signature-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Vidaloka", serif;
}
.about-wrap .about-content .signature-wrap .signature-name {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.about-wrap .about-content .signature-wrap .signature-name span {
  font-size: 16px;
  color: #e41779;
  letter-spacing: 0.34em;
  font-weight: 500;
}
.about-wrap .about-content .signature-wrap .signature-name span:nth-child(2) {
  font-size: 12px;
  color: #fff;
}

#about {
  height: auto;
}
#about .about-content {
  margin-top: 100px;
}

.about-2 .heading-wrap .common-heading {
  color: #1a1a1a;
}
.about-2 p {
  text-align: center;
}
.about-2.testi-wrap .heading-wrap .title {
  color: #fff;
}
.about-2.testi-wrap .heading-wrap .common-heading {
  color: #fff !important;
}
.about-2 .why-us .sub-heading {
  color: #e41779;
  letter-spacing: 0.12em;
  text-align: left;
  font-size: 25px;
}
.about-2 .why-us p {
  text-align: left;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.breadcrumb-banner {
  background: url(../img/testimonials_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 99;
  display: flex;
  flex-flow: column;
  justify-content: end;
  overflow: hidden;
  gap: 30px;
  padding: 200px 0 0;
}
.breadcrumb-banner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(58, 58, 58, 0.7215686275);
}
.breadcrumb-banner .bread-heading {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: #e41779;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
  letter-spacing: 0.34em;
}
.breadcrumb-banner .bread-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  background: #e41779;
  padding: 10px 30px;
  border-radius: 50px 50px 0 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.breadcrumb-banner .bread-list li {
  color: #fff;
  font-size: 14px;
}
.breadcrumb-banner .bread-list li a {
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 14px;
}

.our-model {
  background: #1a1a1a;
}
.our-model .our-model-img {
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.our-model .our-model-img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1411764706), rgba(0, 0, 0, 0.631372549));
}
.our-model .our-model-img img {
  height: 30rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.our-model .our-model-img img:hover {
  transform: scale(1.1);
}
.our-model .hero-btn {
  position: absolute;
  bottom: 30px;
  padding: 0 10px;
  width: 100%;
  z-index: 1;
}
.our-model .hero-btn .modal-name {
  position: absolute;
  top: -40px;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Vidaloka", serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.34em;
}

.faq-wrap .heading-wrap .common-heading {
  color: #1a1a1a;
}

.testi-wrap {
  position: relative;
  z-index: 1;
  background: url(../img/testimonials_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.testi-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(37, 37, 37, 0.9019607843);
}
.testi-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: -115px;
  height: 115px;
  width: 100%;
  z-index: -1;
  background: url(../img/deco-1.png) no-repeat;
  transform: rotate(180deg);
  filter: invert(12%) sepia(6%) saturate(183%) hue-rotate(22deg) brightness(97%) contrast(93%);
}
.testi-wrap .owl-dots {
  display: none;
}
.testi-wrap .owl-nav {
  display: none;
}
.testi-wrap .testimonial {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px;
}
.testi-wrap .testimonial img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.testi-wrap .testimonial .testi-name {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.testi-wrap .testimonial .testi-name span {
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #d9d5d7;
  text-align: center;
}
.testi-wrap .testimonial .testi-name span:nth-child(1) {
  font-size: 40px;
  color: #fff;
  font-family: "Vidaloka", serif;
  text-transform: capitalize;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.testi-wrap .testimonial .testi-name span:nth-child(2) {
  letter-spacing: 0.34em;
}
.testi-wrap .testimonial .testi-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  gap: 20px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
}
.testi-wrap .testimonial .testi-content i {
  color: #e41779;
}
.testi-wrap .btns {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  font-family: "Vidaloka", serif;
}
.testi-wrap .btns .fc-white {
  color: #fff;
}
.testi-wrap .btns .customPreviousBtn,
.testi-wrap .btns .customNextBtn {
  color: #fff;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  letter-spacing: 0.34em;
}
.testi-wrap .btns .customPreviousBtn:hover,
.testi-wrap .btns .customNextBtn:hover {
  color: #e41779;
}

.contact-wrap .heading-wrap {
  align-items: start;
}
.contact-wrap .contact-list {
  background: #e41779;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 5px;
}
.contact-wrap .contact-list li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
}
.contact-wrap .contact-list li span {
  display: block;
  font-size: 20px;
}
.contact-wrap .contact-list li span:nth-child(1) {
  width: 150px;
  font-family: "Vidaloka", serif;
  color: #fff;
}
.contact-wrap .contact-list li span:nth-child(2) {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.contact-wrap .contact-list li span:nth-child(2) a {
  font-size: 18px;
  color: #ffffff;
}

.form .form-wrap .form-group {
  position: relative;
}
.form .form-wrap .form-group i {
  position: absolute;
  color: #fff;
  top: 14px;
  left: 15px;
}
.form .form-wrap .form-group .form-control {
  padding: 10px 10px 10px 45px;
  border-radius: 5px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1019607843);
  border: none;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.form .form-wrap .form-group .form-control::-moz-placeholder {
  color: #989898;
}
.form .form-wrap .form-group .form-control::placeholder {
  color: #989898;
}

.form-control:focus {
  border-color: #e41779;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}

footer {
  background: #000;
  padding: 50px 0px 0px;
}
footer.bg-alt::before {
  display: none;
}
footer .footer-logo {
  display: flex;
  justify-content: center;
}
footer img {
  width: 200px;
  margin: auto;
}
footer .small-heading {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
footer .small-heading::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  background: #fff;
  z-index: -1;
  height: 1px;
}
footer .copy-right {
  text-align: center;
  background: #fff;
  color: #e41779;
  margin-top: 30px;
  padding: 5px 0;
}
footer .copy-right span {
  color: #e41779;
}

.populer-search {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.populer-search li a {
  color: #fff;
  background: #e41779;
  font-size: 12px;
  display: flex;
  padding: 5px 10px;
  transition: 0.3s all ease-in-out;
}
.populer-search li a:hover {
  background: #fff;
  color: #e41779;
}

.small-heading {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.34em;
}

.cta-wrap {
  position: relative;
  z-index: 1;
  background: #e41779;
  padding: 100px 0px;
}
.cta-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../img/deco2.png) repeat;
  opacity: 0.09;
  background-attachment: fixed;
  background-position: center;
}
.cta-wrap .hero-btn .theme-btn:nth-child(1) {
  background: #fff;
  color: #e41779;
  border-color: #fff;
}
.cta-wrap .hero-btn .theme-btn:nth-child(1):after {
  background: #1a1a1a;
}
.cta-wrap .hero-btn .theme-btn:nth-child(1):hover {
  border-color: #1a1a1a;
  color: #fff;
}

.accordion-wrap .accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 0px;
  border: none;
}
.accordion-wrap .accordion .accordion-header {
  border-radius: 0px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.accordion-wrap .accordion .accordion-header:focus-visible {
  border: none;
}
.accordion-wrap .accordion .accordion-header button {
  border-radius: 0px;
  background: #e41779;
  color: #fff;
  border: none;
  transition: 0.3s all ease-in-out;
}
.accordion-wrap .accordion .accordion-header button:focus {
  box-shadow: none;
}
.accordion-wrap .accordion .accordion-header button.collapsed {
  background: #fff;
  color: #e41779;
  border-radius: 0px;
}
.accordion-wrap .accordion .accordion-header button.collapsed::after {
  filter: invert(20%) sepia(98%) saturate(3770%) hue-rotate(319deg) brightness(91%) contrast(97%);
}
.accordion-wrap .accordion .accordion-header button::after {
  filter: invert(1) brightness(10);
}
.accordion-wrap .accordion .accordion-header button:focus-visible {
  box-shadow: none;
  border: none;
}
.accordion-wrap .accordion .accordion-collapse {
  transition: 0.3s all ease-in-out;
}

.terms-wrap .heading-wrap .common-heading {
  color: #1a1a1a;
}
.terms-wrap .terms-content .sub-heading {
  color: #1a1a1a;
  letter-spacing: 0.2em;
}
.terms-wrap .terms-content p {
  margin-bottom: 10px;
}
.terms-wrap .terms-content ul {
  margin: 20px 0 20px 20px;
}
.terms-wrap .terms-content ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.terms-wrap .terms-content .small-heading {
  text-align: left;
  letter-spacing: 0.2em;
  color: #1a1a1a;
}

.fixed-call {
  bottom: 40px;
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 20px;
  position: fixed;
}

.wave-call {
  border: 0;
  box-shadow: none;
  background-color: #e41779;
  -webkit-backface-visibility: hidden;
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.wave-call:before, .wave-call:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  right: 0;
  transform: scale(0);
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  z-index: -1;
  background-color: #e41779;
}
.wave-call:before {
  animation: wave-animate 2s infinite ease-out;
}
.wave-call:after {
  opacity: 0;
  animation: wave-animate 2s 1.5s infinite ease-out;
}

@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.fixed-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-whatsapp i {
  color: #25d366;
  font-size: 40px;
}

.whatsapp-icon {
  animation: bounce_shake 1.5s ease-out infinite;
}

.whatsapp-icon:hover {
  animation: none;
}

@keyframes bounce_shake {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-5px);
  }
  32% {
    transform: scale(1.1) translateY(-5px);
  }
  35%, 40% {
    transform: scale(1.1) translateY(-5px) rotate(-20deg);
  }
  45%, 50% {
    transform: scale(1.1) translateY(-5px) rotate(20deg);
  }
  60% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  70% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  80% {
    transform: scale(1, 1) translateY(-3px);
  }
  95% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  header nav {
    padding: 0 30px;
  }
  header nav ul {
    gap: 15px;
  }
  header nav ul li a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .our-model .our-model-img img {
    height: 22rem;
  }
  .our-model .hero-btn .theme-btn {
    font-size: 10px;
  }
  .breadcrumb-banner .bread-heading {
    font-size: 35px;
  }
  .big-font {
    font-size: 100px;
  }
  .big-font.new {
    font-size: 30px;
  }
  .heading-wrap .title {
    font-size: 20px;
  }
  .heading-wrap .common-heading {
    font-size: 40px;
  }
  header .logo-wrap {
    width: 180px;
  }
  .hero-banner {
    height: 90vh;
  }
  .hero-banner video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-banner.bg {
    background: #000000;
  }
  .hero-banner .hero-content h1 {
    font-size: 50px;
  }
  .hero-banner .hero-content .hero-logo img {
    height: 70px;
  }
  .hero-banner .hero-content .hero-logo span {
    font-size: 16px;
  }
  .hero-slide .bg-alt {
    padding: 50px 0px;
  }
  .hero-slide .bg-alt::after {
    display: block;
    display: block;
    top: -98px;
    height: 100px;
  }
  .hero-slide .bg-alt::before {
    bottom: -139px;
    height: 140px;
    display: block;
  }
  .hero-slide .model-slide {
    position: relative;
    top: 0;
  }
  .hero-slide .model-slide .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 30px;
    width: 100%;
  }
  .hero-slide .model-slide .owl-nav button {
    background: transparent;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e41779;
    width: 35px;
    border: none;
    border-radius: 20px;
    position: relative;
  }
  .hero-slide .model-slide .owl-nav button span {
    color: #fff;
    position: absolute;
    font-size: 26px;
    top: -3px;
  }
  .about-wrap {
    height: auto;
  }
  .about-wrap .about-content {
    margin: 0;
  }
  .testi-wrap .testimonial .testi-name span:nth-child(1) {
    font-size: 30px;
  }
  .testi-wrap .testimonial .testi-content {
    font-size: 18px;
  }
  .contact-wrap .contact-list li span:nth-child(1) {
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .form .form-wrap .form-group i {
    font-size: 14px;
    top: 13px;
  }
  .form .form-wrap .form-group .form-control {
    font-size: 14px;
  }
  .contact-wrap .heading-wrap {
    align-items: center;
  }
  .contact-wrap .contact-list li span:nth-child(1) {
    font-size: 16px;
  }
  .heading-wrap .title {
    font-size: 20px;
  }
  .heading-wrap .common-heading {
    font-size: 35px;
  }
  .hero-banner .hero-content h1 {
    letter-spacing: 26px;
  }
  .hero-slide .model-slide .slide-wrap {
    height: 23rem;
    margin: auto;
  }
  .hero-slide .model-slide .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 100px;
    width: 100%;
    left: -1px;
  }
  .big-font {
    font-size: 90px;
  }
  .big-font.new {
    font-size: 20px;
  }
  .about-wrap .about-img {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    width: 100%;
    left: 0;
  }
  .about-wrap .about-content p {
    font-size: 14px;
  }
  .about-wrap .about-content p.first {
    font-size: 16px;
  }
  .our-model .our-model-img img {
    height: 28rem;
  }
  .our-model .our-model-img .our-model-name {
    font-size: 18px;
  }
  .testi-wrap .testimonial img {
    width: 100px;
    height: 100px;
  }
  .testi-wrap .testimonial .testi-name span:nth-child(1) {
    font-size: 30px;
  }
  .testi-wrap .testimonial .testi-content {
    font-size: 16px;
  }
  p,
  ul,
  li,
  ol,
  span,
  a {
    font-size: 14px;
  }
  .breadcrumb-banner .bread-heading {
    font-size: 30px;
  }
  .terms-wrap .terms-content .sub-heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .terms-wrap .terms-content .sub-heading {
    font-size: 20px;
  }
  .breadcrumb-banner .bread-heading {
    font-size: 28px;
  }
  .breadcrumb-banner .bread-list li {
    font-size: 11px;
  }
  .breadcrumb-banner .bread-list li a {
    font-size: 11px;
  }
  .heading-wrap .title {
    font-size: 16px;
  }
  .heading-wrap .common-heading {
    font-size: 28px;
  }
  .theme-btn {
    padding: 10px 15px;
    font-size: 10px;
  }
  header .logo-wrap {
    width: 140px;
  }
  .hero-banner {
    height: 70vh;
  }
  .hero-banner video {
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-banner .hero-content {
    gap: 10px;
  }
  .hero-banner .hero-content h1 {
    letter-spacing: 10px;
    font-size: 50px;
  }
  .hero-banner .hero-content .hero-logo img {
    height: 60px;
  }
  .hero-banner .hero-content .hero-logo span {
    font-size: 16px;
  }
  .hero-slide .model-slide .slide-wrap {
    height: 20rem;
    margin: auto;
  }
  .hero-slide .model-slide .slide-wrap .slide-content .model-name {
    font-size: 16px;
    top: -34px;
  }
  .hero-slide .model-slide .slide-wrap .slide-content .model-name span:nth-child(1) {
    font-size: 16px;
  }
  .big-font {
    font-size: 60px;
  }
  .big-font.new {
    font-size: 18px;
  }
  .our-model .our-model-img {
    width: 80%;
    margin: auto;
  }
  .our-model .our-model-img .our-model-name {
    font-size: 16px;
  }
  .our-model .hero-btn .modal-name {
    font-size: 18px;
  }
  .testi-wrap .testimonial img {
    width: 80px;
  }
  .testi-wrap .testimonial .testi-name span:nth-child(1) {
    font-size: 25px;
  }
  .testi-wrap .testimonial .testi-name span:nth-child(2) {
    font-size: 12px;
  }
  .testi-wrap .testimonial .testi-content {
    font-size: 14px;
  }
  .testi-wrap .btns .customPreviousBtn,
  .testi-wrap .btns .customNextBtn {
    font-size: 12px;
  }
  .contact-wrap .contact-list li span:nth-child(1) {
    width: 60px;
    font-size: 14px;
  }
  .contact-wrap .contact-list li span a {
    font-size: 16px !important;
  }
  footer .small-heading {
    font-size: 16px;
  }
  footer img {
    width: 140px;
  }
  header {
    position: relative;
    background: #000;
  }
  header .mobile-nav {
    padding: 0px 40px;
  }
  .breadcrumb-banner {
    height: 10rem;
  }
}
@media screen and (max-width: 575px) {
  .terms-wrap .terms-content .sub-heading {
    font-size: 18px;
  }
  .small-heading {
    font-size: 16px;
  }
  .heading-wrap .common-heading {
    font-size: 20px;
  }
  .breadcrumb-banner {
    padding: 150px 0 0;
  }
  .breadcrumb-banner .bread-heading {
    font-size: 16px;
  }
  header .logo-wrap {
    width: 100px;
  }
  header .mobile-nav {
    padding: 0px 30px;
  }
  header .mobile-nav li a {
    font-size: 12px;
  }
  .hero-banner .hero-content {
    gap: 10px;
    margin-bottom: 50px;
  }
  .hero-banner .hero-content h1 {
    font-size: 30px;
  }
  .hero-banner .hero-content .hero-logo img {
    height: 40px;
  }
  .hero-banner .hero-content .hero-logo span {
    font-size: 14px;
  }
  footer {
    padding: 50px 15px 0px;
  }
  footer .footer-logo {
    justify-content: left;
  }
  footer img {
    margin: inherit;
    width: 100px;
  }
  footer .populer-search {
    justify-content: left;
  }
  footer .populer-search li {
    width: 80%;
  }
  footer .populer-search li a {
    font-size: 12px;
  }
  footer .copy-right {
    font-size: 10px;
  }
  footer .copy-right span {
    font-size: 10px;
  }
  footer .small-heading {
    margin: inherit;
  }
  .form .form-wrap .form-group .form-control {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  footer .small-heading {
    font-size: 14px;
  }
  footer .populer-search li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */