@font-face {
    font-family: font1;
    src: url("font/font1.otf");
}

@font-face {
    font-family: font2;
    src: url("font/font2.otf");
}

body {
    font-family: font1 !important;
}



* {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}



/* ----- container عرض  %100 به جای   ----- */

.custom-container {
    /* --bs-gutter-x: 1.5rem; */
    --bs-gutter-y: 0;
    width: 100% !important;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}


/* ----- header ----- */

header {
    background-image: url(img/header-about.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
    max-height: 100vh;
    width: 100%;
}

header .section {
    max-height: 100vh;
    min-height: 100vh;
}

header ul li a {
    font-size: 1.2em;
}

header li a:hover {
    font-weight: bold;
}

header ul li {
    padding: 0 17px;
}

header ul {
    margin-top: -4px;
}

.en-icon {
    width: 8%;
    height: 1%;
    margin-top: -4px;
}

.azco-logo {
    width: 28%;
    cursor: pointer
}

/* offcanvas */

.offcanvas {
    background-color: #E5E7E7 !important;
    padding: 0 10px;
}

.offcanvas .offcanvas-body a {
    color: #78403B;
}

.offcanvas .offcanvas-body a:hover {
    font-family: font2 !important;
}

.offcanvas .offcanvas-body p {
    color: white;
    font-size: 4em;
    line-height: 52px;
    font-family: font2 !important;
}


.offcanvas .offcanvas-bottom p {
    font-size: 0.7em;
    color: #78403B;
    padding: 0 4.5%;
}



/* text-header  */

.text-header {
    font-size: 6.5em;
    line-height: 90px;
    /* margin-top: -55px; */
    padding-left: 45.8%;
    font-family: font2 !important;
}

/* header-bottom */

.header-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-bottom-r{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-bottom .text-1 {
    font-size: 1.3em;
    line-height: 22px;
}

.header-bottom .text-2 {
    font-size: 1.3em;
    font-weight: bold;
    margin-left: -50px;
    margin-top: 15px;
    line-height: 24px;
}


/* --- section2-text-blue --- */

.section2-text-blue {
    font-size: 7.8em;
    line-height: 102px;
    color: #98D2EB;
    font-family: font2 !important;
}


/* --- section3 --- */

.section3 {
    font-size: 1.4em;
    line-height: 26px;
}


/* --- section3  responsive-text --- */

.section3-r {
    margin-top: 6%;
    font-size: 1.2em;
}

.section3-r button {
    color: rgb(0, 0, 0);
    border: 1px solid black;
    border-radius: 20px;
    width: 14%;
    margin-left: 42%;

}

#moreText {
    display: none;
}

/* --- section4  icon-50 & text --- */

.section4 {
    margin-top: 4%;
}

.section4 img {
    width: 40%;
}

.section4 p {
    font-size: 1.5em;
    line-height: 28px;
    color: #78403B;
}







/* --- section11 --- */

.section11 {
    margin-top: 1.5%;
}

.section11 p {
    font-size: 6em;
    color: #78403B;
    font-family: font2 !important;
}


/* --- section12 --- */

.scrollll {
    overflow-x: auto !important;
    /* overflow-y: none !important; */
}


.scrollll::-webkit-scrollbar {
    /* Hide scrollbar */
    display: none;
}

.section12 {
    margin-top: -22px;
}


.section12-text1 {
    font-size: 1.2em;
    color: #98D2EB;
    font-family: font2 !important;
}

.section12-text2 {
    font-size: 2em;
    margin-top: -22px;
    color: #78403B;
    font-family: font2 !important;
}

.section12-text3 {
    font-size: 1.3em;
    line-height: 22px;
    color: #98D2EB;
    margin-top: -16px;
}



/* --- section13 --- */

.section13 {
    margin-top: -25px;
}

.section13 span {
    font-size: 6em;
    color: #78403B;
    font-family: font2 !important;
}

.section13 p {
    font-size: 1.3em;
    line-height: 22px;
    margin-top: -30px;
}



/* --- section14 --- */

.section14 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: slide 15s linear infinite;
}

