/* latin */
@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELawFpWg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/courierprime/v9/u-4k0q2lgwslOqpF_6gQ8kELY7pMT-Dfqw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Dilemma;
    font-style: normal;
    font-weight: 400;
    src: url(https://superspeciosa.com/cdn/shop/files/Dilemma-SansLight.otf?v=1718382000) format('opentype');
}

@font-face {
    font-family: Dilemma;
    font-style: normal;
    font-weight: 700;
    src: url(https://superspeciosa.com/cdn/shop/files/Dilemma-SansBold.otf?v=1718382000) format('opentype');
}

@font-face {
    font-family: Dilemma;
    font-style: normal;
    font-weight: 550;
    src: url(https://superspeciosa.com/cdn/shop/files/dilemma-sans-regular.otf?v=1720027357) format('opentype');
}

.zero-size{
  font-size: 0px;
}

body{
  font-family: 'Courier Prime';




}

/*offer strip css */
header{
   background-color: #d8a929;
   min-height: 50px;
   display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
      }
      
      .offer-strip{
    font-family: Dilemma;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    display: flex;
}

/*css for logo section*/
 .logo-size{
 	width:5%;
 	text-align: center;
 }
 .logo-style{
  background-color:#212c1c;
 }

/*css for hero section*/
.hero-section{
	position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #212c1c;
}
.star-col{
    color: #d8a929;
}

.hero-content{
	display: flex;
	justify-content: ;
	
    width: 100%;
    
}
.hero-text{
    max-width: 1024px;
    min-height: 350px;
    gap: 15px;
    display: grid;
    padding: 32px 5% 32px 5%;
}
.hero-text p{
    color: #f4f1df;
   font-size: 16px;
    padding-left: 8px;
    vertical-align: middle;
    font-family: Courier Prime;
    font-weight: 400;
    font-style: normal;
}
.hero-text h1{
     font-weight: 700;
    color: #f4f1df;
     font-family: Dilemma;
     text-transform: uppercase;
     font-size: 44px;
    line-height: 120%;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #f4f1df;
}
.hero-text ul li{
    font-family: Courier Prime;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 2;
}

.hero-img{
    display: grid;
        padding: 0px;
        overflow: hidden;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-button-1
{

   color: #000;
    background-color:#f4f1de;
   border:none;
   
    text-decoration: none;
    
  font-family: Dilemma;
    font-weight: 700;
 display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 15px 32px;
    font-size: 16px;
    width: 50%;
}


/*css for footer*/

footer{
	background-color: #8ab83f;
	padding: 6px;
}
.footer-link{
	display: flex;
	justify-content: center;
}
footer .footer-link a {
	font-family: Lato, sans-serif;
	color: #000;
	margin-bottom: 0px;
	font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width:768px){
  .number{
  flex-wrap: wrap;

}
.first, .second{
width: 100%;
padding: 20px;
  
}
.hero-section{

    display: grid;
        grid-template-columns: 1fr;
    }


.custom-button-1 {
    
    width: 100%;
    margin: 0 auto;
  }
  .offer-strip {
   
    font-size: 12px;
}
  .logo-size {
    width: 30%;
    text-align: center;
}
.hero-text h1 {
   
    font-size: 26px;
}
.hero-text p {
    font-size: 12px;
}
.hero-text ul li{
    font-size: 14px;
}