/* Large Devices (Desktops & Laptops) */

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
    .sectionTwo {
        overflow: hidden;
    }

    .break-1 {
        display: none;
    }

    .break-4,
    .break-6,
    .break-7,
    .break-9,
    .break-11,
    .break-13,
    .break-14,
    .break-15,
    .break-16,
    .break-18,
    .break-20,
    .break-24,
    .break-25,
    .break-26,
    .break-27,
    .break-28 {
        display: none;
    }

    #mobile-header .content nav {
        display: none;
    }

    #myNav {
        display: none;
    }

    .sectionFive-partners div {
        display: flexn;
        flex-wrap: wrap;
        padding: 30px 19px 0px 61px;
    }

    #sectionFive-partners-mobile {
        display: none;
    }
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 768px) and (max-width: 1340px) {
    #mobile-header .content nav {
        display: none;
    }

    #mobile-header .content {
        padding: 36px 30px;
    }

    #myNav {
        display: none;
    }

    .sectionOne {
        margin-left: 142px;
    }

    .break-1 {
        display: none;
    }

    .sectionOne-right {
        margin-left: -104px;
    }

    .sectionOne-right>img {
        width: 442px;
    }

    .sectionOne-left>h1 {
        font-size: 30px;
    }

    .sectionThree-container {
        display: flex;
        flex-direction: column-reverse;
    }

    #sectionFive-partners-mobile {
        display: none;
    }
}

/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .sectionOne {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        margin-top: 182px;
    }

    .sectionOne-left {
        margin: 0;
        margin-left: 0;
        position: static !important;
    }

    .sectionOne-right {
        margin: 60px;
    }

    .sectionThree>h1 {
        margin-left: 100px;
    }

    .sectionThree-container>ul {
        margin: 44px 250px 0 0;
    }

    .sectionOne-right>img {
        width: 758px;
    }

    .sectionThree,
    .sectionThreeOptionsImage {
        margin: 0;
    }

    .sectionFour {
        height: 1188px;
    }

    .sectionFour-content-right {
        margin-top: 120px;
    }

    .sectionFour-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 150px;
        align-items: baseline;
    }

    .shapeFive {
        margin-top: -80px;
    }

    .sectionFive-partners {
        margin: -6px 23px 85px 45px;
    }

    #sectionFive-partners-mobile {
        display: none;
    }

    .sectionFive-partners .box {
        width: 295px;
        height: 190px;
        margin-top: 75px;
    }

    .sectionFive-partners .box>img {
        width: 264px;
    }

    .sectionSix-partners {
        padding: 100px;
        width: 890px;
    }

    .sectionSix>h1 {
        margin: 50px 0 -20px 0;
    }

    .shapeFive,
    .shapeSix {
        display: none;
    }

    .shapeSix {
        margin-top: -503px;
    }

    .sectionSix {
        margin-top: -50px;
    }

    .sectionEight {
        display: flex;
        flex-direction: column-reverse;
        margin: 220px auto;
    }

    .sectionEight-content {
        margin-top: 136px;
    }
}

/* Smartphones (portrait) ----------- */

