@media (min-width: 768px) and (max-width: 992px) {
    .azco-logo {
        display: none;
    }

    .azco-logo-no-text {
        display: block !important;
        width: 22%;

    }
}

@media screen and (max-width : 768px) {

    header .nav {
        display: none !important;
    }


    .azco-logo {
        display: none;
    }

    .en-icon {
        display: none;
    }

    /* offcanvas button */

    .navbar-toggler svg {
        color: white;
        background-color: #98D2EB !important;
        border-radius: 50px !important;
        padding: 5px 5px !important;
    }

    .text-header-nav {
        text-align: center !important;
    }

}


@media screen and (max-width : 576px) {


    /* --- section11 --- */

    .section11 p {
        text-align: center;
    }

}



/* -xs- -col- Extra small devices (phones, 390px and down) */
@media screen and (max-width : 390px) {

    .custom-container {
        --bs-gutter-x: 3.5rem;
    }

    .azco-logo-no-text {
        display: none;
    }

    /* ----- header ----- */

    .offcanvas {
        width: 95vw !important;
    }

    /* offcanvas button */

    .azco-icon-r {
        width: 45%;
        margin-top: 5%;
    }

    .en-icon-r {
        width: 52px;
        margin-top: -3.5%;
        margin-right: 10px;
    }

    .navbar-toggler {
        margin-top: -2.5%;
    }

    .text-header-nav {
        font-size: 1.4em;
        margin-top: 4%;
    }


    /* --- text-header-1  animation  --- */

    .text-header-1 {
        margin-top: 10px;
    }

    .slider-track {
        animation: slide 10s linear infinite;
    }

    .slider-track p {
        font-size: 2.8em;
    }

    /* --- text-header-2 --- */

    .text-header-2 {
        font-size: 1.3em;
        line-height: 26px;
        margin-top: -10px
    }


    /* --- text-header-3 --- */

    .text-header-3 {
        font-size: 1.3em;
        line-height: 23px;
    }

    /* --- text-header-4 --- */

    .text-header-4 {
        font-size: 3.2em;
        margin-top: 0px;
    }

    .section5 {
        display: none !important;
    }

    /* --- section5 responsive - 4 Circle --- */

    .section5r p {
        font-weight: bold;
        text-align: center;
        color: white;
    }

    .section5r .text-1 {
        font-size: 1.4em;
    }

    .section5r .text-2 {
        font-size: 1.2em;
        margin-top: 20px;
    }

    .section5r .text-3-text-4 {
        font-size: 1.5em;
        margin-top: 20px;
    }

    .section5r .bg-circle-brown {
        background-color: #78403B;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 159px !important;
        max-width: 160px !important;
        padding: 41px 0;
        margin-left: 10px;
    }

    .section5r .bg-circle-blue {
        background-color: #98D2EB;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 159px !important;
        max-width: 160px !important;
        padding: 46px 0;
        margin-left: 10px;
    }


    /* --- section6 --- */

    .section6 img {
        width: 91.8%;
        height: 275px;
        border-radius: 60px;
    }

    .section6 .section6-text-right {
        padding: 7% 2% 7% 8%;
        border-radius: 60px;
        margin-top: 1.5%;
    }

    .s6-text-1 {
        font-size: 1.8em;
        width: 70%;
        line-height: 30px;
    }


    .s6-text-2 {
        font-size: 1.2em;
        line-height: 20px;
        margin-top: -10px;
    }

    .s6-text-3 {
        font-size: 1.2em;
    }



    /* --- section7  icon-50 & text --- */

    .section7 {
        margin-top: 22%;
    }

    .section7 img {
        width: 98%;
    }

    .section7 p {
        font-size: 1.2em;
        line-height: 24px;
        margin-top: 8%;
    }



    /* --- section11 --- */

    .section11 {
        margin-top: 15%;
    }

    .section11 p {
        font-size: 3em;
        text-align: center;
    }


    /* --- section12 responsive --- */

    .section12-r {
        flex-wrap: wrap;
        text-align: center !important;
    }

    .section12-r main {
        flex-wrap: wrap;
    }

    .section12-r img {
        width: 230px;
        height: 230px;
        min-width: 230px;
        margin: 0 auto;
    }

    .section12-r-text1 {
        font-size: 1.8em;
        font-weight: bold;
        margin-top: 10px;
        color: #98D2EB;
    }

    .section12-r-text2 {
        font-size: 1.6em;
        margin-top: -14px;
        line-height: 28px;
        color: #78403B;
        font-family: font2 !important;
    }

    .section12-r-text3 {
        font-size: 1.2em;
        line-height: 22px;
        margin-top: -12px;
        text-align: inherit;
        color: #98D2EB;
    }

    .section12 {
        display: none !important;
    }




    /* --- section13 --- */

    .section13 {
        margin-top: 15px;
    }

    .section13 span {
        font-size: 2.7em;
    }

    .section13 p {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -5px;
    }


    /* --- section14 --- */

    .section14 {
        padding-bottom: 10% !important;
    }

    .slider-track img {
        width: 9%;
        height: 6vh;
        object-fit: cover;
        margin: 0 13px;
    }



    /* --- section16 footer mobail --- */

    footer {
        display: none;
    }


    .section16 {
        height: auto;
    }

    .section16 .azco-footer-r {
        width: 60%;
        margin-top: 5%;
    }

    .section16 .felesh-top-blue-r {
        margin-top: 5%;
    }

    .section16 .felesh-top-blue-r img {
        width: 12%;
    }

    .section16 .section16-div1 {
        margin-top: 10%;
    }

    .section16 .section16-div1 div p {
        font-size: 0.9em;
        line-height: 2px;
    }



    .section16 .address-ephone-r {
        font-size: 1em;
        margin-top: 12%;
        line-height: 18px;
    }

    .address-ephone-r-div1 img {
        width: 3.9%;
        margin-top: -40px;
    }

    .address-ephone-r-div2 img {
        width: 4.4%;
        margin-top: -18.6px;
    }

    .address-ephone-r-div3 img {
        width: 5.2%;
        margin-top: -18.6px;
    }

    .section16-4icon img {
        width: 9%;
    }

    .section16-text3 {
        font-size: 1em;
        line-height: 19px;
        margin-top: 30px;
    }



    /* CONTACT US */

    .CONTACT-r {
        max-width: 311px;
    }

    .CONTACT-r img {
        width: 8%;
    }

    .CONTACT-r p {
        font-size: 1.5em;
        margin-top: -8.5%;
        margin-left: 3%;
    }

    /* .section16 form */

    .section16 form {
        width: 90%;
        height: 40px;
        border-radius: 10px;
        margin-top: -12px;
    }

    .section16 form input {
        width: 73%;
        height: 98%;
        padding-left: 10px;
        font-size: 1.2em;
        border-radius: 10px;
    }

    .section16 form button {
        width: 25%;
        height: 90%;
        font-size: 1.2em;
        border-radius: 10px;
        margin-top: 0.6%;
    }



    .section16-text-bottom .section16-bottom-text1 {
        font-size: 0.8em;
    }


    .section16-text-bottom .section16-bottom-text2 {
        font-size: 0.8em;
    }


    .section16-text-bottom .section16-bottom-text1 {
        font-size: 0.7em;
        color: white;
    }


    .section16-text-bottom .section16-bottom-text2 {
        font-size: 0.7em;
        color: #98D2EB;
    }

}




