*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: sans-serif;
    background-color: #fff;
    color: #2c2e30;
}
body {
  user-select: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
}
ul{
    list-style: none;
}
.btn{
    color: #fff;
    border: none;
    font-size: 1.6rem;
}
.btn .span1{
    background-color: #555;
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.5s;
}
.btn .span2{
    background-color: #6709b4;
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn:hover .span1{
    background-color: #6709b4;
    transition: 0.5s;
}
.first-header{
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}
.header-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.5);
    opacity: 0;
    transition: transform 7.5s linear,opacity 1.5s linear;
}
.logo{
    width: 12.5rem;
    position: absolute;
    top: 1.25rem;
    left: 2.5rem;
    z-index: 2;
}
.header-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.5) 20%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 0) 100%
    );
}
.header-content{
    opacity: 0;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    line-height: 5rem;
    transition: opacity 1.5s linear;
    text-align: center;
}
.header-content-statement{
    font-size: 3rem;
}
.second-header{
    display: flex;
    width: 100%;
}
.header-box1,.header-box3{
    width: 34%;
}
.header-box2{
    width: 32%;
}
.header-box-info{
    padding: 1.5rem;
}
.header-box-img{
    width: 100%;
}
.header-figure-caption{
    font-size: 1.5rem;
    padding: 2.5rem;
    line-height: 2.75rem;
}
.header-figure-heading{
    font-size: 1.5rem;
    font-weight: 800;
}
.header-figure{
    box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem #888;
}
.header-box-video{
    width: 100%;
    height: 25rem;
}
.nav-bar li a{
    color: #fff;
    text-decoration: none;
    padding-inline: 1.25rem;
    text-transform: uppercase;
}
.first-nav-list{
    display: flex;
}
.second-nav-list{
    background-color: #444;
    width: 50rem;
    position: absolute;
    padding: 1.25rem;
    line-height: 5rem;
    border-radius: 1.25rem;
    display: none;
    opacity: 75%;
    top: -10%;
}
.nav-bar a:hover{
    text-decoration: underline;
}
.information{
    padding: 1.5rem;
    font-size: 1.6rem;
    display: flex;
    padding-bottom: 5rem;
}
.information p{
    padding-block: 2rem;
}
.about-heading{
    font-size: 3.2rem;
}
.about-heading span{
    text-transform: uppercase;
    font-weight: 700;
}
.information .about{
    width: 70%;
    padding-right: 5%;
}
.strength-heading{
    font-size: 2.4rem;
}
.strength-heading span{
    text-transform: uppercase;
    font-weight: 700;
}
.strength-list{
    list-style: circle;
    padding-left: 2rem;
}
.strength-list li{
    padding: 1rem;
}
.fixed-background-one{
    width: 100%;
    height: 67vh;
    background-image: url('../Photos/background1.avif');
    background-attachment: fixed;
    background-size: cover;
    text-transform: uppercase;
    position: relative;
}
.fixed-background-one .top-heading{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%,-25%);
    color: white;
    font-size: 3rem;
}
.flex{
    display: flex;
    padding-inline: 5%;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    color: #fff;
    width: 100%;
    font-size: 1.5rem;
}
.flex div{
    width: 25%;
    text-align: center;
    position: relative;
}
.flex div h1{
    border-top: 0.5rem solid #969696;
    border-left: 0.5rem solid #969696;
    border-right: 0.5rem solid #969696;
    margin-right: 6rem;
    padding-block: 5rem;
    font-size: 1.8rem;
}
.flex div .border-div{
    height: 0.5rem;
    width: 20%;
    background-color: #969696;
    position: absolute;
    top: 45%;
    left: 0%;
}
.fixed-background-one-background{
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000000aa;
}
.section-three{
    font-size: 2rem;
    padding: 8rem;
}
.section-flex{
    display: flex;
}
.section-flex p{
    font-size: 2rem;
    padding: 2rem;
}
.section-flex h4{
    font-size: 3rem;
    padding: 1rem;
}
.section-flex-half{
    width: 50%;
    padding: 3rem;
    padding-bottom: 0;
}
.fixed-background-two{
    width: 100%;
    height: 95vh;
    background-image: url('../Photos/background2.avif');
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.fixed-background-two .flex div{
    width: 50%;
    left: 50%;
    transform: translate(-50%,0);
}
.fixed-background-two .flex{
    top: 10%;
    left: 50%;
    transform: translate(-50%,20%);
}
.fixed-background-two .flex div h1{
    border-top: none;
    border-bottom: 0.5rem solid #969696;
    font-size: 3rem;
}
.fixed-background-two .flex div .fly{
    border: none;
    top: -50%;
    left: 50%;
    font-size: 2.5rem;
}
.fixed-background-two .flex div .border-div{
    left: 17.5%;
    top: 50%;
    width: 15%;
}
.fixed-background-two .content{
    padding: 10rem;
    position: absolute;
    top: 30%;
    color: #fff;
    font-size: 2rem;
}
.content p{
    padding: 3rem;
}
.section-five figure img{
    width: 100%;
}
.section-five figure{
    box-shadow: 3px 2px 2px 3px #888;
    padding: 5%;
    text-align: center;
}
.section-five figure .description{
    font-size: 2rem;
}
.category{
    display: flex;
    justify-content: space-around;
}
.category .img img{
    width: 100%;
    border: 5px solid #000;
}
.category .img{
    width: 25%;
    padding: 4rem;
    box-shadow: 3px 3px 3px 3px rgb(134, 134, 134);
    background-color: #d4d4d4;
}
.products{
    position: relative;
    padding: 3rem;
    background-color: #ddd;
}
.products h1{
    padding: 5rem;
    font-size: 6rem;
}
.products h2{
    padding: 3rem;
    padding-inline: 7rem;
    font-size: 4rem;
}
.products figcaption{
    font-size: 2.5rem;
    font-weight: 700;
    padding: 1rem;
    background-color: #919191;
    width: 100%;
    height: 10rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 1px 1px #000000;
}
.globe{
    position: relative;
}
.left-slider{
    position: absolute;
    width: 4rem;
    height: 10rem;
    transform: translate(0,-50%);
    top: 50%;
}
.left-slider div{
    width: 0.7rem;
    height: 5rem;
    background-color: #555;
}
.left-slider .div1{
    transform: rotate(20deg);
    position: absolute;
    left: 30%;
}
.left-slider .div2{
    transform: rotate(-20deg);
    position: absolute;
    top: 43%;
    left: 30%;
}
.right-slider{
    position: absolute;
    width: 4rem;
    height: 10rem;
    transform: translate(0,-50%);
    top: 50%;
    right: 0%;
}
.right-slider:hover{
    background-color: #e5e5e5;
}
.left-slider:hover{
    background-color: #e5e5e5;
}
.right-slider div{
    width: 0.7rem;
    height: 5rem;
    background-color: #555;
}
.right-slider .div1{
    transform: rotate(-20deg);
    position: absolute;
    right: 30%;
}
.right-slider .div2{
    transform: rotate(20deg);
    position: absolute;
    top: 43%;
    right: 30%;
}
.globe{
    background-color: #fff;
    margin-block: 5rem;
    padding-block: 5rem;
}
.footer{
    width: 100%;
    height: 50vh;
    background-color: #444;
    font-size: 2rem;
    color: white;
    position: relative;
    padding-block: 4rem;
    line-height: 4rem;
    height: 60vh;
}
.footer-top{
    font-size: 3rem;
}
.footer-nav{
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.footer-nav img{
    box-sizing: content-box;
    width: 5rem;
    margin: 4rem;
    transition: 0.5s;
    padding: 1rem;
    border-radius: 1rem;
}
.footer a{
    color: #000;
    text-decoration: none;
}
.footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer img:hover{
    background-color: #fff;
    transition: 0.5s;
}
.nav-bar{
    z-index: 3;
    font-size: 1.75rem;
    position: absolute;
    left: 19%;
    top: 5rem;
    width: 100%;
}
.nav-bar .not-visible{
    position: absolute;
    left: 65%;
}
.nav-bar .first-nav-list{
    position: absolute;
}
.nav-bar .not-visible .true,.nav-bar .not-visible .false{
    display: none;
    z-index: 4;
}
.nav-bar .not-visible img{
    position: absolute;
    width: 8rem;
}
.nav-bar .not-visible .true:hover{
    background-color: #f5f5f575;
    border-radius: 5px;
    box-sizing: content-box;
}
.nav-bar .active{
    background-color: #fffd;
    color: black;
    border-radius: 0.5rem;
}
.click{
    font-size: 2rem;
}
@media(max-width:1000px){
    html{
        font-size: 50%;
    }
    .products h1{
        padding: 0;
    }
    .globe{
        padding: 2rem;
        margin: 2rem;
    }
    .category .img{
        width: 30%;
    }
    .right-slider, .left-slider{
        top: 60%;
    }
    .footer{
        height: 45rem;
    }
}
@media(max-width:800px){
    .nav-bar{
        left: 16%;
    }
    .flex{
        padding-inline: 0;
    }
}
@media(max-width:768px){
    .header-box-video{
        height: 50rem;
    }
    .header-figure-caption{
        font-size: 2rem;
    }
    .header-figure-heading{
        font-size: 3rem;
    }
    .second-header{
        display: block;
    }
    .nav-bar .not-visible .true{
        display: block;
    }
    .first-nav-list{
        display: none;
        font-size: 2rem;
        line-height: 3rem;
        background-color: #2c2e3088;
        width: 60rem;
        padding-block: 5rem;
        border-radius: 15px;
        left: 20vw;
        line-height: 5rem;
    }
    .second-nav-list{
        top: 30%;
        opacity: 100%;
    }
    .section-flex-half{
        padding: 1rem;
    }
    .section-three{
        padding: 3rem;
    }
    .header-box2{
        width: 100%;
    }
    .header-box1, .header-box3{
        width: 100%;
    }
    .category .img{
        padding: 1rem;
        width: 45%;
    }
    .products h2{
        padding-inline: 3rem;
    }
    .products{
        padding: 0;
    }
    .header-figure-caption{
        padding: 1rem;
    }
    .flex div h1{
        margin-right: 2rem;
    }
    .category .img3{
        display: none;
    }
    .left-slider{
        left: 0;
    }
    .header-figure-caption{
        height: 15rem;
    }
    .footer-nav img{
        padding: 1rem;
        margin: 0rem;
    }
    .click{
        font-size: 2rem;
    }
    .footer{
        height: 40rem;
    }
}
@media(max-width:580px){
    .information .about{
        width: 80%;
        padding: 0%;
    }
    .section-three{
        padding: 1rem;
    }
    .flex div h1{
        border: none;
    }
    .header-box1, .header-box3{
        width: 100%;
    }
    .fixed-background-one .top-heading {
        left: 20%;
        transform: translate(-10%, -25%);
    }
}
@media(max-width:500px){
    html{
        font-size: 37.5%;
    }
    .header-figure-caption{
        font-size: 2rem;
    }
    .header-figure-heading{
        font-size: 3rem;
    }
    .information p{
        padding: 1rem;
    }
    .information{
        font-size: 2rem;
    }
    .section-flex p{
        padding: 1rem;
    }
    .content p{
        padding: 1rem;
    }
    .category .img2{
        display: none;
    }
    .category .img{
        width: 90%;
    }
    .products figcaption{
        font-size: 4rem;
    }
    .footer{
        height: 40rem;
    }
    .products h2{
        font-size: 3rem;
    }
    .btn{
        font-size: 3rem;
    }
}
@media(max-width:350px){
    .products h2{
        font-size: 2.3rem;
        padding-inline: 0;
    }
    .category .img{
        width: 100%;
    }
    .flex div h1{
        font-size: 1.5rem;
        font-weight: 100;
    }
    .fixed-background-two .content {
        padding: 4rem;
    }
    .fixed-background-one .top-heading {
        font-size: 2rem;
        top: 30%;
    }
    .btn{
        font-size: 2rem;
    }
    .btn .span1 {
        padding-block: 7px;
        padding-inline: 10px;
    }
    .btn .span2 {
        padding-block: 7px;
        padding-inline: 10px;
    }
}
@media(max-width:290px){
    html{
        font-size: 25%;
    }
    .products h2{
        font-size: 3rem;
    }
    .fixed-background-one .top-heading {
        top: 40%;
        font-size: 2.2rem;
    }
}
@media(max-width:250px){
    html{
        font-size: 25%;
    }
    .products h2{
        font-size: 3rem;
    }
}
@media(max-width:210px){
    html{
        font-size: 20%;
    }
}