﻿
*{
    font-family:'Poppins', self-serif;
    margin:0;
    padding:0;
    box-sizing:border-box;
    outline:none;
    border:none;
    text-decoration: none !important;
    transition: .2s linear;
    text-transform: capitalize;
}

/*$green:#f15722;
$black:#000957;
$white:#fff;
$light-bg::after#eee;
$border:.2rem solid #000957;
$box-shadow::after: 0 .5rem 1rem rgba(0,0,0,.1);*/

/*@mixin grid($val){
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax($val), 1fr);
    gap:1.5rem;
}*/

html
{
    font-size:62.5%;
    overflow-x: hidden;
    scroll-behavior:smooth;
    scroll-padding-top: 5rem;
}
/* width */
::-webkit-scrollbar {
  width: 1rem;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f15722;
}
.header{
    position:fixed; 
    top: 0;
    left:0;
    right:0;
    padding:2rem 9%;
    z-index:1000;
    display: flex;
    align-items: center;
}
.menuactive {
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}
.header .logo{
    margin-right:auto;
    font-size:  2.5rem;
    color:      #000957;
}
.header .icons a,
.header .icons div
{
    font-size:2.5rem;
    margin-left:2rem;
    cursor:pointer;
}
.header .icons a:hover,
.header .icons div:hover{
    color: #f15722;
}
.header #nav-close{
    display:none;
    font-size:5rem;
    cursor:pointer;
    color: #000957;
    
}
.navbar{
    min-height : initial !important;
    margin-bottom: initial !important;
}
.navbar a{
     margin-left:   2rem;
     font-size:     1.7rem;
     font-weight: 600;
     color:         #000957; 
     text-shadow: 2px 2px 5px #eee;
}
.navbar a:hover{
    color:  #f15722;
}
#menu-btn{
    display:none;
}

/*section Styles*/
section {
    padding: 5rem 9%;
}
.home{
    padding:0;
}
.home .box{
    min-height: 100vh;
    display:flex;
    align-items:center;
    background-size: cover !important;
    background-position:center !important;
    justify-content: flex-end;
    padding:2rem 9%;
}
.home .second{
    justify-content:  flex-start;
}
.home .box .content{
    width: 60rem;
}
.home .box .content span{
    font-size:4rem;
    color: #000957;
}

.home .box .content h3{
    font-size:6rem;
    color:#f15722;
    padding: .5rem;
    text-transform:uppercase
}
    .home .box .content h3.comapnywelcome {
        font-size: 5rem;
    }
.home .box .content p{
    line-height: 2;
    color:#000957;
    font-size:1.5rem;
    padding: 1rem 0;
}
.btn{
    margin-top: 1rem;
    display:inline-block;
    color:#000957;
    cursor:pointer;
    border: .2rem solid #000957;
    background:none;
    font-size:1.7rem;
    padding:1rem;
}
.btn-small {
    padding: .2rem;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}
.btn:hover{
    color:#fff;
    background:#000957;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 3rem;
    color: #000957;
}

.heading {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 4rem;
    color: #000957;
}
.category .box-container {
    display: flex;
    gap: 1.5rem;
    overflow-x:auto;
}
    .category .box-container .box{
        text-align:center;
        padding:1rem;
    }
    .category .box-container .box img {
        height:20rem;
        width:20rem;
        margin-bottom:1rem;
       
    }
        .category .box-container .box h3 {
            font-size: 2rem;
            color: #f15722; 
        }

        .category .box-container .box p {
            font-size: 1.5rem;
            color: #000957;
            padding:1rem 0;
            line-height:2;

        }

/*=============================about us ================================*/
.aboutus {
    background-color: #eee;
}

#aboutus p{
    font-size: large;
    text-align: justify;
    }

