@import url('https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

h1 {}

body {
    font-family: 'Poppins', sans-serif;
}

.navbar-brand img {
    width: 150px;
}

.navbar-brand {
    padding: 16px 0px !important;
}

.bg-dark {
    background-color: black !important;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 25px;
    font-size: 14px;
}

.nav-link {
    color: white;
}

.hero {
    height: 100vh;
    background: url('./images/hero.jpg') center/cover no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-content {
    width: 65%;
}


.hero-content p {
    font-size: 22px;
    width: 60%;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

.nav-link.icon {
    padding: 0px 3px !important;
}

.nav-link.icon img {
    width: 28px;
}

.nav-link.active {
    color: #ffde77 !important;
}

.btn-link {
    color: #ffde77 !important;
    text-decoration: none !important;
}

.bt-custom {
    background: linear-gradient(135deg, #ffde77, #ff8c00);
    font-size: 15px;
    padding: 17px 30px;
    border: none;
    border-radius: 8px;
    /* color: #fff; */
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 15px rgba(255, 140, 0, 0.6),
        0 0 30px rgba(255, 222, 119, 0.6);
}

.bt-custom:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 140, 0, 0.9),
        0 0 40px rgba(255, 222, 119, 0.9);
}


.section-2 {
    padding: 7rem 0;
    background: url('./images/section-2.jpg') center/cover no-repeat;
}

.content-set {
    width: 50%;
    margin: auto;
}

.content-set h2 {
    margin: auto;
    margin-bottom: 2rem;
    /* font-family: "Fahkwang", sans-serif; */
    font-weight: 700;


}

p {
    line-height: 30px;
    font-size: 16px;
    color: #d1d1d1 !important;
}

.mid h1 {
    /* font-family: "Fahkwang", sans-serif; */
    font-weight: 700;
}

s .set-imageText {
    position: relative;
    text-align: center;
}

.section-3 .set-Text {

    padding: 3rem;
}

.section-5 .set-Text {
    display: flex;
    padding: 3rem;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
}

.section-3 h3,
.section-5 h3 {
    position: relative;
    top: -55%;
    transform: translateX(-50%);
    margin-top: 10px;
    color: white;
    /* font-family: "Fahkwang", sans-serif; */
    font-weight: 600;
}

.section-3 h3 {
    left: 0%;
}

.section-5 h3 {
    left: 15%;
    width: 70%;
}

.section-3 .set-imageText img {
    max-width: 100%;
    height: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) #808080 !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) #808080 !important;
}

.section-4 {
    padding: 8rem 0;
    background: url('./images/section-4.jpg') center/cover no-repeat;
}

.section-4 h1 {
    font-size: 37px;
    /* font-family: "Fahkwang", sans-serif; */
    font-weight: 600;
}

.set-box {
    border-bottom: 4px solid #bababa;
    padding-bottom: 20px;
}

.set-box h2 {
    /* font-family: "Fahkwang", sans-serif; */
    font-weight: 600;
    font-size: 60px;
    color: #ffde77;
    text-shadow: 0 0 10px rgb(255 222 119 / 30%), 0 0 20px rgb(255 200 100 / 22%), 0 0 30px rgb(255 150 50 / 31%)
}

.section-5 .set-imageText img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

/* General Styles for Footer */
.footer {
    background-color: #000000;
    color: #fff;
    padding: 40px 0;
    border-top: 1px solid #808080;
}


.footer h5 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer p,
.footer ul,
.footer li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #808080 !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) #808080 !important;
}

/* Footer Links (Products, Legal) */
.footer-links ul,
.footer-info ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li,
.footer-info ul li {
    margin: 5px 0;
}

/* Newsletter */
.footer-newsletter input {
    padding: 10px;
    width: 80%;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
}

.footer-newsletter button {
    padding: 10px 15px;
    background-color: #ffde77;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.footer-newsletter button:hover {
    background-color: #ffde77;
}


.footer-col ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #d1d1d1;
}

.footer a {
    color: #d1d1d1 !important;
}

.footer .btn-secondary {
    background: transparent;
    border: 1px solid grey;
    padding: 15px 50px;
}

.footer .icons {
    font-size: 25px;
    margin-bottom: 15px;
}

.footer-col h5 {
    color: #d1d1d1;
}


.hero-page {
    position: relative;
    background: url('./images/section-4.jpg') center/cover no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    align-content: center;
}

.hero-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 24%);
}

.hero-page .container {
    position: relative;
    z-index: 1;

}

.hero-page h1,
.hero-page p {
    /* font-family: "Fahkwang", sans-serif; */
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}

.products-pg .card-body {
    padding: 0px;
    border: 0px;
}

.products-pg .card {
    background: transparent !important;
    border: 0px;
}