/* -xs- -col- Extra small devices (phones, 390px and up) */
@media screen and (min-width : 390px) {

    .custom-container {
        --bs-gutter-x: 3rem;
    }

    .azco-logo-no-text {
        display: none;
    }

    /* ----- header ----- */


    /* offcanvas button */

    .div-icon-header {
        margin-top: -11px;
    }

    .azco-icon-r {
        width: 45%;
        margin-top: 4%;
    }

    .en-icon-r {
        width: 55px;
        margin-top: -3.5%;
        margin-right: 12px;
    }

    .navbar-toggler {
        margin-top: -3.5%;
    }

    .text-header-nav {
        font-size: 1.8em;
        margin-top: 4%;
    }



    /* --- text-header-1  animation  --- */

    .text-header-1 {
        margin-top: 10px;
    }

    .slider-track {
        animation: slide 10s linear infinite;
    }

    .slider-track p {
        font-size: 3em;
    }


    /* --- text-header-2 --- */

    .text-header-2 {
        font-size: 1.5em;
        line-height: 26px;
        margin-top: -10px
    }


    /* --- text-header-3 --- */

    .text-header-3 {
        font-size: 1.3em;
        line-height: 23px;
    }


    /* --- text-header-4 --- */

    .text-header-4 {
        font-size: 3.4em;
        margin-top: 0px;
    }

    .section5 {
        display: none !important;
    }


    /* --- section5 responsive - 4 Circle --- */

    .section5r p {
        font-weight: bold;
        text-align: center;
        color: white;
    }

    .section5r .text-1 {
        font-size: 1.4em;
    }

    .section5r .text-2 {
        font-size: 1.2em;
        margin-top: 20px;
    }

    .section5r .text-3-text-4 {
        font-size: 1.5em;
        margin-top: 20px;
    }

    .section5r .bg-circle-brown {
        background-color: #78403B;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 157px !important;
        max-width: 158px !important;
        padding: 41px 0;
        margin-left: 10px;
    }

    .section5r .bg-circle-blue {
        background-color: #98D2EB;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 157px !important;
        max-width: 158px !important;
        padding: 46px 0;
        margin-left: 10px;
    }


    /* --- section6 --- */

    .section6 img {
        width: 91.7%;
        height: 250px;
        border-radius: 50px;
    }

    .section6 .section6-text-right {
        padding: 5% 2% 5% 7%;
        border-radius: 50px;
        margin-top: 1.5%;
    }

    .s6-text-1 {
        font-size: 1.8em;
        width: 55%;
        line-height: 30px;
    }


    .s6-text-2 {
        font-size: 1.2em;
        line-height: 20px;
        margin-top: -10px;
    }

    .s6-text-3 {
        font-size: 1.2em;
    }



    /* --- section7  icon-50 & text --- */

    .section7 {
        margin-top: 18%;
    }

    .section7 img {
        width: 82%;
    }

    .section7 p {
        font-size: 1.3em;
        line-height: 24px;
        margin-top: 6%;
    }


    /* --- section11 --- */

    .section11 {
        margin-top: 12%;
    }

    .section11 p {
        font-size: 3.5em;
    }



    /* --- section12 responsive --- */

    .section12-r {
        flex-wrap: wrap;
        text-align: center !important;
    }

    .section12-r main {
        flex-wrap: wrap;
    }


    .section12-r img {
        width: 230px;
        height: 230px;
        min-width: 230px;
        margin: 0 auto;
    }

    .section12-r-text1 {
        font-size: 1.7em;
        font-weight: bold;
        margin-top: 10px;
        color: #98D2EB;

    }

    .section12-r-text2 {
        font-size: 1.6em;
        margin-top: -22px;
        color: #78403B;
        font-family: font2 !important;
    }

    .section12-r-text3 {
        font-size: 1.2em;
        line-height: 22px;
        margin-top: -16px;
        color: #98D2EB;

    }

    .section12 {
        display: none !important;
    }




    /* --- section13 --- */

    .section13 {
        margin-top: 15px;
    }

    .section13 span {
        font-size: 3.2em;
        font-weight: bold;
    }

    .section13 p {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -11px;
    }


    /* --- section14 --- */

    .section14 {
        padding-bottom: 10% !important;
    }

    .slider-track img {
        width: 10%;
        height: 8vh;
        object-fit: cover;
        margin: 1.5em 13px 0 13px;
    }



    /* footer */

    footer {
        display: none;
    }



    /* --- section16 footer mobail --- */

    .section16 {
        height: auto;
    }

    .section16 .azco-footer-r {
        width: 60%;
        margin-top: 5%;
    }

    .section16 .felesh-top-blue-r {
        margin-top: 5%;
    }

    .section16 .felesh-top-blue-r img {
        width: 10%;
    }

    .section16 .section16-div1 {
        margin-top: 10%;
    }

    .section16 .section16-div1 div p {
        font-size: 1.1em;
        line-height: 4px;
    }



    .section16 .address-ephone-r {
        font-size: 1.2em;
        margin-top: 12%;
        line-height: 22px;
    }

    .address-ephone-r-div1 img {
        width: 3.5%;
        margin-top: -40px;
    }

    .address-ephone-r-div2 img {
        width: 4%;
        margin-top: -18.6px;
    }

    .address-ephone-r-div3 img {
        width: 4.2%;
        margin-top: -18px;
    }

    .section16-4icon img {
        width: 7.7%;
    }

    .section16-text3 {
        font-size: 1.2em;
        line-height: 22px;
        margin-top: 35px;
    }



    /* CONTACT US */

    .CONTACT-r {
        max-width: 300px;
        min-width: 299px;
    }

    .CONTACT-r img {
        width: 7%;
    }

    .CONTACT-r p {
        font-size: 1.4em;
        margin-top: -8.8%;
        margin-left: 1%;
    }

    /* .section16 form */

    .section16 form {
        width: 75%;
        height: 45px;
        border-radius: 10px;
        margin-top: -15px;
    }

    .section16 form input {
        width: 74.5%;
        height: 98%;
        padding-left: 10px;
        font-size: 1.2em;
        border-radius: 10px;
    }

    .section16 form button {
        width: 23.6%;
        height: 90%;
        font-size: 1.2em;
        border-radius: 10px;
        margin-top: 0.6%;
    }



    .section16-text-bottom .section16-bottom-text1 {
        font-size: 0.8em;
    }


    .section16-text-bottom .section16-bottom-text2 {
        font-size: 0.8em;
    }

}




