/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.cdnfonts.com/css/graphik-trial');


body{

max-width: 600px!important;
}
.index-body{
    background-color: #D9FDE7;
    padding: 40px;
    
}
.index-header-divider{
    background-color: #229E57;
    height: 2px;
    border-radius: 4px;
}
.box-shadow{
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
}
.index-hero-h1{
    font-family: 'Graphik', sans-serif;
    font-weight: 600!important;   
    font-size: 2.375rem;
    line-height: 40px!important;  
    color: #0C0C0D;           
}
.px{
    padding: 24px;
}
.ms-32{
    margin-left: 3rem!important;
}

.shopppginbagsdiv{
    margin-top: -40px!important;
}
.brushunderline::after{
    content: '';
    position: absolute;
    background-image: url('../images/brush.svg');
    background-repeat: no-repeat;
    height: 15px;
    width: 90%;
    top: 120%!important;
   
    right: 0px;
    background-size: 100% auto
}
.text-green{
    color: #229E57;
}
h4{
    font-family: 'Graphik', sans-serif;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 29px;
}
.index-hero-content-div{
    margin-top: -5%;
}
.index-hero-paragraph{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #949494;
    font-family: 'Graphik', sans-serif;
    max-width: 83%!important;
    margin-bottom: 5px;
}
.index-hero-paragraph .black-span{
 color: #000000!important;
 font-weight: 700!important;
}
.index-hero-paragraph .green-span{
  font-weight: 900!important;
  color: white;
  background-color: #229E57;
  padding: 2px 8px 4px 3px;
}
.index-sale-div{
    background-color: #E9F5EE;
    border-top: 2px solid #229E57;
}
.discount{
color: #229E57!important;
font-family: 'Graphik', sans-serif;
font-weight: 900;
font-size: 50px;
line-height: 58px;
}
.discount-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Graphik', sans-serif;
    margin-top: 7px;
}
.until{
    font-family: 'Graphik', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #A3A3A3;
}
.collection-btn{
    background-color: #000000;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    font-family: 'Graphik', sans-serif;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.collection-btn:hover{
    background-color: #229E57;
}
.discount-outer-div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.index-mobile-img-outer-div{
    background-color: white;
    padding: 0px 4px 4px 4px;
}
.index-mobile-img-inner-div{
    background-color: #83e3a7;
    
}
.index-mobile-img-inner-div .skewed-div {
    width: 210px; /* Set the desired width */
    height: 100px; /* Set the desired height */
    background-image: url('../images/skewbox.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center!important;
    max-width: 320px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -50px!important;
    -webkit-backdrop-filter: blur(14.2514px);
            backdrop-filter: blur(14.2514px);
    border-radius: 20px;
    padding: 20px 35px 20px 35px;
  }

.product-name-content{
    font-family: 'Graphik', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #686868;
    margin-bottom: 5px;
}
.product-name-title{
    font-weight: 500;
    font-size: 14.2514px;
    line-height: 14px;
    color: -webkit-linear-gradient(#08243E , #335E9B);
    margin-bottom: 7px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.4%, #08243E), color-stop(94.36%, #335E9B));
    background: -o-linear-gradient(left, #08243E -1.4%, #335E9B 94.36%);
    background: linear-gradient(90deg, #08243E -1.4%, #335E9B 94.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-max-width{
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}


.index-shop-now-title{
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: black;
    }

.footer-award-img{
    max-width: 100px;
}
.footer-social-icons:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

}

.footer-content p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #939393;
    margin-bottom: 0px!important;
}
.footer-links a{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #939393;

}
.footer-links a:hover{
    color: #229E57;

}
.temp2-top-bar{
    background-color:#F1F1F1 ;
}
.view-browser{
    font-family: 'Graphik', sans-serif;
    font-weight: 500!important;
    font-size: 11px;
    line-height: 24px;
    color: #939393;
}
.view-browser:hover{
    color: #229E57;
}
.green-btn{
    background-color: #23684E;
    padding: 4px 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.green-btn:hover{

background-color: black;
}
.green-btn:hover .chevron-arrow{
 -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
         transition-duration: 500ms;
 -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
         transform: rotate(180deg);
}
.temp2-dropdown{
    position: relative;
  display: inline-block;
}
.temp2-dropdown .dropdown-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.158);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.158);
    padding: 12px 16px;
    z-index: 1;
    border-radius: 10px;
  }
 .temp2-dropdown:hover .dropdown-content{
   display: block !important;
   
  }
