body,
html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Inter;
  background: #000 url('../images/Vector-(4).svg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
p
{
  color: #D2D3C1;
}

@font-face {
  font-family: "Andale Mono";
  src: url("../fonts/AndaleMono.woff2") format("woff2"),
    url("../fonts/AndaleMono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AmericanOak-Script";
  src: url("../fonts/AmericanOak-Script.woff2") format("woff2"),
    url("../fonts/AmericanOak-Script.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AF Quartermaster TRIAL";
  src: url("../fonts/AFQuartermaster-Black.woff2") format("woff2"),
    url("../fonts/AFQuartermaster-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LouizeDisplaytrial";
  src: url("../fonts/LouizeDisplaytrial.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTNormsProMono-Regular";
  src: url("../fonts/TTNormsProMono-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTNormsProMono-Medium";
  src: url("../fonts/TTNormsProMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AF Quartermaster TRIAL";
  src: url("../fonts/AFQuartermaster-Regular.woff2") format("woff2"),
    url("../fonts/AFQuartermaster-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.main-wrapper {
  background: transparent;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

/* Proper full background using ::before */
.bg-image {
 
  /* position: absolute; */
  top: 0px; /* adjust based on where you want it to start */
  left: 0;
  width: 100%;
  height: 100%; /* exact size of your blue box */
  background: url('../images/Vector-(4).svg') no-repeat center center;
  background-size: contain; /* or cover */
  /* opacity: 0.15; */
  z-index: -1;
  pointer-events: none;
}


header.header-bar
{
  padding: 50px 50px;
}
.sec-2, .app-btn {
    background: #D2D3C1;
    color: #0B0B0B;
    padding: 7px 35px;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 13px;
    font-family: "TTNormsProMono-Medium";
    /* width: 14%; */
    text-align: center;
}

/*******************  sec-2  *******************/

.slider-div {
  margin: 50px 0;
}
h2.slider-head {
  font-size: 32px;
  color: #D2D3C1;
  text-align: center;
  font-family: "LouizeDisplaytrial";
  font-weight:400;
}
.slick-wrapper {
  max-width: 100vw;
  overflow: hidden;
  padding: 80px 0 0px;
  background: transparent;
}

.slick-carousel .slick-slide {
  /* opacity: 0.5; */
  transition: 0.3s ease;
  /* transform: scale(0.9); */
}

/* .slick-carousel .slick-center {
  opacity: 1;
  transform: scale(1);
} */

.slick-carousel img {
  height: 530px;
  margin: 0 auto;
  /* width:97% !important; */
  padding:10px;
  /* object-fit:cover; */
}


/********************* sec-3 *******************/

.sec-3-text{
  font-family: "TTNormsProMono-Medium";
  font-size: 13px;
  padding: 30px 50px 50px;
}
.copyright-text p {
  letter-spacing: 3px;
}
.right-text p {
  text-align: right;
}
.brand-slider{
  margin: 50px 0;
  background: transparent;
}
.brand-slider img {
 
  
  filter: grayscale(1);
  opacity: 0.6;
  transition: 0.3s ease;
}
/**************** sec-4 *********************/
.rich-text
{
  
  padding: 80px 50px;
  display:flex;
flex-direction: column;
justify-content: space-between;

}
.rich-text p {
  width: 75%;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-family: "TTNormsProMono-Regular";
  font-weight: 400;
  line-height: 33px;
  padding-bottom: 20px;
}
.app-btn {
    /* width: 14%; */
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    padding: 7px 35px;
    /* line-height: 2; */
}
.copyright-bottom {
display:none;
}
/* Desktop: Show category and description on hover */
@media screen and (min-width: 768px) {
  /* Hide background after the Frame-343.png div */
  .copyright-bottom {
    background: #000;
    position: relative;
    z-index: 2;
  }
}

/* Mobile css start here */
@media screen and (max-width: 767px) and (min-width: 320px) {
  header.header-bar {
    padding: 55px 20px 30px;
    width: 100%;
}
.sec-2 {
        font-size: 10px;
        width: 38%;
        padding: 5px 20px;
        line-height: 2;
    }
.slider-div {
  padding: 0 20px;
}
h2.slider-head {
  font-size: 24px;
}
.sec-3-text {
  flex-direction: column;
  padding-top:0px;
}
/* brand-slider */
.lg img {
  padding: 0 20px;
}
.slick-wrapper {
  max-width: 100%;
  padding: 70px 0 0px;
}
.copyright-text p {
  display: none;
}
.right-text p {
  text-align: center;
}
.brand-slider.slick-initialized.slick-slider {
  margin: 20px 0;
}
.rich-text {
  padding: 30px 20px;
}
.rich-text p {
  width: 90%;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  padding-bottom: 0px;
}
.app-btn {
        font-size: 10px;
        width: 40%;
        margin: 0 auto;
        text-align: center;
        margin-top: 50px;
        padding: 5px 20px;
        line-height: 2;
    }
.copyright-bottom {
  text-align: center;
  margin: 30px 0 50px;
  display:block;
  font-family: "TTNormsProMono-Medium";
  font-size:12px;
  letter-spacing:3px;
  padding-bottom: 50px;
}
.slick-carousel img {
  height: 450px;
  margin: 0 auto;
  padding: 10px;
  object-fit: contain;
}
}

/* Mobile css start here */
@media screen and (max-width: 1100px) and (min-width: 768px) {
  
}

/* Mobile css start here */
@media screen and (max-width: 1250px) and (min-width: 1101px) {
  
}