/* -sm-  Small devices (portrait tablets and large phones, 576px and up) */

@media screen and (min-width : 576px) {

    .custom-container {
        --bs-gutter-x: 2.5rem;
    }


    /* ----- header ----- */


    /* offcanvas button */

    .div-icon-header {
        margin-top: -22px;
    }

    .azco-icon-r {
        width: 35%;
        margin-top: 0;
    }

    .en-icon-r {
        width: 55px;
        margin-top: -5%;
        margin-right: 8px;
    }

    .navbar-toggler {
        margin-top: -5%;
    }

    .text-header-nav {
        font-size: 1.8em;
        margin-top: 4%;
    }


    /* --- text-header-1  animation  --- */

    .text-header-1 {
        margin-top: 10px;
    }

    .slider-track {
        animation: slide 14s linear infinite;
    }

    .slider-track p {
        font-size: 4em;
    }

    /* --- text-header-2 --- */

    .text-header-2 {
        font-size: 1.5em;
        line-height: 26px;
        margin-top: -10px
    }


    /* --- text-header-3 --- */

    .text-header-3 {
        font-size: 1.3em;
        line-height: 23px;
    }

    /* --- text-header-4 --- */

    .text-header-4 {
        font-size: 3.6em;
        margin-top: 0px;
    }


    /* --- section5 responsive - 4 Circle --- */

    .section5r p {
        font-weight: bold;
        text-align: center;
        color: white;
    }

    .section5r .text-1 {
        font-size: 1.4em;
    }

    .section5r .text-2 {
        font-size: 1.2em;
        margin-top: 20px;
    }

    .section5r .text-3-text-4 {
        font-size: 1.5em;
        margin-top: 20px;
    }

    .section5r .bg-circle-brown {
        background-color: #78403B;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 161px !important;
        max-width: 162px !important;
        padding: 43px 0;
        margin-left: 10px;
    }

    .section5r .bg-circle-blue {
        background-color: #98D2EB;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 161px !important;
        max-width: 162px !important;
        padding: 48px 0;
        margin-left: 10px;
    }

    /* --- section6 --- */

    .section6 img {
        width: 83.3%;
        height: auto;
        border-radius: 35px;
    }

    .section6 .section6-text-right {
        padding: 4% 1% 4% 4%;
        border-radius: 35px;
        margin-top: 1.5%;
    }

    .s6-text-1 {
        font-size: 2em;
        width: 100%;
    }


    .s6-text-2 {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -10px;
    }

    .s6-text-3 {
        font-size: 1.5em;
    }



    /* --- section7  icon-50 & text --- */

    .section7 {
        margin-top: 12%;
    }

    .section7 img {
        width: 60%;
    }

    .section7 p {
        font-size: 1.3em;
        line-height: 24px;
        margin-top: 5%;
    }


    /* --- section11 --- */

    .section11 {
        margin-top: 5%;
    }

    .section11 p {
        font-size: 4em;
    }


    /* --- section12 --- */


    .scroll-section12 {
        overflow-x: auto !important;
    }


    .scroll-section12::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar */
    }

    .section12 {
        flex-wrap: nowrap;
    }

    .section12 main {
        flex-wrap: nowrap;
    }


    .section12 img {
        width: 160px;
        height: 160px;
    }

    .section12-text1 {
        font-size: 1.2em;
        font-weight: bold;
    }

    .section12-text2 {
        font-size: 1.5em;
        font-weight: bold;
        margin-top: -20px;
    }

    .section12-text3 {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -14px;
    }


    .section12-r {
        display: none !important;
    }

    .section12 {
        display: flex !important;
    }


    /* --- section13 --- */

    .section13 {
        margin-top: 0px;
    }

    .section13 span {
        font-size: 4em;
        font-weight: bold;
    }

    .section13 p {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -15px;
    }


    /* --- section14 --- */

    .section14 {
        padding-bottom: 8% !important;
    }

    .slider-track img {
        width: 10%;
        height: 9vh;
        object-fit: cover;
        margin: 1.2% 13px 0 13px;
    }



    /* footer   min-widwh : 576px / 768  */

    .footer-576-768 {
        height: auto;
    }

    .footer-576-768 .azco-footer-r {
        width: 40%;
        margin-top: 5%;
    }

    .footer-576-768 .felesh-top-blue-r {
        margin-top: 5%;
    }

    .footer-576-768 .felesh-top-blue-r img {
        width: 30%;
    }

    .footer-576-768 .footer-576-768-div1 {
        margin-top: 10%;
    }

    .footer-576-768 .footer-576-768-div1 div p {
        font-size: 1.2em;
        line-height: 8px;
    }



    .footer-576-768 .address-ephone-r {
        font-size: 1.2em;
        margin-top: 12%;
        line-height: 22px;
    }

    .address-ephone-r-div1 img {
        width: 2.5%;
        margin-top: -28px;
    }

    .address-ephone-r-div2 img {
        width: 2.6%;
        margin-top: -18.6px;
    }

    .address-ephone-r-div3 img {
        width: 3%;
        margin-top: -18px;
    }

    .footer-576-768-4icon img {
        width: 6%;
    }

    .footer-576-768-text3 {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: 35px;
    }



    /* CONTACT US */

    .CONTACT-r {
        max-width: 300px;
        min-width: 299px;
    }

    .CONTACT-r img {
        width: 9%;
    }

    .CONTACT-r p {
        font-size: 1.8em;
        margin-top: -10.2%;
        margin-left: -5%;
    }

    /* .footer-576-768 form */

    .footer-576-768 form {
        width: 75%;
        height: 45px;
        border-radius: 8px;
        margin-top: -8px;
    }

    .footer-576-768 form input {
        width: 74.5%;
        height: 98%;
        padding-left: 10px;
        font-size: 1.2em;
        border-radius: 8px;
    }

    .footer-576-768 form button {
        width: 23.8%;
        height: 90%;
        font-size: 1.2em;
        border-radius: 8px;
        margin-top: 0.6%;
    }



    .footer-576-768-text-bottom .footer-576-768-bottom-text1 {
        font-size: 0.8em;
    }


    .footer-576-768-text-bottom .footer-576-768-bottom-text2 {
        font-size: 0.8em;
    }

    .section16 {
        display: none;
    }

}


