/* 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-family: "Ge SS TV Bold", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-link:hover{
    color: #eb1c23 !important;
}

.num{
    font-family: "Russo One", sans-serif;
}

.hover-animation{
    transition: transform .1s ease-in-out;
}

.hover-animation:hover{
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transform: scale(1.05);
}

body{
    background: url('/img/bg-black.webp') no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.3rem;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    background: #000;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    border: 1px solid #fff;
}

#myBtn:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff
}

.navbar{
    padding: 1rem !important;
    background: #000 !important;
}

.adjust_header{
    max-width: 180px;
}

.navbar a{
    color: #fff !important;
}

.big-title{
    font-size: 5rem;
}

.title{
    font-size: 3rem;
}

.py-custom{
    padding: 5% 0 !important;
}

.my-custom{
    margin: 5% 0 !important;
}

.pt-custom{
    padding-top: 5% !important;
}

.pb-custom{
    padding-bottom: 5% !important;
}

.bg-black{
    background: url('/img/bg-black.webp') no-repeat center center;
    background-size: 100% 100%;
}

.w-80{
    width: 80%;
}

.text-red{
    color: #eb1c23 !important;
}

.hide_desktop, .show_mobile{
    display: none !important;
}

.hide_tablet{
    display: block;
}

.justified{
    text-align: justify;
}

.no-margin{
    margin: 0 !important;
    padding: 0 !important;
}


/* End of General */


/* Home */
.bg-home{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url('/img/home-banner.webp') no-repeat center center;
    background-size: cover;
}

.offset-home{
    margin-top: -1rem;
}

.w-custom-home{
    width: 47%;
}

.offset-right-1{
    margin-right: -.8rem;
}

.btn-tasleeh{
    text-transform: uppercase;
    padding: .7rem 1.2rem;
    border: 1px solid red;
    border-radius: 5px;
    color: white;
    transition: .5s;
}

.btn-tasleeh:hover{
    transition: transform .5s ease-in-out;
    background: #eb1c23;
}

.section-30{
    height: 32vh;
}

.range-section{
    align-items: center;
    justify-content: end;
    display: flex;
}

.range-75, .range-75-tablet{
    width: 70%;
}

.bg-right{
    background: url('/img/home-right.webp') no-repeat center right;
    background-size: contain;
}

.bg-equip{
    background: url('/img/equip.webp') no-repeat center center;
    background-size: 100% 100%;
}

.bg-military{
    background: url('/img/military.webp') no-repeat center right;
    background-size: 100% 100%;
}

.military-padding{
    padding: 10vh 0;
}

.start-end{
    display: flex;
    width: 90%;
    justify-content: end;
}

.w-60, .w-60-2{
    width: 60%;
}

.military-flex{
    display: flex;
    justify-content: space-around;
}

.bg-right-2{
    background: url('/img/home-right2.webp') no-repeat center right;
    background-size: contain;
}

.bg-tactical{
    background: url('/img/tactical.webp') no-repeat center center;
    background-size: 100% 100%;
}

.tasleeh-tactical-section{
    background: url('/img/home-left.webp') no-repeat center left;
    background-size: contain;
}

.tasleeh-tactical-section-2{
    background: url('/img/home-right3.webp') no-repeat center right;
    background-size: contain;
}

.custom-tactical{
    justify-content: start;
}

.tactical-custom{
    justify-content: space-between;
    background: green;
}

.client-img {
    width: calc(100% / 10);
    height: auto;
    object-fit: contain;
}

.clients{
    display: flex;
    justify-content: space-between;
    width: 80%;
    padding: 1rem;
    border-radius: 50px;
    margin: 0 auto;
}

.bg-news{
    background: url('/img/News.webp') no-repeat center center;
    background-size: 100% 100%;
}

.news-img{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}