@media (min-width: 320px) and (max-width: 980px) {

    #main-header .content nav,
    #main-header .content .side {
        display: none;
    }

    #mobile-header .content nav {
        display: inline;
    }

    #mobile-header .content nav ul {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: -60px;
    }

    #mobile-header .content nav img {
        width: 100px;
    }

    #mobile-header .content nav span {
        font-size: 66px;
        cursor: pointer;
        color: white;
    }

    #myNav {
        display: inline;
    }

    .overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(5px);
        overflow-y: hidden;
        transition: 0.5s;
        z-index: 9999;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .overlay a {
        font-family: Inter;
        padding: 8px;
        text-decoration: none;
        font-size: 70px;
        color: #000;
        display: block;
        transition: 0.3s;
        margin: 10px 0 170px 0;
    }

    .overlay button {
        width: 276px;
        height: 105px;
        left: 0px;
        top: 0px;
        background: #FF6B7D;
        box-shadow: 0px 4px 10px rgba(255, 107, 125, 0.4);
        border-radius: 50px;
        border: 0;
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .overlay button:hover {
        cursor: pointer;
        background: #FF6B7D;
        box-shadow: 0px 4px 10px rgba(255, 107, 125, 0.7);
    }

    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 130px;
        color: #000;
    }

    .sectionOne {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        margin: 182px 0 133px 0;
    }

    .sectionOne-left {
        margin-left: 41px;
        font-size: 59px;
    }

    .sectionOne-left>h1 {
        font-size: 60px;
        line-height: 69px;
    }

    .sectionOne-left>p {
        margin: 50px 0 30px 0;
        font-size: 41px;
        line-height: 60px;
    }

    .sectionOne-left .contactButton a button {
        width: 514px;
        height: 137px;
        margin-top: 199px;
        font-size: 36px;
    }

    .sectionOne-right {
        margin: 60px;
    }

    .sectionOne-right>img {
        width: 825px;
    }

    .sectionTwo-phraseOne {
        font-size: 49px;
        line-height: 73px;
    }

    .sectionTwo-phraseTwo {
        font-size: 58px;
        margin-top: 62px;
    }

    .sectionTwo-phraseThree {
        font-weight: bold;
        font-size: 37px;
        line-height: 50px;
        margin-top: 84px;
    }

    .sectionTwo-statistics>ul {
        margin-top: 50px;
        margin-top: 122px;
    }

    .sectionTwo-statistics>ul>li {
        font-size: 24px;
        font-weight: bold;
    }

    .sectionThree {
        margin: 0;
    }

    .break-5,
    .break-8,
    .break-10,
    .break-19,
    .break-20,
    .break-21,
    .break-22,
    .break-23,
    .break-25 {
        display: none;
    }

    .sectionThree-container>ul>li>p {
        font-size: 49px;
        line-height: 71px;
        margin-left: 0;
        width: 103%;
    }

    .sectionThree>h1 {
        margin: 65px 34px 106px 81px;
        font-size: 63px;
        line-height: 68px;
    }

    .sectionThree-container .circle.active {
        font-size: 50px;
        width: 104px;
        height: 107px;
    }

    .sectionThree-container .circle {
        font-size: 45px;
        width: 78px;
        height: 82px;
    }

    .sectionThreeOptions {
        margin: 61px 0 0 0;
    }

    .sectionThreeOptionsImage {
        margin: 0;
    }

    .sectionThreeOptionsImage>img {
        width: 800px;
    }

    .sectionThreeOptions>h2.active {
        font-size: 55px;
    }

    .sectionThreeOptions>h2 {
        font-size: 43px;
    }

    .sectionFour {
        height: 1580px;
    }

    .sectionFour-content {
        flex-direction: column;
    }

    .sectionFour-content-right {
        margin-top: 128px;
    }

    .sectionFour-container>h1 {
        font-size: 60px;
        line-height: 87px;
    }

    .sectionFour-content-left>h1,
    .sectionFour-content-right>h1 {
        font-size: 66px;
    }

    .sectionFour-content-left>h3,
    .sectionFour-content-right>h3 {
        font-size: 52px;
        line-height: 60px;
    }

    .sectionFour-content-left>p,
    .sectionFour-content-right>p {
        font-size: 38px;
        line-height: 49px;
        margin: 34px 0 22px 0;
    }

    .sectionFour-content-left>a button,
    .sectionFour-content-right>a button {
        width: 544px;
        height: 103px;
        font-size: 30px;
    }

    .sectionFour-content-left>a button>span,
    .sectionFour-content-right>a button>span {
        font-size: 38px;
        font-weight: 20px;
        margin-left: 10px;
    }

    .sectionFive-partners {
        display: none;
    }

    #sectionFive-partners-mobile {
        display: inline;
    }

    .shapeFive {
        display: none;
    }

    .break-3 {
        display: none;
    }

    .shapeSix {
        display: none;
    }

    .sectionSix {
        margin-top: 188px;
        width: 890px;
    }

    .sectionSix>h1 {
        font-size: 53px;
    }

    .sectionSix-partners {
        margin: 0px 35px 0 43px;
        margin: 110px 35px 0 43px;
        padding: 0;
    }

    .sectionSix-partners .box {
        width: 435px;
        height: 352px;
    }

    .sectionSix-partners .box>img {
        width: 455px;
    }

    .sectionEight-content-image>img {
        width: 855px;
    }

    .sectionEight-content>h1 {
        font-size: 60px;
        line-height: 87px;
    }

    .sectionEight-content>p {
        font-size: 41px;
        line-height: 44px;
    }

    .sectionEight-content>a button {
        width: 546px;
        height: 141px;
        font-size: 37px;
    }

    .sectionEight-content>a button>span {
        font-size: 37px;
    }

    .testimonials-cards {
        height: 810px;
    }

    #testimonials-cards-container .testimonials-cards img {
        width: 386px;
        top: -133px;
    }

    .testimonials-cards>.container {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .testimonials-cards>.container p {
        font-size: 45px;
        line-height: 53px;
        font-size: 41px;
        line-height: 52px;
    }

    .testimonials-cards>.container h4 {
        font-size: 33px;
        margin-top: 74px;
        bottom: 73px;
        text-align: center;
    }

    .statistics-data {
        left: 57%;
        font-size: 22px;
        font-weight: bold;
    }

    .sectionEight {
        display: flex;
        flex-direction: column-reverse;
        margin: 175px 29px 0 39px;
    }

    .sectionEight-content {
        margin-top: 136px;
    }

    footer {
        height: 1500px;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        display: table;
        margin: 0 auto;
    }

    .footer-content-left,
    .footer-content-right {
        font-size: 37px;
        font-weight: bold;
        margin-top: 50px;
        text-align: center;
    }

    .footer-social-medias {
        display: table;
        margin: 102px auto;
    }

    .footer-social-medias a img {
        width: 80px;
        margin: 0 29px 0 39px;
    }

    .footer-email>a>img {
        width: 102px;
        display: table;
        margin: 45px auto;
    }

    .footer-content-right {
        margin: 0;
    }

    .footer-content-right>h4 {
        font-size: 32px;
    }

    .footer-content-right>h4 {
        margin: 104px 0;
    }

    .footer-content-right>p {
        font-size: 33px;
        line-height: 76px;
        display: inline;
    }

    .footer-content-right>h5 {
        font-size: 35px;
        display: table;
        margin: 60px auto;
    }
}