/* -md- Medium devices (landscape tablets, 768px and up) */

@media screen and (min-width : 768px) {

    .custom-container {
        --bs-gutter-x: 2.5rem;
    }


    #menu {
        display: none !important;
    }

    /* ----- header ----- */

    /* offcanvas button */

    .navbar-toggler {
        display: none !important;
    }

    .azco-icon-r {
        display: none;
    }



    /*  header-section1  */

    header ul li a {
        font-size: 0.9em;
    }

    header ul {
        margin-top: -4px;
        margin-left: 1% !important;

    }

    header ul li {
        padding: 0 10px;
    }

    .en-icon {
        width: 10%;
        height: 1%;
        margin-top: -3px;
    }

    .en-icon-r {
        display: none;
    }

    .azco-logo {
        width: 25%;
    }

    .text-header-nav {
        font-size: 1.5em;
        margin-top: -6.8%;
        padding-left: 32.8% !important;
    }


    /* --- text-header-1  animation  --- */

    .text-header-1 {
        margin-top: 40px;
    }

    .slider-track {
        animation: slide 14s linear infinite;
    }

    .slider-track p {
        font-size: 5.5em;
    }

    /* --- text-header-2 --- */

    .text-header-2 {
        font-size: 1.5em;
        line-height: 26px;
        margin-top: -25px
    }


    /* --- text-header-3 --- */

    .text-header-3 {
        font-size: 1.3em;
        line-height: 23px;
    }


    /* --- text-header-4 --- */

    .text-header-4 {
        font-size: 3.8em;
        margin-top: -10px;
    }


    /* --- section5 - 4 Circle --- */

    .section5 p {
        text-align: center;
        color: white;
    }

    .section5 .text-1 {
        font-size: 1.4em;
    }

    .section5 .text-2 {
        font-size: 1.2em;
        margin-top: 20px;
    }

    .section5 .text-3-text-4 {
        font-size: 1.5em;
        margin-top: 20px;
    }

    .section5 .bg-circle-brown {
        background-color: #78403B;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 161px !important;
        max-width: 162px !important;
        padding: 43px 0;
        margin-left: 10px;
    }

    .section5 .bg-circle-blue {
        background-color: #98D2EB;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 161px !important;
        max-width: 162px !important;
        padding: 48px 0;
        margin-left: 10px;
    }



    .section5 {
        display: flex !important;
    }


    /* --- section6 --- */

    .section6 img {
        width: 350px;
        height: 36vh;
    }

    .section6 .section6-text-right {
        padding: 2% 1% 2% 3%;
        border-radius: 35px;
        margin-left: 1.5%;
        margin-top: 0;
        height: 36vh;
    }

    .s6-text-1 {
        font-size: 1.8em;
    }


    .s6-text-2 {
        font-size: 1.2em;
        line-height: 20px;
        margin-top: -10px;
    }

    .s6-text-3 {
        font-size: 1.4em;
    }



    /* --- section7  icon-50 & text --- */

    .section7 {
        margin-top: 5%;
    }

    .section7 img {
        width: 48%;
        margin-top: 0;
    }

    .section7 p {
        font-size: 1.2em;
        line-height: 24px;
        margin-top: 0;

    }


    /* --- section11 --- */

    .section11 {
        margin-top: 2%;
    }

    .section11 p {
        font-size: 5em;
    }


    /* --- section12 --- */

    .section12 img {
        width: 165px;
        height: 165px;
    }

    .section12-text1 {
        font-size: 1.2em;
        font-weight: bold;
    }

    .section12-text2 {
        font-size: 2em;
        font-weight: bold;
        margin-top: -22px;
    }

    .section12-text3 {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -16px;
    }


    /* --- section13 --- */

    .section13 {
        margin-top: 0px;
    }

    .section13 span {
        font-size: 5em;
        font-weight: bold;
    }

    .section13 p {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -22px;
    }



    /* --- section14 --- */

    .section14 {
        padding-bottom: 2% !important;
    }

    .section14 {
        padding-bottom: 0% !important;
    }

    .slider-track img {
        width: 10%;
        height: 10vh;
        object-fit: cover;
        margin: 1.4% 15px 0 15px;
    }



    /* --- footer --- */

    footer {
        height: auto;
        margin-top: 4%;
        display: block;
    }

    footer main {
        padding-top: 5.5%;
    }

    .azco-icon-footer {
        display: none;
    }

    .azco-footer-notext {
        width: 22%;
        margin-top: -38px;
    }

    footer ul {
        margin-left: 0%;
    }

    footer ul li {
        font-size: 1em;
        line-height: 20px;
    }

    .footer-4icon img {
        width: 20%;
        margin-left: 40%;
    }

    .felesh-top-blue {
        width: 7%;
        margin-top: -48px;

    }


    /* --- address-ephone --- */

    .address-ephone {
        margin-top: 3%;
        line-height: 16px;
    }

    .address-ephone p {
        font-size: 1.1em;
    }

    .address-ephone img {
        margin-top: -20px;
    }

    /* div-1 */

    .footer-div1 img {
        width: 1.7%;
    }

    /* div-2 */

    .footer-div2 {
        padding-right: 4.1%;
    }

    .footer-div2 img {
        width: 12%;
    }

    .footer-div2 p {
        font-size: 1.2em;
    }

    /* div3 */

    .footer-div3 {
        padding-right: 0;
    }

    .footer-div3 img {
        width: 0.9em;
    }

    /* footer-main3 */

    .footer-main3 {
        padding-top: 2%;
    }

    .footer-main3 p {
        font-size: 1.2em;
        line-height: 22px;
    }


    /* CONTACT US */

    .CONTACT {
        margin-left: -12.5% !important;
        padding-top: 14px;
    }

    .CONTACT img {
        width: 7.5%;
        margin-top: -25px;
    }

    .CONTACT p {
        font-size: 1.8em;
    }


    /* footer form */

    footer form {
        width: 48% !important;
        height: 45px;
    }

    footer form input {
        width: 78.5%;
        height: 100%;
        font-size: 1.1em;
    }

    footer form button {
        width: 20%;
        font-size: 1.1em;
        height: 90%;
    }


    /* main4 */

    footer .main4 {
        margin-top: 2.2%;
    }

    footer .main4-text1 {
        font-size: 0.9em;
        padding-top: 1%;
    }

    footer .main4-text2 {
        font-size: 0.9em;
        padding-top: 1%;
    }

    footer .main4-text3 {
        font-size: 0.9em;
        padding-top: 1%;
    }


    .section16 {
        display: none;
    }

}

