body,
h1,
h2,
h3,
h4,
p,
a {
    margin: 0;
    font-family: "Inter", sans-serif;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -2.1px;
}

h2 {
    color: #1E1F21;
    font-size: 60px;
    font-style: normal;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -2.1px;
}

h4 {
    color: #50223C;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 23px;
}

h3,
#innerpage-section .privacy-policy-h2,
.privacy-policy-li::marker {
    font-size: 36px;
    line-height: 48px;
    font-style: normal;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.28px;
}

a:hover {
    transition: all .3s ease;
}

.primary-button {
    width: 150px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background: #50223C;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .3s ease;
}

.primary-button:hover {
    background: #BE4861;
}

.secondary-button {
    width: 150px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background: #BE4861;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .3s ease;
}

.secondary-button:hover {
    background: #a04b5e;
}

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

header .container {
    justify-content: space-between;
    align-items: center;
}

header {
    position: relative;
    z-index: 10;
    padding: 37px 0;
}

.header-logo {
    width: 321px;
}

.flex {
    display: flex;
}

.section-form {
    display: flex;
    width: 500px;
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 10px;
    position: relative;
}

.error-message {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    color: red;
    font-size: 14px;
    margin-top: 10px;
}


#section-form {
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

#section-form input[type="email"]::placeholder {
    color: #7A7A7A;
}

#section-form input[type="email"] {
    border: none;
    background: transparent;
    outline: none;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 75%;
    box-sizing: border-box;
    padding-left: 20px;
}

#section-form input[type="submit"] {
    border: none;
    height: 50px;
    width: 168px;
    border-radius: 6px;
    font-family: inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.28px;
    cursor: pointer;
}

#landing-banner {
    margin-top: -184px;
    position: relative;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #50223C 27.68%, #230C1B 114.2%);
}

#landing-banner .container {
    padding-top: 188px;
    padding-bottom: 457px;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.slider-container {
    width: 860px;
    margin: 0 auto;
    position: relative;
}

.image-slider {
    position: absolute;
    top: -340px;
}

.owl-item {
    opacity: 0;
    transition: all .3s ease;
}

.owl-item.active {
    opacity: 1;
}

.owl-item.active.center {
    transform: translateY(-108px);
    position: relative;
    z-index: 1;
}

.owl-item.active.center+.owl-item.active {
    transform: translateY(-67px);
}

.owl-stage-outer {
    padding: 108px 0 108px 30px;
    margin: 0 -30px;
}

.owl-carousel .owl-item img {
    filter: drop-shadow(0px 20px 15px rgba(0, 0, 0, 0.3));
}

#landing-banner h1 {
    max-width: 87%;
    margin-bottom: 39px;
}

#landing-banner p {
    max-width: 745px;
    margin-bottom: 47px;
}

#landing-banner::before {
    content: '';
    background-image: url(../images/top-left_01.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    height: 20%;
    width: 10%;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}

#landing-second {
    position: relative;
}

#landing-second::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/section2_left.png);
    width: 30%;
    height: 63%;
    background-repeat: no-repeat;
    background-size: 59%;
    background-position-x: left;
    background-position-y: center;
    z-index: -1;
}

#landing-second .inner-child {
    padding-top: 496px;
    padding-bottom: 153px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#landing-second h2 {
    max-width: 60%;
    margin-bottom: 35px;
    text-align: center;
}


#landing-second p {
    max-width: 70%;
    margin-bottom: 53px;
    text-align: center;
}


#landing-third {
    padding: 159px 0;
    background: #E4DBDB;
}

#landing-third .inner-child {
    justify-content: space-between;
    align-items: center;
}

#landing-third .inner-child img {
    filter: drop-shadow(0px 20px 15px rgba(0, 0, 0, 0.3));
    padding-right: 5.5%;
    width: 48.4%;
}

#landing-third .inner-child .text-content {
    flex-direction: column;
    max-width: 51%;
}

#landing-third h2 {
    margin-bottom: 27px;
}

#landing-third p {
    margin-bottom: 40px;
    max-width: 80%;
}

#landing-fourth {
    position: relative;
}

#landing-fourth::before {
    position: absolute;
    content: '';
    width: 36%;
    height: 36%;
    background-image: url(../images/section4_right.png);
    top: 0;
    right: 0;
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 36%;
    z-index: -1;
}

#landing-fourth .inner-child {
    padding: 126px 0 133px;
    justify-content: space-between;
    align-items: center;
}