.slider-track img {
    width: 10%;
    height: 10vh;
    object-fit: cover;
    margin: 0 18px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* --- section15 --- */

.section15 {
    margin-top: 6%;
}

.section15 span {
    font-size: 1.9em;
    color: #98D2EB;
}

.section15 p {
    font-size: 8em;
    font-weight: bold;
    margin-top: 6%;
    color: #78403B;
}



/* --- footer --- */


/* --- footer --- */

footer {
    background-color: #78403B;
    height: auto;
    margin-top: 4%;
}

footer main {
    padding-top: 4.5%;
}

.azco-icon-footer {
    width: 33%;
}

footer ul {
    margin-left: 4%;
}

footer ul li {
    font-size: 1.3em;
    list-style-type: none;
    color: white;
    line-height: 23px;
}


.footer-4icon img {
    width: 24%;
    margin-left: 50%;
    cursor: pointer
}

.footer-4icon img:hover {
    transform: scale(1.1);
}

.felesh-top-blue {
    width: 6%;
    margin-top: -76px;
    cursor: pointer;
}


/* --- address-ephone --- */

.address-ephone {
    margin-top: 3%;
    /* padding-right: 8.8% !important; */
    direction: rtl;
    line-height: 20px;
}

.address-ephone p {
    font-size: 1.3em;
    color: white;
}

.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: 2.2%;
}

/* div3 */

.footer-div3 {
    padding-right: 21.1%;
}

.footer-div3 img {
    width: 1.1em;
}

/* main3 */

.main3 {
    padding-top: 2%;
}

.main3 p {
    font-size: 1.6em;
    line-height: 26px;
}


/* CONTACT US */

.CONTACT {
    padding-left: 13%;
    padding-top: 10px;
}

.CONTACT img {
    width: 12%;
    margin-top: -95px;
}

.CONTACT p {
    font-size: 2.5em;
    font-weight: bold;
    color: #98D2EB;
}

/* footer form */

footer form {
    width: 28.6%;
    height: 45px;
    border-radius: 8px;
    background-color: white;

}

footer form input {
    width: 82.7%;
    height: 100%;
    padding-left: 10px;
    font-size: 1.3em;
    border-radius: 8px;
    border: none;
}

footer form button {
    width: 16%;
    height: 90%;
    background-color: #98D2EB;
    color: white;
    font-size: 1.2em;
    border-radius: 8px;
    border: none;
}

footer form button:hover {
    background-color: #7ec4e2;
}


/* main4 */

footer .main4 {
    border-top: solid white 1px;
    margin-top: 2.2%;
}

footer .main4-text1 {
    font-size: 1.3em;
    color: white;
    padding-top: 1%;
}

footer .main4-text2 {
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    padding-top: 1%;
}

footer .main4-text3 {
    font-size: 1.3em;
    color: #98D2EB;
    padding-top: 1%;
}




/* min-widwh : 576px / 768 */

.footer-576-768 {
    background-color: #78403B;
    height: auto;
}

.footer-576-768 .azco-footer-r {
    width: 60%;
    margin-top: 5%;
}

.footer-576-768 .felesh-top-blue-r {
    direction: rtl;
    margin-top: 5%;
}

.footer-576-768 .felesh-top-blue-r img {
    width: 12%;
}

.footer-576-768 .footer-576-768-div1 {
    margin-top: 10%;
}

.footer-576-768 .footer-576-768-div1 div p {
    color: white;
    font-size: 0.9em;
    line-height: 2px;
}


.footer-576-768 .address-ephone-r {
    color: white;
    font-size: 1em;
    margin-top: 12%;
    line-height: 18px;
}

.address-ephone-r-div1 img {
    width: 4.5%;
    margin-top: -40px;
}

.address-ephone-r-div2 img {
    width: 5%;
    margin-top: -18.6px;
}

.address-ephone-r-div3 img {
    width: 5.8%;
    margin-top: -18.6px;
}

