/* General */
@font-face {
    font-family: 'Ge SS TV Bold'; 
    src: url('/fonts/gess/ge-ss-tv-bold.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal;
}

@font-face {
    font-family: 'Swiss 721 BT';
    src: url('/fonts/swis/Swiss 721 BT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Ge SS TV Bold", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sf{
    font-family: "Russo One", sans-serif;
}

body{
    font-size: 1.2rem;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    background: #ba8315;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

#myBtn:hover {
    background-color: #fff;
    color: #ba8315;
    border: 2px solid #ba8315
}

.navbar{
    padding: 1rem !important;
    box-shadow: 0 .002em .5rem #000;
}

.big-title{
    font-size: 2.5rem;
}

.offset-top-1{
    margin-top: -1rem;
}

.offset-left-1{
    margin-right: -1rem;
}

.text-brown{
    color: #ba8315;
}

.btn-custom{
    background: none;
    padding: .8rem 1.5rem;
    border-radius: 10px;
    border: 1px solid #ba8315;
}

.title{
    font-size: 3rem;
}

.subtitle{
    font-size: 1.2rem;
}

.justified{
    text-align: justify;
}

.my-custom{
    margin: 10% 0;
}

.w-90{
    width: 80%;
}

.bg-brown{
    background: #ba8315;
}

.adjust_header{
    width: 75%;
}

.hover-animation{
    transition: transform .1s ease-in-out;
}

.hover-animation:hover{
    cursor: pointer;
    transform: scale(1.05);
}

.hover-brown:hover{
    background: #ba8315;
    color: #fff;
}

.hover-white:hover{
    background: #fff;
    color: #ba8315;
    border: 1px solid #ba8315;
}

.mt-sm-3{
    margin: 0 !important;
}

.text-custom-center{
    justify-content: center; 
    text-align: left;
}

/* End of General */

/* Home */

.home-section{
    margin-top: 2%;
    height: 60vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.cloud{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: url('/img/cloud.webp') no-repeat center center;
    background-size: cover;
}

.talk{
    margin-left: -.8rem;
    height: 100%;
    background: url('/img/ar_talk.webp') no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

.cloud-text{
    width: 50%;
    display:flex;
    flex-direction: column;
}

.consultancy_logo{
    width: 30rem;
}

.airplane{
    width: 45rem;
}

.services-icon{
    width: 5%;
    height: 100%;
}

.align-items-custom{
    align-items: start;
}

.services-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bg-services{
    height: 100%;
    background: url('/img/services.webp') no-repeat center center;
    background-size: cover;
}

.bg-services2{
    height: 100%;
    background: url('/img/services2.webp') no-repeat center center;
    background-size: cover;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 2rem;
    list-style: none;
    padding: 0;
}

.service-list li:nth-child(7) {
    grid-column: span 2;
    text-align: center;
}

.service-list li{
    background: rgba(151, 119, 53, 0.8);
    color: white;
    padding: .9rem 1rem;
    border-radius: 6px;
    box-shadow: 2px 3px 8px #000;
}

.bg-tasleeh-consultancy{
    height: 100%;
    background: url('/img/ar-tasleeh-consultancy.webp') no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

.card-shadow{
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.btn-contact{
    border: none;
    background: #ba8315;
    padding: .9rem 1rem;
    border-radius: 6px;
    box-shadow: 2px 3px 8px #000;
    color: white;
}

.btn-cons{
    border: none;
    background: #ba8315;
    padding: .9rem 1rem;
    border-radius: 6px;
    box-shadow: 2px 3px 8px #000;
    color: white;
}

.custom-index{
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

.custom-index-2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* End of Home */

/* About */

.bg-about{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 35rem;
    background: url('/img/about/ar_banner.webp') no-repeat center center;
    background-size: 100% 100%;
}

.text-shadow{
    text-shadow: 2px 2px 2px #000;
}

.mv{
    background: rgb(172,128,49);
    background: linear-gradient(90deg, rgba(172,128,49,1) 35%, rgba(202,172,124,1) 50%, rgba(212,169,85,1) 65%);
}

.mv-section{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.mv-section .card{
    width: calc(100% / 3);
    max-width: 350px;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(190, 190, 190),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
    -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 85%, rgba(0, 0, 0, 0.4));
}

.w-75-custom{
    width: 75%;
}

/* End of About */

/* Contact */
.custom-form-group {
    position: relative;
}

.custom-form-label {
    position: absolute;
    right: 10px;
    top: 14px;
    transition: all 0.15s;
    padding: 0 0.4rem;
    z-index: 1;
    color: #fff;
    background: transparent;
    border-radius: 15px;
}

.custom-form-control {
    padding: 0.8rem;
    text-align: right;
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 0.5rem;
    font-size: 18px;
    outline: none;
    transition: all 0.3s;
}

.custom-form-control:focus {
    border-color: #ba8315;
}

.custom-form-control:not(:placeholder-shown) + .custom-form-label,
.custom-form-control:focus + .custom-form-label {
    top: -10px;
    right: 10px;
    color: #ba8315;
    font-size: 14px;
}

.custom-form-control:not(:placeholder-shown) {
    border: 2px solid #fff; 
}

.custom-form-control::placeholder {
    opacity: 0;
}

.custom-textarea {
    padding: 0.8rem;
    text-align: right;
    width: 100%;
    height: 100%;
    border: 2px solid #f2f2f2; 
    border-radius: 0.5rem;
    font-size: 18px;
    outline: none;
    transition: all 0.3s;
    resize: none; 
}

.custom-textarea:focus {
    border-color: #ba8315;
}

.custom-textarea:not(:placeholder-shown) + .custom-form-label,
.custom-textarea:focus + .custom-form-label {
    top: -10px;
    right: 10px;
    color: #ba8315;
    font-size: 14px;
}

.custom-textarea:not(:placeholder-shown) {
    border: 2px solid #ba8315; 
}

.custom-textarea::placeholder {
    opacity: 0;
}

.custom-textarea:not(:placeholder-shown) + .custom-form-label, .custom-textarea:focus + .custom-form-label {
    top: -10px;
    right: 10px;
    color: #ba8315;
    font-size: 14px;
    background: #fff;
}

.custom-form-control:not(:placeholder-shown) + .custom-form-label,
.custom-form-control:focus + .custom-form-label {
    top: -10px;
    right: 10px;
    color: #ba8315;
    font-size: 14px;
    background: #fff;
}


.bg-contact{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 35rem;
    background: url('/img/contact/ar_banner.webp') no-repeat center center;
    background-size: 100% 100%;
}

.bg-gray{
    background: #8d8f92 !important;
}

.form-floating input:focus ~ label,
.form-floating textarea:focus ~ label {
    color: black !important;
}

.form-floating input ~ label,
.form-floating textarea ~ label {
    color: black !important;
}


.icon{
    max-width: 40px;
}

.left-brown-border {
    padding: 0 2rem;
    position: relative;
}

.left-brown-border::before {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    height: 100%;
    width: 1rem;
    background-color: #ba8315;
    box-shadow: rgb(255, 255, 255) 0px 0px 5px;
}

.contact iframe{
    border-left: .5rem solid #ba8315 !important;
}

.contact .form-control{
    color: #fff !important;
}

/* End of Contact */

/* Footer */

.bg-gray-footer{
    color: white;
    background: #414143;
}

.icon-footer{
    max-width: 35px;
}

.bg-gray-footer a{
    text-decoration: none;
}

.display-hidden{
    visibility: hidden;
}

.py-custom{
    padding: 3% 0 3% 0;
}

.d-flex-column-mobile{
    display: flex;
    gap: 3rem;
}

.ff{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

/* End of Footer */


/* Tablet */

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* General */
    *{
        font-size: 14px;
    }
    
    .my-custom{
        margin: 5% 0;
    }

    /* End of General */
    .cloud-text{
        width: 80%;
    }

    .big-title{
        font-size: 1.7rem;
    }

    .btn-custom{
        font-size: .7rem;
        padding: .7rem 1rem;
    }

    .offset-top-1{
        margin-top: -.7rem !important;
    }
    
    .offset-left-1{
        margin-right: -.8rem !important;
    }

    .consultancy_logo_flex{
        display: flex;
        align-items: center;
    }

    .consultancy_logo{
        width: 15rem;
    }

    .w-90{
        width: 90%;
    }

    .airplane{
        width: 25rem;
    }

    .services-icon{
        width: 10%;
        margin-top: 5px;
    }

    .align-items-custom{
        align-items: center;
    }

    .w-75{
        width: 85% !important;
    }

    .bg-gray-footer a, .footer_text{
        font-size: .8rem;
    }

    .icon-footer{
        max-width: 25px;
    }

    .mv-section .card{
        width: calc(90% / 3) !important;
    }

    .mw-75{
        width: 50%;
    }

    .bg-contact{
        height: 50vh;
    }

    .decrease-font{
        font-size: .8rem;
    }

    .contact .text-shadow{
        text-shadow: 1px 2px 2px #000;
    }

    .contact .w-50{
        width: 70% !important;
    }

    .contact .form-control, .contact label, #options{
        font-size: .9rem !important;
    }
}

/* End of Tablet */

/* Mobile */
@media (max-width: 768px) {
    .home-section{
        height: 40vh;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .hide_on_mobile{
        display: none !important;
    }

    .cloud{
        background-size: 100% 80%;
    }

    .cloud-text, .w-75, .consultancy_logo, .w-50{
        width: 100% !important;
    }

    .big-title{
        font-size: 1.5rem;
    }

    .offset-top-1{
        margin-top: -.8rem;
    }

    .btn-custom{
        padding: .5rem 1rem;
        margin-top: 2%;
    }

    .d-flex-column-mobile{
        display: flex;
        flex-direction: column;
    }

    .title{
        font-size: 1.3rem;
    }

    .p-ms-1{
        padding: .7rem;
    }

    .p-ms-mb-3{
        padding-bottom: 2rem;
    }

    .p-ms-5{
        padding: 1.5rem;
    }

    .pb-ms-mb-5{
        padding-bottom: 3rem;
    }

    .my-custom{
        margin: 5% 0;
    }

    .services-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .bg-services2{
        background-size: cover;
    }

    .custom-index{
        gap: 2rem;
        margin-top: 3%;
        flex-direction: column;
    }

    .bg-tasleeh-consultancy{
        background: none;
    }

    .custom-index-2{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .adjust_header{
        width: 60%;
    }

    .w-ms-100{
        width: 100%;
    }

    .bg-about{
        height: 30vh;
    }

    .adjust_mobile{
        width: 80%;
    }

    .no-margin{
        margin: 0 !important;
        padding: 0 !important;
    }

    .mv-section .card{
        font-size: .7rem;
        width: 30%;
    }

    .mt-sm-3{
        margin-top: 1.5rem !important;
    }

    .bg-gray-footer{
        font-size: .7rem;
    }

    .adjust_footer_logo{
        width: 30% !important;
    }

    .text-custom-center{
        align-items: center; 
        text-align: center;
    }
    
    .w-sm-30{
        width: 50% !important;
    }

    .bg-contact{
        height: 28vh;
    }

    .decrease-font{
        font-size: .6rem;
    }

    .contact .w-50{
        width: 85% !important;
    }

    .contact .form-control, .contact label, #options{
        font-size: .8rem !important;
    }

    .contact .text-shadow{
        text-shadow: 0px 2px 1px #000;
    }
}

/* End of Mobile */