#landing-fourth .inner-child img {
    filter: drop-shadow(0px 13px 24px #cecece);
    width: 48.4%;
    padding-right: 3.25%;
}

#landing-fourth .text-content {
    flex-direction: column;
    max-width: 44%;
}

#landing-fourth h2 {
    margin-bottom: 30px;
}

#landing-fourth p {
    margin-bottom: 40px;
    max-width: 93%;
}

footer {
    background: #50223C;
    padding: 123px 0 72px;
    color: #fff;
    position: relative;
}

footer::before {
    content: '';
    background-image: url(../images/footer.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18.5%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    z-index: 0;
    background-size: 100%;
}

footer .flex {
    position: relative;
    z-index: 1;
}

.footer-logo-contents .flex {
    gap: 23px;
}

.footer-logo-contents .flex:not(:first-child) {
    align-items: center;
}

.footer-logo-contents .flex:not(:last-child) {
    margin-bottom: 15px;
}

.footer-icon {
    margin-top: 4px;
}

.footer-list a {
    color: #fff;
}

.footer-list a:hover {
    text-decoration: underline;
}

footer .copy-terms {
    width: 100%;
    text-align: center;
}

footer .copy-terms br {
    display: none;
}

footer .footer-logo {
    justify-content: space-between;
    margin-bottom: 140px;
}

footer .footer-tagline {
    width: 83.2%;
}

footer .copy-terms p {
    color: #B891A7;
}

footer .copy-terms p:first-child {
    margin-bottom: 16px;
}

footer .copy-terms p span a {
    color: #D0C1CA;
    font-weight: 400;
}

footer .copy-terms p span a:hover {
    color: #fff;
}

footer h3 {
    margin-bottom: 33px;
    width: 65%;
}

.footer-content {
    width: 41.25%;
}

footer .footer-content p {
    margin-bottom: 52px;
}

footer .footer-logo-container {
    flex-direction: column;
    justify-content: space-between;
    width: 42%;
}

footer .footer-logo-container img {
    max-width: 388px;
    width: 100%;
    margin-left: -3%;
}
.download-link {
    border-radius: 10px;
    background: linear-gradient(to top, #d76f54, #45334d);
    padding: 10px 20px;
    transition:all 0.5s ease-in-out;
}
.download-link:hover{
    scale:1.05;
}
.contact-link {
    border-radius: 10px;
    background: linear-gradient(to top, #d76f54, #45334d);
    padding: 10px 20px;
    transition:all 0.5s ease-in-out;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
}
.contact-link:hover{
    scale:1.05;
}
/* Terms and Conditions */
#innerpage-header {
    background: #50223C;
    padding: 37px 0;
    color: #fff;
    position: relative;
    background: linear-gradient(180deg, #50223C 27.68%, #230C1B 114.2%);

}

#innerpage-header::before {
    content: '';
    background-image: url(../images/top-left_01.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    height: 100%;
    width: 10%;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}

#innerpage-header .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 87px;
}

#innerpage-header h1 {
    text-align: center;
}

#innerpage-section h2 {
    font-size: 60px;
    line-height: 150%;
    letter-spacing: 0;
}

#innerpage-section h3 {
    font-size: 50px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 15px;
}

#innerpage-section h4 {
    font-size: 40px;
    line-height: 150%;
}

#innerpage-section {
    padding: 120px 0;
    position: relative;
}

#innerpage-section .child-section {
    margin: 70px 0;
}

#innerpage-section .inner-child-section {
    margin: 40px 0;
}

#innerpage-section::before {
    position: absolute;
    content: '';
    width: 36%;
    height: 36%;
    background-image: url(../images/section4_right.png);
    top: 0;
    right: 0;
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 36%;
    z-index: -1;
}

#innerpage-section li {
    line-height: 190%;
}

/* AboutUs */

#aboutus-section {
    padding: 125px 0 168px;
}

#aboutus-section h2 {
    color: #1E1E1E;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 194.444%;
    letter-spacing: -2.1px;
}

#aboutus-section p {
    color: #1E1E1E;
    font-size: 18px;
}

#aboutus-section .vision-content,
#aboutus-section .mission-content {
    width: 60%;
}

.mission-content {
    text-align: end;
}

.aboutus-vision.flex {
    justify-content: center;
    gap: 76px;
    padding-bottom: 101px;
    position: relative;
}

