body {
    background-color: #F5F7FA;
}

@keyframes reoutaion {
    from {
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
*{
    transition-duration: 0.3s;
}
/* members */
.f_about_team_members{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.f_about_team_members img{
    object-fit: cover;
}
.f_about_team{
    background-image: url("../../assets/Rectangle 94.png");
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    flex-direction: column;
}
.f_title_about_us{
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 90px; 
}
.f_exp_about_us.sec{
    color: black;
}
.f_exp_about_us{
    color: white;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 66px;
    margin-top: 16px;
}
.s_about_us_root{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F5F7FA;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.holderofaboutus{
    width: 1360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_about_team_member{
    width: 300px;
    height: 200px;
    border-radius: 15px;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_about_team_member img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    cursor: pointer;
}
.heydari{
    background-size: contain;
    background-repeat: no-repeat;
}
.shahri{
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
}

.f_about_team_member:hover{
    transform: scale(1.1);
    
}
.f_name_about_us{
    color: #2BA769;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-top: 24px;
}
.f_position_about_us{
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 50px;
}

/* comments */
.f_about_comments{
    position: relative;
}
.f__about_comment_us{
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.f__commentbox.topper{
    position: relative;
    top: -50px;
    box-shadow: 0px 0px 40px 0px #00000040 , -50px -50px 0px -30px #2BA769;
}
.f__commentbox.bottomer{
    position: relative;
    bottom: -50px;
    box-shadow: 0px 0px 40px 0px #00000040 ,  -50px 50px 0px -30px #2BA769;
}
.f__about_comment_us marquee{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f__commentbox *{
    cursor: pointer;
}
.f__commentbox p{
    cursor: text;
}
.f__commentbox {
    background-color: white;
    /* box-shadow: 0px 0px 40px 0px #00000040; */
    border-radius: 40px;
    padding: 25px 25px;
    padding-bottom: 2px;
    width: 365px;
    cursor: pointer;

}
.scroller{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 41px;
    padding-bottom: 41px;
    gap: 40px;
    width: 100%;
}
.scroller marquee{
    width: 100%;
}
.leftarrow{
    position: absolute;
    left: 0px;
    bottom: 155px;
    cursor: pointer;
}
.leftarrow svg{
    cursor: pointer;
}
.rightarrow svg{
    cursor: pointer;
}
.rightarrow{
    position: absolute;
    right: 0px;
    bottom: 155px;
    cursor: pointer;
}
.f__about_exp_us{
    font-size: 16px;
    font-weight: 400;
    color: #4C4C4C;
    text-wrap: wrap;
}
.f__about_info_us{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.f__about_photo_us{
    display: flex;
    justify-content: center;
}
.f__about_img_us{
    width: 50px;
    height: 50px;
}
.f__about_icon_us{
    width: 27px;
    height: 48px;
}
.f__about_info_us svg{
    width: 100px;
    height: 100px;
}
.f__about_nameandposition_us{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}
.f__about_name_us{
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.f__about_positionn_us{
    color: #444444;
    font-size: 14px;
    font-weight: 400;
}
.f_pink_arrow_right{
    position: absolute;
    bottom: -980px;
    right: 70px;
}
.f_pink_arrow_left{
    position: absolute;
    bottom: -980px;
    left: 70px;
}
/* spansers icons */
.spansers {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/* Sarah  */
.us_1{
    width: 100%;
    height: 85vh;
    background-color: #F5F7FA;
    background: rgb(175,234,205);
    background: linear-gradient(84deg, rgba(175,234,205,1) 0%, rgba(137,188,162,1) 52%, rgba(95,128,111,1) 100%);
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    background-size: 100% 600px;
    background-repeat: no-repeat;
}
.in_head_us{
    display: flex;
    width: 100%;
    height: 360px;
}
.us_rt h1{
    color: #F5F7FA;
}
.us_rt p{
    color: #F5F7FA;
    padding-top: 30px;
}
.us_rt{
    width: 60%;
    padding: 170px;
}
.us_lt{
    width: 40%;
    padding-top: 100px;
}
.us_lt img{
    width: 330px;
    height: 330px;
}
.in_head_us1{
    display: flex;
    width: 100%;
    height: 400px;
    position: relative;
    display: grid;
    place-items: center;
}
.circle{
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0px 40px 0px #00000040;
    display: grid;
    place-items: center;
}
.dashdiv{
    width: 170px;
    height: 170px;
    position: absolute;
    border-style: dashed;
    border-radius: 100%;
    border-color: #f5f7fa;
    border-width: 2px;
    animation-name: reoutaion;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: -7px;
    bottom: 0;
    left: 0;
    right: -10px;
}
.circle1 .item{
    width: 100%;
    height: 100%;
    background: rgb(255,0,87);
    background: linear-gradient(0deg, rgba(255,0,87,1) 49%, rgba(0,52,255,1) 49%);
    position: absolute;
}
.circle1{
    top: 20%;
    right: 15%;

}
.circle2{
    top: 40%;
    left: 34%;
}
.circle3{
    top: 40%;
    right: 34%;
}
.circle4{
    top: 20%;
    left: 15%;
}
.c1{
    width: 155px;
    height: 155px;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #FFFFFF;
}
.us_2{
    width: 100%;
    height: 500px;
    background-color: #F5F7FA;
    display: flex;
    margin-top: 55px;
}
.us_2_right{
    position: relative;
    width: 30%;
    height: fit-content;
}
.us_2_img1{
    position: absolute;
    width: 340px;
    height: 460px;
    right: 100px;
    top: 25px;
}
.us_2_img2{
    position: absolute;
    width: 120px;
    height: 120px;
    right: 15%;
}
.us_2_left{
    width: 70%;
    height: fit-content;
    padding-left: 140px;
    padding-top: 70px;
}
.us_3{
    width: 100%;
    height: fit-content;
    background-color: #F5F7FA;
    position: relative;
    padding: 0px 140px 0px;
}
.us_3 p{
    right: 100px;
    color:#414141;
}
/* ////////////////////////////////////// */
.blue_tick{
    width: 100%;
    height: 200px;
    background-color: #F5F7FA;
}

.bl_tick{
    display: flex;
    height: 100px;
    width: 20%;
    padding: 10px;
}
.bl_tick img{
    width: 30px;
    height: 30px;
    padding: 5px;
}
.blue_tick_top{
    display: flex;
    width: 100%;
    height: 100px;
    padding-top: 40px;
}
.blue_tick_bott{
    display: flex;
    width: 100%;
    height: 100px;
}
/* ////////////////////////////////////////////// */
.us_4{
    width: 100%;
    height: fit-content;
    background-color: #F5F7FA;
}
.hdf{
    width: 100%;
    height: 100px;
    display: flex;
    padding: 0px 135px 0px;
}
.pic_hdf{
    width: 70px;
    height:70px;
    background-image: url(../assets/hdf.png) ;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    padding: 10px;
}
.pic_hdf p{
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}
.cheshmandaz{
    width: 100%;
    height: 100px;
    display: flex;
    padding: 0px 110px 0px;
}
.pic_chshmandz{
    width: 121px;
    height: 67px;
    background-image: url(../assets/cheshm\ andaz.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 10px;
}
.pic_chshmandz p{
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
}
.mamooriat{
    width: 100%;
    height: 300px;
    display: flex;
    padding: 0px 135px 0px;
}
.pic_mam{
    width: 70px;
    height:70px;
    background-image: url(../assets/mam.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100%;
}
.pic_mam p{
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}
.noavari{
    width: 100%;
    height: 300px;
    display: flex;
    padding: 0px 135px 0px;
}
.pic_noavari{
    width: 70px;
    height:70px;
    background-image: url(../assets/Ellipse\ 2.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    /* border-radius: 100%; */
}
.pic_noavari{
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}





.c1 {
  position: relative;
  padding: 20px 50px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  overflow: hidden;
  border-radius: 100%;
}


.c1{
    width: 155px;
    height: 155px;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #FFFFFF;
    transition-duration: 0.3s;
}

.c1 span {
  position: relative;
  color: #414141;
  text-align: center;
  font-family: "IRANSansX";
  z-index: 1;
}

.c1 .liquid {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 200px;
  height: 200px;
  background: #8ec2a8;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
  border-radius: 100%;
  cursor: pointer;
}

.c1 .liquid::after,
.c1 .liquid::before {
  content: '';
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #000;
  transition-duration: 0.3s;
}

.c1 .liquid::before {
  
  border-radius: 45%;
  background: rgb(255, 255, 255);
  animation: animate 5s linear infinite;
}

.c1 .liquid::after {
  border-radius: 40%;
  background: rgba(255, 255, 255, 0.5);
  animation: animate 10s linear infinite;
}

.c1:hover .liquid::after{
    top: -120px;
  /* height: 300px; */
}

.c1:hover .liquid::before{
    top: -120px;
}
.c1:hover .c1 .liquid::before{
    background-color: #4973ff;
}

.centeralris{
    width: 100%;
}
@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}



@media (max-width: 700px){
    .rot {
        margin-top: -155px;
    }
    .in_head_us{
        flex-direction: column;
        padding: 15px;
    }
    .us_lt{
        width: 100%;
    }
    .us_lt img{
        width: 100%;
        height: 100%;
    }
    .us_rt{
        padding: 0;
    }
    .us_1{
        border-radius: 0;
        height: fit-content;
    }
    .us_2{
        flex-direction: column;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }
    .us_2_left{
        width: 90%;
    }
    .blue_tick{
        height: fit-content;
    }
    .blue_tick_top{
        flex-wrap: wrap;
        height: auto;
    }
    .blue_tick_bott{
        flex-wrap: wrap;
        height: auto;
    }
    .hdf , .cheshmandaz , .mamooriat , .noavari{
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .f_about_team_members{
        flex-wrap: wrap;
    }
    .f_about_comments{
        margin: 0;
    }
    .f__about_comment_us{
        align-items: flex-start;
        margin: 0;
    }
    .f__about_comment_us{
        overflow: hidden;
    }
    .f__commentbox{
        width: 270px;
        margin-right: 75px;
    }
    .f__about_exp_us{
        font-size: 12px;
    }
    .f__about_info_us svg{
        width: 50px;
    }
    .f__about_info_us{
        margin: 0;
    }
    .leftarrow{
        left: 10px;
        bottom: 130px;
    }
    .rightarrow {
        right: 10px;
        bottom: 130px;
    }
    .scroller{
        margin: 0;
        justify-content: flex-start;
    }
    .bl_tick {
        
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
        width: fit-content;
        padding: 10px;
    }
    .us_2_right{
        position: static;
    }
    .us_2_img1{
        position: static;
    }
    .us_2_img2{
        display: none;
    }
    .us_3{
        padding: 10px;
    }
    .us_2_left{
        padding: 0;
    }
    .us_2_right{
        width: auto;
    }
    .circle{
        display: none;
    }
    .us_rt{
        width: 100%;
    }
    .pic_chshmandz{
        width: fit-content;
    }
    .pic_chshmandz p{
        text-wrap: nowrap;
    }
    .pic_mam {
        background-image: url(../assets/cheshm\ andaz.png);
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        border-radius: 100px;
    }
    .pic_mam p{
        padding: 15px;
    }
    .pic_noavari{
        background-image: url(../assets/cheshm\ andaz.png);
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        border-radius: 100px;
    }
    .pic_noavari p{
        padding: 15px;
    }
    .pic_hdf{
        background-image: url(../assets/cheshm\ andaz.png);
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        border-radius: 100px;
    }
    .pic_hdf p{
        padding: 15px;
    }
}