@import "fonts.css";

h1 , h2{
    font-family: YEKANBakh;
    font-weight: 900;
}

h1{
    font-size: 64px;
}
a:hover{
    text-decoration: none;
}
body{
    direction: rtl;
    font-family: IRANSans, sans-serif !important;
    color: #000000;
    line-height: 2;
    background-image: url("../img/yellowbrain.png");
}

.first_section{
    text-align: center;
    background-color: #FFE144;
    height: 100vh;

}

.first_section img:first-child {
    top: 2% !important;
    left: 2% !important;
}

.first_section p{
    font-size: 32px;
    font-weight: bold;
    word-wrap: break-word;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 50px;
    }
}

.scroll-down{
    position: absolute;
    bottom: 50px ;
    left: 50% !important;
    transform: translate(-50% , -50%);
    animation: MoveUpDown 2s linear infinite;
}

@media screen and (max-width: 1679px){
    .first_section p{
        font-size:24px;
    }
    .manage-flex img{
        width: 600px;
    }
}

@media screen and (max-width: 1199px){
    .first_section h1{
        font-size: 57px;
    }

    .manage-flex img{
        width: 400px;
    }

    .first_section p{
        margin-bottom: 120px;
    }

    .first_section .position-absolute{
        width: 60px;
    }

    .manage-flex{
        height: fit-content !important;
    }
}

@media screen and (max-width: 576px){
    .manage-flex img{
        width: 250px;
    }
    .first_section p{
        font-size:16px;
    }
    .first_section h1{
        font-size: 30px;
    }
    h2{
        font-size: 25px;
    }
    li{
        font-size: 12px;
        line-height: 2.5;
    }
}

.second_section , .third_section , .fourth_section{
    height: 100vh;
}
@media screen and (max-width: 767px){
    .second_section , .third_section , .fourth_section{
        height: 100%;
    }
}
.second_section a.gotomehromah{
    background-color: #FFE144;
    padding: 10px 20px;
    border-radius: 5px;
    color: #313131;
}
.third_section{
    background-color: #FFE144;
}

.third_section a.gotomehromah{
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    color: #313131;
}

.fixed-footer{
    background-color: #ffe144;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: absolute;
    bottom: 0;
}
.fixed-footer a{
    color: black;
}
/*.second_section:before{*/
/*    content: url("../img/triangle.svg");*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*@media screen and (max-width: 1679px){*/
/*    .second_section:before{*/
/*        scale: 0.8;*/
/*        left: -75px;*/
/*        top: -78px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1199px){*/
/*    .second_section:before{*/
/*        scale: 0.7;*/
/*        left: -112px;*/
/*        top: -116px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 992px){*/
/*    .second_section:before{*/
/*        scale: 0.6;*/
/*        left: -149px;*/
/*        top: -156px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 767px){*/
/*    .second_section:before{*/
/*        scale: 1;*/
/*        left: 40px;*/
/*        top: -226px;*/
/*        z-index: -1;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 576px){*/
/*    .second_section:before{*/
/*        content: url("../img/triangle.svg");*/
/*        scale: 0.8;*/
/*        top: -90px;*/
/*        left: -78px;*/
/*        z-index: -1;*/
/*    }*/
/*}*/
/*.third_section{*/
/*    height: 100vh;*/
/*}*/
/*.third_section div:first-child{*/
/*    background-color: #FFE144;*/
/*    height: fit-content;*/
/*    clip-path: polygon(99.89% 33.02%, 99.79% 33.13%, 84.20% 85.88%, 68.31% 33.26%, 0% 33.14%, 0% 87.65%, 100% 87.6%);*/
/*    !*polygon(100% 33.13%, 89.65% 33.13%, 78.9% 85.88%, 68.31% 33.26%, 0% 33.14%, 0% 87.65%, 100% 87.6%);*!*/
/*}*/