.aboutus-data {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    column-gap: 1.5rem;
}
    .aboutus-data h3{
        font-size:2rem;
        font-weight:600;
        margin:0;
    }
    .aboutus-data .subtitle{
        display:inline-block;
        margin-bottom:1rem;
        font-size:1.4rem;
        line-height:1.5;
    }
    .aboutus-data .rounder {
        display: inline-block;
        width: 13px;
        height: 13px;
        background-color: #f15722;
        border-radius:50%;
    }
    .aboutus-data .line {
        display: block;
        width: 1px;
        height: 100%;
        background-color: #f15722;
        transform: translate(6px, -7px);
    }



/*============================= products ================================*/
.modal-dialog{
    margin: 10px !important;
    width: auto !important;
}
.product-container {
}
.product-content .product-description .product-description-title,
.modal .featureItems .featureitem--tab-title {
    display: block;
    color: #f15722;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 1.2rem;
}
.featuteitem--tab
.product-content {
    padding: 0 1.5rem;
}
    .product-content img{
        border-radius: .5rem;
        justify-self:center;
    }
    .product-content .product-title {
        font-size: 2rem;
        margin-bottom: .5rem;
        color: #f15722;
    }
    .product-content .product-subtitle {
        font-size: 1.2rem;
        margin-bottom: .5rem;
        color: #f15722;
    }
.product-content .product-description {
    margin-bottom: 0.75rem;
    text-transform: initial;
}

.product-container .swipper-pagination {
    text-align: center;
    
}