/* -lg- Large devices (laptops/desktops, 992px and up) */

@media screen and (min-width : 992px) {

    .custom-container {
        --bs-gutter-x: 2.5rem;
    }

    /* ----- header ----- */

    /* nav */

    header ul li a {
        font-size: 1em;
    }

    header ul li {
        padding: 0 12px;
    }

    header ul {
        margin-left: 4% !important;
        margin-top: -4px;
    }

    .en-icon {
        width: 9%;
        height: 1%;
        margin-top: -3px;
    }

    .azco-logo {
        width: 32%;
    }

    .text-header-nav {
        font-size: 1.8em;
        margin-top: -7.5%;
        padding-left: 42.3% !important;
    }


    /* --- text-header-1  animation  --- */

    .text-header-1 {
        margin-top: 45px;
    }

    .slider-track {
        animation: slide 14s linear infinite;
    }

    .slider-track p {
        font-size: 7em;
    }


    /* --- text-header-2 --- */

    .text-header-2 {
        font-size: 1.8em;
        line-height: 30px;
        margin-top: -35px
    }


    /* --- text-header-3 --- */

    .text-header-3 {
        font-size: 1.5em;
        line-height: 26px;
    }


    /* --- text-header-4 --- */

    .text-header-4 {
        font-size: 4.2em;
        margin-top: -10px;
    }


    /* --- section5 - 4 Circle --- */

    .section5 p {
        text-align: center;
        color: white;
    }

    .section5 .text-1 {
        font-size: 1.4em;
    }

    .section5 .text-2 {
        font-size: 1.2em;
        margin-top: 20px;
    }

    .section5 .text-3-text-4 {
        font-size: 1.5em;
        margin-top: 20px;
    }

    .section5 .bg-circle-brown {
        background-color: #78403B;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 161px !important;
        max-width: 162px !important;
        padding: 43px 0;
        margin-left: 10px;
    }

    .section5 .bg-circle-blue {
        background-color: #98D2EB;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 161px !important;
        max-width: 162px !important;
        padding: 48px 0;
        margin-left: 10px;
    }


    /* --- section6 --- */

    .section6 img {
        width: 380px;
        height: 33vh;
    }

    .section6 .section6-text-right {
        padding: 2% 0 2% 3%;
        border-radius: 35px;
        margin-left: 1.5%;
        height: 33vh;
    }

    .s6-text-1 {
        font-size: 2.2em;
    }


    .s6-text-2 {
        font-size: 1.2em;
        line-height: 22px;
        margin-top: -10px;
    }

    .s6-text-3 {
        font-size: 1.6em;
    }



    /* --- section7  icon-50 & text --- */

    .section7 {
        margin-top: 4%;
    }

    .section7 img {
        width: 40%;
        margin-top: 0;

    }

    .section7 p {
        font-size: 1.3em;
        line-height: 26px;
    }



    /* --- section11 --- */

    .section11 {
        margin-top: 4%;
    }

    .section11 p {
        font-size: 5.2em;
    }



    /* --- section12 --- */

    .section12 img {
        width: 160px;
        height: 160px;
    }

    .section12-text1 {
        font-size: 1.2em;
        font-weight: bold;
    }

    .section12-text2 {
        font-size: 2em;
        font-weight: bold;
        margin-top: -22px;
    }

    .section12-text3 {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -16px;
    }



    /* --- section13 --- */

    .section13 {
        margin-top: -30px;
    }

    .section13 span {
        font-size: 5.2em;
        font-weight: bold;
    }

    .section13 p {
        font-size: 1.3em;
        line-height: 20px;
        margin-top: -25px;
    }


    /* --- section14 --- */

    .section14 {
        padding-bottom: 1% !important;
    }

    .slider-track img {
        width: 10%;
        height: 10vh;
        object-fit: cover;
        margin: 1.5% 15px 0 15px;
    }


    /* --- footer --- */
    footer {
        height: auto;
        margin-top: 4%;
    }

    footer main {
        padding-top: 5.5%;
    }

    .azco-icon-footer {
        width: 32%;
        margin-top: -8px;
        display: block;
    }

    .azco-footer-notext {
        display: none;
    }

    footer ul {
        margin-left: 2%;
    }

    footer ul li {
        font-size: 1.1em;
        line-height: 21px;
    }

    .footer-4icon img {
        width: 20%;
        margin-left: 45%;
    }

    .felesh-top-blue {
        width: 6%;
        margin-top: -47px;
    }



    /* --- address-ephone --- */

    .address-ephone {
        margin-top: 3%;
        line-height: 18px;
    }

    .address-ephone p {
        font-size: 1.2em;
    }

    .address-ephone img {
        margin-top: -20px;
    }

    /* div-1 */

    .footer-div1 img {
        width: 1.4%;
    }

    /* div-2 */

    .footer-div2 {
        padding-right: 5.2%;
    }


    .footer-div2 img {
        width: 12%;
    }

    .footer-div2 p {
        font-size: 1.2em;
    }

    /* div3 */

    .footer-div3 {
        padding-right: 0;
    }

    .footer-div3 img {
        width: 1em;
    }


    /* footer-main3 */

    .footer-main3 {
        padding-top: 2%;
    }

    .footer-main3 p {
        font-size: 1.2em;
        line-height: 22px;
    }


    /* CONTACT US */

    .CONTACT {
        margin-left: 0 !important;
        padding-left: 2%;
        padding-top: 10px;
    }

    .CONTACT img {
        width: 13%;
        margin-top: -61px;
    }

    .CONTACT p {
        font-size: 1.8em;
        margin-left: -5px;
    }

    /* footer form */

    footer form {
        width: 34% !important;
        height: 42px;
    }

    footer form input {
        width: 80.5%;
        height: 100%;
        font-size: 1.2em;
    }

    footer form button {
        width: 18%;
        font-size: 1.2em;
        height: 90%;
    }



    /* main4 */

    footer .main4 {
        margin-top: 2.2%;
    }

    footer .main4-text1 {
        font-size: 1.2em;
        padding-top: 1%;
    }

    footer .main4-text2 {
        font-size: 1.2em;
        padding-top: 1%;
    }

    footer .main4-text3 {
        font-size: 1.2em;
        padding-top: 1%;
    }

}


