*{
    margin: 0;
    padding: 0;
    font-family: 'Overpass', sans-serif;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
    scroll-behavior: smooth;
}

:root{
    --mainGreen: #0F3728;
    --mainBlack: #191919;
    --accentGreen: #0B4D34;
    --grey: #B3B3B3;
    --white: #ffffff;
    scroll-behavior: smooth;

}

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');

body{
    background-color: #191919;
    background-image: url(../img/bgNoise.png);
    background-repeat: repeat;
    background-size: contain;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
    color: var(--accentGreen);
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Overpass', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--grey);
}

p{
    color: var(--grey);
    font-weight: 400;
}

h1{
    font-size: 90px;
    line-height: 110%;
}

h2{
    font-size: 56px;
    line-height: 100%;
}

h3{
    font-size: 33px;
    line-height: 110%;
}

h4{
    font-size: 20px;
    line-height: 110%;
}

h5{
    font-size: 12px;
    line-height: 110%;
}

h6{
    font-size: 8px;
    line-height: 110%;
}

li{
    list-style: none;
}

li> a{
    font-size: 16px;
    line-height: 110%;
    color: var(--white);
    text-decoration: none;
}

.p1{
    font-size: 65px;
    line-height: 120%;
}

.p2{
    font-size: 28px;
    line-height: 160%;
}

.p3{
    font-size: 20px;
    line-height: 160%;
}

.container{
    width: 100vw;
    max-width: 1800px;
    margin: auto;
    padding: 40px;
    padding-top: 35px;
    padding-bottom: 0;
}

.wrapper{
    display: flex;
}

.wrap{
    flex-wrap: wrap;
}

.spaceBetween{
    justify-content: space-between;
}

nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #393939;
    padding-bottom: 30px;
}

ul{
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
}

.sidenav{
    display: none;
}

.openNav{
    display: none;
}

.dNone{
    display: none;
}

.bgImage{
    background-image: url(../img/bgImage.jpg);
    background-size: cover;
    width: 100%;
    height: 980px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.03;
}

h1> span{
    color: var(--accentGreen);
}

.heroText{
    max-width: 770px;
}

.mt110{
    margin-top: 110px;
}

.mt12{
    margin-top: 12px;
}

.heroImg{
    width: 100%;
    height: 530px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 80px;
    border-radius: 8px;
}

.heroImg> img{
    position: absolute;
    width: 100%;
    top: 0px;
    transition: top 0.1s ease-out;
    object-fit: cover;
}

.boxMini{
    /* width: 100%; */
    width: calc(100% / 12 * 4 );
    /* max-width: 439px; */
}

.headerBox{
    padding-bottom: 20px;
    border-bottom: 1px solid #393939;
    max-width: 210px;
}

.headerBox> h4{
    color: var(--accentGreen);
}

.mt130{
    margin-top: 130px;
}

.boxBig{
    /* width: 100%; */
    width: calc(100% / 12 * 8);
    /* max-width: 897px; */
}

/* .bigText{
    position: absolute;
} */

.floatRight{
    float: right;
}

.null{
    width: 439px;
}

.m50{
    max-width: calc(100% / 2 - 10px);
}

.textBox{
    margin-top: 32px;
}

.mt200{
    margin-top: 200px;
}

.fullLine{
    width: 100%;
    max-width: 100%;
}

.produceType{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 0;
    padding-right: 30px;
    padding-bottom: 32px;
    border-bottom: 1px solid #393939;
}

.produceType h4{
    color: #393939;
    margin-right: 8px;
}

.mt80{
    margin-top: 80px;
}

.mt32{
    margin-top: 32px;
}

.mt20{
    margin-top: 20px;
}

.mt16{
    margin-top: 16px;
}

