:root{
    --orange: #12a4d1ff;
}

*{
   margin: 0; padding: 0;
   box-sizing: border-box;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   outline: none; border: none;
   text-transform: capitalize;
   transition: .2s linear; 
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    overflow-x: hidden;
}
section{
    padding: 2rem 9%;
}
.heading{
    text-align: center;
    font-size: 4rem;
    color: #333;
    padding: 1rem;
    margin: 2rem 0;
    background: rgba(172, 140, 37, 0.05);
}
.heading span{
    color: var(--orange);
}
.btn{
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: var(--orange);
    color: #fff;
    padding: .9rem 3.5rem;
    cursor: pointer;
    font-size: 1.7rem;
    text-decoration: none;
}
.btn:hover{
    background: #163791ff;
}
header{
    position: fixed;
    top: 0; left: 0; right: 0;
    background: #fff;
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}
header img{
    height: 2rem;
    padding-right: 0rem;
    margin-right: 0rem;
    margin: 0;
}
header .navbar a{
    font-size: 2rem;
    padding: 0 1.5rem;
    color: #666;
    text-decoration: none;
}
header .navbar a:hover{
    color: var(--orange);
}
header .icons a{
    font-size: 2.5rem;
    color: #333;
    margin-left: 1.5rem;
    text-decoration: none;
}
header .icons a:hover{
    color: var(--orange);
}
header #toggler{
    display: none;
}
header .fa-bars{
    font-size: 3rem;
    color: #333;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
    cursor: pointer;
    border: .1rem solid rgba(0,0,0,.3);
    display: none;
}
.home{
    display: flex;
    align-items: center;
    min-height: 80vh;
    background: url(img/art1.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}

.home .content{
    max-width: 50rem;
}
.home .content h3{
    font-size: 4rem;
    color: #333;
}
.home .content span{
    font-size: 3rem;
    color: var(--orange);
    line-height: 1rem 0;
    line-height: 1.5;
}
.home .content p{
    font-size: 1.5rem;
    color: #000;
    padding: 1rem 0;
    line-height: 1.5;
}
.about .row{
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    padding-bottom: 3rem;
}
.about .row .video-container{
    flex: 1 1 40rem;
    position: relative;
}
.about .row .video-container video{
    width: 100%;
    border: 1.5rem solid #fff;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    height: 100%;
    object-fit: cover;
}
.about .row .video-container h3{
    position: absolute;
    top: 50%; transform: translate(0%);
    font-size: 1.5rem;
    background: #fff;
    width: 100%;
    padding: 1rem 2rem;
    text-align: center;
    mix-blend-mode: screen;
}
.about .row .content{
    flex: 1 1 40rem;
}
.about .row .content h3{
    font-size: 3rem;
    color: #333;
}
.about .row .content p{
    font-size: 1.2rem;
    color: #333;
    padding: .5rem 0;
    padding-top: 1rem;
    line-height: 1.5;
}
.about .row .content p span{
    font-weight: bold;
}
.about .row .content h3 span{
    color: var(--orange);
}
.about img{
    display: flex;
    width: 100%;
    height: 10rem;
}

.banner-home{
    display: flex;
    align-items: center;
    min-height: 50vh;
    background: url(img/art4\ \(2\).jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}
.offer-contrainer{
    max-width: 50rem;
}
.offer-contrainer h1{
    font-size: 3rem;
    color:#12a4d1ff ;
    padding-bottom: 1.5rem;
}
.offer-contrainer .cen{
    font-size: 2rem;
    color:  #000;
    padding-top: 1rem;
}
.offer-contrainer .icons-banner a span{
    padding-left: 3rem;
    font-weight: 900;
    color: #12a4d1ff ;
    padding-right: 1rem;
}
.offer-contrainer .icons-banner a{
    font-size: 1.8rem;
    color: #000;
} 

.icons-banner a{
    display: block;
    color: #666;
    font-size: 2.5rem;
    padding: 1rem 0;
    text-decoration: none;
}


.icons-container{
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.icons-container .icons{
    background: #fff;
    border: .1rem solid rgba(0,0,0,.1);
    padding: 2rem;
    display: flex;
    align-items: center;
    flex: 1 1 30rem;
}
.icons-container .icons img{
    height: 5rem;
    margin-right: 2rem;
}
.icons-container .icons h3{
    color: #163791ff;
    padding-bottom: .5rem;
    font-size: 1.5rem;
}
.icons-container .icons span{
    color: #555;
    font-size: 1.3rem;
}

.products{
    display: grid;
    gap: 1.5rem;
    place-items: center;
    width: 100%;
    background-color:azure
}
.box-row{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 50px;
   overflow: hidden;
   padding: 5rem 0;
}
.box-row .imagwrapper img{
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.box-row .imagwrapper:hover img{
    transform: scale(1.25);
}
.box-row .contentwrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.box-row .contentwrapper .textwrapper{
    display: block;
    font-size: 1.5rem;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: #12a4d1ff;
}
 
.box-row .contentwrapper p{
    font-size: 1.2rem;
    line-height: 20px;
    padding-bottom: 25px;
}
.box-row .contentwrapper h2{
    font-size: 2rem;
    font-weight: 700;
    color:#163791ff ;
    padding-bottom: 20px;
}
.box-row .contentwrapper p span{
    font-weight: 700;
}

@media(max-width: 991px){
    .box-row{
        grid-template-columns: 1fr;
        grid-gap: 50px
    }
    .box-row .contentwrapper{
        padding-left: 0;
    }
}
@media(max-width: 768px){
    .box-row{
        width: 90%;
    }
    .box-row .contentwrapper p{
    font-size: 1.1rem;
    line-height: 18px;

}
.box-row .contentwrapper h2{
    font-size: 1.5rem;
    padding-bottom: 20px;

}}
.banner-h{
    align-items: center;
    min-height: 15vh;
    background: url(img/banner.jpg) no-repeat;
    background-size: cover;
    background-position:center;
    display: flex;
    background:rgba(1, 18, 26, 0.315); 
    opacity: .85;   
}   
.banner-h h2{
    text-align: center;
    padding: 2rem;
    color: #eee;
    font-size: 2rem;
    letter-spacing: .5rem;
    font-weight: 500;
}
.banner-h h2 span{
    color: #12a4d1ff;
}
.btn-banner{
    padding: 2rem;
    align-items: center;
}

 .icons h4{
    color: #163791ff;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 200;
}
.icons-container .icons h3{
    font-size: 1.2rem;
    color: #000;
    font-weight: 100;
}
.icons-container h2{
    text-align: center;
    align-items: center;
}
.icons-container .icons a span{
    padding-left: 3rem;
    font-weight: 900;
    color: #163791ff ;
    padding-right: 0.5rem;
}
.icons-container a{
    font-size: 1.1rem;
    color: #000;
} 

.icons-container .icons a{
    display: block;
    color: #666;
    font-size: 1.1rem;
    padding: 1rem 0;
    text-decoration: none;
}
.section-a{
    background-color: azure;
}
.section-a img{
    height: 250px;   
}
.text-a{
    display: flex;
    justify-content: space-between;
}
.section-a h1{
    text-transform: uppercase;
    color: #163791ff;
    padding: 2rem;
    font-weight: 200;
    letter-spacing: .2rem;
    text-align: center;
    font-size: 2rem;
}
.section-a h2{
    padding: 1rem;
    font-size: 1.5rem;
    color: #12a4d1ff;
}
.icons-banner-a a{
    display: block;
    color: #666;
    font-size: 1.2rem;
    padding: 1rem 0;
    text-decoration: none;
}
.icons-banner-a a span{
    padding-left: 3rem;
    font-weight: 900;
    color: #12a4d1ff ;
    padding-right: 1rem;
}

.icons-container-p{
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.icons-container-p .icons-p1{
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
     gap: 1.5rem;
    flex: 1 1 1 30rem;
    justify-content: center;
}
.icons-p img{
    object-fit: cover;
    height: 100px;
    width: 100%;
}
.gallery{
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    justify-content: center;
}

.gallery img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media(max-width: 960px){
    .gallery img{
        width: 100%;
       height: 300px;
}}

.contact .row{
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 1.5rem;
    align-items: center;
}
.contact .row form{
    flex: 1 1 40rem;
    padding: 2rem 2.5rem;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    border: .1rem solid rgba(0,0,0,.1);
    background: #fff;
    border-radius: .5rem;
}
.contact .row .image{
    flex: 1 1 40rem;
}
.contact .row .image img{
    width: 100%;
}
.contact .row form .box{
    padding: 1rem;
    font-size: 1.7rem;
    color: #333;
    text-transform: none;
    border: .1rem solid rgba(0,0,0,.1);
    border-radius: .5rem;
    margin: .7rem 0;
    width: 100%;
}
.contact .row form .box:focus{
    border-color: var(--orange);
}
.contact .row form textarea{
    height: 15rem;
    resize: none;
}
.footer{
     background:rgba(1, 18, 26, 0.315); 
    opacity: .85; 
}
.footer .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.footer .box-container .box{
    flex: 1 1 30rem;
}
.footer .box-container .box h3{
    color: #163791ff;
    font-size: 2.5rem;
    padding: 1rem 0;
}
.footer .box-container .box p{
    color: #333;
    font-size: 1.3rem;
    padding: 1.3rem 0;
    line-height: 2.2rem;
}
.footer .box-container .box a{
    display: block;
    color: #666;
    font-size: 2rem;
    padding: 1rem 0;
    text-decoration: none;
}
.footer .box-container .box a:hover{
    color: var(--orange);
    text-decoration: underline;
}
.footer .box-container .box img{
    margin-top: 1rem;
    height: 4rem;
}
.footer .credit{
    text-align: center;
    padding: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color: #333;
    border-top: .1rem solid rgba(0,0,0,.1);
}
.footer .credit span{
    color: #163791ff;
}




/* media queries */
@media (max-width:991px){
     html{
        font-size: 55%;
     }
     header{
        padding: 2rem;
     }
     section{
        padding: 2rem;
     }
     .home{
        background-position: left;
     }
}
@media (max-width:750px){
    header .fa-bars{
        display: block;
    }
    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #eee;
        border-top: .1rem solid rgba(0,0,0,.1);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    header #toggler:checked ~ .navbar{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    header .navbar a{
        margin: 1.5rem;
        padding: 1.5rem;
        background: #fff;
        border: .1rem solid rgba(0,0,0,.1);
        display: block;
    }
    .home .content h3{
        font-size: 5rem;
    }
    .home .content span{
        font-size: 2.5rem;
    }
    .icons-container .icons h3{
        font-size: 2rem;
    }
    .icons-container .icons span{
        font-size: 1.7rem;
    }
    
}
@media (max-width:450px){
    html{
       font-size: 50%;
    }
    .heading{
        font-size: 3rem;
    }
}


.footer-links-soi{
	margin: 0px;
	padding: 0px;
}
.footer-links-soi li{
	display: inline-block;
}
.footer-links-soi li a{
	color: #333333;
	width: 32px;
	height: 32px;
	display: block;
	font-size: 22px;
	text-align: center;
	line-height: 32px;
	border-radius: 2px;
}
.footer-links-soi li a:hover i{
	color: #163791ff;
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.footer-links-soi li a i{
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}