.dropdown-content a{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #939393;
}
.temp2-username{
    font-family: 'Graphik', ;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #000000;
    
}
.temp2-hero-heading{
    font-family: 'Graphik', ;
    font-weight: 600;
    font-size: 24px!important;
    line-height: 30px;
    color: #386252;
}
.new-store-section{
background-color: #EBFFF3;
}
.products-outer-div img{
    border-radius: 4px;
    max-width: 100%;
}
.product .product-name{
    font-family: 'Graphik', ;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #191919;
}
.product .product-price{
    font-family: 'Graphik', ;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #939393;
}

.product{
    /* max-width: 50%;  */

}
.products-outer-div{
 display: -ms-grid!important;
 display: grid!important;
 -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
 -ms-grid-columns: auto 20px auto;
 grid-template-columns: auto auto;

}

.temp2-bottom-divider{
    background-color: #F1F1F1;
    height: 3px;
    border-radius: 4px;
}

.temp3-navabb-spacing{
    margin-left: 20px;
}

.temp3-logo2{
    display: none;
}
.temp3-green-section{
    background: -o-linear-gradient(274.61deg, #23684E -2.44%, #83E3A7 36.32%, #23684E 103.79%);
    background: linear-gradient(175.39deg, #23684E -2.44%, #83E3A7 36.32%, #23684E 103.79%);
    border-radius: 20px;
}

.green-section-main-heading{
    font-weight: 700;
    font-size: 54px;
    line-height: 69px;
    font-family: 'Inter', sans-serif;
    color: white;
}
.temp3-green-top-div{
padding-left: 40px;
padding-right: 40px;
padding-top: 50px;
}
.temp3-green-top-content{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Graphik', sans-serif;
    color: white;
}
.temp3-green-top-content span{
    font-weight: 700;
    color: #6DFFB6;
}
.white-btn{
    border-radius: 10px;
    background: #FFFFFF;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
   
}
.white-btn:hover{
    background-color: black;
    color: white;
}

.temp3-green-bottom-div{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.shoes-bottom-content p{
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    font-family: 'Graphik', sans-serif;
    color: white;
}
.shoes-bottom-content p span{
    font-weight: 600;
}
.temp3-green-bottom-div .what-time-is{
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    margin-top: 50px;
    padding-bottom: 30px;
}
.temp3-green-bottom-div .use-code-text{
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
}

.temp3-green-bottom-div .code-text{
    font-weight: 700;
    font-size: 62px;
    line-height: 72px;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.instgram-page-box{
    background: -o-linear-gradient(356.23deg, #23684E 0%, #009A60 100%);
    background: linear-gradient(93.77deg, #23684E 0%, #009A60 100%);
    border: 1px solid #FFFFFF;
    border-radius: 23px;
    padding: 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 60px!important;
  
}
.instgram-page-box p{
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    color: white; 
    font-family: 'Inter', sans-serif;
}

.instgram-page-box p span{
    font-weight: 700;
}














/* media queries */
@media  screen and (max-width:580px) {
    .discount-outer-div{
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
    }
    .collection-btn{
       
        padding: 8px 12px;
        font-size: 14px;
    }
    .index-shop-now-title{
        font-size: 20px;
        line-height: 24px;
    }
    .temp3-green-bottom-div .code-text{
        font-size: 50px;
        line-height: 60px;
        
    }
}
@media  screen and (max-width: 450px) {
    .index-body{
        padding: 20px;
        
    }
    .px{
        padding: 20px;
    }
    .index-hero-h1{
        font-size: 1.75rem;
        line-height: 30px!important;  
        color: #0C0C0D;           
    }
    .shopppginbagsdiv{
        margin-top: -20px!important;
    }
    .index-hero-paragraph{
    
        max-width: 100%!important;
    }
    .temp3-navabb-spacing{
        margin-left: 10px;
    }
    
    .green-section-main-heading{
        font-size: 40px;
        line-height: 60px;
    }
    .green-section-main-heading span img{
        max-width: 110px;
    }
    .temp3-green-top-div{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        }
    .temp3-green-bottom-div .code-text{
        font-size: 35px;
        line-height: 30px;
        
    }
    .temp3-green-bottom-div{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .instgram-page-box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        padding: 20px 20px;
    }
}

@media  screen and (max-width: 350px) {

.temp3-logo1{
    display: none;
}
.temp3-logo2{
    display: block;
}
.temp3-green-bottom-div .code-text{
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
}
}