.product-container .featureItems {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

    .product-container .featureItems span,
    .product-container .featureItems i, .product-container .featureItems a {
        font-size: 1.2rem;
    }
.product-container .featureItems i,
.tab-content .featureItems i {
    color: #f15722;
}
    .tab-content .featureItem{
        margin-bottom:.5rem;
    }
    .product-container .featureItem {
        flex-basis: 50%;
    }
.product-container .featureItem-big {
    flex-basis: 100%;
}
.product-container .tab-content{
    border:1px solid #eee;
    padding:10px;
}
.product-container .featuteitem--tab {
    flex-basis: 50% !important;
}
.product-container .nav-tabs > li > a {
    font-size: 1.3rem;
    color: #f15722
}
.product-container img{
    max-height: 300px;
    object-fit: contain;
}


/*=================gallery===================*/
.gallery {
    background-color: #eee;
}
.gallery .items {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.gallery .gallery-slider {
    margin-top: 1rem;
}

.gallery .items .item {
    padding: 7px 25px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #f15722;
    border: .2rem solid #000957;
    border-radius: 1rem;
    transition: all 0.3s ease;
    margin-left: 1rem;
}

    .gallery .items .item.filtered,
    .gallery .items .item:hover {
        color: #fff !important;
        background: #000957 !important;
    }

.gallery .image:hover img {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.gallery .image {
    position: relative;
    overflow: hidden;
    height: 30rem;
    width: 100%;
}
.gallery .swiper-button-next::after,
.gallery .swiper-button-prev::after {
    font-size: 3rem;
    color: white;
}

.swiper-slide.show {
    animation: animate 0.4s ease;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.gallery .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    max-width: 700px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    z-index: 2000;
    opacity: 0;
    pointer-events: none;

}

    .preview-box.show {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%) scale(1);
        transition: all 0.3s ease;
    }

    .preview-box .details {
        display: flex;
        justify-content: space-between;
        padding: 13px 15px 13px 10px;
        align-items: center;
    }

        .preview-box .details .title {
            display: flex;
            font-weight: 400;
            font-size: 18px;
        }

            .preview-box .details .title p {
                margin-left: 5px;
                font-weight: 500;
            }

    .preview-box .icon {
        color: #f15722;
        font-size: 22px;
        cursor: pointer;
    }

    .preview-box .image-box {
        display: flex;
        width: 100%;
        max-height: 500px;
    }

        .preview-box .image-box img {
            width: 100%;
            border-radius: 0 0 3px 3px;
        }


.shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

    .shadow.show {
        display: block;
    }

/*================= Service ==================*/
.service {
    background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(../Content/image/service_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
    .service .heading {
        color: #f15722;
    }
    .service .box {
        min-height: 50vh;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0rem 9%;
    }
        .service .box p{
            margin: 0;
        }
        .service .heading {
            margin-bottom: 1rem;
        }
    .service .featureItems {
        display: flex;
        flex-wrap: wrap;
        margin-left: 30rem;
    }
        .service .featureItems span, .service .featureItems a {
            font-size: 1.5rem;
            color:#fff;
        }
        .service .featureItems i {
            font-size: 1.5rem;
            color: #f15722;
        }
        .service .featureItems .featureItem {
            flex-basis: 50%;
        }


        .service .box .content p {
            line-height: 2;
            color: #fff;
            font-size: 1.5rem;
            padding: 1rem 1rem;
        }

/*================= Footer ===================*/
.footer {
    background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(../Content/image/footer-bg.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
    .footer .box {
        padding: 0 0 0 10px;
    }

    .footer .box-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
        gap: 1.5rem;
    }

        .footer .box-container .box h3 {
            font-size: 2rem;
            padding: 1.5rem 0;
            color: #fff;
        }

        .footer .box-container .box a {
            display: block;
            font-size: 1.4rem;
            color: #fff;
            padding: 1rem 0;
        }

        .footer .box-container .box i {
            color: #f15722;
            padding-right: .5rem;
        }

        .footer .box-container .box a:hover {
            color: #f15722;
        }

            .footer .box-container .box a:hover i {
                padding-right: 2rem;
            }

.credit {
    text-align: center;
    margin-top: 2.5rem;
    padding: 1rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color: #fff;
}
.map{
    width:100%;
    height: 300px;
}
    .map .ol-viewport{
        border-radius: 10px;
    }
    /*========= training ===========*/
    .training{
        background: linear-gradient(rgba(41, 21, 21, 0.671), rgba(43, 25, 25, 0.685)), url(training-back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    }
    .training-slider .box {
        height: 400px;
        padding: 2rem 9%;
        text-align: center;
    }


    .training-slider .box img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .training-slider .box a {
        color: #f15722;
        cursor:pointer;
        font-size:1.4rem;
        font-weight:600;
    }




@media (max-width:1200px) {
    .header{
        padding: 2rem;
    }
    section{
        padding: 3rem 2rem;
    }
}

@media (max-width:991px){
    html {
        font-size: 55%;
    }
    .home .box{
        padding: 2rem;
        justify-content:center;
        background-position:right !important;
    }
    .home .second{
        justify-content:center;
        background-position:left !important;
    }
    .home .box .content{
        text-align:center;
    }
    .home .box .content span{
        font-size:3rem;
    }
        .home .box .content h3 {
            font-size: 4rem;
        }
  
}

@media (max-width:768px) {

    #menu-btn {
        display: inline-block;
    }
    
    .navbar {
        position: fixed;
        top: 0;
        left: -110%;
        background: #fff;
        z-index: 10000;
        width: 35rem;
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .header .active {
        left: 0;
        box-shadow: 0 0 0 100vw rgba(0,0,0,.8);
    }

    .navbar a {
        margin: 1rem 0;
        font-size: 3rem;
    }

    .header #nav-close {
        display: block;
        position: absolute;
        top: 1rem;
        right: 2rem;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }

    /*================= product ========================*/
    .product-content .product-description {
        text-align: justify;
    }

    .featureItem, .featureItem-big {
        flex-basis: 100% !important;
    }

    .featuteitem--tab span,
    .featuteitem--tab i, .featuteitem--tab a {
        font-size: 1.3rem;
    }

    /*==================== service ==============*/
    .service .featureItems{
        margin-left:0;
    }

    /*=================== training =========*/
    .training-slider .box {
        padding: 2rem 0%;
    }
        .training-slider .box a{
            font-size: 1.9rem;
        }
        /*=============== Footer ============*/
    .footer .box {
        padding: 0;
    }
}

    @media (max-width:450px) {
        html {
            font-size: 50%;
        }
    }