.aboutus-vision.flex::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 74%;
    height: 2px;
    background-image: linear-gradient(to right, #ACACAC 50%, transparent 50%, transparent 100%);
    background-size: 4px;
}

.aboutus-mission.flex {
    justify-content: center;
    gap: 81px;
    padding-top: 82px;
}

#aboutus-section img {
    object-fit: contain;
    height: fit-content;
    margin-top: 1.5%;
}

/* Download Page */

.download-banner h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 53.35px;
    font-style: normal;
    font-weight: 500;
    line-height: 62.309px;
    letter-spacing: -1.869px;
}

.download-banner p {
    color: #D67252;
    text-align: center;
    font-family: Inter;
    font-size: 103.132px;
    font-style: italic;
    font-weight: 600;
    line-height: 120.451px;
    /* 116.793% */
    letter-spacing: -3.614px;
    max-width: unset !important;
}

.apps {
    display: flex;
    gap: 20px;
}

.app-download {
    padding-top: 107px;
}

.apps img {
    max-width: 100%;
    width: 100% !important;
    filter: none !important;
    padding-left: 0 !important;
    transition: opacity 0.3s ease;
}

.download-page header {
    padding-top: 148px;
    background-color: #50223C;
}

.download:before {
    content: '';
    background-image: url(../images/top-left_01.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    height: 101%;
    width: 10%;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}

.download-link {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    right: 10%;
    position: absolute;
    top: 33%;
}
.apps img:hover{
    opacity:0.8;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    background-color: #50223C  !important;
}
/* .download-banner .container{
    padding-bottom:150px !important;
} */
@media only screen and (max-width: 1680px) {

    h1,
    h2 {
        font-size: 55px;
        line-height: 65px;
    }

    h3,
    #innerpage-section .privacy-policy-h2,
    .privacy-policy-li::marker,
    #aboutus-section h2 {
        font-size: 32px;
        line-height: 46px;
    }


    #landing-banner h1 {
        max-width: 82%;
    }

    .slider-container {
        width: 800px;
    }

    .image-slider {
        top: -350px;
    }

    #landing-second .inner-child {
        padding-top: 440px;
    }

    #landing-second h2 {
        max-width: 50%;
    }

    #landing-third h2 {
        width: 85%;
    }

    footer .footer-logo.flex {
        margin-bottom: 130px;
    }

    /* Terms and conditions */
    #innerpage-header {
        padding: 30px 0;
    }

    #innerpage-header .container {
        gap: 80px;
    }

    #innerpage-section {
        padding: 100px 0;
    }

    #innerpage-section .child-section {
        margin: 60px 0;
    }

    #innerpage-section h2 {
        font-size: 50px;
    }

    #innerpage-section h3 {
        font-size: 40px;
    }

    #innerpage-section h4 {
        font-size: 30px;
    }

    /* About Us */
    #aboutus-section {
        padding: 120px 0 160px;
    }

    .aboutus-vision.flex {
        padding-bottom: 90px;
    }

    .aboutus-mission.flex {
        padding-top: 70px;
    }

    .download-banner h1 {
        font-size: 48px;
        line-height: 62.309px;
    }

    .download-banner p {
        font-size: 93px;
        line-height: 120.451px;
        /* 116.793% */
    }

    .apps {
        padding-top: 33px;
    }

    .download-page header {
        padding-top: 107px;
    }
}