.products-pg .card-title {
    /* font-family: "Fahkwang", sans-serif; */

    color: white;
}

.btn-white {
    background: white;
    width: 150px;
    border: 0px;
    border-radius: 0px;
}

.products-pg .card-body img {
    width: 100%;
}

.products-pg .card {
    margin-top: 3rem;
}

.products-pg {
    padding: 3rem 0;
}

.video-pg .card {
    background-color: transparent;
    border: 1px solid #393939;
    border-radius: 0;
}

.video-pg .card .card-title a {
    /* font-family: "Fahkwang", sans-serif; */
    color: white;
    text-decoration: none;
    font-weight: 200;
}

.line {
    border-bottom: 2px solid #393939;
    padding: 10px 0;
    width: 50px;
}

.products-pg .price {
    font-size: 1.5rem;
}

.video-pg .price {
    color: white !important;
    margin-top: 10px;
}

.video-pg {
    padding: 4rem 0;
}

.video-pg .bt-custom {

    padding: 9px 30px;
    height: 2.5rem;
    width: 100%;
}


.lead.h6 {
    font-size: 25px;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.animate-left {
    opacity: 0;
    animation: slideInFromLeft 1.2s ease-out forwards;
}

/* Specific delays for each element */
.heading-animate {
    animation-delay: 0.3s;
}

.paragraph-animate {
    animation-delay: 1s;
}

.button-animate {
    animation-delay: 1.7s;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-in {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.animate {
    animation: slideInLeft 1s ease-out forwards;
}

.heading-animate.animate {
    animation-delay: 0.2s;
}

.paragraph-animate.animate {
    animation-delay: 0.8s;
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
}

.animate-on-scroll.visible {
    animation: slideInUp 1s ease-out forwards;
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.5s ease-out;

}

.animate-on-scroll.visible {

    animation: slideInLeft 1s ease-out forwards;

}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* For counting number animation */
@keyframes countUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Apply fade-in-left animation to the boxes */
.set-box {
    opacity: 0;
    animation: fadeInLeft 2s ease-out forwards;
}

/* For the H2 number - apply the count-up animation */
.set-box h2 {
    opacity: 0;
    animation: countUp 2s ease-out forwards;
    animation-delay: 1s;
}

/* For the P tag - fade-in animation */
.set-box p {
    opacity: 0;
    animation: countUp 1.5s ease-out forwards;
    animation-delay: 1.5s;
}

/* Header animation */
h1 {
    opacity: 0;
    animation: fadeInLeft 2s ease-out forwards;
    animation-delay: 0.2s;
}

/* Make element visible when scrolled into view */
.visible {
    opacity: 1 !important;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Header animation */
h1 {
    opacity: 0;
    animation: slideInLeft 1s ease-out forwards;
    animation-delay: 0.2s;
}

/* Make element visible when scrolled into view */
.visible {
    opacity: 1 !important;
}


.blog-pg .card {
    background-color: transparent;
    border: 1px solid #393939;
    border-radius: 0;

    padding: 0px;
}

.blog-pg span {
    font-size: 11px;
    color: #c7c7c7;
}

.blog-pg h2 {
    color: white;
    font-size: 27px;
}

.dropdown-menu {
    border: 1px solid #4d4d4d;
    border-radius: 0px;
    background-color: #000000;
    color: white;
}

.dropdown-item:hover {
    background-color: #000000;

}

.blog-pg {
    padding: 6rem 0;
}

.blog-pg .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-info h3 {
    /* font-family: "Fahkwang", sans-serif; */
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-info {
    /* font-family: "Fahkwang", sans-serif; */
    color: white;
    padding: 3rem 2rem;
}

.contact-info a {
    color: #d1d1d1;
}


.contact-info p {
    line-height: 40px;
    font-size: 18px;
}

.contact-info .icons i {
    font-size: 30px;
}

input,
.form-control {
    background: transparent;
    border: 1px solid grey;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    color: white;
    border-radius: 6px;
}

/* 

*/
label {
    color: #d1d1d1;
}

.set-form {
    padding: 4rem;
}

.form-control:focus {
    background-color: #000;
    color: #fff;
    border-color: #ffffff;
    box-shadow: none;
}

.set-form .bt-custom {
    width: 100%;
}

.contact-pg {
    padding: 6rem 0;
}


.offcanvas-header {
    background-color: #ffffff !important;
    color: rgb(0, 0, 0);
}

.offcanvas-body {
    background-color: #000000 !important;
}

.list-group-item {
    background: black !important;
    color: whitesmoke !important;
    border: none !important;
    font-size: 16px;
    padding: 8px 15px;
}

#subscribe_form input::placeholder {
    color: #999;
    /* light grey */
    opacity: 1;
    /* ensures the grey is visible (browsers sometimes reduce opacity) */
}

.overview h4 {
    color: white;
}

.detail-pg {
    padding: 4rem 0;
}

.list-group {
    border: 1px solid white;
    border-radius: 0px;
    margin-top: 1rem;

}

.overview {
    padding-bottom: 4rem;
}

.bt-custom.dt-pg {
    width: 150px;
    padding: 10px 30px;
    height: 3.5rem;
    font-size: 18px;
    margin-top: 2rem;
}

.overview02 h5 {
    /* font-family: "Fahkwang", sans-serif; */
    font-weight: 700;
    font-size: 40px;
}

.overview02 .price {
    font-size: 26px;
    /* font-family: "Fahkwang", sans-serif; */
    margin-top: 3rem;
}


ul {
    color: #d1d1d1;
}

.security-pgs p {
    font-size: 16px;
}


.security-pgs {
    padding: 5rem 0;
}


.detailblog-pg {
    padding: 6rem 20rem;
}

.detailblog-pg h2 {
    font-size: 40px;
    margin-bottom: 3rem;
}


.detailblog-pg .card-body {
    padding: 3rem 6rem;
}


.detailblog-pg p {
    color: white !important;
}

.detailblog-pg ul {
    color: #ffffff;
}

.detailblog-pg span {
    font-size: 14px;
}

.blog-set.two h2 {
    font-size: 18px;
}

.img-pg {
    width: 50%;
    margin: auto;
    padding: 2rem 0
}

.blog-set.two img {
    height: 180px;
}

.btn-white:hover {
    background-color: rgb(232, 232, 232);
}

textarea::placeholder {
    color: white !important;
}

.section-5,
.section-3 {
    padding: 6rem 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-3 h3 {
        left: 2%;
        top: -57%;
    }

    .section-5 .set-imageText img {
        height: 100%;
    }

    .section-5 .set-Text {
        padding: 1rem;
    }

    .section-2 {
        padding: 4rem 0;
    }

    .section-5 h3 {
        top: -74%;
    }

    .section-5,
    .section-3 {
        padding: 4rem 0;
    }

    .hero-content {
        width: 100%;
    }

    .set-form {
        margin: 0;
    }

    .detailblog-pg {
        padding: 3rem 4rem;
    }

    .detailblog-pg .card-body {
        padding: 3rem 1rem;
    }

    .footer .btn-secondary {
        padding: 15px 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-5 .set-Text {
        padding: 2rem;
    }

    .hero-content {
        width: 100%;
    }

    .section-5 .set-imageText img {
        height: auto;
    }

    .section-5 h3 {
        left: 0;
        width: 100%;
        top: -60%;
    }

    .footer .d-flex {
        display: flex !important;
        flex-wrap: wrap;
    }

    .footer .btn-secondary {
        padding: 15px 28px;
    }

    .section-5 .set-imageText img {
        height: 100%
    }

    .section-4 {
        padding: 8rem 0 9rem
    }

    .section-3 .set-Text {
        padding: 2rem;
    }

    .section-3 .set-imageText img {
        height: 100%;
    }

    .section-3 h3 {
        left: 10%;
    }

    .content-set {
        width: 100%;
    }

    .hero-content {
        width: 100%;
    }

    .contact-info {
        padding: 4rem 1rem;
    }

    .set-form {
        padding: 4rem 1rem;
        margin: 0;
    }

    .detailblog-pg {
        padding: 3rem 0;
    }

    .detailblog-pg .card-body {
        padding: 3rem 1rem;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .hero-content {
        width: 100%;
    }

    .lead {
        font-size: 1rem !important;
    }

    .hero-content p {
        width: 100%;
    }

    .detailblog-pg {
        padding: 3rem 0;
    }

    .detailblog-pg .card-body {
        padding: 3rem 1rem;
    }

    .section-5 h3 {
        left: 15%;
        width: 75%;
        top: -62%;
    }

    .set-form {
        padding: 0rem;
        margin: 0 0rem;
    }

    .contact-info {
        padding: 3rem 0;
    }

    .content-set {
        width: 100%;
    }

    .video-pg .card {
        margin-bottom: 2rem;
    }

    .section-4 {
        padding: 4rem 0 7rem;
    }

    .section-3 h3 {
        left: 0%;
    }

    .section-3 .set-Text {
        padding: 2rem 0rem;
    }

    .section-4 h1 {
        font-size: 26px;
    }

    .section-5 .set-Text {
        padding: 2rem
    }

    .footer-col {
        padding: 1rem;
    }


}

@media only screen and (min-width: 1800px) {}

@media only screen and (min-width: 2400px) {}

.navbar-collapse {
    position: relative;
    z-index: 1000;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #000000;
        z-index: 9999;
        padding: 1rem;
    }
}

.footer-col img {
    width: 38px;
    margin-top: 15px;
}