@font-face {
    font-family: font1;
    src: url("font/font1.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;
}


/* ----- offcanvas ----- */


.offcanvas-header {
    align-items: normal !important;
}

.offcanvas-body a {
    color: #98D2EB;
}

.offcanvas-body a:hover {
    color: #8ec9e2;
    font-weight: bold;
    transition: 0.2s !important;
}

.offcanvas .offcanvas-body p {
    color: #E5E7E7;
    font-size: 3.2em;
    font-weight: bold;
    line-height: 48px;
    padding-top: 26%;
}

.offcanvas .offcanvas-bottom p {
    font-size: 0.7em;
    color: #8ec9e2;
    padding: 0 4%;

}

/* ----- header ----- */

#slider {
    height: 100vh !important;
    max-height: 100vh !important;
    position: relative !important;
}

#slider img {
    height: 100vh !important;
    max-height: 100vh !important;
}

.myText {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    /* افکت محو شدن */
}

.myText.show {
    opacity: 1;
}

.header-text-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: justify !important;

    --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-text-valed .nav li a {
    font-size: 1.3em !important;
}

.header-text-valed .nav li a:hover {
    border: 1px solid white !important;
    color: rgb(243, 243, 243) !important;
    border-radius: 15px !important;
    padding: 2px 10px !important;
    transition: 0.2s !important;
}


.header-text .icon-gsco {
    width: 14.2% !important;
}

.img-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38% !important;
}

.cap {
    top: 32% !important;
    right: -66% !important;
    z-index: 1;
}

.cap p {
    font-size: 3em;
}

.cap span {
    font-size: 1.5em;
}

.felesh {
    width: 22% !important;
}


.header-text-bt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: justify !important;

    --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-text .desc {
    margin-top: 14% !important;
    line-height: 20px;
}


.header-text .desc span {
    font-size: 3em;
}

.header-text .desc-2 {
    font-size: 7.5em !important;
    margin-top: -2%;
    z-index: 2 !important;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #ffffff;
    /* خط چشمک زن */
    display: inline-block;
    animation: blink 0.7s infinite;
    min-height: 1.5em;
}

@keyframes blink {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: rgb(255, 255, 255);
    }

    100% {
        border-color: transparent;
    }
}

.done {
    border-right: none !important;
    /* وقتی تموم شد خط محو بشه */
    animation: none !important;
}



.valed-3text-bottom-header {
    text-align: center;
}

.one-3text-bottom-header {
    border: 1px solid rgb(233, 233, 233);
    border-radius: 10px;
    margin-top: -1%;
}


.three-3text-bottom-header {
    text-align: end;
}


/*------ section2 ------ */

.section2 {
    background-image: url(img/bg-s2.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    width: 100% !important;
    /* overflow: hidden !important; */
}


.section2 ul li a {
    font-size: 1.3em !important;
    padding: 0 10.5px !important;
}

.section2 ul li a:hover {
    border: 1px solid white !important;
    color: rgb(234, 234, 234) !important;
    border-radius: 15px !important;
    padding: 2px 10px !important;
    transition: 0.2s !important;
}


.section2-icon-and-text img {
    width: 85% !important;
}


.section2-icon-and-text p {
    font-size: 3em !important;
}


.section2-number-and-fleshicon p {
    font-size: 7em !important;
}

.section2-number-and-fleshicon img {
    width: 7%;
    cursor: pointer;
}


/* ----- bg-animation-section2 ----- */

.bg-animation {
    background-color: #98D2EB;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: -30px !important;
}

.bg-animation span {
    font-size: 45px;
    display: inline-block;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
    position: relative;
    right: -30%;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-150%);
    }
}


/*----- bg-white-section2  -----*/
#s2-white {
    width: 100%;
    height: 180px;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-top: 50px !important;
}

.bg-white-section2 {
    padding: 0 0 !important;
}


.title-bg-white {
    font-size: 2em;
    margin: 1% 4%;
}

.title-number-bg-white {
    color: #D1D3D4;
    font-weight: bold;
}

.text-1-golden {
    font-size: 1.1em !important;
    color: #b18c5e !important;
}

.text-2 {
    font-size: 1.1em;
}


/* ----- section2-4img-bottom ----- */



/* کانتینر عکس‌ها */
.section2-4-img-bottom {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
}



.section2-4-img-bottom img:first-child {
    margin-left: 0;
}



/* <----- section3-text -----> */

.section3-text-top {
    font-size: 9em;
    text-align: center;
    margin-top: 1.8em;
    color: #98D2EB;
    letter-spacing: 9px;
}