@media only screen and (max-width: 1440px) {

    h1,
    h2 {
        font-size: 50px;
        line-height: 60px;
    }

    h4 {
        font-size: 18px;
        line-height: 19px;
    }

    p {
        font-size: 15px;
        line-height: 28px;
    }

    a {
        font-size: 15px;
    }

    .container {
        width: 1000px;
    }

    .header-logo {
        width: 310px;
    }

    .slider-container {
        width: 750px;
    }

    #landing-banner h1 {
        max-width: 95%;
    }

    .image-slider {
        top: -290px;
    }

    #landing-second .inner-child {
        padding-top: 400px;
    }

    #landing-second h2 {
        max-width: 50%;
    }

    #landing-second p {
        max-width: 85%;
    }

    #landing-third {
        padding: 140px 0;
    }

    #landing-third .inner-child img {
        width: 40%;
    }

    #landing-third .inner-child .text-content {
        max-width: 50%;
    }

    #landing-third p {
        max-width: 100%;
    }

    #landing-fourth .text-content {
        max-width: 51%;
    }

    #landing-fourth p {
        max-width: 99%;
    }

    #landing-fourth .inner-child img {
        width: 40%;
    }

    footer .footer-logo.flex {
        margin-bottom: 115px;
    }

    footer .footer-logo-container {
        width: 48%;
    }

    footer .footer-logo-container img {
        width: 50%;
    }

    .footer-content {
        width: 46%;
    }

    footer h3 {
        width: 61%;
    }

    /* Terms and conditions */
    #innerpage-header .container {
        gap: 75px;
    }

    #innerpage-section {
        padding: 75px 0;
    }

    #innerpage-section .inner-child-section {
        margin: 35px 0;
    }

    #innerpage-section h3 {
        margin-bottom: 10px;
    }

    #innerpage-section h2 {
        font-size: 40px;
    }

    #innerpage-section h3 {
        font-size: 30px;
    }

    #innerpage-section h4 {
        font-size: 24px;
    }

    /* AboutUs Page */
    #aboutus-section .vision-content,
    #aboutus-section .mission-content {
        width: 64%;
    }

    #aboutus-section p {
        font-size: 16px;
    }

    .aboutus-vision.flex {
        gap: 60px;
    }

    .aboutus-mission.flex {
        gap: 70px;
    }

    .aboutus-vision.flex::after {
        width: 83%;
    }

    #aboutus-section h2 {
        margin-bottom: 16px;
    }

    .download-banner h1 {
        font-size: 43px;
        line-height: 52.309px;
    }

    .download-banner p {
        font-size: 85px;
        line-height: 156px;
    }

    .apps {
        padding-top: 0px;
    }

    .download-page header {
        padding-top: 80px;
    }
    .apps img {
        max-width: 218px;
      }
}

@media only screen and (max-width: 1280px) {

    h1,
    h2 {
        font-size: 45px;
        line-height: 55px;
    }

    h3,
    #innerpage-section .privacy-policy-h2,
    .privacy-policy-li::marker,
    #aboutus-section h2 {
        font-size: 30px;
        line-height: 42px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        line-height: 25px;
    }

    .container {
        width: 75%;
    }

    .header-logo {
        width: 280px;
    }

    #landing-banner .container {
        padding-top: 200px;
        padding-bottom: 370px;
    }

    .slider-container {
        width: 610px;
    }

    #landing-banner h1 {
        max-width: 82%;
    }

    #landing-banner p {
        max-width: 670px;
    }

    .section-form {
        width: 400px;
    }

    #landing-second h2 {
        max-width: 50%;
    }

    #landing-second p {
        max-width: 72%;
    }

    #landing-second .inner-child {
        padding-top: 360px;
        padding-bottom: 110px;
    }

    #landing-third {
        padding: 130px 0;
    }

    #landing-third h2 {
        margin-bottom: 27px;
        width: 90%;
    }

    #landing-third .inner-child .text-content {
        max-width: 43%;
    }

    #landing-fourth .inner-child {
        padding: 106px 0 113px;
    }

    #landing-fourth .inner-child img {
        width: 45%;
    }

    #landing-fourth .text-content {
        max-width: 44%;
    }

    #landing-fourth h2 {
        width: 100%;
    }

    footer {
        padding: 103px 0 113px;
    }

    footer h3 {
        width: 75%;
        margin-bottom: 20px;
    }

    footer .container {
        gap: 5%;
    }

    footer .footer-tagline {
        width: 84.2%;
    }

    footer .footer-content p {
        margin-bottom: 20px;
    }

    .footer-logo-contents .flex {
        gap: 15px;
    }

    footer .footer-logo-container img {
        width: 70%;
    }

    footer .footer-logo.flex {
        margin-bottom: 100px;
    }

    /* Terms and conditions */
    #innerpage-header .container {
        gap: 70px;
    }

    #innerpage-section {
        padding: 65px 0;
    }

    #innerpage-section .child-section {
        margin: 50px 0;
    }

    #innerpage-section .inner-child-section {
        margin: 25px 0;
    }

    #innerpage-section h2 {
        font-size: 35px;
    }

    #innerpage-section h3 {
        font-size: 28px;
    }

    #innerpage-section h4 {
        font-size: 20px;
    }

    /* Aboutus Page */
    #aboutus-section {
        padding: 100px 0 145px;
    }

    #aboutus-section .vision-content,
    #aboutus-section .mission-content {
        width: 67%;
    }

    .aboutus-vision.flex::after {
        width: 88%;
    }

    .aboutus-vision.flex {
        padding-bottom: 80px;
    }

    .aboutus-mission.flex {
        padding-top: 60px;
    }

    .download-banner h1 {
        font-size: 38px;
        line-height: 52.309px;
    }

    .download-banner p {
        font-size: 75px;
        line-height: 120px;
    }

    .apps {
        padding-top: 0px;
    }

    .download-page header {
        padding-top: 70px;
    }
}

