@charset "utf-8";
body,html{font-family: 'ClashGrotesk-Regular', serif;font-weight:400;color:#fff;font-size:18px;line-height:1.1;word-wrap:break-word;overflow-x: hidden;background-color: #090909;}
body {}    
:root{--color1:#f1eee9;--color2:#e8e1d7;--color3:#bba993;--color4:#8a6746;--color5:#545454;}
*{-webkit-tap-highlight-color: transparent;}
:focus{outline:0}
/* h1,.h1{font-size:inherit;line-height:inherit;font-weight:inherit;margin:inherit;padding:inherit;color:#656a70 !important;font-weight: 600;} */
h2{font-size:inherit;line-height:inherit;font-weight:inherit;margin:inherit;}
h3{font-size:inherit;line-height:inherit;font-weight:inherit;margin:inherit;}
h4{font-size:inherit;line-height:inherit;font-weight:inherit;margin:inherit;}
h5{font-size:inherit;line-height:inherit;font-weight:inherit;margin:inherit;}
h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:inherit;}
a{text-decoration:none;color:inherit;outline:0;transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;-ms-transition:all .3s linear 0s}
b, strong {font-weight: 500;}
p{margin:0 0 20px}
p:last-child{margin:0}
input:focus{outline:0}
body.doNotScroll{overflow:hidden;height:100vh}
.transition2s{transition:all .2s linear 0s;-webkit-transition:all .2s linear 0s;-moz-transition:all .2s linear 0s;-o-transition:all .2s linear 0s;-ms-transition:all .2s linear 0s}
.transition3s{transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;-ms-transition:all .3s linear 0s}
.nonMobile{display:block}
.mobile{display:none}
img:not([alt]){border:5px solid red}
.black{color:#000}
.white{color:#fff}
.green{color:#b4e925}
.bg-black{background-color:#141414}
.bg-white{background-color:#fff}
.bg-green{background-color:#b4e925}
.inline-block{display:inline-block}

.btn {
    background-color: #b4e925;
    border-radius: 50px;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 12px 18px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    color: #000;
    text-transform: capitalize;
    font-weight: 900;
}
.btn .divider {
    width: 1px;
    height: 20px;
    background: #000000;
}
.btn:hover {
    transition: .4s all;
    background: #fff;
    gap: 17px;
}

header {
    border: 1px solid #2a2a2a;
    margin: 10px;
    border-radius: 10px;
    background: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2a2a2a;
}
header .header .logo, header .header .btn_holder {
    width: 165px;
}
header .header .menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 40px;
    font-weight: bold;
}
header .text_holder {
    padding: 80px 0 40px 0;
}
header .text_holder > .btn_holder:first-of-type {
    display: inline-block;
}
header .text_holder > .btn_holder:first-of-type .btn {
    text-transform: uppercase;
    background: #252525;
    color: #b4e925;
    letter-spacing: 1px;
}
header .text_holder h1 {
    font-size: 80px;
    text-transform: uppercase;
    margin: 20px 0;
}
header .text_holder > .text {
    font-size: 25px;
    margin-bottom: 40px;
}
header .text_holder .btn_holder.inline-block .btn {
    padding: 18px 28px;
    font-size: 20px;
}
header .text_holder .testimonials_small {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}
header .text_holder .testimonials_small .testimonials_images {
    display: flex;
}
header .text_holder .testimonials_small .testimonials_images img {
    width: 24px;
    border-radius: 50%;
    height: 24px;
    object-fit: cover;
    border: 2px solid black;
}
.first-title {
    padding-top: 160px;
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.first-title h2{
    max-width: 50%;
    margin: 0 auto;
}
.image-text {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    border: 1px solid #2a2a2a;
    border-radius: 15px;
    padding: 20px;
    background: #141414;
    margin-bottom: 30px;
    align-items: center;
}
.image-text.reverse{
    flex-direction: row-reverse;
}
.image-text.bg-white {
    background: #fff;
    color: rgb(94, 94, 94);
}
.image-text img, .image-text .text {
    width: calc(50% - 30px);
}
.image-text .text h3 {
    margin-bottom: 20px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}
.image-text .text{
    padding-right: 40px;
}
.image-text.reverse .text{
    padding-right: 0;
    padding-left: 40px;
}
.image-text .text h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.image-text .text .btn_holder {
    display: inline-block;
}
.image-text .text .btn_holder .btn {
    padding: 18px 28px;
    font-size: 20px;
}
.image-text .text p{
    color: #e0e0e0;
}
.image-text.reverse .text p{
    color: #5e5e5e;
}
.image-text.reverse .text h3,.image-text.reverse .text h4{
    color: #090909;
}
.blocks {
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 60px;
}
.blocks .title {
    text-align: center;
    width: 100%;
}
.blocks .title .btn_holder {
    display: inline-block;
}
.blocks .title .btn_holder .btn {
    text-transform: uppercase;
    background: #252525;
    color: #b4e925;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.blocks .title h2 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.blocks .block {
    width: calc(calc(100% - 120px) / 3);
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.blocks .block img {
    width: 33px;
}
.blocks .block h3 {
    font-size: 22px;
    font-weight: bold;
}
.blocks .block p {
    color: #e0e0e0;
}
.big-block .image-holder {
    width: calc(50% - 30px);
    background: radial-gradient(125.89999999999999% 125.89999999999996% at -5.5% 111.7%, #b4e925 0%, rgb(20, 20, 20) 92.85566210746765%);
    border: 1px solid #2a2a2a;
    padding: 40px;
    aspect-ratio: .9658119658119658 / 1;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.big-block .text{
    width: calc(50% - 30px);
}
.big-block {
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 160px 0 80px 0;
}
.big-block .text .btn_holder.small-title {
    display: inline-block;
}
.big-block .text .btn_holder.small-title .btn.green.small_title {
    text-transform: uppercase;
    background: #252525;
    color: #b4e925;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.big-block .text h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.big-block .text h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
}
.big-block .text p {
    color: #e0e0e0;
}
.big-block .text .btn {
    padding: 18px 28px;
    font-size: 20px;
    margin-top: 20px;
}
.big-block .text .btn {
    padding: 18px 28px;
    font-size: 20px;
}

.faq {
    padding-top: 80px;
}
.faq .title {
    text-align: center;
}
.faq .title .btn_holder.small-title {
    display: inline-block;
}
.faq .title .btn_holder.small-title .btn.green.small_title {
    text-transform: uppercase;
    background: #252525;
    color: #b4e925;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.faq .title h2 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 50%;
    margin: 0 auto 30px auto;
}
.faq .faq_holder {
    display: flex;
    gap: 10px;
    flex-flow: column;
    max-width: 800px;
    margin: 0 auto;
}
.faq .faq_holder .faq-item {
    border: 1px solid #2a2a2a;
    padding: 20px;
    border-radius: 15px;
    cursor: pointer;
    transition: .4s all;
}
.faq .faq_holder .faq-item .answer {
    margin-top: 20px;
    color: #333333;
    display: none;
    line-height: 1.3;
}
.faq .faq_holder .faq-item.active {
    background: #fff;
}
.faq .faq_holder .faq-item.active .question {
    color: #14151c;
}
.faq .faq_holder .faq-item .question{
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.faq .faq_holder .faq-item.active .question i{
    transform: rotate(45deg);
    transition: .4s all;
}
footer {
    padding: 20px;
}
footer .footer {
    border-bottom: 1px solid rgb(42, 42, 42);
    padding-bottom: 30px;
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer .social {
    display: flex
;
    gap: 10px;
}
footer .footer .social a {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fff;
}
.contactHolder{
    padding: 80px 0 40px 0;
}
.contactHolder h1 {
    font-size: 80px;
    margin: 0 0 140px 0;
}
#contactForm {
    width: 70%;
    margin: 0 auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    gap: 40px;
}
#contactForm input, #contactForm select {
    width: 100%;
    background: rgba(187, 187, 187, .15);
    padding: 12px;
    border-radius: 10px;
    border: 1px solid transparent;
}
#contactForm input:focus, #contactForm select:focus {
    border: 1px solid #b4e925;
}
#contactForm select option {
    color: #000;
}
#contactForm .formGroup #agree {
    width: 16px;
    margin-right: 10px;
    height: 16px;
    cursor: pointer;
    background: rgba(40, 40, 40, 0.2);
}
#contactForm .formGroup {
    width: 100%;
}
#contactForm button {
    background: rgb(51, 51, 51);
    width: 100%;
    height: 32px;
    border: none;
    border-radius: 10px;
}
.footerInfo {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}