.section3-text {
    font-size: 2em;
    color: #000000;
}

.section3-icon-felesh-blue {
    margin-left: 20px;
}


/* <----- section4 bg gold -----> */

.section4 {
    color: rgb(248, 248, 248);
    background-color: #D6AC7A;
    font-size: 1.2em;
    line-height: 24px;
    border-radius: 35px;
    margin-top: 3%;
}



/*----- section4-accordion  -----*/



.accordion-1 {
    /* --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #e1b176 !important; */
    margin-top: 3%;
}


.accordion-button-1 {
    background-color: #D6AC7A !important;
    border-radius: 15px !important;
    font-size: 1.2em !important;
    color: white !important;
}

.accordion-button-1:hover {
    background-color: #D6AC7A !important;
}


#s4 {
    background-color: #D6AC7A !important;
    border-radius: 20px !important;
}

.accordion-1 p {
    font-size: 1.2em;
    line-height: 24px;
    padding-top: 1%;
    color: rgb(248, 248, 248);
}


/* ----- section5 bg blue ----- */

.section5 {
    background-color: #98D2EB !important;
    color: white;
    border-radius: 35px;
}


.section5-text-1 {
    color: white;
}

.section5-text-2 {
    color: rgb(249, 249, 249);
}

.section5-text-3 {
    font-weight: bold;
}


/*----------- section5-accordion  ----------*/



.accordion-button-2 {
    background-color: #98D2EB !important;
    border-radius: 15px !important;
    font-size: 1.4em !important;
    font-weight: bold;
    color: white !important;

}

.accordion-button-2:hover {
    background-color: #98D2EB !important;
    color: white !important;
}


#s5 {
    background-color: #98D2EB !important;
    border-radius: 20px !important;
    padding-bottom: 5%;
}

.accordion-2 p {
    font-size: 1.2em;
    line-height: 24px;
    padding-top: 5%;
    color: rgb(248, 248, 248);

}


.section5-accordion-text-3 {
    padding: 8% 0;
    font-size: 1.5em;
    line-height: 28px;
    color: white !important;
}


/*----- section6 -----*/

.section6 {
    background-image: url(img/bg-striped.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
    max-height: 92vh !important;
    min-height: 92vh !important;
    margin-top: 5% !important;
}

.section6-text-title {
    color: #D6AC7A;
}

.text-nember {
    color: white;
    background-color: #98D2EB;
}

/* ----- section7 ----- */

.section7 {
    text-align: right;
}

.img-bg-food {
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
    width: 50%;
    height: 68vh;
    position: relative;
    z-index: 2;
}

.img-bg-food2 {
    width: 90%;
    height: 68vh;
    position: absolute;
    left: 8%;
    border-radius: 400px
}

.section7 p {
    color: rgb(255, 255, 255);
    z-index: 3;
    top: 50%;
    transform: translate(-0%, -50%);
}

/* ------ text brown ----- */

.text-blak {
    margin-top: 6%;
    text-align: center;
    color: #000000;
    font-size: 35px;
}

/* ----- section8 text-submit ----- */

.section8 {
    background-color: #D6AC7A;
    width: 50%;
    margin: 2% auto;
    padding: 0% 1% 0% 2.5% !important;
    border-radius: 50px;
    align-items: center !important;
}

.section8-text-left {
    font-size: 2em;
    color: white;
    margin-top: 1%;
}

.section8-text-right {
    background-color: white;
    color: #98D2EB;
    padding: 0.4% 4% !important;
    border-radius: 50px;
    font-size: 2em;
    transition: 0.5s;
}

.section8-text-right:hover {
    background-color: #D6AC7A;
    color: white;
    /* border: 1px solid white; */
}



/* <!----- <footer> -----> */

footer {
    background-color: #98D2EB;
    color: white;
    margin-top: 5%;
}


footer .title-footer {
    width: 48% !important;
}

.icon-gsco-footer {
    width: 83% !important;
}

.font-size-text-footer {
    font-size: 20px !important;
}

.number-footer {
    font-size: 20px;
}

.number-footer-3 {
    margin-top: -16px;
}

.footer-4icon img {
    color: white;
}

.footer-4icon img:hover {
    transform: scale(1.2) !important;
}

.name-studio {
    font-size: 1.2em;
}


.text-bottom-footer {
    margin-top: 4% !important;
}

.footer-4icon {
    margin-left: 10%;
}

.footer-icon {
    color: white;
}


.footer-icon:hover {
    transform: scale(1.2) !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;
}