@media only screen and (max-width:1024px) {

    h1,
    h2 {
        font-size: 40px;
        line-height: 40px;
    }

    h3,
    #innerpage-section .privacy-policy-h2,
    .privacy-policy-li::marker,
    #aboutus-section h2 {
        font-size: 33px;
    }

    h4 {
        font-size: 17px;
        line-height: 18px;
    }

    .container {
        width: 760px;
    }

    .header-logo {
        width: 220px;
    }

    .slider-container {
        width: 560px;
    }

    .image-slider {
        top: -310px;
    }


    #landing-banner h1 {
        max-width: 84%;
    }

    #landing-banner p {
        max-width: 50%;
    }


    #landing-second .inner-child {
        padding-bottom: 90px;
        padding-top: 285px;
    }

    #landing-third {
        padding: 100px 0;
    }

    footer .footer-logo-container {
        width: 50%;
    }

    footer h3 {
        width: 83%;
        margin-bottom: 20px;
    }

    footer {
        padding: 88px 0 100px;
    }

    footer .footer-logo.flex {
        margin-bottom: 80px;
    }

    footer .footer-logo-container img {
        max-width: 220px;
    }

    /* Terms and conditions */
    #innerpage-header .container {
        gap: 60px;
    }

    #innerpage-section {
        padding: 40px 0;
    }

    #innerpage-section .child-section {
        margin: 45px 0;
    }

    #innerpage-section .inner-child-section {
        margin: 15px 0;
    }

    #innerpage-section h2 {
        font-size: 30px;
    }

    #innerpage-section h3 {
        font-size: 25px;
    }

    /* Aboutus Page */
    .aboutus-vision.flex::after {
        width: 93%;
    }

    #aboutus-section p {
        font-size: 15px;
    }
}

@media only screen and (max-width:900px) {

    h3,
    #innerpage-section .privacy-policy-h2,
    .privacy-policy-li::marker,
    #aboutus-section h2 {
        font-size: 28px;
    }

    header {
        padding: 32px 0;
    }

    header .container {
        flex-direction: column;
    }

    .container {
        width: 700px;
    }

    .image-slider {
        top: -270px;
    }

    .slider-container {
        width: 75%;
    }


    #landing-banner h1 {
        max-width: 100%;
    }

    #landing-banner p {
        max-width: 70%;
    }

    #landing-banner::before {
        width: 15%;
    }

    #landing-banner .container {
        padding-top: 200px;
        padding-bottom: 350px;
    }

    #landing-banner {
        margin-top: -138px;
    }

    .header-form {
        display: none;
    }



    #landing-second::before {
        top: 45vw;
        background-size: 80%;
    }

    #landing-second .inner-child {
        padding-top: 47vw;
        padding-bottom: 80px;
    }

    #landing-second p {
        max-width: 90%;
    }

    #landing-fourth h2 {
        width: 45%;
    }

    #landing-third .inner-child .text-content {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    #landing-third .inner-child {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    #landing-third .inner-child img {
        width: 60%;
        padding: 0;
    }

    #landing-fourth .inner-child img {
        width: 60%;
    }

    #landing-fourth .text-content {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    #landing-fourth .inner-child {
        flex-direction: column-reverse;
        gap: 40px;
    }

    #landing-fourth::before {
        background-size: 60%;
    }

    footer h3 {
        width: 100%;
    }

    footer .footer-logo {
        gap: 70px;
        flex-direction: column-reverse;
    }

    footer::before {
        width: 25%;
    }

    footer .footer-logo-container img {
        max-width: 250px;
    }

    .footer-content {
        width: 100%;
    }

    .footer-content p {
        margin-bottom: 30px;
    }

    .copy-terms p,
    .copy-terms p span a {
        font-size: 15px;
    }

    .copy-terms br {
        display: block;
    }

    .footer-logo-container {
        gap: 25px;
    }

    .footer-logo-container {
        width: 100%;
    }

    /* Terms and conditions */
    #innerpage-header .container {
        gap: 50px;
    }

    #innerpage-section .child-section {
        margin: 30px 0;
    }

    .download-banner h1 {
        font-size: 30px;
        line-height: 52.309px;
    }

    .download-banner p {
        font-size: 65px;
        line-height: 100px;
    }

    .apps {
        padding-top: 0px;
    }

    .download-page header {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        width: 80%;
    }

    #landing-banner p {
        max-width: 80%;
    }

    .slider-container {
        width: 80%;
    }


    .image-slider {
        top: -270px;
    }

    #landing-third .inner-child img {
        width: 58%;
    }

    #landing-fourth .inner-child img {
        width: 58%;
    }

    #landing-fourth h2 {
        width: 72%;
    }

    #section-form input[type="email"] {
        width: 90%;
    }

    #innerpage-header .container {
        gap: 45px;
    }

    #innerpage-section h3 {
        margin-bottom: 5px;
    }
    .download-link {
        font-size: 12px;
        right: 5%;
        position: absolute;
        top: 20%;
    }
    .apps img {
        max-width: 200px;
      }
    .contact-link {
        font-size: 12px;
        padding: 8px 14px;
        margin-right: 8px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 620px) {
    .image-slider {
        top: -220px;
    }

    #innerpage-header .container {
        gap: 35px;
    }

    /* About Us page */
    .aboutus-vision.flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .aboutus-mission.flex {
        flex-direction: column-reverse;
        align-items: center;
    }

    .mission-content {
        text-align: center;
    }

    #aboutus-section .vision-content,
    #aboutus-section .mission-content {
        width: 90%;
    }

    .aboutus-vision.flex::after {
        width: 90%;
    }

    .aboutus-vision.flex,
    .aboutus-mission.flex {
        gap: 30px;
    }

    #aboutus-section {
        padding: 65px 0 85px;
    }
}