.footer-576-768-4icon img {
    width: 9%;
}

.footer-576-768-text3 {
    font-size: 1em;
    line-height: 19px;
    margin-top: 30px;
}




/* CONTACT US */

/* .CONTACT-r {
} */

.CONTACT-r img {
    width: 14%;
}

.CONTACT-r p {
    font-size: 1.8em;
    font-weight: bold;
    color: #98D2EB;
}

/* .footer-576-768 form */

.footer-576-768 form {
    width: 28.6%;
    height: 40px;
    border-radius: 8px;
    background-color: white;

}

.footer-576-768 form input {
    width: 82.7%;
    height: 100%;
    padding-left: 10px;
    font-size: 1.3em;
    border-radius: 8px;
    border: none;
}

.footer-576-768 form button {
    width: 16%;
    height: 90%;
    background-color: #98D2EB;
    color: white;
    font-size: 1.2em;
    border-radius: 8px;
    border: none;
}

.footer-576-768 form button:hover {
    background-color: #7ec4e2;
}




.footer-576-768-text-bottom {
    border-top: 1px solid white;
}

.footer-576-768-text-bottom .footer-576-768-bottom-text1 {
    font-size: 0.6em;
    color: white;
}


.footer-576-768-text-bottom .footer-576-768-bottom-text2 {
    font-size: 0.7em;
    color: #98D2EB;
}








/* --- section16 footer mobail --- */

.section16 {
    background-color: #78403B;
    height: auto;
}

.section16 .azco-footer-r {
    width: 60%;
    margin-top: 5%;
}

.section16 .felesh-top-blue-r {
    direction: rtl;
    margin-top: 5%;
}

.section16 .felesh-top-blue-r img {
    width: 12%;
}

.section16 .section16-div1 {
    margin-top: 10%;
}

.section16 .section16-div1 div p {
    color: white;
    font-size: 0.9em;
    line-height: 2px;
}


.section16 .address-ephone-r {
    color: white;
    font-size: 1em;
    margin-top: 12%;
    line-height: 18px;
}

.address-ephone-r-div1 img {
    width: 4.5%;
    margin-top: -40px;
}

.address-ephone-r-div2 img {
    width: 5%;
    margin-top: -18.6px;
}

.address-ephone-r-div3 img {
    width: 5.8%;
    margin-top: -18.6px;
}

.section16-4icon img {
    width: 9%;
}

.section16-text3 {
    font-size: 1em;
    line-height: 19px;
    margin-top: 30px;
}




/* CONTACT US */

/* .CONTACT-r {
} */

.CONTACT-r img {
    width: 14%;
}

.CONTACT-r p {
    font-size: 1.8em;
    font-weight: bold;
    color: #98D2EB;
}

/* .section16 form */

.section16 form {
    width: 28.6%;
    height: 40px;
    border-radius: 8px;
    background-color: white;

}

.section16 form input {
    width: 82.7%;
    height: 100%;
    padding-left: 10px;
    font-size: 1.3em;
    border-radius: 8px;
    border: none;
}

.section16 form button {
    width: 16%;
    height: 90%;
    background-color: #98D2EB;
    color: white;
    font-size: 1.2em;
    border-radius: 8px;
    border: none;
}

.section16 form button:hover {
    background-color: #7ec4e2;
}




.section16-text-bottom {
    border-top: 1px solid white;
}

.section16-text-bottom .section16-bottom-text1 {
    font-size: 0.6em;
    color: white;
}


.section16-text-bottom .section16-bottom-text2 {
    font-size: 0.7em;
    color: #98D2EB;
}





.scroll-container {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    user-select: none;
    cursor: grab;

}

.scroll-container:active {
    cursor: grabbing;
}


/* Hide scrollbar */

.scroll-container::-webkit-scrollbar {
    display: none;
}

.scroll-container main {
    pointer-events: none !important;
    /* موقع کشیدن موس کلیک نخوره */
}



/* --------------- scrollbar --------------- */

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 0;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}