﻿/*---------------------------------------------------------------------------------

    Template Name: Greeno
    Version      : 1.0
    Author: KAPTAS Technologies

-----------------------------------------------------------------------------------
/*============================
    1. Variables
============================*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
:root {
  --primary: #9B1C0B;
  --secondary: #FEC731;
  --white:#ffffff;
}

/*============================
    2. Base
============================*/
html{
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  letter-spacing: 0.5px;
  line-height: 26px;
  background-size:cover;
}
.main-home{
   background:url(../images/bg.jpg) no-repeat;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--block);
  font-weight: 700;
}

h1 {
  font-size: 36px;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 34px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  h6 {
    font-size: 16px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  color: var(--block);
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
}

/*============================
    3. Header
============================*/
#header{
  padding: 10px 0 0;
  width: 100%;
  display: block;
  position: fixed;
  top:0;
  left: 0;
  z-index: 99;
}
.logo a{
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo img{
  max-width: 60px;
}
.logo h1{
  font-size: 31px;
  color: var(--primary);
  margin: 0;
}

/*============================
   4. Banner
============================*/
.banner-cnt h2{
  text-align: center;
  color: var(--primary);
}
.banner-cnt h5{
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
}
.banner-img{
  margin-top: 50px;
}
.banner-img img{
  max-width:70%;
}
.banner {
    margin-top: 40px;
    position: relative;
}
.stores-icon-pad{
  position: relative;
}
.store-icon-cnt{
  position: absolute;
  right: 5%;
  top:50px;
  display: flex;
  gap: 13px;
}
.store-icon{
  margin-bottom: 10px;
}
.stores-icon-pad .store-icon img{
  max-width: 250px;
  height: 70px;
}
.store-icon{
  display: flex;
  align-items:center;
  position: relative;
}
.qr-code img {
    max-width: 60px;
    margin-left: 11px;
    background: #fff;
    padding: 2px;
    border-radius: 4px;
}
.copy-text a{
  color: #000;
  font-size: 16px;
  margin-left: 15px;
}
.copy-text a:hover{
  color: var(--primary);
}
.copy-text p{
  font-size: 16px;
  text-align: left;
}
.qr-code-img {
    position: absolute;
    right: 10px;
}
.qr-code-img img{
  max-width: 45px !important;
  height: auto !important;
}
.footer {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
.inner-banner{
   background:#fff;
   background-size: cover;
   height: 80px;
   position: relative;
}
.inner-banner-cnt{
  position: absolute;
  top:50%;
}
.inner-banner-cnt h1{
  font-size: 30px;
  color: var(--primary);
}
.inner-footer{
  position: static;
  background: #000;
  padding: 8px 10px;
}
.inner-page-cnt {
    padding: 50px 0;
}
.inner-footer p {
  color: #fff;
}
.inner-footer a {
  color: #fff;
}
ul li{
  position: relative;
  padding-bottom: 10px;
}
ul li::before{
  content: '';
  position: absolute;
  left: -15px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.fixed-top1{
   background:#fff;
   transition: all 0.5s ease;
}
.inner-footer a:hover {
  color: #FEC731;
}
.inner-header{
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
  background: #fff !important;
}