/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,600&display=swap');

html {
	font-size:100%;
	box-sizing:border-box;
	box-sizing:border-box;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: 8rem;    
}
*{
	/*font-family: 'Rubik', sans-serif;*/
	margin:0; padding:0;
	box-sizing: border-box;
	outline: none; border:none;
	text-decoration: none;
	transition: .2s linear;
	/*text-transform: capitalize;*/ 
}
 
*, *::before, *::after {
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Changing from the Default Style */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

:root {
    --color-primary: #6c63ff;
    --color-success: #00bf8e;
    --color-warning: #f7c94b;
    --color-danger: #f75842;
    --color-danger-variant: rgba(247, 88, 66, 0.4);
    --color-white: #fff;
    --color-light: rgba(255, 255, 255, 0.7);
    --color-black: #000;
    --color-bg: #080d13;
    --color-bg1: #2e3267;
    --color-bg2: #424890;
    --container-width-lg: 80%;
    --container-width-md: 90%;
    --container-width-sm: 94%;
    --transition: all 400ms ease;    
}

body {
   font-family:  'Montserrat', sans-serif;
   line-height:1.7;
   color: var(--color-white);
   /* background: var(--color-bg); */
}
/*body{
	font-family: 'Rubik', sans-serif;
	line-height:1;
	color: #24246e;
	background:#f2f8f2;
	background: url(../images/shop_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
body1{
	font-family:  'Montserrat', sans-serif;
	line-height:1.7;
	/*color: var(--color-white);
	color: #24246e;
	/*background: var(--color-bg);
	background:#f2f8f2;   
}*/
.container {
    width: var(--container-width-lg);
    margin: 0 auto;
}
.headerLogo{
	font-family: 'Courgette', cursive;
    margin-left: 10px;
}
.tekyLogo img{
	width: 60px;
}
.categoryImage {
  height: auto;
  width: 150px;
  height: 64px;
  object-fit: contain;
}
@media (max-width: 575.98px) {
    .categoryImage {
        height: auto;
        width: 100px;
        height: 100px;  
        object-fit: contain;
      }  
}
/* section {
    padding: 6rem 0 1rem;
} */

section h2 {
text-align: center;
margin-bottom: 4rem;

}

h1,h2.h3,h4,h5 {
    line-height: 1.2;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.3rem;
}

a {
    color: var(--color-white);
}

img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.btn {
    display: inline-block;
    background: #080d13;
	color: #fff;    
    padding: 1rem 2 rem;
    border: 0.1rem solid #0eb582;
    font-weight: 500;
    transition: var(--transition);	
}
.btn:hover {
    border-color: var(--color-white);
	background: #0eb582;
	color: #fff;
}

.btn-primary {
    background: #080d13;
	color: #fff;    
}

/* NAVBAR */
nav {
    /*background: transparent;*/
	background:#222550;
    width: 100vw;
    /*height: 5rem;*/
    position: fixed;
    top: 0;
    z-index: 11;
}

/* Cahnge navbar styles On Scroll using javascript */
.window-scroll {
    /*background: var(--color-primary);*/
	background: #772721;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}


.nav_container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav button {
    display: none;
}

.nav_menu {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin: 0;
}

.nav_menu a {
    font-size: 0.9rem;
    transition: var(--transition);
    color: #fff;
}

.nav_menu a:hover {
    color: rgb(119, 119, 217);
}
.topnav {
  overflow: hidden;
  background-color: #fff; 
}

.topnav a {
  float: right;
  display: block;
  color: #0c0c75; 
  padding: 14px 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  /*text-transform: lowercase;*/
}
.sub-header, .sub-header a{
    display: flex !important;
    align-items: center;
    gap: 5px;
    /* flex-wrap: wrap; */
  
    padding: 3px;
    justify-content: flex-end;

}
@media (max-width: 575.98px) {
    .sub-header, .sub-header a{

        font-size: 10px;
    }
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
  
}


/* ***CATEGORIES**** */
.categories {
	background: #f2f8f2;
    /*background: var(--color-bg1);
    height: 32rem;*/
	color:#622e2e;
	
}

.categories h1 {
    line-height: 1;
    /* margin-bottom: 5rem; */
}

.categories__container {
    display: grid;
    grid-template-columns: 40% 60%;
	
}

.categories__left {
    margin-right: 1rem;
	/*background: url(../images/header.svg);*/
	position: relative;
    /*margin-top:6.5rem;
	max-width:100%;
 max-height:100%;*/
    /*overflow: hidden;
    height: 3vh;*/  
	text-align: center;  
	background-size: cover;
	background-position: center; 
	margin-top:5rem;
}

.categories__left p {
    margin: 1rem 0 3rem;
    
}

.pink {
    background-color: #d07089;
}
.green{
    background-color: #148592;
}
.orange {
    background-color: #f39d62;
}
.violet {
    background-color: #5c23c0;
}
.line-1{
    border-right: 3px solid #2c3e50;
}
@media (max-width: 575.98px) {
    .line-1{
        border: none;
    } 
}
.categories__right {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
	grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
	margin-top:1rem;
}

.category {
    /* background:#f2f8f2; */
    padding: 1rem;	
	/* border: 0.1rem solid #0eb582; */
    border-radius: 1rem;
    transition: var(--transition);
	/*height: 18rem;*/
	height:fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.category:hover {
    box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
	background: #0eb582;
    z-index: 1;
}

.category:nth-child(2) .category__icon {
	background: var(--color-danger);
}

.category:nth-child(3) .category__icon {
	background: var(--color-success);
}

.category:nth-child(4) .category__icon {
	background: var(--color-warning);
}

.category:nth-child(5) .category__icon {
	background: var(--color-success);
}
.category__icon {
    background: var(--color-primary);
    padding: 0.7rem;
    border-radius: 0.9rem;

}

.category h5 {
    margin: 2rem 0 1rem;
}

.category p {
    /*font-size: 0.6rem;*/
	font-size: 0.9rem;
}
.whats-app{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    /*background-color: #25d366;
    color: #FFF;*/
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    left: 15px;
    z-index: 100;
    cursor: pointer;
}
.footer-logo{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
    .footer-logo{
        width: 100%;
        display: flex;
        justify-content: center;
    }  
}
.section-top{
    margin-top: 100px;
}

/* SLIDER BANNER */


.top-slider {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* height: 500px; */
    margin-top: 85px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.slide {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome-slide {
    background-image: linear-gradient(45deg, #ff6b6b, #feca57);
    background-image: url(./../images/banner-1.jpg);
    object-fit: contain;
    height: 600px;
    

}

.rewards-slide {
    background-image: linear-gradient(45deg, #5f27cd, #54a0ff);
    background-image: url(./../images/banner-2.jpg);
    object-fit: contain;
    height: 600px;
    
}

.affiliate-slide {
    background-image: linear-gradient(45deg, #ff9ff3, #feca57);
    background-image: url(./../images/banner-3.jpg);
    object-fit: cover;
    height: 600px;
    
}
@media (max-width: 767.98px) {
   .slide {
       height:57vh !important;
   } 
}

.slide h2 {
    font-size: 36px;
    color: #fff;
    margin: 0 0 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.slide p {
    font-size: 24px;
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.rewards-slide span {
    color: #ffd700;
    font-weight: bold;
}

.slider-nav {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-dot.active {
    background-color: white;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.slider-arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.slider-arrow.left {
    left: 10px;
}

.slider-arrow.right {
    right: 10px;
}
@media screen and (max-width: 1024px) {
    .top-slider {
        /* height: 85vh; */
    }
}
/* SLIDER BANNER */

footer{
	bottom: 0;
    /* margin-top: 100px; */
}
.footer-distributed{
	background-color: #4b505d;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	/* margin-top : 3rem; */
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
    text-align: start;
}
@media screen and (max-width: 1024px) {
    .footer-distributed h3{
        text-align: center;
    }
}
/* The company logo */

.footer-distributed .footer-left img{
	width: 100px;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #e0ac1c;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

 /* ***************FAQs****************** */
 /*.faqs {
     background: var(--color-bg1);
     box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.5);
 }

 .faqs__container {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 1rem; 
 }

 .faq {
     padding: 2rem;
     display: flex;
     align-items: center;
     gap: 1.4rem;
     height: fit-content;
     background: var(--color-primary);
     cursor: pointer;
 }

 .faq h4 {
     font-size: 1rem;
     line-height: 2.2;
 }

.faq__icon {
    align-self: flex-start;
    font-size: 1.2rem;
}

.faq p {
   margin-top: 0.8rem;
   display: none;
}

.faq.open p {
    display: block;
}
*/
/* *************Testimonials**************** */
/*.testimonials__container {
    overflow-x: hidden;
    position: relative;
    margin-bottom: 5rem;
}

.testimonials__container h2 {
    line-height: 3;
    font-size: 2rem;
}

.testimonial {
    padding-top: 2rem;
}

.avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1rem;
    border: 1rem solid var(--color-bg1);
}

.testimonial__info {
    text-align: center;
}

.testimonial__body {
    background: var(--color-primary);
    padding: 2rem;
    margin-top: 3rem;
    position: relative;
}

.testimonial__body::before {
    content: "";
    display: block;
    background: linear-gradient(135deg, transparent, var(--color-primary), var(--color-primary), var(--color-primary));
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 46%;
    top: -1.5rem;
    transform: rotate(45deg);

}

.swiper-pagination {
    margin-bottom: -1.5%;
    align-items: center;
}

.swiper-pagination:hover {
    color: var(--color-white);
}
*/

/* ****************FOOTER**************** */
/*
footer {
    background: #363f4a;
    padding-top: 5rem;
    font-size: 00.9rem;
	margin-top:7rem;
}

.footer__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem;
}

.footer__container > div h4 {
    margin-bottom: 1.2rem;
}

.footer__1 p {
   margin: 0 0 2rem; 
}

footer ul li {
    margin-bottom: 0.7rem;
}

footer ul li a:hover {
    text-decoration: underline;
}

.footer__socials {
    display: flex;
    gap: 1rem;
    font-size: 1.2rem;
    margin-top: 2rem;
}

.footer__copyright {
    text-align: center;
    margin-top: 4rem;
    padding: 1.2rem 0;
    border-top: 1px solid  var(--color-bg2);
}
	

/* *********MEDIA QUERIES (TABLETS)*********** */

.featurcontainer {
	width: var(--container-width-lg);
	margin: 0 auto;
}
.features {
    margin-top: 20px;
    padding-bottom: 20px;
	background: var(--color-bg1);
	/*height: 32rem;*/
	color:#fff;
   
}
.features h1 {
	line-height: 1;
	margin: 5rem 0;
}

/* .features__container {
	display: grid;
	grid-template-columns: 40% 60%;
} */
.features__left {
	margin-right: 2rem;
}

.features__left p {
	margin: 1rem 0 3rem;
	
}
.footer-left{
    /* text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center; */
}
.features__right {
	/* display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem; */
}
.features_flex{
    display: flex;
    align-items: center;
    height: 100%;
    /* flex-wrap: wrap; */
    gap: 10px;
    margin-bottom: 10px;
}
.features_flex h5{
    font-size: 16px;
}

.feature {
	background: var(--color-bg2);
	padding: 1.5rem;
	border-radius: 1rem;
	transition: var(--transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.feature:hover {
	box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.feature:nth-child(2) .feature__icon {
	background: var(--color-danger);
}

.feature:nth-child(3) .feature__icon {
	background: var(--color-success);
}

.feature:nth-child(4) .feature__icon {
	background: var(--color-warning);
}
.feature:nth-child(5) .category__icon {
	background: var(--color-success);
}
.feature__icon {
	background: var(--color-primary);
	padding: 0.7rem;
	border-radius: 0.9rem;
display: flex;
}


.feature p {
	font-size: 12px;
	color:#fff;
}



@media (max-height:800px){
	footer { position: static; }
	
}
@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}	
@media screen and (max-width: 1024px) {
    .container {
        width: var(--container-width-md);
    }
	.featurcontainer{
        width: var(--container-width-md);
    }
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

/* ***********NAV BAR****************** */
nav button {
    display: inline-block;
    background: transparent;
    font-size: 1.8rem;
    color: var(--color-white);
    cursor: pointer;
}

nav button#close-menu-btn {
    display: none;
}

.nav_menu {
    position: fixed;
    top: 7rem;
    right: 5%;
    height: fit-content;
    width: 28rem;
    flex-direction: column;
    gap: 0;
    display: none;
}

.nav_menu li {
    width: 100%;
    height: 5.8rem;
    animation: animateNavItems 400ms linear forwards;
    transform-origin: top right;
    opacity: 0;
}

.nav_menu li:nth-child(2) {
    animation-delay: 200ms;
}

.nav_menu li:nth-child(3) {
    animation-delay: 400ms;
}

.nav_menu li:nth-child(4) {
    animation-delay: 600ms;
}

@keyframes animateNavItems {
    0% {
transform: rotateZ(-90deg) rotateX(90deg) scale(0.1);
    }
    100% {
transform: rotateZ(0) rotateX(0) scale(1);
opacity: 1;
    }
}

.nav_menu li a {
    background: var(--color-primary);
    box-shadow: -4rem 6rem 10rem rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff;
}


.nav_menu li a:hover {
    background: var(--color-bg2);
    color: var(--color-white);
}

/* ***********HEADER*********** */
header {
    height: 52vh;
    margin-bottom: 4em;
}

.header__container {
    gap: 0;
    padding-bottom: 3rem;
}

/* ***************CATEGORIES******************** */
.categories {
    height: auto;
}

.categories__container {
    grid-template-columns: 1fr;
    gap: 3rem;
}

.categories__left {
    margin-right: 0;

}

/* ***************features******************** */
.features {
    height: auto;
}

/* .features__container {
    grid-template-columns: 1fr;
    gap: 3rem;
} */

.features__left {
    margin-right: 0;

}
/* *****************POPULAR COURSES************************ */
.courses {
margin-top: 0;
}

.courses__container {
    grid-template-columns: 1fr 1fr;
}

/* *****************FAQs************************ */
.faqs__container {
    grid-template-columns: 1fr;
}

.faq {
padding: 1.5rem;
}
/* *****************FOOTER************************ */
/*.footer__container {
    grid-template-columns: 1fr 1fr;
}*/
}

/* *********MEDIA QUERIES (MOBILE)*********** */
@media screen  and (max-width: 600px) {
    .container {
		width: var(--container-width-sm);
    }
	.featurcontainer{
        width: var(--container-width-sm);
    }
/* ***************** NAV BAR************************ */
.nav_menu {
   /*right: 3%;*/
	center:10%; 
	top: 6rem;	
}
.topnav a {
		/* float: none; */
		display: block;
        font-size: 12px;
        padding: 14px 6px;
		overflow: hidden;
		text-align: right;
	}


/* ***************** CATEGORIES ************************ */
.categories__right {
  grid-template-columns: 1fr 1fr;  
  gap: 0.7rem;
}

.category {
    padding: 1rem;
    border-radius: 1rem;
}

.category__icon {
    margin-top: 4px;
    display: inline-block;
}

/* ***************** features ************************ */
.features__right {
  /* grid-template-columns: 1fr 1fr;  
  gap: 0.7rem; */
}

.feature {
    padding: 1rem;
    border-radius: 1rem;
}

.feature__icon {
    margin-top: 4px;
    display: inline-block;
}
/* ************ POPULAR COURSES *************************/
.courses__container {
    grid-template-columns: 1fr;
}

/* ************ TESTIMONIAL  *************************/
.testimonial__body {
    padding: 1.2rem;
} 

/* ************ FOOTER *************************/
/*.footer__container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
}

.footer__1 p {
    margin: 1rem auto;   
}

.footer__socials {
    justify-content: center;
}*/

}





/* CSS */
.button-33 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}