@media only screen and (max-width: 500px) {
    .container {
        width: 90%;
    }

    .header-logo {
        width: 190px;
    }

    .slider-container {
        width: 90%;
    }

    #landing-banner .container {
        padding-bottom: 280px;
    }

    #landing-banner p {
        max-width: 100%;
    }

    .image-slider {
        top: -210px;
    }

    .section-form {
        width: 100%;
    }

    #section-form input[type="email"] {
        width: 100%;
        padding-left: 10px;
    }

    #section-form input[type="submit"] {
        height: 40px;
    }

    #landing-banner::before {
        width: 20%;
        height: 12%;
    }

    #landing-banner .container {
        gap: 10px;
    }

    #landing-second .inner-child {
        padding-top: 57vw;
        padding-bottom: 80px;
    }

    #landing-second h2 {
        max-width: 100%;
    }

    #landing-second::before {
        top: 40vw;
        background-size: 100%;
    }

    #landing-third .inner-child img {
        width: 90%;
    }

    #landing-fourth h2 {
        width: 80%;
    }

    #landing-fourth .inner-child img {
        width: 90%;
    }

    h1,
    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }

    footer {
        padding: 77px 0 70px;
    }

    footer::before {
        width: 30%;
    }

    /* Terms and conditions */
    #innerpage-header {
        padding: 15px 0;
    }

    #innerpage-header .container {
        gap: 25px;
    }

    #innerpage-section .child-section {
        margin: 20px 0;
    }

    #innerpage-section h2 {
        font-size: 27px;
    }

    #innerpage-section h3 {
        font-size: 24px;
    }

    #innerpage-section h4 {
        font-size: 18px;
        text-align: left;
    }

    .aboutus-vision.flex {
        padding-bottom: 50px;
    }

    .aboutus-mission.flex {
        padding-top: 45px;
    }

    #aboutus-section img {
        width: 35%;
    }

    .download-banner p {
        font-size: 48px;
        line-height: 50px;
    }

    .download-banner h1 br {
        display: none;
    }
    .download-link {
        font-size: 14px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 72px;
        padding: 5px 15px;
    }
    .contact-link {
        font-size: 14px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 72px;
        padding: 5px 15px;
        margin: 0 0 20px 0;
        position: static;
        display: block;
    }
}

.header-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

header .download-link,
header .contact-link {
    position: static;
    margin: 0;
    right: auto;
    top: auto;
    transform: none;
    max-width: none;
    display: inline-block;
}