/* -xl- Extra large devices (large laptops and desktops, 1200px and up) */

@media screen and (min-width : 1200px) {

    .custom-container {
        --bs-gutter-x: 2.5rem;
    }


    /* ----- header ----- */

    /* nav */

    header ul li a {
        font-size: 1.2em;
    }

    header ul li {
        padding: 0 15px;
    }

    header ul {
        margin-left: 12% !important;
        margin-top: -4px;
    }

    .en-icon {
        width: 8%;
        height: 1%;
        margin-top: -3px;
    }

    .azco-logo {
        width: 28%;
    }

    .text-header-nav {
        font-size: 2em;
        margin-top: -6.5%;
        padding-left: 43.4% !important;
    }


    /* --- text-header-1  animation  --- */

    .text-header-1 {
        margin-top: 50px;
    }

    .slider-track {
        animation: slide 14s linear infinite;
    }

    .slider-track p {
        font-size: 8.5em;
    }


    /* --- text-header-2 --- */

    .text-header-2 {
        font-size: 2em;
        line-height: 30px;
        margin-top: -40px
    }


    /* --- text-header-3 --- */

    .text-header-3 {
        font-size: 1.6em;
        line-height: 26px;
    }


    /* --- text-header-4 --- */

    .text-header-4 {
        font-size: 4.6em;
        margin-top: -10px;
    }


    /* --- section5 - 4 Circle --- */

    .section5 p {
        text-align: center;
        color: white;
    }

    .section5 .text-1 {
        font-size: 1.6em;
    }

    .section5 .text-2 {
        font-size: 1.3em;
        margin-top: 20px;
    }

    .section5 .text-3-text-4 {
        font-size: 1.8em;
        margin-top: 20px;
    }

    .section5 .bg-circle-brown {
        background-color: #78403B;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 181px !important;
        max-width: 182px !important;
        padding: 53px 0;
        margin-left: 10px;
    }

    .section5 .bg-circle-blue {
        background-color: #98D2EB;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 181px !important;
        max-width: 182px !important;
        padding: 58px 0;
        margin-left: 10px;
    }


    /* --- section6 --- */

    .section6 img {
        width: 420px;
        height: 37vh;
    }

    .section6 .section6-text-right {
        padding: 3% 0 2% 3%;
        border-radius: 35px;
        margin-left: 1%;
        height: 37vh;
    }

    .s6-text-1 {
        font-size: 2.7em;
    }


    .s6-text-2 {
        font-size: 1.2em;
        line-height: 22px;
        margin-top: -10px;
    }

    .s6-text-3 {
        font-size: 1.6em;
    }



    /* --- section7  icon-50 & text --- */

    .section7 {
        margin-top: 4%;
    }

    .section7 img {
        width: 40%;
    }

    .section7 p {
        font-size: 1.5em;
        line-height: 28px;
    }




    /* --- section11 --- */

    .section11 {
        margin-top: 3%;
    }

    .section11 p {
        font-size: 6em;
    }


    /* --- section12 --- */

    .section12 img {
        width: 175px;
        height: 175px;
    }

    .section12-text1 {
        font-size: 1.2em;
        font-weight: bold;
    }

    .section12-text2 {
        font-size: 2em;
        font-weight: bold;
        margin-top: -22px;
    }

    .section12-text3 {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -16px;
    }


    /* --- section13 --- */

    .section13 {
        margin-top: -30px;
    }

    .section13 span {
        font-size: 6em;
        font-weight: bold;
    }

    .section13 p {
        font-size: 1.3em;
        line-height: 20px;
        margin-top: -30px;
    }


    /* --- section14 --- */

    .section14 {
        padding-bottom: 0% !important;
    }

    .slider-track img {
        width: 10%;
        height: 11vh;
        object-fit: cover;
        margin: 1.5% 15px 0 15px;
    }



    /* --- footer --- */

    footer {
        height: auto;
        margin-top: 4%;
    }

    footer main {
        padding-top: 5.5%;
    }

    .azco-icon-footer {
        width: 33%;
    }

    footer ul {
        margin-left: 4%;
    }

    footer ul li {
        font-size: 1.2em;
        line-height: 23px;
    }

    .footer-4icon img {
        width: 23%;
        margin-left: 45%;
    }

    .felesh-top-blue {
        width: 6.2%;
        margin-top: -57px;
    }


    /* --- address-ephone --- */

    .address-ephone {
        margin-top: 3%;
        padding-right: 4.3% !important;
        line-height: 20px;
    }

    .address-ephone p {
        font-size: 1.3em;
    }

    .address-ephone img {
        margin-top: -20px;
    }

    /* div-1 */

    .footer-div1 img {
        width: 1.3%;
    }

    /* div-2 */

    .footer-div2 {
        padding-right: 5.4%;
    }

    .footer-div2 img {
        width: 12%;
    }

    .footer-div2 p {
        font-size: 1.3em;
    }

    /* div3 */

    .footer-div3 {
        padding-right: 0;
    }

    .footer-div3 img {
        width: 1em;
    }


    /* footer-main3 */

    .footer-main3 {
        padding-top: 2%;
    }

    .footer-main3 p {
        font-size: 1.5em;
        line-height: 26px;
    }


    /* CONTACT US */

    .CONTACT {
        padding-left: 5%;
        padding-top: 10px;
    }

    .CONTACT img {
        width: 14%;
        margin-top: -70px;
    }

    .CONTACT p {
        font-size: 2em;
    }

    /* footer form */

    footer form {
        width: 33% !important;
        height: 42px;
    }

    footer form input {
        width: 82.8%;
        height: 100%;
        font-size: 1.3em;
    }

    footer form button {
        width: 16%;
        font-size: 1.2em;
        height: 90%;
    }




    /* main4 */

    footer .main4 {
        margin-top: 2.2%;
    }

    footer .main4-text1 {
        font-size: 1.3em;
        padding-top: 1%;
    }

    footer .main4-text2 {
        font-size: 1.3em;
        padding-top: 1%;
    }

    footer .main4-text3 {
        font-size: 1.3em;
        padding-top: 1%;
    }

}


