*{
    padding:0;
    margin:0;
    font-family: sans-serif;
}
html {
    scroll-behavior: smooth !important;
  }

  
:root{
    --primary : #EC1C24 !important;
    --secondary : #890C15 !important;
}


body{
    background-color: white;
}


.main-outer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth !important;
}

.align-center{
    align-items: center !important;
}

.main-outer::-webkit-scrollbar{
    display: none;
}

.main-inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn{
    border: none;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    z-index: 9999;
    transition: .5s;
    margin: 8px 0;
}

.primary{
    background-color: var(--primary);
    color: white;
}

.primary:hover{
    background-color: var(--secondary);
    color: white;
}

.third{
    background-color: white;
    color: var(--primary);
}

.third:hover{
    background-color: var(--secondary);
    color: white;
}

nav{
    width: 100vw;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    overflow: hidden;
}

nav .nav-topbar{
    width: 100%;
    background-color: var(--primary);
    color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

nav .nav-topbar a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

nav .nav-bar{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

nav .nav-bar .nav-bar-inner{
    width: 80%;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1366px;
}

nav .nav-bar .nav-bar-inner .nav-logo{
    width:150px;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

nav .nav-bar .nav-bar-inner .nav-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

nav .nav-bar .nav-bar-inner .nav-menu{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    
}

nav .nav-bar .nav-bar-inner .nav-menu ul{
    top: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
   
}


nav .nav-bar .nav-bar-inner .nav-menu ul li a{
    text-decoration: none;
    color: white;
    height: 100%;
    padding: 10px 30px;
    transition: .5s;
}

nav .nav-bar .nav-bar-inner .nav-menu ul li a:hover{
    color: rgb(58, 189, 212);
}


@media only screen and (max-width: 1024px) {

    nav .nav-topbar span{
        font-size: 12px;
        text-align: center;
    
    }

    nav .nav-bar .nav-bar-inner .nav-menu{
        display: none;
        
    }


}

.white-color{
    color: white !important;
}


.grey-color{
    color: rgb(175, 175, 175) !important;
}

.carousel{
    width: 100%;
    height: 900px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: -200px;
    overflow: hidden;
}

.carousel .carousel-inner{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    
}

.carousel .carousel-inner .carousel-bg{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.8)),url('../asset/img/bg/carousel-bg.gif');
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    position: absolute;
    z-index: -1;
}

.carousel .carousel-inner .carousel-items{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.carousel .carousel-inner .carousel-items .carousel-item{
    width: 80%;
    max-width: 1366px;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

}

.podcast-wav{
    width: 70%;
    height: 200px;
    position: absolute;
    bottom: -50px;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,.2), rgba(0,0,0,1)), url('../asset/img/bg/podcast-wav-02.gif');
    background-repeat: repeat-x;
    background-size: contain;
    mix-blend-mode: screen;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-content h2{
    width: 100%;
    font-size: 65px;
    line-height: 65px;
    color: white;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-content p{
    width: 80%;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 0;
    margin-bottom: 10px;
    color: #9e9e9e;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-content .carousel-buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-content .carousel-buttons img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left: 8px;
    transition: .5s;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-content .carousel-buttons img:hover{
    transform: scale(1.1);
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-image{
    width: 30%;
    width: 500px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-image .image-corner{
    position: absolute;
    right: -100px;
    top: -100px;
    width: 300px;
    height: 300px;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-image .carousel-image-sub-sec{
    position: absolute;
    left: -120px;
    bottom: 100px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary);
    border-radius: 10px;
    animation: scale-anim 5s infinite ease-in-out;

}

@keyframes scale-anim {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-image .carousel-image-sub-sec img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    object-fit: contain;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-image .carousel-image-sub-sec .carousel-image-sub-sec-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-image .carousel-image-sub-sec .carousel-image-sub-sec-content span{
    font-size: 14px;
    text-align: left;
    color: white;
}

.carousel .carousel-inner .carousel-items .carousel-item .carousel-image .carousel-image-sub-sec .carousel-image-sub-sec-content h3{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: white;
}

@media only screen and (max-width: 1024px) {

    .carousel{
        height: auto;
        padding-top: 50px;
    }

    .carousel .carousel-inner .carousel-items .carousel-item{
        width: 80%;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        padding: 50px 0;
    
    }
    

    .carousel .carousel-inner .carousel-items .carousel-item .carousel-content{
        width: 100%;
    }
    
    .carousel .carousel-inner .carousel-items .carousel-item .carousel-content h2{
        width: 100%;
        font-size: 45px;
        line-height: 45px;
        color: white;
    }
    
    .carousel .carousel-inner .carousel-items .carousel-item .carousel-content p{
        width: 80%;
        font-size: 14px;
    }
    
    .carousel .carousel-inner .carousel-items .carousel-item .carousel-image{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        margin-bottom: 100px;
    }
    
    .carousel .carousel-inner .carousel-items .carousel-item .carousel-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-inner .carousel-items .carousel-item .carousel-image .carousel-image-sub-sec{
        position: absolute;
        left: 50px;
        bottom: -50px;
        padding: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: var(--secondary);
        border-radius: 10px;
    
    }
}

.bg-black{
    background-color: black !important;
}

.bg-offer{
    background-image: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.9)),url('../asset/img/bg/offer-bg-abstract.gif');
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;

}

.kts-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.kts-section .kts-section-inner{
    width: 80%;
    max-width: 1366px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.kts-section .kts-section-inner .kts-section-head{
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.align-left{
    align-items: flex-start !important;
    text-align: left !important;
}


.align-end{
    align-items: flex-end !important;
    text-align: right !important;
}

.kts-section .kts-section-inner .kts-section-head span{
    font-size: 16px;
    padding: 5px 0;
    color: var(--secondary);
}

.kts-section .kts-section-inner .kts-section-head h3{
    font-size: 24px;
    text-align: inherit;
    color: black;
}

.kts-section .kts-section-inner .kts-section-head h2{
    font-size: 50px;
    text-align: inherit;
    color: black;
}

.kts-section .kts-section-inner .kts-section-head p{
    font-size: 16px;
    line-height: 20px;
    text-align: inherit;
    color: rgb(82, 82, 82);
    margin: 10px 0;
    width: 80%;
    max-width: 600px;
}


.neon-text {
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

.kts-form-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.kts-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image-thumbnail{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.kts-carousel-grid{
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.grid-2{
    display: grid !important;
    grid-template-columns: auto auto;
    margin: 8px 0 !important;
    padding: 16px 0 !important;
}

.grid-2 .kts-carousel-item{
    height: auto !important;
}

.jusify-start{
    justify-content: flex-start !important;
}

.number-bg{
    padding: 16px;
    font-size: 30px;
    font-weight: bold;
    background-color: var(--secondary);
    color: white;
    margin-bottom: 8px;
    border-radius: 50%;
}

.kts-carousel-grid .kts-carousel-item{
    width: 200px;
    height: 250px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    border: 1px solid #eeeeee;
    box-shadow: 2px 2px 8px #eeeeee;
    margin: 16px;
    border-radius: 10px;
}

.border-none{
    border: none !important;
}
.box-shadow-none{
    box-shadow: none !important;
}

.kts-carousel-grid .kts-carousel-item img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 8px;

}

.kts-carousel-grid .kts-carousel-item h3{
    font-size: 16px;
    margin: 8px 0;
}

.kts-carousel-grid .kts-carousel-item p{
    font-size: 14px;
    color: #a8a8a8;
    margin: 8px 0;
}



.kts-offer-section{
    width: 80%;
    height:300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.kts-offer-section .kts-offer-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
   padding: 10px;
}


.kts-offer-section .kts-offer-content h3{
    width: 60%;
    font-size: 30px;
    color: white;
    z-index: 999;
}
.kts-offer-section .kts-offer-content p{
    width: 60%;
    font-size: 14px;
    line-height: 20px;
    color: grey;
    z-index: 999;
    margin: 10px 0;
}

.kts-offer-section .kts-offer-content ul{
    list-style: none;
    z-index: 9999;
    padding: 8px;
}

.kts-offer-section .kts-offer-content ul li{
    color: rgb(189, 189, 189);
    margin: 15px 0;
}

.kts-offer-section .kts-offer-image{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.kts-offer-section .kts-offer-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media only screen and (max-width: 1024px) {

    .kts-offer-section{
        height: auto;
    }
    .kts-offer-section .kts-offer-content p{
        width: 100%;
    }

    .kts-carousel-grid{
        flex-direction: column;
    }

    .kts-carousel-grid .kts-carousel-item{
        width: 100%;
    }

    .kts-form-group{
        flex-direction: column;
    }

    .image-thumbnail{
        margin: 16px 0;
    }

    .grid-2{
        grid-template-columns: auto;
    }

    .grid-2 .kts-carousel-item{
        height: auto !important;
        margin: 8px !important;
    }

    
.align-left{
    align-items: center !important;
    text-align: center !important;
}


.align-end{
    align-items: center !important;
    text-align: center !important;
}

.kts-section .kts-section-inner .kts-section-head span{
    font-size: 16px;
    padding: 5px 0;
}

.kts-section .kts-section-inner .kts-section-head h3{
    font-size: 24px;
    text-align: inherit;
    color: var(--primary);
}

.kts-section .kts-section-inner .kts-section-head h2{
    font-size: 30px;
}

    
}


.products{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 20px 0;

}

.products .product{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 8px;
    overflow: hidden;
    transition: .5s;
    position: relative;
    overflow: hidden;
    border: 5px solid black;
}

.products .product img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: .5s;
}


.products .product .image-corner{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}


.products .product .product-content{
    width: 80%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #ffffff;
    margin-top: -150px;
}

.products .product h3
{
    font-size: 18px;
    font-weight: 300;
    padding: 5px 8px;
    margin-bottom: 10px;
}

.products .product .basic{
    background-color: #43cf4a;
    color: black;
}

.products .product .pro{
    background-color: #815daa;
    color: black;
}

.products .product .premium{
    background-color: #1ea8a1;
    color: white;
}

.products .product p
{
    font-size: 14px;
    color: grey;
    padding: 3px 0;
}

.products .product h4
{
    font-size: 16px;
    color: var(--secondary);
    margin: 8px 0;
}

.products .product ul{
    list-style: none;
    margin-left: 10px;
    padding: 10px 0;

}


.products .product ul li{
    font-size: 14px;
    margin: 3px 0;
    color: grey;
    margin: 0;
	padding: 10px 0 10px 30px;
	list-style: none;

}

.products .product ul .tick{
	background-image: url("../asset/img/icons/tick-circle-svgrepo-com2.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}

.products .product ul .wrong{
	background-image: url("../asset/img/icons/wrong-delete-remove-trash-minus-cancel-close-svgrepo-com.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}


@media only screen and (max-width: 1024px) {
    .products{
        grid-template-columns: auto;
    }

    .products .product{
        width: 100%;
        margin: 20px 0;
    }
}



footer{
    width: 100%;
    height: 300px;
    min-height:300px;
    padding-top: 50px;
    background:linear-gradient(rgba(0, 0, 0, 0.9),rgba(29, 1, 1, 0.9)), url("../asset/img/footer/kites-podcast-footer-bg.jpg");
    background-position:0% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 9999 !important;
}

footer .footer-inner{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

footer .footer-inner .footer-logo{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

footer .footer-inner .footer-logo img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 5px;
}

footer .footer-inner .footer-logo p{
    font-size: 14px;
    color: rgb(192, 192, 192);
    line-height: 20px;
}

footer .footer-inner .footer-sections{
    width:80%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
}

footer .footer-inner .footer-sections .footer-menu{
    width: 25%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

footer .footer-inner .footer-sections .footer-menu h3{
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-bottom: 10px;
}

footer .footer-inner .footer-sections .footer-menu ul{
    list-style: none;
}

footer .footer-inner .footer-sections .footer-menu ul li{
    padding: 5px 3px;
    
    
}

footer .footer-inner .footer-sections .footer-menu ul li a{
    text-decoration: none;
    color: rgb(117, 117, 117);
    transition: .5s;
}

footer .footer-inner .footer-sections .footer-menu ul li a:hover{
    text-decoration: none;
    color: var(--secondary)
}

footer .footer-inner .footer-sections .footer-menu .social-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
}

footer .footer-inner .footer-sections .footer-menu .social-icons img{
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
    border-radius: 3px;
}


footer .footer-inner .footer-sections .footer-menu .newsletter{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    position: relative;
}

footer .footer-inner .footer-sections .footer-menu .newsletter input{
    border: none;
    width: 300px;
    padding: 10px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 10px;
}

footer .footer-inner .footer-sections .footer-menu .newsletter button{
    position: absolute;
    right: -1px;
    padding: 10px 20px;
    bottom: 2.5px;
    border: 1px solid var(--primary);
}


.copyright{
    width: 100%;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--third);
}

.copyright .copyright-inner{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.copyright span{
    font-size: 14px;
    color: var(--fourth);
    text-align: center;
}

.copyright a{
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary);
}

@media only screen and (max-width: 1024px) {

   

footer{
    width: 100%;
    height: 100%;
    min-height:100%;
    padding-top: 0;
    background-position:50% 20%;
}

footer .footer-inner{
    width: 100%;
    flex-direction: column;
    z-index: 999;
}

footer .footer-inner .footer-logo{
    width: 90%;
    align-items: flex-start;
}

footer .footer-inner .footer-logo img{
    width: 70%;
    height: 150px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 5px;
}

footer .footer-inner .footer-logo p{
    width: 80%;
}



footer .footer-inner .footer-sections{
    width:90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

footer .footer-inner .footer-sections .footer-menu{
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

footer .footer-inner .footer-sections .footer-menu h3{
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}


footer .footer-inner .footer-sections .footer-menu .newsletter{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
}


    
}