.grid-3-pic{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

/* End of Home */

/* Services */

.bg-banner-services{
    background: url('/img/services/arabic_bg.gif') no-repeat center center;
    background-size: 100% 100%;
    height: 85vh;
}

.mayadeen {
    background: url('/img/services/mayadeen.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem 1rem;
    position: relative;
    z-index: 1;
}

.smart-weapon {
    background: url('/img/services/weapon.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem 1rem;
    position: relative;
    z-index: 1;
}

.spare {
    background: url('/img/services/spare.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem 1rem;
    position: relative;
    z-index: 1;
}

.bg-brown {
    background: url('/img/services/brown.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem 1rem;
    position: relative;
    z-index: 1;
}

.services-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.black{
    background: rgba(0, 0, 0, 0.3);
}

.title-spare{
    font-size: 2.5rem;
}

.bg-blck{
    background: #000;
}

/* End of Services */

/* Contact Us */

.bg-contact-header{
    height: 70vh;
    background: url('/img/contact/bg-contact-header.webp') no-repeat center center;
    background-size: 100% 100%;
}

.bg-contact{
    background: url('/img/contact/contact.webp') no-repeat center center;
    background-size: 100% 100%;
}

.contact-title{
    font-size: 2rem;
}

.bg-contact-form{
    background: rgba(0, 0, 0, 0.4);
}

.contact-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.w-90{
    width: 80%;
}

.bg-contact .form-control {
    color: #fff !important;
}

.form-floating input:focus + label,
.form-floating input:not(:placeholder-shown) + label {
    color: black !important;
}

.form-floating textarea:focus + label,
.form-floating textarea:not(:placeholder-shown) + label {
    color: black !important;
}

.form-floating input:focus {
    color: black;
}

.form-floating textarea{
    height: 200px !important;
}

.form-floating > label{
    padding: 1rem 1rem !important;
    font-size: .8rem !important;
}

.left-gray-border{
    padding: 0 2%;
    border-right: 1.5rem solid #3c4248;
}

.icon{
    max-width: 30px;
}

.custom-form-group {
    position: relative;
}

.custom-form-label {
    position: absolute;
    right: 10px;
    top: 18px;
    transition: all 0.15s;
    padding: 0 0.4rem;
    z-index: 1;
    color: #fff;
    background: none;
    border-radius: 15px;
}

.custom-form-control {
    padding: 0.8rem;
    text-align: right;
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 0.5rem;
    outline: none;
    transition: all 0.3s;
}

.custom-form-control:focus {
    border-color: #fff;
}

.custom-form-control:not(:placeholder-shown) + .custom-form-label,
.custom-form-control:focus + .custom-form-label {
    top: -10px;
    right: 10px;
    color: #000;
    background: #fff !important;
}

.custom-form-control:not(:placeholder-shown) {
    border: 2px solid #f2f2f2; 
}

.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;
    outline: none;
    transition: all 0.3s;
    resize: none; 
}

.custom-textarea:focus {
    border-color: #fff;
}

.custom-textarea:not(:placeholder-shown) + .custom-form-label,
.custom-textarea:focus + .custom-form-label {
    top: -10px;
    right: 10px;
    color: #000;
    background: #fff !important;
}

.custom-textarea:not(:placeholder-shown) {
    border: 2px solid #fff; 
}

.custom-textarea::placeholder {
    opacity: 0;
}

/* End of Contact */

/* About */

.bg-about{
    height: 90vh;
    background: url('/img/about/bg.webp') no-repeat center center;
    background-size: 100% 100%;
}

.bg-about-offset {
    position: relative;
    background: url('/img/about/offset.webp') no-repeat center center;
    background-size: cover; 
}

.py-custom {
    position: relative;
    z-index: 1;
}

.about-offset{
    margin-top: -10rem;
}

.bg-slant{
    height: 35vh;
    background: url('/img/about/slant.webp') no-repeat center center;
    background-size: 100% 100%;
}

.bg-about-tasleeh{
    background: url('/img/about/holding.webp') no-repeat center center;
    background-size: 100% 100%;
}

.w-65{
    width: 65%;
}

.grid-about{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    align-items: center;
}

.grid-vision{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.vm-title{
    font-size: 2rem;
}

.bg-vision{
    background: url('/img/about/vision_bg.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 4%;
}

.bg-mission{
    background: url('/img/about/mission_bg.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 4%;
}

.bg-values{
    background: url('/img/about/values_bg.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 4%;
}

.vm-icon{
    max-width: 65px;
}

/* End of About */

/* Footer */

.bg-footer{
    background: url('/img/footer-bg.webp') no-repeat center center;
    background-size: cover;
    font-size: 1rem;
}

.footer-50{
    width: 50%;
}

.footer-grid{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.footer-grid a{
    text-decoration: none;
}

.footer-grid a:hover{
    cursor: pointer !important;
    color: #eb1c23 !important;
}

.icon-footer{
    max-width: 35px;
}

.bg-slant-hide{
    display: none;
}

/*  End of Footer */

/* Tablet */

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    body{
        font-size: 1rem !important;
    }

    .big-title{
        font-size: 3.5rem;
    }

    .title{
        font-size: 2rem;
    }

    .range-75{
        width: 55%;
    }

    .range-75-tablet{
        width: 50%;
    }

    .start-end{
        display: flex;
        width: 80%;
        justify-content: end;
    }

    .w-60{
        width: 80%;
    }

    .w-60-2{
        width: 130%;
        padding: .5rem;
    }

    .w-60-2 img{
        width: 100% !important;
    }

    .btn-tasleeh{
        font-size: 12px;
        padding: .5rem .8rem;
    }

    .w-75{
        width: 100% !important;
    }

    .spare{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrow{
        max-width: 70%;
    }

    .hide_desktop{
        display: block;
    }
    
    .hide_tablet{
        display: none;
    }

    .grid-vision{
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .about-logo{
        width: 75% !important;
    }    

    .bg-slant {
        height: 35vh;
    }

    .adjust_tablet{
        max-width: 20%;
    }

    .icon-footer{
        width: 20px !important;
    }

    .bg-footer .w-50{
        width: 75% !important;
    }

    .footer-50{
        width: 75% !important;
    }
}

/* End of Tablet */

/* Mobile */

@media only screen and (max-width: 600px) {
    .adjust_header{
        max-width: 120px;
    }
    .center-mobile{
        justify-content: center !important;
    }

    .w-80{
        width: 95%;
    }

    .text-mobile-center{
        text-align: center;
    }

    .range-75, .w-75{
        width: 100% !important;
    }

    .title{
        font-size: 1.8rem;
    }

    .start-end{
        width: 100%;
    }

    .hide_on_mobile{
        display: none !important;
    }

    .show_mobile{
        display: block !important;
    }

    .bg-right, .bg-right-2, .tasleeh-tactical-section, .tasleeh-tactical-section-2{
        background: none;
    }

    .spare{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrow{
        max-width: 75%;
    }

    .clients{
        width: 95%;
    }

    .bg-military{
        background: url('/img/bg-black.webp') no-repeat center center;
    }

    .news-img{
        grid-template-columns: repeat(2, 1fr);
    }

    .big-title{
        font-size: 3.5rem;
    }

    body{
        font-size: .9rem;
    }

    .services-grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .grid-vision{
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .bg-about{
        height: 60vh;
    }

    .about-logo{
        width: 60% !important;
    }

    .bg-slant{
        background: none;
        padding: 1rem;
        height: 15vh;
    }

    .bg-slant .w-50{
        width: 100% !important;
    }

    .bg-slant-hide{
        height: 30vh;
        background: url('/img/about/team.webp') no-repeat left center;
        background-size: contain;
        display: block;
    }

    .btn-tasleeh{
        font-size: .7rem !important;
    }

    .military-padding{
        padding: 0;
        overflow: hidden;
    }

    .footer-grid{
        text-align: center;
    }
}

@media (min-width: 200px) and (max-width: 599px) {
    body{
        font-size: 12px;
    }

    .range-75-tablet{
        width: 100%;
    }

    .footer-grid{
        gap: 10px;
    }

    .title{
        font-size: 1.5rem;
    }

    .bg-footer .w-75{

        width: 80% !important;
    }

    .bg-banner-services{
        height: 32vh;
    }

    .title-spare{
        font-size: 1.5rem;
    }

    .btn-tasleeh{
        font-size: .8rem;
    }

    .services-grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .grid-vision{
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .adjust_arrow_mobile{
        max-width: 25%;
    }
}

/* End of Mobile */