/* -xxl- Extra Extra large devices ( desktops and large desktops, 1400px and up) */

@media screen and (min-width : 1400px) {

    .custom-container {
        max-width: 1400px !important;
        --bs-gutter-x: 1.5rem;
    }

    /* ----- header ----- */

    /* nav */

    header ul li {
        padding: 0 17px;
    }

    header ul {
        margin-left: 14% !important;
        margin-top: -4px;
    }

    .en-icon {
        width: 8%;
        height: 1%;
        margin-top: -4px;
    }

    .azco-logo {
        width: 28%;
    }

    .text-header-nav {
        font-size: 2em;
        margin-top: -5.5%;
        padding-left: 50% !important;
    }


    /* --- text-header-1  animation  --- */

    .text-header-1 {
        margin-top: 65px;
    }

    .slider-track {
        animation: slide 12s linear infinite;
    }

    .slider-track p {
        font-size: 8.5em;
    }


    /* --- text-header-2 --- */

    .text-header-2 {
        font-size: 2em;
    }


    /* --- text-header-3 --- */

    .text-header-3 {
        font-size: 1.6em;
        line-height: 26px;
    }


    /* --- text-header-4 --- */

    .text-header-4 {
        font-size: 4.8em;
        margin-top: -10px;
    }


    /* --- section5 - 4 Circle --- */

    .section5 p {
        text-align: center;
        color: white;
    }

    .section5 .text-1 {
        font-size: 1.9em;
    }

    .section5 .text-2 {
        font-size: 1.5em;
        margin-top: 20px;
    }

    .section5 .text-3-text-4 {
        font-size: 2em;
        margin-top: 20px;
    }

    .section5 .bg-circle-brown {
        background-color: #78403B;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 206px !important;
        max-width: 207px !important;
        padding: 64px 0;
        margin-left: 10px;
    }

    .section5 .bg-circle-blue {
        background-color: #98D2EB;
        border-radius: 100px;
        line-height: 30px;
        padding-top: 32px;
        height: 100%;
        min-width: 206px !important;
        max-width: 207px !important;
        padding: 69px 0;
        margin-left: 10px;
    }




    /* --- section6 --- */

    .section6 img {
        width: 450px;
        height: 33vh;
    }

    .section6 .section6-text-right {
        padding: 3% 0 0.5% 3%;
        border-radius: 35px;
        margin-left: 1%;
        height: 33vh;
    }

    .s6-text-1 {
        font-size: 2.8em;
    }


    .s6-text-2 {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -5px;
    }

    .s6-text-3 {
        font-size: 1.6em;
    }



    /* --- section7  icon-50 & text --- */

    .section7 {
        margin-top: 4%;
    }

    .section7 img {
        width: 36%;
    }

    .section7 p {
        font-size: 1.5em;
        line-height: 28px;
    }



    /* --- section11 --- */

    .section11 {
        margin-top: 4%;
    }

    .section11 p {
        font-size: 6em;
    }



    /* --- section12 --- */

    .section12 img {
        width: 175px;
        height: 175px;
    }

    .section12-text1 {
        font-size: 1.2em;
        font-weight: bold;
    }

    .section12-text2 {
        font-size: 2em;
        font-weight: bold;
        margin-top: -22px;
    }

    .section12-text3 {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -16px;
    }



    /* --- section13 --- */

    .section13 {
        margin-top: -25px;
    }

    .section13 span {
        font-size: 6em;
        font-weight: bold;
    }

    .section13 p {
        font-size: 1.3em;
        line-height: 22px;
        margin-top: -30px;
    }


    /* --- section14 --- */

    .slider-track img {
        width: 10%;
        height: 10vh;
        object-fit: cover;
        margin: 1.5% 18px 0 18px;
    }


    /* --- footer --- */

    footer {
        height: auto;
        margin-top: 4%;
    }

    footer main {
        padding-top: 4.5%;
    }

    .azco-icon-footer {
        width: 31%;
    }

    footer ul {
        margin-left: 4%;
    }

    footer ul li {
        font-size: 1.3em;
        line-height: 25px;
    }

    .footer-4icon img {
        width: 24%;
        margin-left: 50%;
    }

    .felesh-top-blue {
        width: 5.8%;
        margin-top: -62px;
    }



    /* --- address-ephone --- */

    .address-ephone {
        margin-top: 3%;
        padding-right: 8.8% !important;
        line-height: 20px;
    }

    .address-ephone p {
        font-size: 1.3em;
    }

    .address-ephone img {
        margin-top: -20px;
    }

    /* div-1 */

    .footer-div1 img {
        width: 1.2%;
    }

    /* div-2 */

    .footer-div2 {
        padding-right: 4.8%;
    }

    .footer-div2 img {
        width: 12%;
    }

    .footer-div2 p {
        font-size: 1.3em;
    }

    /* div3 */

    .footer-div3 {
        padding-right: 0.4%;
    }

    .footer-div3 img {
        width: 1em;
    }


    /* footer-main3 */

    .footer-main3 {
        padding-top: 2%;
    }

    .footer-main3 p {
        font-size: 1.6em;
        line-height: 26px;
    }


    /* CONTACT US */

    .CONTACT {
        padding-left: 3.8%;
        padding-top: 13px;
    }

    .CONTACT img {
        width: 12%;
        margin-top: -65px;
    }

    .CONTACT p {
        font-size: 2.3em;
    }


    /* footer form */

    footer form {
        width: 33.6% !important;
        height: 45px;
        border-radius: 8px;
    }

    footer form input {
        width: 82.7%;
        height: 100%;
        font-size: 1.3em;
        border-radius: 8px;
    }

    footer form button {
        width: 16%;
        font-size: 1.2em;
        height: 90%;
        border-radius: 8px;
    }



    /* main4 */

    footer .main4 {
        margin-top: 2.2%;
    }

    footer .main4-text1 {
        font-size: 1.3em;
        padding-top: 1%;
    }

    footer .main4-text2 {
        font-size: 1.3em;
        padding-top: 1%;
    }

    footer .main4-text3 {
        font-size: 1.3em;
        padding-top: 1%;
    }
}