
.career-section{
    padding: 190px 0;
    background-color:var(--main-color) ;
}

.shadow-remove {
    background-color:transparent!important;
    -webkit-box-shadow: none !important;
}
.background-color{
    background-color:transparent!important;
}
.parent-menu{
    cursor: pointer;
    height: 60px;
    position: relative;
    transition: all .10s ease-out;
    width: 70px;
}
.parent-menu:hover{
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 60px;
    position: relative;
    transform: translateX(-10px);
    transition: all .2s ease-out;

}

.parent-menu:hover .icon-menu {
    transition: all .5s ease-out;
    transform:  translateX(-10px);
   
    transition: all .5s ease-out;
    right: 70px !important;
}

.parent-menu:hover .menu-text{
    display: contents;
    transition: all .9s ease-out;

    font-size: 14px;
    opacity: 1;
    width: 60px;

}
.icon-menu{

    

    transform:  translateY(-10px);

    right: 0;
    transition: all .5s ease-out;
}



.menu-text{

  
    font-size: 0;
    font-weight: 600;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: all 0.9s ease-out;
    width: 0;


    
}



.anchored{
    color: #fff;
    font-size: 16px;
    padding-top: 3rem;
    line-height: 1.2;
    margin-block-end: 50px;
    padding-inline-start: 10px;
    position: relative;
    font-family: 'Open Sans', sans-serif;

}



.font-serif{
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    /* font-size: 2.5vw; */
    font-size: 4vw;

    color: white;

}
.font-serif.color,.text-2.color{
    color:black
    /* color: var(--main-two-color); */
}




.font-serif.margin{
    margin-block-end: 3rem
}

.text-2{
    max-width: 100%;
    /* font-size: 1.2vw; */
    /* font-size: 1.5vw; */
    font-size: 21px;
    


    color: white;

    font-weight: 400;
    line-height: 1.2;
    width: 70%;
}

.section-2{
    /* background-color: var(--main-two-color) */
    background-color:white

}




/* section 3 */
.section-3{
    background-color: white;
}

.open-title{
    font-size: 2vw;
    line-height: 1.1;
    font-weight: 600;
    padding: 20px 0;
}
.gap {
    display: grid;
    gap: 16px;
}



.home-intro{
    max-width: 100%;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    /* font-family: inherit; */
}

.font-weight-inherit{
    font-family: inherit;
}

.cursor{
    cursor: pointer;
}

.hover-bg:hover{

    background-color: #00000096;
}

.contact-gap{
    /* row-gap: 16px; */
    row-gap: 22px;
    /* border: solid var(--main-color); */
    padding: 14px;
}

.contact-gap-sub{
    display: grid;
    gap: 8px;
}
.contact-icon{
    
    color: var(--main-two-color);
    /* background: var(--bg-light-color); */
    font-size: 1.5em ;
    border-radius: 90%;
    padding: 9% 7%;
    font-size: 1.5em;


    color: var(--main-color);
    border: solid;

    background: white;
    border: solid 2px var(--main-color);
    color: var(--main-color);



    color: white;
    border: none;
    background-color:var(--main-two-color) ;





    font-size: 2em !important;
    border-radius: 90%;
    padding: 11% 9%;
    border: solid;
    background: white;
    /* border: solid 2px var(--main-color); */
    color: var(--main-color);
    color: white;
    border: none;
    background-color: var(--main-two-color);

    
}
/* .contact-icon-2{   
     background: white;
    border: solid 2px var(--main-color);
    color: var(--main-color);
} */

.nav.fables-contact-social-links .fab{
    font-size: 20px;
}
.fw-800{
    font-weight: 800;

}

.fw-600{
    font-weight: 600;

}
.fw-bold{
    font-weight: bold;
}
@media (max-width:1158px) {
    .font-serif{
        /* font-size: 4.5vw; */
        font-size: 3.7vw;
    }
   .text-2{font-size: 15px}

}

@media (max-width:954px) {
    
   /* .font-serif{font-size: 18px} */
   /* .text-2{font-size: 19px} */
   .img-intro{
    height: 100%;
   }
}

@media (max-width:768px) {
    .font-serif{
        font-size: 5vw;
    }
    
   .font-serif{font-size: 30px;}
   .img-intro{
    height: 100%;
   }
}

@media (max-width:799px) {
    .font-serif{
        font-size: 5vw;
    }
    
   .text-2{font-size: 2vw}
   
}


@media (max-width:575px) {
    .img-intro {
        height: 228px !important;
        object-fit: contain;
    }
   
    .text-2{font-size: 12px}
}



@media  (max-width:425.98px)  {

    .text-2{font-size: 12px}

}