/* header part */

*{
    transition-duration: 0.3s;
}

.f_headercontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background-image: url(../assests/bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.f_headercontainer_title{
    font-size: 30px;
    font-weight: 700;
    line-height: 90px;
    color: #fff;
}
.f_headercontainer_txt{
    font-size: 18px;
    font-weight: 400;
    color: #E9E9E9;
}
/* main box : 3boxes*/
.f_mainbox_contactus{
    margin: 120px 180px;
}
.f_mainbox_threeboxes{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.f_mainbox_ways , .f_mainbox_talk , .f_mainbox_job {
    border-radius:15px;
    background-color: #3672C4;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    padding-bottom: 50px;
    margin-bottom: -70px;
    position: relative;

}
.f_mainbox_title{
    color: white;
    font-size: 22px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    margin-bottom: 22px;
}
.f_mainbox_exp{
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 31.5px;
    text-align: center;
}
    .minbox{
        width: 330px;
        height: 330px;
        transition-duration: 0.3s;
        cursor: pointer;
    }
    .minbox *{
        cursor: pointer;
    }
    .click1{
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        right: 0;
        cursor: pointer;
    }
    .click1 svg{
        margin-right: 10px;
    }
    .click1 p , .click1 svg{
        color: #F9C54E;
        font-weight: bolder;
        cursor: pointer;
    }
    
.f_mainbox_clicks{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: all ease-in 0.3s;
    border-radius:15px;
    padding: 20px;
    transition: all ease-in 0.3s;
}
.tablinks{
    color: #5D5D5D;
    font-size: 16px;
    font-weight: 700;
    line-height: 31.5px;
    text-align: center;
}
/* main box : one : responding time : tab*/
.f_mainbox_Responding{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    border-radius: 35px;
    background-color: #fff;
    box-shadow:0px 0px 40px 0px #00000040;
    padding: 20px;
    gap: 100px;
}
.f_contact_us_map iframe {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 40px 0px;
}
.responding_time{
    color: #3672C4;
    font-size: 19px;
    font-weight: 400;
    line-height: 28.5px;
    text-align: center;
    margin-top: 15px;
}
.responding_time_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.responding_box{
    padding: 20px;
    margin-top: 32px;
}
.f_mainbox_registrar{
    color: #248D59;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.f_mainbox_lastname{
    color: black;
    text-align: center;
}
.f_mainbox_way_of_contact{
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-top: 22px;
}
.contact_icons{
    color: #3672C4;
}
.f_mainbox_waycontact{
    color: black;
    font-size: 16px;
    font-weight: 300;
}
/* two : contact  : tab */
.two {
    margin: 20px 70px;
}
.f_mainbox_up {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:60px;
    margin: 0 15px;
}
.namephone , .nametopic , .youropinon{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 14px;
}
.f_mainbox_down{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
    margin-top: 40px;
}
.f_information{
    color: #494949;
    background-color: #EEEEEE;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    padding: 4px 11px;
    margin-left: 16px;
    margin-top: 30px
}

/* three: jobs : tab*/
/* job section */
.contact_label{
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    direction: ltr;
}
.three {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin: 20px 70px;
}
#name , #phone ,#last_name , #career , #company , #f , #topic{
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 6px 10px;
    border: hidden;
    outline: none;
}
.job_colmn1 , .job_colmn2 , .job_colmn3 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 14px;
}
.contact_us_Buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_us_return , .contact_us_sign{
    color: #fff;
    border-radius: 35px;
    text-align: center;
    padding: 6px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.contact_us_sign {
    background-color: #2BA769;
    margin-left: 20px;
}
.contact_us_return{
    background-color: #AA352E;
}
/* style of tab */
.tab{
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}
.f_mainbox_clicks:hover {
    transform: scale(1.1);
}
.f_mainbox_click.active {
    background-color: #6b2828;
  }
.tabcontent {
    display: none;
    animation: FADE 1.2s;
}
@keyframes FADE {
    from {opacity: 0;}
    to {opacity: 1;}
}
/* end of style of tab */

/* main box : our links*/
.f_mainbox_our_links{
    margin-top: 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 40px 0px #00000040;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 18px 22px;
}
.our_link{
    color: #248D59;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.our_links_icons{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.minbox.active{
    background-color: white;
    box-shadow: 0px 0px 10px 0px #3672C4;
}

.minbox.active p,.minbox.active svg{
    color: #3672C4;
}

.our_links_icon{
    color: black;
}
.our_links_icon:hover{
    color: #248D59;
    transition: all ease-in 0.4s;
}
.telegram{
    background-color: #3672C4;
    border-radius:100px ;
    padding: 6px;
    -webkit-border-radius:100px ;
    -moz-border-radius:100px ;
    -ms-border-radius:100px ;
    -o-border-radius:100px ;
}
/*our  location*/
.f_contact_us_locations{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 100px;
}
.f_contact_us_adress{
    background-image: url("../assests/Rectangle\ 142.png");
    background-position: center;
    background-size: cover;

}
.f_contact_all_adress{
    display: flex;
    justify-content: space-evenly;
}
.f_contact_us_adress , .f_contact_us_map{
    border-radius: 15px;
    width: 50%;
}
.f_contact_us_adress{
    padding: 20px;
}
.f_contact_us_map{
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_contact_image_map{
    width: 600px;
    height: 400px;
}
.contact_key{
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 20px;
    display: block;
}
.contact_value{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 34.5px;
    display: block;
    width: fit-content;
}
.f_contact_us_city{
    display: flex;
    justify-content: space-evenly;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.f_city:hover{
    color: #248D59;
    font-weight: 500;
    transition: all ease-in 0.3s;
    cursor: pointer;
}
/* questions part*/
.f_contact_us_questions{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 90px 140px;
    gap: 30px;
}
.f_contact_question{
    width: 65%;
    overflow-y: scroll;
    padding: 40px;
    height: 505px;
}
.f_contact_question::-webkit-scrollbar{
    width: 0px;
    background-color: #00000000;
    transition-duration: 0.3s;
}
.f_contact_question:hover::-webkit-scrollbar{
    width: 10px;
}
.f_contact_question::-webkit-scrollbar-thumb{
    background: rgb(54,114,196);
background: linear-gradient(180deg, rgba(54,114,196,1) 35%, rgba(249,197,78,1) 72%);
    border-radius: 100px;
}
.f_contact_question details{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}
.f_contact_question_img{
    width: 35%;
}
.question_image{
    width: 420px;
    height: 300px;
}
.qustion{
    border-radius: 10px;
    background-color: #3672C4;
    padding: 15px;
    color: #fff;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}
.collaps.active .qustion {
    background-color: #F9C54E !important;
    color: black;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collaps{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 40px 0px;
    border-radius: 10px;
    margin-top: 20px;
}

.collaps p{
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: flex;
    text-align: justify;
    align-items: center;
    justify-content: center;
}
.qustion svg{
    transition-duration: 0.3s;
}
.collapsbody{
    height: 0;
    overflow: hidden;
}
 .collaps.active .collapsbody {
    height: 200px;
    overflow-y:scroll ;
}
.collaps.active .collapsbody::-webkit-scrollbar{
    width: 0;
}
.collaps.active .qustion svg{
    color: white;
    transform: rotate(180deg);
}
.f_common_question{
    text-align: center;
    color: black;
    font-size: 24px;
    font-weight: 600;
}
details p {
    color: #737373;
    font-size: 16px;
    font-weight: 300;
    padding: 16px;
    border-radius:10px ;
    box-shadow: 0px 0px 40px 0px #00000040;
}
/* Responsive mobile size*/
@media screen  and (max-width: 600px){
    .rot{
        margin-top: -155px;
    }
    .three{
        margin: 0 ;
        display: flex !important;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }
    .job_colmn3 textarea { 
        width: 100%;
    }
    .youropinon textarea{
        width: 100%;
    }
    .f_mainbox_contactus{
        margin: 120px 50px;
    }
    .collaps{
        margin-left: 10px;
        margin-right: 10px;
    }
    .f_headercontainer_title{
        font-size: 26px;
        font-weight: 600;
        line-height: 90px;  
    }
    .f_headercontainer_txt{
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
    }
    .f_mainbox_threeboxes{
        flex-direction: column;
        position: relative;
        gap: 110px;
    }
    .tab{
        flex-direction: column;
    }
    .click1{
        position: absolute;
        bottom: 0px;
        left: 10px;
    }
    .click2{
        position: absolute;
        bottom: 0px;
        left: 10px;
    }
    .f_contact_image_map{
        width: 100%;
    }
    .click3{
        position: absolute;
        bottom: 0px;
        left: 10px;
    }
    .f_mainbox_title{
        font-size: 20px;
        font-weight: 500;
        line-height: 45px;
        margin-bottom: 22px;
    }
    .f_mainbox_exp{
        font-size: 14px;
        font-weight: 400;
        line-height: 31.5px;
    }
    .tablinks , #defaultOpen{
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        color: #5D5D5D;
    }
    .responding_time_flex{
        flex-direction: column;
        gap: 0px;
    }
    /* 1 */
    .responding_time{
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 15px;
    }
    .f_mainbox_Responding {
        margin-top: 110px;
        padding: 42px;
        gap: 0;
        width: 1005;
    }
    .f_mainbox_registrar{
        font-size: 16px;
        font-weight: 600;
    }
    .f_mainbox_lastname{
        font-size: 15px;
        font-weight: 400;
    }
    .f_mainbox_waycontact , .f_mainbox_waycontact , .f_mainbox_waycontact{
        font-size: 15px;
        font-weight: 400;
    }
    /* 2 */
    .contact_label{
        font-size: 15px;
        font-weight: 300;
    }
    .f_mainbox_up {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:10px;
        margin: 0 0px;
    }
    .f_mainbox_down{
        flex-direction: column;
        margin: 20px -5px;
    }
    .f_information {
        font-size: 13px;
        font-weight: 400;
        line-height: 31px;
        padding: 0px 11px;
        margin-left: 0;
        margin-top: 23px;
    }
    /* 3 */
    .three{
        display: block;
        gap: 25px;
    }
    .job_colmn2{
        margin-top: 17px;
    }
    /* links */
    .f_mainbox_our_links{
        margin-top: 40px;
        flex-direction: column;
        padding: 18px 22px;
        gap: 20px;
    }
    .our_link{
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
    }
    .our_links_icon{
        font-size: 14px;
        font-weight: 400;
    }
    /* location */
    .f_contact_us_locations{
        flex-direction: column;
        margin: 10px;
    }
    .f_contact_us_adress, .f_contact_us_map {
        width: 100%;
    }
    .contact_key{
        font-size: 14px;
        font-weight: 400;
        margin-top: 20px;
    }
    .contact_value{
        font-size: 13px;
        font-weight: 300;
    }
    .f_contact_us_city{
        font-size: 13px;
    }
    /* common question */
    .qustion{
        font-size: 13px;
        padding: 15px;
    }
    .f_contact_us_questions{
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        margin: 0px 0px;
        gap: 15px;
    }
    .f_contact_question{
        height: fit-content;
    }
    .f_contact_question , .f_contact_question_img{
        width: 100%;
        margin-bottom: 100px;
    }
    .f_common_question {
        font-size: 18px;
    }
    details p {
        font-size: 13px;

    }
    .question_image{
        margin: 0;
    }
    .question_image{
        width: 100%;
        height: 100%;
    }
    
}

