@font-face {
    font-family: "MyFont";
    src: url("../fonts/static/Fredoka-Bold.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MyFont2";
    src: url("../fonts/static/Fredoka-Medium.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
img,
div {
  caret-color: transparent; /* hide blinking caret */
  outline: none;            /* hide focus outline if not needed */
}
body {
    font-family: 'MyFont', sans-serif;
}
p {
    font-family: 'MyFont2', sans-serif;
}
.navbar, .navbar-nav {
    font-family: inherit;
}
.nav-link {
    font-family: 'MyFont', sans-serif!important;
}
.navbar, .navbar-nav, .nav-link {
    font-family: 'MyFont', sans-serif !important;
}
.navMobileItem {
    text-align: left;
    width: 100%;
}
.sectionOne {
    position: relative;
    padding: 265px 26px 300px;
    overflow: hidden;
}
.sectionOne::before {
    content: "";
    position: absolute;
    width: 135%;
    height: 187%;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: -92%;
    left: -19%;
    z-index: -1;
    background-image: linear-gradient(90deg, #59016e, #c30002);
    box-shadow: 50px 50px 0px 0px rgba(237, 208, 215, 1);
    -webkit-box-shadow: 50px 50px 0px 0px rgba(237, 208, 215, 1);
    -moz-box-shadow: 50px 50px 0px 0px rgba(237,208,215,1);
}
.sectionOne::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    border: 60px solid #ff9131;
    top: 30%;
    left: -8%;
}
.align-items-center {
    align-items: center !important;
}
.sectionOneText {
    position: relative;
    z-index: 1;
}
.oneH1 {
    font-weight: 700;
    color: #fff;
    font-size: 80px;
}
.oneH5 {
    font-family: 'MyFont2', sans-serif;
    font-size: 22px;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 50px;
    color: #fff;
}
.sectionOneText .btn {
    font-family: 'MyFont2', sans-serif;
    margin-right: 16px;
    padding: 17px 46px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #ef326f, #fe6c4e, #ef326f, #fe6c4e);
    text-transform: capitalize;
}
.sectionOneText .btn:hover {
    color: rgb(255 255 255 / 80%)!important;
}
.sectionOneText .btn.two {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    height: 58px;
    background-image: none;
    font-family: 'MyFont2', sans-serif;
}
.sectionOneText .btn.two:hover {
    color: rgb(255 255 255 / 80%)!important;
}
.sectionOneInnerBox::before {
    position: absolute;
    content: "";
    width: 600px;
    height: 310px;
    top: 52%;
    border-radius: 350px;
    z-index: -1;
    transform: rotate(329deg);
    background-image: linear-gradient(90deg, #ef326f, #fe6c4e);
}
.sectionOneInnerBox::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 19px solid #ff9131;
    top: -30%;
    right: -60%;
    animation: top 7s infinite;
}
.sectionOneImg {
    position: absolute;
    right: -3%;
    top: -29%;
    animation: 15s infinite animationOne;
}

@keyframes animationOne {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}
.shapeImg {
    left: 24%;
    animation: left 5s infinite;
    top: 125% !important;
    
}
.navBox {
    position: absolute;
    width: 100%;
    z-index: 1222;
}

.nav-link {
    border-bottom: 5px solid transparent;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    color: rgb(255 255 255 / 80%);
    transition: 0.4s;
}
.nav-link:hover {
    color: #fff!important;
    transition: 0.4s;
}
.sectionOneBox {
    min-height: 33rem;
}
.containerBox {
    max-width: 1320px;
    margin: auto;
}
.navbar {
    height: 110px;
}
.startBtn {
    font-size: 16px;
    font-weight: 600;
    color: rgb(255 255 255 / 80%);
    cursor: pointer;
    text-align: center;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, rgb(239, 50, 111), rgb(254, 108, 78), rgb(239, 50, 111), rgb(254, 108, 78));
    text-transform: capitalize;
    padding: 17px 46px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
    
}
.startBtn:hover {
    color: #fff!important;
    transition: 0.4s ease-in-out;
}
.sectionTwo {
    padding: 120px 0;
    max-width: 1920px;
    margin: auto;
}
.sectionTwoTextBox {
    text-align: center;
    width: 73%;
    margin: auto;
    padding-bottom: 50px;
}
.sectionTwoH6 {
    padding-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    color: #f0346e;
}
.sectionTwoH2 {
    font-weight: 800;
    font-size: 50px;
    color: #000;
}
.mainDiv {
    position: relative;
    background-color: #fff8e1;
    border-radius: 127px;
    padding: 50px 58px;
    margin-top: 60px;
    padding-top: 75px;
    width: 96%;
    border: 5px solid #fff8e1;
    margin-top: 120px;
    padding-bottom: 34px;
}
a:hover {
    color: #000!important;
}
.divA {
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none!important;
    text-align: left;
}
.divA :hover {
    color: #000!important;
    text-decoration: none!important;
}
.divA :focus{
    color: #000!important;
    text-decoration: none!important;
}
.divA :active {
    color: #000!important;
    text-decoration: none!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0!important;
}
.divP {
    font-size: 17px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
    font-family: 'MyFont2', sans-serif;
    text-align: left;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainDiv {
    height: 350px;
    position: relative;
    background-color: #fff8e1;
    border-radius: 127px;
    padding: 50px 58px;
    margin-top: 60px;
    padding-top: 90px;
    width: 96%;
    border: 5px solid #fff8e1;
    margin-top: 120px;
    padding-bottom: 34px;
}
.mainDiv i {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    background: linear-gradient(90deg, #ef326f, #fe6c4e);
    box-shadow: 0px 0px 13px 0px rgba(241, 60, 107, 0.3);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(241, 60, 107, 0.3);
    -moz-box-shadow: 0px 0px 13px 0px rgba(241,60,107,0.3);
    padding: 30px;
    border-radius: 50%;
    position: absolute;
    top: -60px;

}
.mainDiv i:before {
    position: absolute;
    content: "";
    width: 122px;
    height: 122px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 0;
    left: 4px;
    top: 4px;
}
.mainDiv i svg {
    z-index: 2;
    height: auto;
    width: auto;
}
.swiper-slide.active-center {
  transition: 0.3s;
  opacity: 1;
}
.swiper-slide.swiper-slide.active-center .mainDiv {
    border-color: #f0346e;
    margin-top: 67px;
    background-color: #fff;
}
.swiper-slide.active-center i::before {
    background-color: #fff0;
}
.swiper-slide {
  transition: 0.3s;
}
.logo {
    width: 11rem;
    left: -17px;
    position: relative;
}
.swiper-pagination-bullet {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #000!important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: rgb(240, 52, 110)!important;
}
.s3Text1 {
    color: #f0346e;
    padding-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
.s3Text2 {
    font-weight: 800;
    font-size: 50px;
}
.s3P1 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 8px;
}
.s3P2 {
    font-family: 'MyFont2', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}
.s3Inner {
    display: flex;
    margin-top: 30px;
}
.s3Icon {
    background-color: #fdeaf0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 20px;
}
.s3ImgBox {
    position: relative;
}
.s3ImgBox:before {
    content: "";
    position: absolute;
    width: 800px;
    height: 400px;
    border-radius: 500px;
    background-color: #fff8e1;
    transform: rotate(338deg);
    right: 0;
    top: 11px;
    z-index: 0;
}
.s3ImgBox:after {
    z-index: 0;
    content: "";
    position: absolute;
    width: 300px;
    height: 160px;
    border-radius: 500px;
    background-image: linear-gradient(90deg, #ef326f, #fe6c4e);
    left: 100px;
    bottom: -36px;
    transform: rotate(338deg);
}
.s3Img {
  width: 100%;
  z-index: 1;
  position: relative;
  animation: animateTop 20s infinite ease-in-out;
}
.s4Box {
    position: relative;
    padding: 128px 0;
    overflow: hidden;
}
.s4Box::before {
    position: absolute;
    content: "";
    height: 500px;
    width: 834px;
    border-radius: 300px;
    background: linear-gradient(90deg, #ef326f, #fe6c4e);
    bottom: 0;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}
.align-items-end {
    align-items: flex-end !important;
}
.s4B1 {
    position: relative;
    width: 90%;
    padding-bottom: 40px;
}
.s4H2 {
    font-weight: 800;
    font-size: 50px;
}
.s4H4 {
    font-weight: 800;
    font-size: 50px;
}
.s4li{
    font-family: 'MyFont2', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}
.s4B2 {
    position: relative;
    padding-left: 36px;
}
@keyframes animateTop {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(3rem); }
  100% { transform: translateY(0); }
}
.sectionFour {
    padding-top: 5rem;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}
.s4InnerBox {
    position: relative;
}
.s4img2 {
    position: absolute;
    animation: 15s infinite animateTop2;
    right: -20%;
    top: 50%;
}
@keyframes animateTop2 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(3rem); }
  100% { transform: translateY(0); }
}
.sectionFive {
    padding: 11rem 0;
    max-width: 1920px;
    margin: auto;
}
.check {
    padding-right: 15px;
}
.s5li {
    font-family: 'MyFont2', sans-serif;
    padding-top: 18px;
    font-size: 18px;
    list-style: none;
}
.list {
    padding-top: 16px;
    margin-bottom: 60px;
    padding-left: 0;
    margin-left: 0;
}
.s5btn {
    padding: 17px 46px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #ef326f, #fe6c4e, #ef326f, #fe6c4e);
    text-transform: capitalize;
}
.s5btn:hover {
    color: rgb(255 255 255 / 80%)!important;
}
.s5Text1 {
    font-size: 57px;
    font-weight: bold;
    padding-top: 4rem;
}
.s5LandImg {
    width: 100%;
    sanimation: 15s infinite animateTop3;
}

@keyframes animateTop3 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(2rem); }
  100% { transform: translateY(0); }
}

.footer {
    background-image: url('../img/footer.jpg');
    padding:5rem 0 6rem;
    overflow: hidden;
}
.footer:before {
    position: absolute;
    content: "";
    height: 412px;
    width: 100%;
    border-radius: 300px;
    top: 28%;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.s4Img1 {
    width: 100%;
}
.s6Box {
    display: flex;
    align-items: center;
}
.s6Img {
    margin-right: 20px;
}
.s6Text1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
}
.s6Text2 {
    font-size: 18px;
    line-height: 30px;
    color: #a6a6a6;
    margin: 0;
    font-weight: 400;
}
.subscribeBox {
    position: relative;
    width: 100%;

}
.sectionThree {
    max-width: 1920px;
    margin: auto;
}
form.subscribe input {
    width: 100%;
    padding: 12px 140px 12px 20px; /* right padding makes space for button */
    border: 1px solid #ccc;
    border-radius: 40px;
    font-size: 16px;
    outline: none;
}
.form-control {
    border-radius: 25px;
    padding: 1.7rem;
    font-family: 'MyFont', sans-serif!important;
}
.subscrBtn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 49px;
    border: none;
    background: #000;  /* change to your color */
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
    background-image: linear-gradient(to right, #ef326f, #fe6c4e, #ef326f, #fe6c4e);
}
.subscrBtn {
    color: rgb(255 255 255 / 80%)!important;
}

/*mobile navbar*/
    .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 555555;
    top: 0;
    left: -100%;
    background-color: #fff;
    overflow-x: hidden;
    transition: 1s;
    background-image: url("../img/background.png");
    padding: 0 2rem;
}