.indoorBigImg{
    width: 100%;
    height: 760px;
    max-width: calc(100% - 20px);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.indoorBigImg img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indoorSmallImg{
    width: 100%;
    max-width: calc(100% - 20px);
    height: 285px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.indoorSmallImg img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.releative{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.overlayText{
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    max-width: 100vw;
}

.overlayTextOut{
    position: absolute;
    left: 40px;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
    max-width: 100vw;

}

.outdoorBigImg{
    width: 100%;
    height: 520px;
    max-width: calc(100% - 20px);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.outdoorBigImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.outdoorSmallImg{
    width: 100%;
    max-width: calc(100% - 20px);
    height: 760px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.outdoorSmallImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mw668{
    max-width: 668px;
}

.mt4{
    margin-top: 4px;
}

.mt60{
    margin-top: 60px;
}

.statisticBox h3, h4, h5{
    color: var(--white);
}

.statisticBox h5{
    color: var(--grey);
}

.mt140{
    margin-top: 140px;
}

.prodImg{
    width: 100%;
    height: 570px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
}

.prodImg img{
    position: absolute;
    width: 130%;
    height: 100%;
    object-fit: fill;
}

.mw890{
    max-width: 890px;
}

.mw783{
    max-width: 783px;
}

.teamImg{
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
}

.teamImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

input{
    width: 100%;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--grey);
    margin-bottom: 60px;
    color: var(--grey);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

::placeholder{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

form{
    max-width: 555px;
    margin-right: 85px;
}

.sendBtn{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--grey);
    border-radius: 200px;
    padding: 20px 40px;
    padding-top: 25px;
    outline: none;
    border: 1px solid var(--grey);
    background-color: transparent;
}

footer{
    width: 100%;
    background-color: #111111;
    padding: 60px 0;
}

.linkBox{
    max-width: 325px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.linkBox> a{
    font-size: 16px;
    line-height: 110%;
    color: var(--grey);
    text-decoration: none;
}

.linkBox> a:hover{
    text-decoration: underline;
}

.footerText{
    font-size: 16px;
    line-height: 150%;
    color: var(--grey);
}

.logoBox> img{
    margin-bottom: 60px;
}

.logoBox> p{
    max-width: 300px;
}

.devBy{
    width: 100%;
    color: #393939;
    padding: 12px;
}

.devBy> p{
    font-size: 12px;
    font-weight: bold;
    color: var(--grey);
    text-transform: uppercase;
    text-align: center;
}

.hozStudio{
    color: #EF0000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 4px;
}

.grsLogo{
    width: 400px;
    margin-top: 40px;
}



/* Green Section */

.greenSection{
    width: 100%;
    background-color: #0F3728;
    padding: 60px 0;
    margin-top: 60px;
}

.list{
    display: block;
}

.list li{
    list-style: circle;
    font-size: 24px;
    color: #fff;
    line-height: 198%;
}

.machineImgBox{
    width: 100%;
    display: flex;
    justify-content: center;
}

.glassBox{
    background: rgba(255, 255, 255, 0.10);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    border: 1px solid rgba(151, 151, 151, 0.40);
    padding: 60px;
    padding-left: 120px;
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
    max-width: 1126px;
    width: 100%;
    margin: auto;
    margin-top: -40px;
}

.glassBoxBlack{
    background: rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    border: 1px solid rgba(151, 151, 151, 0.40);
    max-width: 898px;
    width: 100%;
    margin: auto;
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    padding: 30px 60px;
}

.galleryBig{
    width: 100%;
    height: 600px;
    max-width: calc(100% - 20px);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.galleryBig img{
    width: 101%;
    height: 101%;
    object-fit: cover;
}

.gallerySmall{
    width: 100%;
    height: 600px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.gallerySmall img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gap20{
    gap: 20px;
}

/* /Green Section */

.default{
    display: block;
    color: #fff;
    padding-left: 30px;
    margin-top: 20px;
}

.default li{
    list-style: disc;
    margin-bottom: 20px;
    font-size: 20px;
}

.norm{
    font-weight: 300;
}

.small{
    /* text-transform: lowercase; */
    color: var(--grey);
}

.white{
    color: #fff;
}

.iconsBox{
    width: 100%;
    justify-content: space-around;
    margin-top: 60px;
    gap: 30px;
}

.iconsBox img{
    height: 150px;
}