.navbar {
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  background-color: #dcefff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.link {
  color: #0e2a5e;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.link.w--current {
  cursor: pointer;
  transition: transform .2s cubic-bezier(.23, 1, .32, 1);
}

.link.w--current:hover {
  transform: scale(1.1);
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.nav-link {
  color: #0e2a5e;
  cursor: pointer;
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 16px;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: #b7deff;
}

.div-block {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 11px 24px;
  display: flex;
  position: static;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.primary-navlink {
  color: #fdfdff;
  letter-spacing: .3px;
  background-color: #ff82c4;
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s;
}

.primary-navlink:hover {
  background-color: #cc689d;
}

.primary-navlink.w--current {
  color: #fff;
}

.welcomesection {
  height: 93vh;
  margin-top: 0;
}

.div-block-2 {
  width: 100%;
  height: 99vh;
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  background-color: rgba(2, 7, 15, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.image-2, .image-3 {
  position: absolute;
}

.logoholder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  max-width: 45%;
  margin-top: 53px;
}

.h1 {
  width: 100%;
  color: #fdfdff;
  text-align: left;
  margin-top: 2%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.h1.pastelblue {
  width: 100%;
  color: #739efd;
  text-align: center;
}

.h1.pink {
  width: 100%;
  color: #ff82c4;
  text-align: center;
}

.paragraph {
  width: 60%;
  color: #fdfdff;
  text-align: center;
  margin-top: 1%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.primarypinkbutton {
  width: 48%;
  background-color: #ff82c4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.secondarybutton {
  width: 45%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.whyussection {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.body {
  display: block;
}

.contentwrapper {
  width: 73%;
  background-color: #fdfdff;
  align-self: center;
  display: block;
}

.bluebackground {
  background-color: #dcefff;
  flex-direction: column;
  justify-content: center;
  transition: opacity .2s;
  display: flex;
}

.whyustext {
  width: 100%;
  color: #1d1d1d;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-span {
  color: #739efd;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.servicessection {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.servicewrapperleft {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 100%;
}

.heading {
  color: #0e2a5e;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-2 {
  color: #1d1d1d;
  letter-spacing: .3px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.text-block {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.image-5 {
  width: 7px;
  height: 11px;
  max-width: 90%;
}

.knowmore {
  width: 100%;
}

.knowmore-toggle {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0;
  display: flex;
}

.knowmore-toggle.w--open {
  height: 60px;
}

.text-block-2 {
  width: 16%;
  color: #0e2a5e;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.icon-2 {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
}

.serviceblockrotated {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordionheader {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 16px;
  display: flex;
}

.text-block-3 {
  color: #0e2a5e;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.accordionpanel {
  width: 100%;
  align-items: flex-start;
  padding: 16px;
  display: block;
}

.text-block-4 {
  padding: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.headingrotated {
  color: #0e2a5e;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-2-rotated {
  color: #1d1d1d;
  text-align: right;
  letter-spacing: .3px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.accordionheader2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 16px;
  display: flex;
}

.accordionpanel2 {
  width: 100%;
  align-items: flex-start;
  padding: 16px;
  display: none;
}

.serviceblock {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordionheader3 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 16px;
  display: flex;
}

.accordionpanel3 {
  width: 100%;
  align-items: flex-start;
  padding: 16px;
  display: none;
}

.gallerysection {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.gallerywrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.galleryimage {
  width: 30%;
  border-radius: 6px;
}

.image-6, .image-7, .image-8 {
  border-radius: 6px;
}

.aboutussection {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.aboutustext {
  width: 100%;
  color: #1d1d1d;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-2 {
  font-weight: 700;
}

.socialswrapper {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.instagramframe, .tiktokframe {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricingsection {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.pricing-dropdown {
  width: 100%;
}

.pricing-dropdown-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #0e2a5e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.pricingwrapper {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  align-items: center;
  margin-bottom: 4px;
  padding: 4px 0;
  display: flex;
  position: static;
}

.dropdown {
  width: 100%;
}

.dropdown.hidden {
  display: none;
}

.icon-3 {
  margin-left: 16px;
  position: static;
}

.dropdown-list-2 {
  position: static;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.pricingblock {
  width: 32%;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 4px;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, .13);
}

.pricingblock.bestseller {
  color: #fdfdff;
  background-color: #739efd;
}

.pricingheader {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}

.pricingheader.darkblue {
  color: #0e2a5e;
  font-size: 24px;
}

.pricingheader.white {
  color: #fdfdff;
  font-size: 24px;
}

.div-block-4 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: 15%;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color .2s cubic-bezier(0, 0, .327, .913);
}

.image-9:hover {
  background-color: #dcefff;
  border-radius: 8px;
}

.text-block-5 {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6 {
  color: #0e2a5e;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
}

.text-block-6.white {
  color: #fdfdff;
}

.bestsellertext {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
}

.contactsection {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.contactlist {
  width: 100%;
  color: #1d1d1d;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-3 {
  font-weight: 700;
}

.buttons-container {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.text-block-7 {
  color: #fdfdff;
  font-size: 16px;
}

.contactform {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list {
  width: 100%;
  padding-left: 24px;
}

.text-span-4, .text-span-5, .text-span-6 {
  font-weight: 700;
}

.list-item {
  margin-bottom: -8px;
}

.followussection {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 8% 64px;
  display: flex;
}

.text-span-7 {
  font-weight: 700;
}

.followusbutton {
  width: 75%;
  background-color: #ff82c4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.footer {
  width: 100%;
  background-color: #0e2a5e;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footerinsidewrapper {
  width: 73%;
}

.footertextwrapper {
  justify-content: space-around;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.text-block-8 {
  color: #fdfdff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.footertextdetail {
  flex-direction: column;
  align-items: stretch;
  margin-top: 18px;
  display: flex;
}

.footertextitem {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-block-9 {
  width: 100%;
  color: #fdfdff;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.image-10, .image-11, .image-12 {
  margin-right: 4%;
}

.text-span-8, .text-span-9, .text-span-10 {
  font-weight: 600;
}

.footerendpart {
  border-top: 1px solid #fdfdff;
  align-items: flex-start;
  margin-top: 24px;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.text-block-10 {
  color: #fdfdff;
  margin-top: 4px;
  font-family: Inter, sans-serif;
  font-size: 10px;
}

.contacttext {
  width: 100%;
  color: #1d1d1d;
  text-align: center;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.image-13 {
  max-width: 33%;
}

.welcometext {
  z-index: 101;
  width: 40%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block-11 {
  color: #fdfdff;
  font-family: Inter, sans-serif;
}

.welcomebuttons {
  width: 100%;
  height: 110px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.welcomebutton {
  width: 80%;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #ff82c4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, opacity .2s, transform .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.welcomebutton:hover {
  background-color: #cc689d;
  transform: translate(0, -3px);
}

.welcometransparentbutton {
  color: #fdfdff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 2%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.welcometransparentbutton:hover {
  color: #ff82c4;
}

.welcomeh1 {
  width: 100%;
  color: #fdfdff;
  text-align: left;
  margin-top: 2%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.welcomeh1.pastelblue {
  width: 100%;
  color: #739efd;
}

.welcomeh1.pink {
  width: 100%;
  color: #ff82c4;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-list-3.w--open {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.dropdown-2 {
  width: 100%;
  position: static;
}

.dropdown-toggle-2 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.dropdown-toggle-2:hover {
  background-color: #dcefff;
  border-radius: 8px;
}

.dropdown-toggle-2.w--open {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.icon-4 {
  margin: 0;
  position: static;
}

.contactbutton {
  width: 100%;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #ff82c4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, opacity .2s, transform .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.contactbutton:hover {
  background-color: #cc689d;
  transform: translate(0, -3px);
}

.socialsbutton {
  width: 100%;
  min-width: 220px;
  color: #fdfdff;
  cursor: pointer;
  background-color: #ff82c4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1.5% 26px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, opacity .2s, transform .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.socialsbutton:hover {
  background-color: #cc689d;
  transform: translate(0, -3px);
}

.text-block-12 {
  letter-spacing: .3px;
  font-size: 12px;
}

.socialsimage {
  width: 21px;
  max-width: none;
  margin-left: 12px;
}

.image-nevim-mensi {
  max-width: 37%;
  display: none;
}

.welcomebtnswrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contactbutton-copy {
  width: 100%;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #ff82c4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, opacity .2s, transform .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.contactbutton-copy:hover {
  background-color: #cc689d;
  transform: translate(0, -3px);
}

.welcomebuttonsecondary {
  width: 80%;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s, opacity .2s, transform .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.welcomebuttonsecondary:hover {
  color: #ff82c4;
}

.servicewrapperright {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider {
  width: 100%;
  height: 490px;
  border-radius: 16px;
}

.slide1 {
  z-index: 100;
  background-image: url('../images/1_3.2.1_5_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  overflow: hidden;
}

.slide-2 {
  object-fit: cover;
  background-image: url('../images/IMG_8252.JPG');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.mask {
  border-radius: 12px;
}

.right-arrow {
  border-radius: 16px;
}

.image-14, .image-15, .image-16 {
  object-fit: fill;
}

.slide-3 {
  background-image: url('../images/IMG_8253.JPG');
  background-position: 50%;
  background-size: cover;
}

.price-modal-1-wrapper {
  z-index: 1010;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-background {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .53);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.price-modal-card {
  width: 100%;
  max-width: 55%;
  background-color: #dcefff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-modal-text-wrapper {
  z-index: 1012;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12%;
  display: flex;
  position: relative;
}

.heading-3.price-modal-heading {
  color: #0e2a5e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.price-modal-subheader-text {
  color: #ff82c4;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.price-modal-paragraph {
  color: #1d1d1d;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.price-modal-price {
  color: #0e2a5e;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

.price-modal-splash {
  z-index: 1010;
  max-width: 63%;
  margin-top: 418px;
  margin-left: 645px;
  position: absolute;
  transform: rotate(3deg);
}

.price-modal-button {
  z-index: 1012;
  width: 65%;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #ff82c4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, opacity .2s, transform .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
}

.price-modal-button:hover {
  background-color: #cc689d;
  transform: translate(0, -3px);
}

.image-9-bluebg {
  max-width: 15%;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color .2s cubic-bezier(0, 0, .327, .913);
}

.image-9-bluebg:hover {
  background-color: rgba(14, 42, 94, .36);
  border-radius: 8px;
}

.price-modal-2-wrapper {
  z-index: 1010;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.price-modal-1-wrapper-copy {
  z-index: 1010;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.price-modal-3-wrapper, .price-modal-4-wrapper, .price-modal-5-wrapper, .price-modal-6-wrapper, .price-modal-7-wrapper, .price-modal-8-wrapper, .price-modal-9-wrapper, .price-modal-10-wrapper, .price-modal-11-wrapper, .price-modal-12-wrapper, .price-modal-13-wrapper, .price-modal-14-wrapper, .price-modal-15-wrapper, .price-modal-16-wrapper, .price-modal-17-wrapper, .price-modal-18-wrapper, .price-modal-19-wrapper, .price-modal-20-wrapper, .price-modal-21-wrapper, .price-modal-22-wrapper, .price-modal-23-wrapper, .price-modal-24-wrapper, .price-modal-25-wrapper, .price-modal-26-wrapper, .price-modal-27-wrapper, .price-modal-28-wrapper, .price-modal-29-wrapper, .price-modal-30-wrapper {
  z-index: 1010;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.bottom-cookie-wrapper {
  z-index: 121;
  width: 100%;
  background-color: #0e2a5e;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  bottom: 0;
}

.cookie-button-bottom {
  color: #fdfdff;
  background-color: #ff82c4;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
}

.cookie-span {
  color: #b5e3f4;
  border-bottom-style: none;
  font-weight: 600;
}

.servicedescbold {
  font-weight: 600;
}

.hidden {
  display: none;
}

.reservantoiframe {
  width: 100%;
}

.modal-wrapper {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 10px;
  display: flex;
  position: fixed;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide2 {
  z-index: 100;
  background-image: url('../images/1_3.2.11_15_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide3 {
  z-index: 100;
  background-image: url('../images/1_3.2.6_10_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide4 {
  z-index: 100;
  background-image: url('../images/1_1.30.1_17_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide5 {
  z-index: 100;
  background-image: url('../images/1_1.33.1_18_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide6 {
  z-index: 100;
  background-image: url('../images/1_2.17.1_1_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide7 {
  z-index: 100;
  background-image: url('../images/2_3.4.18_24_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide8 {
  z-index: 100;
  background-image: url('../images/2_3.4.13_19_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide9 {
  z-index: 100;
  background-image: url('../images/2_3.4.7_13_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide10 {
  z-index: 100;
  background-image: url('../images/2_2.43.1_4_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide11 {
  z-index: 100;
  background-image: url('../images/2_1.99.1_1_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide12 {
  z-index: 100;
  background-image: url('../images/2_2.41.1_3_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide13 {
  z-index: 100;
  background-image: url('../images/2_1.100.1_2_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

.slide14 {
  z-index: 100;
  background-image: url('../images/2_3.4.1_7_11zon.webp');
  background-position: 50%;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .div-block {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
  }

  .buttons-container {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    z-index: 1000;
  }

  .div-block {
    position: static;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
  }

  .h1 {
    font-size: 38px;
  }

  .paragraph {
    width: 49%;
    font-size: 18px;
  }

  .primarypinkbutton {
    width: 373px;
    height: 54px;
    color: #fdfdff;
    font-size: 20px;
  }

  .secondarybutton {
    color: #fdfdff;
    font-size: 20px;
  }

  .buttons-container {
    flex-wrap: nowrap;
  }

  .followusbutton {
    width: 373px;
    height: 54px;
    color: #fdfdff;
    font-size: 20px;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .welcomebutton {
    color: #fdfdff;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 17px;
  }

  .welcometransparentbutton {
    width: 373px;
    height: 54px;
    color: #fdfdff;
    font-size: 20px;
  }

  .welcomeh1 {
    font-size: 38px;
  }

  .contactbutton {
    color: #fdfdff;
    font-size: 15px;
  }

  .socialsbutton {
    width: 373px;
    height: 54px;
    color: #fdfdff;
    font-size: 20px;
  }

  .text-block-12 {
    font-size: 15px;
  }

  .contactbutton-copy {
    color: #fdfdff;
    font-size: 15px;
  }

  .welcomebuttonsecondary {
    color: #fdfdff;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 17px;
  }

  .price-modal-1-wrapper {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .price-modal-text-wrapper {
    position: static;
  }

  .heading-3 {
    color: #0e2a5e;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
  }

  .price-modal-button {
    font-size: 16px;
    position: static;
  }

  .price-modal-2-wrapper {
    justify-content: center;
    align-items: center;
  }

  .price-modal-1-wrapper-copy {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .price-modal-3-wrapper, .price-modal-4-wrapper, .price-modal-5-wrapper, .price-modal-6-wrapper, .price-modal-7-wrapper, .price-modal-8-wrapper, .price-modal-9-wrapper, .price-modal-10-wrapper, .price-modal-11-wrapper, .price-modal-12-wrapper, .price-modal-13-wrapper, .price-modal-14-wrapper, .price-modal-15-wrapper, .price-modal-16-wrapper, .price-modal-17-wrapper, .price-modal-18-wrapper, .price-modal-19-wrapper, .price-modal-20-wrapper, .price-modal-21-wrapper, .price-modal-22-wrapper, .price-modal-23-wrapper, .price-modal-24-wrapper, .price-modal-25-wrapper, .price-modal-26-wrapper, .price-modal-27-wrapper, .price-modal-28-wrapper, .price-modal-29-wrapper, .price-modal-30-wrapper {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    box-shadow: none;
  }

  .div-block-2 {
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .whyussection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contentwrapper {
    width: 80%;
  }

  .whyustext {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span {
    font-size: 24px;
  }

  .servicessection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .headingrotated {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-2-rotated {
    font-size: 12px;
    line-height: 18px;
  }

  .gallerysection, .aboutussection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .aboutustext {
    font-size: 14px;
    line-height: 20px;
  }

  .pricingsection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 18px;
  }

  .pricingblock {
    width: 48%;
  }

  .contactsection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contactlist {
    margin-top: 14px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .buttons-container {
    flex-wrap: wrap;
  }

  .followussection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footerinsidewrapper {
    width: 80%;
  }

  .footertextwrapper {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .footerendpart {
    margin-left: 5%;
    margin-right: 5%;
  }

  .contacttext {
    font-size: 14px;
    line-height: 20px;
  }

  .image-13 {
    max-width: 60%;
    margin-top: -608px;
    display: none;
    position: absolute;
    overflow: visible;
  }

  .welcometext {
    width: 80%;
    margin-top: 44px;
  }

  .text-block-11, .welcomeh1 {
    text-align: center;
  }

  .dropdown-toggle-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-12 {
    font-size: 12px;
  }

  .image-nevim-mensi {
    max-width: 60%;
    margin-top: -609px;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .welcomebtnswrapper {
    align-items: center;
  }

  .price-modal-card {
    max-width: 75%;
  }

  .price-modal-splash {
    margin-top: 377px;
    margin-left: 533px;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .contentwrapper {
    width: 90%;
  }

  .whyustext {
    font-size: 16px;
    line-height: 22px;
  }

  .text-span {
    font-size: 26px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .headingrotated {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-2-rotated {
    font-size: 14px;
  }

  .aboutustext {
    font-size: 16px;
    line-height: 22px;
  }

  .contactlist {
    font-size: 16px;
    line-height: 24px;
  }

  .footerinsidewrapper {
    width: 90%;
  }

  .footertextwrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .contacttext {
    font-size: 16px;
  }

  .contactbutton {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    font-size: 14px;
  }

  .socialsbutton {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .image-nevim-mensi {
    max-width: 85%;
    margin-top: -607px;
  }

  .contactbutton-copy {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    font-size: 14px;
  }

  .price-modal-card {
    max-width: 90%;
  }

  .price-modal-splash {
    margin-top: 375px;
    margin-left: 475px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    width: 100%;
    min-height: 64px;
    object-fit: fill;
    background-color: #dcefff;
    justify-content: space-between;
    display: flex;
  }

  .brand {
    height: 100%;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .icon {
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .image {
    max-height: 100%;
  }

  .link {
    color: #0e2a5e;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .welcomesection {
    height: 100vh;
    position: relative;
  }

  .div-block-2 {
    justify-content: flex-start;
    position: relative;
  }

  .h1.pastelblue, .h1.pink {
    font-size: 24px;
    line-height: 28px;
  }

  .whyussection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contentwrapper {
    width: 90%;
  }

  .whyustext {
    margin-top: 8px;
    font-size: 14px;
    line-height: 19px;
  }

  .text-span {
    font-size: 24px;
  }

  .servicessection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .servicewrapperleft {
    flex-direction: column;
  }

  .heading {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-2 {
    text-align: justify;
    line-height: 16px;
  }

  .headingrotated {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-2-rotated {
    text-align: justify;
    line-height: 16px;
  }

  .gallerysection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallerywrapper {
    width: 80%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .galleryimage {
    width: 100%;
  }

  .image-6 {
    width: 100%;
    max-width: none;
  }

  .aboutussection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .aboutustext {
    font-size: 12px;
    line-height: 18px;
  }

  .socialswrapper {
    flex-direction: column;
  }

  .pricingsection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    width: 100%;
    white-space: normal;
    font-size: 16px;
    line-height: 22px;
  }

  .dropdown-toggle {
    flex-wrap: nowrap;
    line-height: 20px;
  }

  .pricingblock {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricingheader.darkblue {
    text-align: center;
    font-size: 20px;
  }

  .image-9 {
    max-width: 10%;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .bestsellertext {
    font-size: 14px;
  }

  .contactsection {
    padding-bottom: 48px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contactlist {
    font-size: 12px;
    line-height: 18px;
  }

  .buttons-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .list {
    margin-bottom: 0;
    padding-left: 18px;
  }

  .followussection {
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .footerinsidewrapper {
    width: 90%;
  }

  .footertextwrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .footertextitem {
    margin-bottom: 10px;
  }

  .text-block-9 {
    font-size: 13px;
  }

  .footerendpart {
    margin-left: 5%;
    margin-right: 5%;
  }

  .contacttext {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .image-13 {
    margin-top: 0;
  }

  .welcometext {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 81%;
  }

  .text-block-11 {
    font-size: 12px;
    line-height: 18px;
  }

  .welcomebutton {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .welcomeh1 {
    font-size: 25px;
    line-height: 30px;
  }

  .contactbutton, .socialsbutton {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }

  .image-nevim-mensi {
    max-width: 150%;
    margin-top: -24%;
    margin-left: -36px;
    position: absolute;
    overflow: hidden;
  }

  .welcomebtnswrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contactbutton-copy {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }

  .welcomebuttonsecondary {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .servicewrapperright {
    flex-direction: column-reverse;
  }

  .gallerygeneralwrapper {
    width: 100%;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .slider {
    height: 200px;
  }

  .html-embed {
    margin-bottom: 0;
  }

  .smooth-wrapper {
    width: 100%;
  }

  .price-modal-1-wrapper {
    display: none;
  }

  .price-modal-card {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .price-modal-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-3.price-modal-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .price-modal-subheader-text {
    font-size: 20px;
    line-height: 24px;
  }

  .price-modal-paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .price-modal-price {
    font-size: 36px;
    line-height: 40px;
  }

  .price-modal-splash {
    margin-top: 328px;
    margin-left: 262px;
  }

  .price-modal-button {
    width: 80%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 12px;
    line-height: 18px;
  }

  .image-9-bluebg {
    max-width: 10%;
  }

  .price-modal-2-wrapper, .price-modal-3-wrapper, .price-modal-4-wrapper, .price-modal-5-wrapper, .price-modal-6-wrapper, .price-modal-7-wrapper, .price-modal-8-wrapper, .price-modal-9-wrapper, .price-modal-10-wrapper, .price-modal-11-wrapper, .price-modal-12-wrapper, .price-modal-13-wrapper, .price-modal-14-wrapper, .price-modal-15-wrapper, .price-modal-16-wrapper, .price-modal-17-wrapper, .price-modal-18-wrapper, .price-modal-19-wrapper, .price-modal-20-wrapper, .price-modal-21-wrapper, .price-modal-22-wrapper, .price-modal-23-wrapper, .price-modal-24-wrapper, .price-modal-25-wrapper, .price-modal-26-wrapper, .price-modal-27-wrapper, .price-modal-28-wrapper, .price-modal-29-wrapper, .price-modal-30-wrapper {
    display: none;
  }

  .cookie-content.bottom-banner-content {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .background-video {
    display: flex;
  }
}


