@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
body::-webkit-scrollbar {
    width: 0.3em;
}
.line-height{
    line-height: 1.4;
}
.border-radius-15{
    border-radius: 15px;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(to right top, #ffde59, #fdd94e, #fcd442, #face34, #f9c925, #f8c71d, #f7c512, #f6c302, #f5c302, #f4c403, #f4c403, #f3c404);
    outline: none;
}
.bg-theme-yellow {
    background: linear-gradient(to right top, #ffde59, #fdd94e, #fcd442, #face34, #f9c925, #f8c71d, #f7c512, #f6c302, #f5c302, #f4c403, #f4c403, #f3c404);
}

/* Code for all */
.font-ubuntu{
    font-family: "Ubuntu", sans-serif;
}
body {
    overflow-x: hidden;
    background: #ebeaea;
    scroll-behavior: smooth;
}
.theme-tagline {
    background: linear-gradient(to right top, #ffde59, #fdd94e, #fcd442, #face34, #f9c925, #f8c71d, #f7c512, #f6c302, #f5c302, #f4c403, #f4c403, #f3c404);
    -webkit-background-clip: text;
    color: transparent;
}

.w-90 {
    width: 90%;
}

.mb-10 {
    margin-bottom: 10vw;
}

.text-theme-secondary{
    color: #dddcdc;
}
.section-subheading {
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.section-subheading::before {
    display: inline-block;
    content: "";
    border-top: 0.2rem solid #121212;
    width: 3rem;
    margin: 0 1rem;
    transform: translateY(-0.4rem);
    animation: line 3000ms ease-in infinite;

}

@keyframes line {
    0% {
        width: 3rem;
    }

    50% {
        width: 2rem;
    }

    100% {
        width: 3rem;
    }
}

.section-heading {
    font-size: 2.8vw;
    font-weight: 600;
    color: #121212;
    width: 80%;
    margin-top: 20px;
    line-height: 4vw;
    font-family: "Ubuntu", sans-serif;
    animation: fade-left linear;
    animation-timeline: view();
    animation-range-start: 100px;
    animation-range-end: 500px;
}

.section-content {
    margin-top: 2vw;
}



.ics-border {
    border-bottom: 1px solid #d3d3d3;
    width: 60%;
    margin: auto;
}

.bg-theme-primary {
    background: #121212;
}

.bg-shadow {
    box-shadow: 0 0 15px #121212;
}

/* Footer CSS */
#footer{
    background-color: #121212;
    padding: 40px 0;
}
#footer .footer-top{
    margin-top: 3vw;
}
.social-icon {
    margin-top: 25px;
   
}
.social-icon ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
}
.social-icon ul li{
 margin:  0 10px;
}
.social-icon .logo-facebook{
    color: #4267B2;
}
.social-icon .logo-twitter{
    color: #fff;
}
.social-icon .logo-insta{
    background-image: linear-gradient(to right top, #f8e636, #ffb229, #ff774d, #ff377a, #ef0caa, #d720b5, #bb2ebe, #9c39c5, #b336b5, #c439a6, #cf4098, #d64b8c) !important;
    -webkit-background-clip: text;
    color: transparent;
}
.social-icon .logo-linkedin{
    color: #0077b5;
}
.social-icon li{
    font-size: 1.5rem;
}

#footer .nav-heading{
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

#footer .footer-nav{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: space-around;
    line-height: 2;
    margin-top: 25px;
}
#footer .footer-nav li a{
    font-size: 16px;
    text-decoration: none;
    color: #dddcdc;
}
#footer .footer-add{
    margin-top: 25px;
    font-size: 16px;
}
#footer .footer-line{
    border-top: 0.5px solid #dddcdc;
    width: 60%;
    margin: 30px auto;
    opacity: 0.5;
}
#footer .footer-bottom{
    width: 90%;
    margin: 0 auto;
}
#footer .footer-text{
   font-size: 13px;
}
#footer .theme-footer{
    color: #f5c502;
}

.nav-contact{
    padding: 15px 30px !important;
    border-radius: 8px;
    background-image: linear-gradient(to right top, #ffde59, #fdd94e, #fcd442, #face34, #f9c925, #f8c71d, #f7c512, #f6c302, #f5c302, #f4c403, #f4c403, #f3c404);
    color: #fff;
}

.nav-contact:hover{
    padding: 15px 30px !important;
    border-radius: 8px;
    background-image: linear-gradient(to right top, #ffde59, #fdd94e, #fcd442, #face34, #f9c925, #f8c71d, #f7c512, #f6c302, #f5c302, #f4c403, #f4c403, #f3c404);
    color: #fff;
    box-shadow: 0px 0px 15px #fff;
}

/* Learn More Button */
.btn-learn-more{
    padding: 6px 10px;
    background: #121212;
    color: #dddcdc;
    border: 1px solid #121212;
    outline: none;
    border-radius: 5px;
    transition: background 300ms ease-in;
    font-size: 15px;
}
.btn-learn-more:hover{
    background: #ebeaea;
    border: 1px solid #121212;
    color: #121212;
}
.text-justify{
    text-align: justify;
}

.text-before-white::before{
display: inline-block;
    content: "";
    border-top: 0.2rem solid #121212;
    width: 3rem;
    margin: 0 1rem;
    transform: translateY(-0.4rem);
    animation: line 3000ms ease-in infinite;
}

.hero-news{
    background: linear-gradient(to right, rgba(18, 18, 18, 0.9) 50%, rgba(18, 18, 18, 0)), url('../img/news.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
    width: 100% !important;

}

.contact-hero{
    background: linear-gradient(to right, rgba(18, 18, 18, 0.9) 50%, rgba(18, 18, 18, 0)), url('../img/contact.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
    width: 100% !important;

}

.hero-coming-soon{
    background: linear-gradient(to right, rgba(18, 18, 18, 0.9) 50%, rgba(18, 18, 18, 0)), url('https://images.pexels.com/photos/6794968/pexels-photo-6794968.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
    width: 100% !important;
}

.hero-products{
    background: linear-gradient(to right, rgba(18, 18, 18, 0.9) 50%, rgba(18, 18, 18, 0)), url('../img/banner-img.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
    width: 100% !important;

}

.sticky-img-top{
    position: sticky;
    top: 5vh;
}