@import url("../fonts/stylesheet.css");
@import url("../fonts/stylesheet.css");
@import url("../fonts/stylesheet.css");
@import url("../fonts/stylesheet.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Avenir";
  font-weight: normal;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: initial;
}

input,
textarea,
select {
  background-color: transparent;
  border: 0;
  outline: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.gap10 {
  height: 10px;
  display: block;
  width: 100%;
}

.gap20 {
  height: 20px;
  display: block;
  width: 100%;
}

.gap30 {
  height: 30px;
  display: block;
  width: 100%;
}

.gap40 {
  height: 40px;
  display: block;
  width: 100%;
}

.gap50 {
  height: 50px;
  display: block;
  width: 100%;
}

.gap60 {
  height: 60px;
  display: block;
  width: 100%;
}

.gap70 {
  height: 70px;
  display: block;
  width: 100%;
}

.gap80 {
  height: 80px;
  display: block;
  width: 100%;
}

.gap90 {
  height: 90px;
  display: block;
  width: 100%;
}

.gap100 {
  height: 100px;
  display: block;
  width: 100%;
}

.gap-y-0 {
  gap: 0 0;
}

.gap-y-10 {
  gap: 10px 0;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-30 {
  gap: 30px 0;
}

.gap-y-40 {
  gap: 40px 0;
}

.gap-y-50 {
  gap: 50px 0;
}

.gap-y-60 {
  gap: 60px 0;
}

.gap-y-70 {
  gap: 70px 0;
}

.gap-y-80 {
  gap: 80px 0;
}

.gap-y-90 {
  gap: 90px 0;
}

.gap-y-100 {
  gap: 100px 0;
}

.gap-y-120 {
  gap: 120px 0;
}

.gap-y-140 {
  gap: 140px 0;
}

.gap-y-150 {
  gap: 150px 0;
}

.gap-x-0 {
  gap: 0 0px;
}

.gap-x-10 {
  gap: 0 10px;
}

.gap-x-20 {
  gap: 0 20px;
}

.gap-x-30 {
  gap: 0 30px;
}

.gap-x-40 {
  gap: 0 40px;
}

.gap-x-50 {
  gap: 0 50px;
}

.gap-x-60 {
  gap: 0 60px;
}

.gap-x-70 {
  gap: 0 70px;
}

.gap-x-80 {
  gap: 0 80px;
}

.gap-x-90 {
  gap: 0 90px;
}

.gap-x-100 {
  gap: 0 100px;
}

.gap-x-120 {
  gap: 0 120px;
}

.gap-x-140 {
  gap: 0 140px;
}

.gap-x-150 {
  gap: 0 150px;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.space-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.mr-0 {
  margin: 0;
}

.mr-auto {
  margin: 0 auto;
}

.mr-l-auto {
  margin-left: auto;
}

.mr-r-auto {
  margin-right: auto;
}

.mr-t-0 {
  margin-top: 0;
}

.mr-t-5 {
  margin-top: 5px;
}

.mr-t-10 {
  margin-top: 10px;
}

.mr-t-15 {
  margin-top: 15px;
}

.mr-t-20 {
  margin-top: 20px;
}

.mr-t-30 {
  margin-top: 30px;
}

.mr-t-40 {
  margin-top: 40px;
}

.mr-t-50 {
  margin-top: 50px;
}

.mr-t-60 {
  margin-top: 60px;
}

.mr-t-70 {
  margin-top: 70px;
}

.mr-t-80 {
  margin-top: 80px;
}

.mr-t-90 {
  margin-top: 90px;
}

.mr-t-100 {
  margin-top: 100px;
}

.mr-t-110 {
  margin-top: 110px;
}

.mr-t-120 {
  margin-top: 120px;
}

.mr-t-130 {
  margin-top: 130px;
}

.mr-t-140 {
  margin-top: 140px;
}

.mr-t-150 {
  margin-top: 150px;
}

.mr-b-0 {
  margin-bottom: 0;
}

.mr-b-5 {
  margin-bottom: 5px;
}

.mr-b-10 {
  margin-bottom: 10px;
}

.mr-b-15 {
  margin-bottom: 15px;
}

.mr-b-20 {
  margin-bottom: 20px;
}

.mr-b-30 {
  margin-bottom: 30px;
}

.mr-b-40 {
  margin-bottom: 40px;
}

.mr-b-50 {
  margin-bottom: 50px;
}

.mr-b-60 {
  margin-bottom: 60px;
}

.mr-b-70 {
  margin-bottom: 70px;
}

.mr-b-80 {
  margin-bottom: 80px;
}

.mr-b-90 {
  margin-bottom: 90px;
}

.mr-b-100 {
  margin-bottom: 100px;
}

.mr-b-110 {
  margin-bottom: 110px;
}

.mr-b-120 {
  margin-bottom: 120px;
}

.mr-b-130 {
  margin-bottom: 130px;
}

.mr-b-140 {
  margin-bottom: 140px;
}

.mr-b-150 {
  margin-bottom: 150px;
}

.mr-l-0 {
  margin-left: 0;
}

.mr-l-5 {
  margin-left: 5px;
}

.mr-l-10 {
  margin-left: 10px;
}

.mr-l-15 {
  margin-left: 15px;
}

.mr-l-20 {
  margin-left: 20px;
}

.mr-l-30 {
  margin-left: 30px;
}

.mr-l-40 {
  margin-left: 40px;
}

.mr-l-50 {
  margin-left: 50px;
}

.mr-l-60 {
  margin-left: 60px;
}

.mr-l-70 {
  margin-left: 70px;
}

.mr-l-80 {
  margin-left: 80px;
}

.mr-l-90 {
  margin-left: 90px;
}

.mr-l-100 {
  margin-left: 100px;
}

.mr-l-110 {
  margin-left: 110px;
}

.mr-l-120 {
  margin-left: 120px;
}

.mr-l-130 {
  margin-left: 130px;
}

.mr-l-140 {
  margin-left: 140px;
}

.mr-l-150 {
  margin-left: 150px;
}

.mr-r-0 {
  margin-right: 0;
}

.mr-r-5 {
  margin-right: 5px;
}

.mr-r-10 {
  margin-right: 10px;
}

.mr-r-15 {
  margin-right: 15px;
}

.mr-r-20 {
  margin-right: 20px;
}

.mr-r-30 {
  margin-right: 30px;
}

.mr-r-40 {
  margin-right: 40px;
}

.mr-r-50 {
  margin-right: 50px;
}

.mr-r-60 {
  margin-right: 60px;
}

.mr-r-70 {
  margin-right: 70px;
}

.mr-r-80 {
  margin-right: 80px;
}

.mr-r-90 {
  margin-right: 90px;
}

.mr-r-100 {
  margin-right: 100px;
}

.mr-r-110 {
  margin-right: 110px;
}

.mr-r-120 {
  margin-right: 120px;
}

.mr-r-130 {
  margin-right: 130px;
}

.mr-r-140 {
  margin-right: 140px;
}

.mr-r-150 {
  margin-right: 150px;
}

.pd-0 {
  padding: 0;
}

.pd-auto {
  padding: 0 auto;
}

.pd-l-auto {
  padding-left: auto;
}

.pd-r-auto {
  padding-right: auto;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-t-80 {
  padding-top: 80px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-t-100 {
  padding-top: 100px;
}

.pd-t-110 {
  padding-top: 110px;
}

.pd-t-120 {
  padding-top: 120px;
}

.pd-t-130 {
  padding-top: 130px;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-t-150 {
  padding-top: 150px;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-b-70 {
  padding-bottom: 70px;
}

.pd-b-80 {
  padding-bottom: 80px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-b-100 {
  padding-bottom: 100px;
}

.pd-b-110 {
  padding-bottom: 110px;
}

.pd-b-120 {
  padding-bottom: 120px;
}

.pd-b-130 {
  padding-bottom: 130px;
}

.pd-b-140 {
  padding-bottom: 140px;
}

.pd-b-150 {
  padding-bottom: 150px;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-l-80 {
  padding-left: 80px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-l-100 {
  padding-left: 100px;
}

.pd-l-110 {
  padding-left: 110px;
}

.pd-l-120 {
  padding-left: 120px;
}

.pd-l-130 {
  padding-left: 130px;
}

.pd-l-140 {
  padding-left: 140px;
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-r-80 {
  padding-right: 80px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-r-110 {
  padding-right: 110px;
}

.pd-r-120 {
  padding-right: 120px;
}

.pd-r-130 {
  padding-right: 130px;
}

.pd-r-140 {
  padding-right: 140px;
}

.pd-r-150 {
  padding-right: 150px;
}

.container-900 {
  max-width: 900px;
  margin: 0 auto;
}

.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.container-1600 {
  max-width: 1600px;
  margin: 0 auto;
}

.container-1680 {
  max-width: 1680px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  padding: 0 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #EE008C;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #F8BFCD;
}

.buttonBorder {
  font-size: 30px;
  color: #EE008C;
  line-height: 100%;
  width: initial;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #EE008C;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
}
.buttonBorder:hover {
  color: #fff;
  background-color: #EE008C;
}
@media (max-width: 600px) {
  .buttonBorder {
    font-size: 16px;
  }
}

.buttonBorderWhite {
  font-size: 30px;
  color: #fff;
  line-height: 100%;
  width: initial;
  min-width: 350px;
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  text-align: center;
}
.buttonBorderWhite:hover {
  color: #EE008C;
  background-color: #fff;
}
@media (max-width: 600px) {
  .buttonBorderWhite {
    font-size: 16px;
    min-width: 205px;
  }
}

.sectionSubHead {
  font-size: 52px;
  color: #CED7E0;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 600px) {
  .sectionSubHead {
    font-size: 28px;
  }
}

.paragraph {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  line-height: 170%;
}

.lineHead {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #CED7E0;
  top: 30px;
}

.bgOffwhite {
  background-color: #FAF9F9;
}

.menuOverlay {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.headerSection {
  width: 100%;
  background-color: #EE008C;
  padding: 10px 30px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}
.headerSection .headerSectionCont {
  max-width: 1920px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.headerSection .headerSectionCont .menuTriger {
  width: 35px;
  height: 35px;
  cursor: pointer;
  padding: 0;
  border: 0;
  outline: transparent;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .headerSection .headerSectionCont .menuTriger {
    width: 24px;
    height: 24px;
  }
}
.headerSection .headerSectionCont .menuTriger:hover {
  opacity: 0.7;
}
.headerSection .headerSectionCont .menuTriger img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerSection .headerSectionCont .headerLogo {
  width: 230px;
  height: 230px;
  top: 0px;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
@media (max-width: 992px) {
  .headerSection .headerSectionCont .headerLogo {
    width: 180px;
    height: 180px;
    margin-left: -90px;
  }
}
@media (max-width: 600px) {
  .headerSection .headerSectionCont .headerLogo {
    width: 130px;
    height: 130px;
    margin-left: -65px;
  }
}
.headerSection .headerSectionCont .headerLogo.headerLogoActive {
  width: 130px;
  height: 130px;
  margin-left: -65px;
}
@media (max-width: 600px) {
  .headerSection .headerSectionCont .headerLogo.headerLogoActive {
    margin-left: calc(-50vw + 10px);
  }
}
.headerSection .headerSectionCont .headerLogo img {
  width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menuWrapper {
  width: 100%;
  max-width: 480px;
  background-color: #EE008C;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: -120%;
  bottom: 0;
  z-index: 100;
  transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.menuWrapper.menuWrapperActive {
  right: 0;
}
@media (max-width: 600px) {
  .menuWrapper {
    max-width: 320px;
  }
}
.menuWrapper .menuClose {
  width: 64px;
  height: 64px;
  padding: 20px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: transparent;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.menuWrapper .menuClose:hover {
  opacity: 0.7;
}
.menuWrapper .menuClose img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menuWrapper .menuList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.menuWrapper .menuList li {
  list-style: none;
}
.menuWrapper .menuList li a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.menuWrapper .menuList li a:hover {
  opacity: 0.7;
}
.menuWrapper .menuList li button {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: 0;
}
.menuWrapper .menuList li button:hover {
  opacity: 0.7;
}

.footersection {
  width: 100%;
  position: relative;
  background-color: #EE008C;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 600px) {
  .footersection {
    padding-bottom: 0px;
  }
}
.footersection::before {
  content: "";
  width: 100%;
  height: 24px;
  background-image: url("../images/dotted-line.svg");
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
}
@media (max-width: 600px) {
  .footersection::before {
    height: 10px;
    top: -5px;
  }
}
.footersection .footerContainer {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  padding: 0 20px;
}
.footersection .footerContainer .footermenu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footersection .footerContainer .footermenu {
    flex-direction: column;
    gap: 10px;
  }
}
.footersection .footerContainer .footermenu li {
  list-style: none;
}
.footersection .footerContainer .footermenu li a {
  font-size: 30px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .footersection .footerContainer .footermenu li a {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .footersection .footerContainer .footermenu li a {
    font-size: 20px;
  }
}
.footersection .footerContainer .footermenu li a:hover {
  opacity: 0.7;
}
.footersection .footerContainer .footerContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .footersection .footerContainer .footerContent {
    flex-direction: column;
  }
}
.footersection .footerContainer .footerContent .footerColumn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 33.33%;
}
@media (max-width: 1440px) {
  .footersection .footerContainer .footerContent .footerColumn {
    flex-direction: column;
  }
}
.footersection .footerContainer .footerContent .footerColumn .projectText {
  height: 65px;
  width: initial;
}
.footersection .footerContainer .footerContent .footerColumn .socialWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footersection .footerContainer .footerContent .footerColumn .socialWrap a {
  height: 34px;
  width: 34px;
  transition: all 0.2s ease-in-out;
}
.footersection .footerContainer .footerContent .footerColumn .socialWrap a:hover {
  opacity: 0.7;
}
.footersection .footerContainer .footerContent .footerColumn .socialWrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footersection .footerContainer .footerContent .footerColumn .hashText {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.footersection .footerContainer .footerContent .footerColumn .hashText:hover {
  opacity: 0.7;
}
.footersection .footerContainer .footerContent .footerColumn .footerLofo {
  width: 200px;
  height: 200px;
  transition: all 0.2s ease-in-out;
}
.footersection .footerContainer .footerContent .footerColumn .footerLofo:hover {
  opacity: 0.7;
}
.footersection .footerContainer .footerContent .footerColumn .footerLofo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footersection .footerContainer .footerContent .footerColumn .contactBtn {
  width: 300px;
  height: 60px;
  transition: all 0.2s ease-in-out;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.footersection .footerContainer .footerContent .footerColumn .contactBtn:hover {
  background-color: rgb(255, 255, 255);
  color: #EE008C;
}
@media (max-width: 600px) {
  .footersection .footerContainer .footerContent .footerColumn .contactBtn {
    font-size: 16px;
    width: initial;
    height: initial;
    padding: 10px 20px;
    white-space: nowrap;
  }
}
.footersection .footerContainer .footerContent .footerColumn .giftBtn {
  width: 134px;
  height: 134px;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: 0;
}
.footersection .footerContainer .footerContent .footerColumn .giftBtn:hover {
  opacity: 0.7;
}
.footersection .footerContainer .footerContent .footerColumn .giftBtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footersection .imageText {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  padding: 0 20px;
}
.footersection .imageText img {
  max-width: 420px;
  width: 100%;
}
.footersection .copyWriteWrap {
  width: 100%;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #B5C7D7;
  text-align: center;
}
.footersection .copyWriteWrap p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .footersection .copyWriteWrap p {
    font-size: 15px;
  }
}

.modalWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.modalWrapper.contactModal {
  display: none;
}
.modalWrapper.contactModalShow {
  display: flex;
}
.modalWrapper.popupModal {
  display: none;
}
.modalWrapper.popupModalShow {
  display: flex;
}
.modalWrapper .modalOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.modalWrapper .modalWrap {
  max-width: 720px;
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  background-color: #fff;
}
.modalWrapper .modalWrap .modalClose {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: transparent;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.modalWrapper .modalWrap .modalClose:hover {
  opacity: 0.7;
}
.modalWrapper .modalWrap .modalClose img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
}
.modalWrapper .modalWrap .modalContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modalWrapper .modalWrap .modalContainer.popupModalCont {
  padding: 60px 0;
}
.modalWrapper .modalWrap .modalContainer h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.modalWrapper .modalWrap .modalContainer p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 1440px) {
  .modalWrapper .modalWrap .modalContainer .contactFormWrap {
    max-height: calc(100vh - 200px);
    overflow: auto;
  }
}
@media (max-width: 600px) {
  .modalWrapper .modalWrap .modalContainer .contactFormWrap {
    max-height: calc(100vh - 400px);
    overflow: auto;
  }
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 600px) {
  .modalWrapper .modalWrap .modalContainer .contactFormWrap form {
    flex-direction: column;
  }
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroup {
  width: calc(50% - 25px);
  position: relative;
}
@media (max-width: 600px) {
  .modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroup {
    width: 100%;
  }
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroup label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroup input {
  width: 100%;
  height: 50px;
  border: solid 1px #EEF4FF;
  background-color: #F6F9FF;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroup input::-moz-placeholder {
  font-size: 18px;
  color: #C8C8C8;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroup input::placeholder {
  font-size: 18px;
  color: #C8C8C8;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroup .errorText {
  font-size: 12px;
  color: #f00;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroupTextarea {
  width: 100%;
  position: relative;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroupTextarea label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroupTextarea textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #EEF4FF;
  background-color: #F6F9FF;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  resize: none;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroupTextarea textarea::-moz-placeholder {
  font-size: 18px;
  color: #C8C8C8;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroupTextarea textarea::placeholder {
  font-size: 18px;
  color: #C8C8C8;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroupTextarea .errorText {
  font-size: 12px;
  color: #f00;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.modalWrapper .modalWrap .modalContainer .contactFormWrap form .formGroupBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalWrapper .modalWrap .modalContainer .formsuccess {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  text-align: center;
}
.modalWrapper .modalWrap .modalContainer .formsuccess.formsuccesshide {
  display: none;
}
.modalWrapper .modalWrap .modalContainer .formsuccess img {
  height: 40px;
}
.modalWrapper .modalWrap .modalContainer .formsuccess p {
  font-size: 40px;
  font-weight: 500;
}
.modalWrapper .modalWrap .modalContainer .formsuccess span {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.blogDetailsSection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 250px 20px 100px;
  background-color: #fff;
  position: relative;
}
.blogDetailsSection::before {
  content: "";
  width: 100%;
  height: 600px;
  background-color: #F9BCCC;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 600px) {
  .blogDetailsSection::before {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .blogDetailsSection {
    padding: 200px 20px 100px;
  }
}
@media (max-width: 600px) {
  .blogDetailsSection {
    padding: 150px 20px 100px;
  }
}
.blogDetailsSection .blogDetailsWrap {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsWrap {
    gap: 20px;
  }
}
.blogDetailsSection .blogDetailsWrap .blogDate {
  font-size: 24px;
  color: #000;
  line-height: 120%;
  text-align: center;
  width: 100%;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsWrap .blogDate {
    font-size: 20px;
  }
}
.blogDetailsSection .blogDetailsWrap .blogHeading {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsWrap .blogHeading {
    font-size: 24px;
  }
}
.blogDetailsSection .blogDetailsWrap .blogMainImg {
  width: 100%;
  max-height: 600px;
  border-radius: 20px;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont h2 {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsWrap .blogDetailsCont h2 {
    font-size: 24px;
  }
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont h3 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsWrap .blogDetailsCont h3 {
    font-size: 24px;
  }
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont h4 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsWrap .blogDetailsCont h4 {
    font-size: 24px;
  }
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont h5 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  line-height: 120%;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont h6 {
  font-size: 18px;
  color: #000;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont p {
  font-size: 18px;
  color: #000;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont p a {
  color: #EE008C;
  transition: all 0.2s ease-in-out;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont p a:hover {
  opacity: 0.7;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont ul li {
  list-style: circle;
  font-size: 18px;
  color: #000;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont ul li a {
  color: #EE008C;
  transition: all 0.2s ease-in-out;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont ul li a:hover {
  opacity: 0.7;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont ol {
  margin: 0;
  padding: 0;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont ol li {
  font-size: 18px;
  color: #000;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont ol li a {
  color: #EE008C;
  transition: all 0.2s ease-in-out;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont ol li a:hover {
  opacity: 0.7;
}
.blogDetailsSection .blogDetailsWrap .blogDetailsCont img {
  width: 100%;
  border-radius: 20px;
  max-height: 500px;
}

.newSection {
  width: 100%;
  padding: 100px 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .newSection {
    padding: 50px 20px;
  }
}
.newSection .newWrapper {
  width: 100%;
  max-width: 1600px;
}
.newSection .newWrapper .newSectionHead {
  width: 100%;
  position: relative;
}
.newSection .newWrapper .newSectionHead h2 {
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-bottom: 20px;
}
.newSection .newWrapper .newSectionHead p {
  width: 100%;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1440px) {
  .newSection .newWrapper .newSectionHead p {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .newSection .newWrapper .newSectionHead p {
    font-size: 16px;
  }
}
.newSection .newWrapper .newGallryWrap {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.newSection .newWrapper .newGallryWrap a {
  width: calc(21% - 15px);
}
@media (max-width: 600px) {
  .newSection .newWrapper .newGallryWrap a {
    width: calc(42% - 15px);
  }
}
.newSection .newWrapper .newGallryWrap a:nth-child(8n+1), .newSection .newWrapper .newGallryWrap a:nth-child(8n+3), .newSection .newWrapper .newGallryWrap a:nth-child(8n+6), .newSection .newWrapper .newGallryWrap a:nth-child(8n+8) {
  width: calc(29% - 15px);
}
@media (max-width: 600px) {
  .newSection .newWrapper .newGallryWrap a:nth-child(8n+1), .newSection .newWrapper .newGallryWrap a:nth-child(8n+3), .newSection .newWrapper .newGallryWrap a:nth-child(8n+6), .newSection .newWrapper .newGallryWrap a:nth-child(8n+8) {
    width: calc(58% - 15px);
  }
}
.newSection .newWrapper .newGallryWrap img {
  border-radius: 20px;
  width: 100%;
}

.minBannerSection {
  width: 100%;
  background-image: url("../images/mid-banner.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .minBannerSection {
    background-position: 35%;
  }
}
@media (max-width: 600px) {
  .minBannerSection {
    padding: 40px 20px;
  }
}
@media (max-width: 600px) {
  .minBannerSection {
    background-position: 65%;
  }
}
.minBannerSection::before {
  content: "";
  width: 100%;
  height: 24px;
  background-image: url("../images/dotted-line.svg");
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  z-index: 14;
}
@media (max-width: 600px) {
  .minBannerSection::before {
    height: 10px;
    top: -5px;
  }
}
.minBannerSection::after {
  content: "";
  width: 100%;
  height: 24px;
  background-image: url("../images/dotted-line.svg");
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
}
@media (max-width: 600px) {
  .minBannerSection::after {
    height: 10px;
    bottom: -5px;
  }
}
.minBannerSection .midButtonWrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1080px) {
  .minBannerSection .midButtonWrap {
    gap: 16px;
  }
}
.minBannerSection .midButtonWrap button {
  width: initial;
  display: inline-block;
}
.minBannerSection .midButtonWrap a {
  width: initial;
  display: inline-block;
}

.homeBannerSection {
  width: 100%;
  background-color: #F8BECD;
  position: relative;
  padding: 200px 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .homeBannerSection {
    padding-bottom: 300px;
  }
}
@media (max-width: 600px) {
  .homeBannerSection {
    padding: 150px 20px 250px;
  }
}
.homeBannerSection .homeBannerImgWrap {
  position: absolute;
  top: 0;
  left: -100px;
  bottom: 0;
}
@media (max-width: 1080px) {
  .homeBannerSection .homeBannerImgWrap {
    top: initial;
    height: 75%;
    left: -150px;
  }
}
@media (max-width: 992px) {
  .homeBannerSection .homeBannerImgWrap {
    top: initial;
    height: 50%;
    left: 50%;
    margin-left: -30%;
  }
}
@media (max-width: 600px) {
  .homeBannerSection .homeBannerImgWrap {
    top: initial;
    height: 34%;
    left: 50%;
    margin-left: -42%;
  }
}
.homeBannerSection .homeBannerImgWrap img {
  width: initial;
  height: 100%;
}
.homeBannerSection .homeBannerContent {
  width: 100%;
  max-width: 1700px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.homeBannerSection .homeBannerContent .homeBaneCont {
  max-width: 750px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .homeBannerSection .homeBannerContent .homeBaneCont {
    max-width: 570px;
    gap: 30px;
  }
}
@media (max-width: 1080px) {
  .homeBannerSection .homeBannerContent .homeBaneCont {
    max-width: 500px;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .homeBannerSection .homeBannerContent .homeBaneCont {
    max-width: 100%;
    gap: 10px;
  }
}
.homeBannerSection .homeBannerContent .homeBaneCont h1 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .homeBannerSection .homeBannerContent .homeBaneCont h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .homeBannerSection .homeBannerContent .homeBaneCont h1 {
    font-size: 28px;
  }
}
.homeBannerSection .homeBannerContent .homeBaneCont h1 img {
  width: 250px;
}
@media (max-width: 992px) {
  .homeBannerSection .homeBannerContent .homeBaneCont h1 img {
    width: 180px;
  }
}
@media (max-width: 600px) {
  .homeBannerSection .homeBannerContent .homeBaneCont h1 img {
    width: 120px;
  }
}
.homeBannerSection .homeBannerContent .homeBaneCont p {
  font-size: 30px;
  color: #fff;
  line-height: 170%;
  text-align: center;
}
@media (max-width: 1440px) {
  .homeBannerSection .homeBannerContent .homeBaneCont p {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .homeBannerSection .homeBannerContent .homeBaneCont p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .homeBannerSection .homeBannerContent .homeBaneCont p {
    line-height: 150%;
  }
}

.crunchySection {
  width: 100%;
  position: relative;
}
.crunchySection::before {
  content: "";
  width: 100%;
  height: 24px;
  background-image: url("../images/dotted-line.svg");
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  z-index: 14;
}
@media (max-width: 600px) {
  .crunchySection::before {
    height: 10px;
    top: -5px;
  }
}
.crunchySection .gridSection {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
}
@media (max-width: 1080px) {
  .crunchySection .gridSection {
    display: none;
  }
}
.crunchySection .gridSection .gridText {
  width: 50%;
  background-color: #fff;
  padding: 100px 50px;
  position: relative;
  z-index: 5;
}
.crunchySection .gridSection .gridText .gridTextCont {
  width: 100%;
  max-width: 750px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 50px;
}
.crunchySection .gridSection .gridText .gridTextCont .gridTextImgTop {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.crunchySection .gridSection .gridText .gridTextCont .gridTextImgTop.grideImgTwo {
  width: 100%;
}
.crunchySection .gridSection .gridText .gridTextCont p {
  font-size: 30px;
  color: #000;
  line-height: 170%;
}
.crunchySection .gridSection .gridText .gridTextCont .gridTextImgMid {
  width: 90%;
}
.crunchySection .gridSection .gridText .gridTextCont .gridProImg {
  width: 90%;
}
.crunchySection .gridSection .gridImg {
  background-color: #EE949B;
  width: 50%;
  position: relative;
  z-index: 10;
}
.crunchySection .gridSection .gridImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: initial;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.crunchySection .gridSection .gridImg.gridImgTwo img {
  -o-object-position: right;
     object-position: right;
}
.crunchySection .resGridSection {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 50px 0;
  display: none;
}
@media (max-width: 1080px) {
  .crunchySection .resGridSection {
    display: flex;
  }
}
.crunchySection .resGridSection .resGridTopImg {
  width: 190px;
  height: initial;
}
.crunchySection .resGridSection h2 {
  font-size: 28px;
  display: block;
  text-align: left;
  padding: 0 20px;
  line-height: 100%;
}
.crunchySection .resGridSection p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 150%;
  padding: 0 20px;
}
.crunchySection .resGridSection .resGridMianImg {
  width: 100%;
}

.bgOffwhite {
  background-color: #FAF9F9 !important;
}

.newbuttonWrap {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=styles.css.map */