.overlay-content {
    position: relative;
    padding-top: 2rem;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem transparent;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: 0.1s;
    text-align: left;
}

.overlay a:hover, .overlay a:focus {
    color: #000;
}

.overlay .closebtn {
    position: absolute;
    right: 4px;
    font-size: 60px;
}

.hamburger {
    width: 2rem;
}
.navArrow {
    width: 26px;
}
.closeMobNav {
    width: 2rem;
}
.mobLogo {
    width: 8rem;
    left: -9px;
    position: relative;
}
.mpos {
    justify-content: left;
    display: flex;
}
.mobBlock {
    display: none;
}

#progress {
    display: grid;
    place-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    cursor: pointer;
    display: none; /* Hidden by default */
    background: conic-gradient(rgb(240, 52, 110) 0%, rgb(255, 255, 255) 0%);
    z-index: 1111;
}
.level {
    display: grid;
    place-items: center;
    height: 90%;
    width: 90%;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 18px;
    color: #001a2e;
    font-weight: bold;
}
.arrUp {
    width: 1.6rem;
}

.popup1 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 11111;
    display: none;
}
.popup2 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 11111;
    display: none;
}
.popup3 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 11111;
    display: none;
}
.popup4 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 11111;
    display: none;
}
.popupBg1 {
    background: #ffffff87;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.popupOneBox {
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    padding: 3rem;
    background-image: linear-gradient(90deg, #59016edb, #c30002b5);
}
.lColor {
    color: #fff;
}
.popupText {
    text-align: center;
    color: #fff;
}
.subBtn {
    width: 100%;
    background-image: linear-gradient(to right, #ef326f, #fe6c4e, #ef326f, #fe6c4e);
    color: #fff;
    margin-top: 1rem;
    border-radius: 2rem;
}
/*loader animation*/
.circleBox {
    background: #ffffffd1;
    justify-content: center;
    padding: 3rem;
    z-index: 99999999;
    border-radius: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.circle-loader {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: conic-gradient(#59016edb 0deg, #c30002b5 120deg, transparent 120deg);
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
/*end of loading animation*/
@media screen and (max-width:1600px) {
    .s4img2 {
        display: none;
    }
}
@media screen and (max-width:1450px) {
    .sectionOne  {
        padding: 265px 40px 300px;
    }
    .sectionTwo {
        padding: 128px 40px;
    }
    .sectionThree {
        padding: 0 40px;
    }
    .sectionFour {
        padding: 5rem 0 0 40px;
    }
    .s4Box:before {
        height: 427px;
        width: 662px;
    }
    .sectionFive {
        padding: 11rem 40px;
    }
    .sectionThree {
        padding: 0 40px;
    }
}
@media screen and (max-width: 1400px) {
    .oneH1 {
        font-size: 60px;
    }
    .oneH5 {
        font-size: 20px;
    }
    .sectionTwoH2 {
        font-size: 40px;
    }
    .divA {
        font-size: 22px;
    }
    .divP {
        font-size: 16px;
    }
    .mainDiv i {
        width: 110px;
        height: 110px;
        padding: 20px;
    }
    .s3Text1 {
        font-size: 16px;
    }
    .s3Text2 {
        font-size: 40px;
    }
    .s3P1 {
        padding-bottom: 4px;
    }
    .s3P2 {
        font-size: 16px;
    }
    .s4H2 {
        font-size: 40px;
    }
    .s4H4 {
        font-size: 40px;
    }
    .s4li {
        font-size: 16px;
    }
    .s5Text1 {
        font-size: 40px;
    }
    .s5li {
        padding-top: 12px;
        font-size: 16px;
    }
    .s6Text2 {
        font-size: 16px;
    }
    .s4Box:before {
        height: 324px;
        width: 553px;
    }
}
@media screen and (max-width: 1380px) {
    .logo {
        left: 0;
    }
    .navbar {
        padding: 0 3rem;
    }
}
@media screen and (max-width:1200px) {
    .containerBox {
        max-width: 1140px;
    }
    .sectionTwoH2 {
        font-size: 34px;
    }
    .s3ImgBox:before {
        display: none;
    }
    .s3Text2 {
        font-size: 34px;
    }
    .s4H2 {
        font-size: 34px;
    }
    .s4H4 {
        font-size: 34px;
    }
    .s5Text1 {
        font-size: 34px;
    }
    .s6Text1 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1050px) {
    .divP {
        line-height: 22px;
    }
    .divA {
        font-size: 18px;
    }
}
@media screen and (max-width:993px) {
    .containerBox {
        max-width: 960px;
    }
    .sectionOneInnerBox::before {
        background-image: none;
    }
    .oneH1 {
        font-size: 50px;
    }
    .sectionOne  {
        padding: 130px 115px;
    }
    .sectionOne:before {
        top: -93%;
    }
    .sectionOneImg {
        width: 72%;
        top: -136%;
        left: 21%;
    }
    .navbar {
        padding: 0 7rem;
    }
    .sectionOneBox {
        min-height: 12rem;
    }
    .sectionOne::after {
        border: none;
    }
    .s3Img {
        height: 24rem;
        margin-bottom: 8rem;
        width: auto;
        margin: 0 auto 6rem;
    }
    .s3ImgBox:before {
        display: none;
    }
    .s3ImgBox:after {
        display: none;
    }
    .s3ImgBox {
        margin: auto;
        justify-content: center;
        display: flex;
    }
    .sectionTwo {
        padding: 128px 115px;
    }
    .sectionthree {
        padding: 0 115px;
    }
    .sectionFour {
        padding: 5rem 115px 0 115px;
    }
    .sectionFive {
        padding: 4rem 115px 11rem;
    }
     .footer {
        padding: 0 115px;
    }
    .subscribeBox {
        margin-top: 3rem;
    }
    .s6Box {
        padding-top: 2rem;
    }
    .mainDiv i:before {
         background-color: transparent;
    }
    .s4InnerBox {
        margin: auto;
        display: flex;
    }
    .s4Img1 {
        width: 80%;
        margin: auto;
    }
    .s4Box:before {
        display: none;
    }
}
@media screen and (max-width: 991px) {
     .mobBlock {
        display: block;
    }
}
@media screen and (max-width: 850px) {
    .s3Img {
        height: 23rem;
    }
    .s4Img1 {
        width: 100%;
        object-fit: contain;
    }
    .s4Box:before {
        display: none;
    }
    .sectionFour {
        padding: 5rem 115px 0 115px;
    }
    .s4InnerBox {
        padding-top: 4rem;
    }
}
@media screen and (max-width:768px) {
    .containerBox {
        max-width: 720px;
    }
    .sectionOne {
        padding: 130px 54px;
    }
    .navbar {
        padding: 0 3rem;
    }
    .sectionOne::before {
        height: 180%;
    }
    .oneH1 {
        font-size: 40px;
    }
    .oneH5 {
        font-size: 20px;
    }
    .sectionTwo {
        padding: 128px 54px;
    }
    .sectionThree {
        padding: 0 54px;
    }
    .sectionFour {
        padding: 5rem 54px 0;
    }
    .sectionFive {
        padding: 4rem 54px 11rem;
    }
    .footer {
        padding: 0 54px;
    }
    .s5li {
        padding-top: 10px;
    }
}
@media screen and (max-width:700px) {
    .sectionTwo {
        padding: 55px 54px;
    }
    .popupBox {
        width: 80%;
    }
    .popupText {
        font-size: 1.3rem;
    }
    .popupOneBox {
        width: 80%;
    }
    .lColor {
        font-size: 1rem;
    }
}
@media screen and (max-width:576px) {
    .containerBox {
        max-width: 540px;
    }
    .sectionTwoH6{
        font-size: 14px;
    }
    .sectionTwoH2 {
        font-size: 28px;
    }
    .s3Text1 {
        font-size: 14px;
    }
    .s3Text2 {
        font-size: 28px;
    }
    .s4H2 {
        font-size: 28px;
    }
    .s4H4 {
        font-size: 28px;
    }
    .s4li {
        font-size: 16px;
    }
    .s5Text1 {
        font-size: 28px;
    }
    .overlay {
            padding: 0 0rem;
    }

}
@media screen and (max-width: 568px) {
    .dg {
        display: grid;
    }
    .one {
        order: 2;
        margin-top: 1rem;
    }
    .two {
        
        order: 1;
    }
}
@media screen and (max-width:548px) {
    .sectionOne {
        padding: 133px 16px;
    }
    .s3Img {
        height: 19rem;
    }
    .sectionOneImg {
        left: 11%;
        top: -53%;
    }
    .navbar {
        padding: 0 2rem;
        height: 87px;
    }
    .sectionOne::before {
         width: 153%;
         left: -27%;
         height: 176%;
    }
    .logo {
        width: 9rem;
    }
    .sectionTwo {
         padding: 55px 16px;
    }
    .sectionThree {
         padding: 55px 16px;
    }
     .sectionFour {
        padding: 5rem 16px 0;
    }
    .sectionFive {
        padding: 5rem 16px 11rem;
    }
    .footer {
         padding: 55px 16px;
    }
    .s4Box {
        position: relative;
        padding: 0px 0;
    }
}
@media (max-width: 500px) {
    .sectionOneImg {
        display: none;
    }
    .sectionOneBox {
        display: none;
    }
    .popupOneBox {
        width: 95%;
    }
}
@media screen and (max-width: 450px) {
    .divA {
        font-size: 22px;
    }
    .s3Img {
        height: 16rem;
    }
    .s4B2  {
        padding-left: 0;
    }
    .s5btn {
        padding: 14px 34px;
        font-size: 14px;
    }
     .s6Text1 {
        font-size: 20px;
    }
    .subscrBtn {
        padding: 15px 24px;
    }
    .inpM::placeholder {
        font-size: 14px;
    }
    #progress {
        width: 50px;
        height: 50px;
    }
    .arrUp {
        width: 1.3rem;
    }
    .divP {
        line-height: 19px;
    }
    .mainDiv {
        padding-top: 73px;
    }
    .divA {
        line-height: 25px;
        font-size: 17px;
    }
}
@media screen and (max-width: 380px) {
    .inpM::placeholder {
        font-size: 12px;
    }
    .subscrBtn {
        padding: 15px 20px;
        font-size: 13px;
    }
    .navbar-toggler {
        display: none;
    }
}
@media screen and (max-width: 350px) {
    .s3Img {
        width: 100%;
        height: auto;
    }
    .mainDiv {
            padding: 50px 21px;
    }
    .s3Icon {
        display: none;
    }
    .s5btn {
        padding: 14px 20px;
    }
    .s5Box2 {
        padding-top: 2rem;
    }
    .sectionOne::before {
        border-radius: 0;
        height: 182%;
    }
    .s6img {
        width: 26%;
    }
    .subscrBtn {
        font-size: 11px;
                padding: 15px 11px;
    }

}
@media screen and (max-width: 280px) {
    .logo {
        width: 6rem;
    }
}