:root {
    --theme-color: #000000;
    --secondary-theme-color: #ffc600;
    /* --btn-color: #000;*/
    --white: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'frizquadratabold';
    src: url('../fonts/friz_quadrata_bold.woff2') format('woff2'),
        url('../fonts/friz_quadrata_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    background-color: #0e1111;
}

body {
    font-size: 12px !important;
    background-color: #0e1111 !important;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}

.navbar {
    box-shadow: none !important;
    background-color: #0e1111;
}

.navbar-brand {
    height: 100%;
    padding: 0 !important;
}

.navbar-brand img {
    height: 65px;
}

.contact {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
}

.contact a,
.contact a:hover {
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.contact i {
    font-size: 20px;
    color: black;
}

.whatsapp i {
    font-size: 25px !important;
}

.bx-support {
    font-size: 20px !important;
    color: var(--theme-color);
}

.banner {
    width: 100%;
    height: auto;
    background-image: url(../images/bannerbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 0px;
}

.modal-body .formwarp {
    background-color: #fff;
}

.modal-body .formwarp .form-title {
    color: var(--secondary-theme-color);
}

.bannerText a {
    border: 2px solid #ffc600;
    color: #ffc600
}

.bannerText span {
    font-size: 6vh;
    color: #ffcc00;
    text-shadow: 2px 4px 9px rgb(0 0 0 / 50%);
}

.services-btn {
    color: #ffc600;
    border: 2px solid #ffc600;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.services-btn:hover {
    background-color: #ffc600;
    color: black;
}

.formwarp {
    width: 80%;
    height: max-content;
    background-color: var(--white);
    padding: 24px 24px 40px 24px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 10px;
}

.formwarp .form-head {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}


.md-form {
    margin-top: 15px;
    color: #222;
    background-color: #f6f3e0;
}

.form-btn {
    display: block !important;
    margin: 0 auto !important;
    color: var(--white) !important;
    font-weight: 700 !important;
    padding: 10px 20px !important;
    background-color: var(--theme-color) !important;
    border-radius: 5px;
    box-shadow: 1px 1px 10px var(--theme-color) !important;
}

.form-btn a,
.form-btn a:hover {
    color: #222;
}

.banner-content-warp {
    text-align: center;
    padding: 20px;
    color: var(--theme-color);
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);

}

.content-warp {
    text-align: center;
    padding: 20px;
    color: #fff
}

.banner-content-warp h1 {
    font-size: 50px;
    color: var(--theme-color);
    font-family: "frizquadratabold";
    margin-top: 20px;
    margin-bottom: 20px;
}

.youtube-video {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bannerText {
    font-size: 3rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 800;
}

.banner-content-warp p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #222;
}

.banner-content-warp h6 {
    font-size: 25px;
    font-weight: 800;
    color: #555;
    margin-bottom: 20px;
}

.products {
    width: 80%;
    margin: 0 auto;
}

.products img {
    width: 100%;
    float: left;
    margin-top: 20px;
}

main {
    width: 100%;
    float: left;
    display: block;

}

/* .about {
    padding-top: 4rem;
} */

.thankuou .about {
    padding-top: 40px;
}

.about-section {
    margin-top: 2rem;
    background-color: #0e1111;
}

.about .head h6 {
    font-size: 20px;
    font-weight: 800;
    color: white;
    position: relative;
    margin-left: 30px;
}

.about .head h6::after {
    position: absolute;
    content: '';
    left: -24px;
    height: 50px;
    width: 3px;
    vertical-align: middle;
    border-radius: 30px;
    background-color: var(--secondary-theme-color);
    top: 0;
}

.header-title {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.header-title h6 {
    position: relative;
    font-size: 25px;
    font-weight: 800;
    color: var(--theme-color);
    text-align: center;
    padding-bottom: 1rem;
    display: inline;
}

.header-title h6::after {
    position: absolute;
    content: "";
    height: 3px;
    border-radius: 30px;
    width: 65%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--secondary-theme-color);
}

/* .about .head::before,
.head::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #fbc033;
    width: 65px;
    bottom: 0;
} */

.about .content-warp {
    text-align: left;
    width: 100%;
    float: left;
}

.contact-warp .head h6,
.core .head h3 {
    text-align: left;
    padding-left: 20px;
    padding-left: 15px;
}

.content-warp .head,
.core .head {
    margin-bottom: 30px;
}

.about-content {
    color: white;
    padding-left: 0px !important;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 0 !important;
}

.about-content li {
    list-style: none;
}

.about-content li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-content li p {
    margin-bottom: 0 !important;
    margin-top: 4px;
    font-weight: 600;
}

.about-content li i {
    font-size: 32px;
    color: var(--theme-color);
    margin-right: 10px;
}

.call-to-action {
    width: 100%;
    background-color: var(--secondary-theme-color);
    float: left;
    /* margin-top: 50px; */
}

.articelwarp {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* background-color: var(--theme-color); */
    padding: 20px 20px 20px 20px;
    /* z-index: 2; */
    /* border-radius: 0 80px 0 80px ; */
}

.articelwarp>* {
    z-index: 1;
}

.imgWarp {
    width: 100%;
    /* border-radius:0 80px 0 80px; */
    overflow: hidden;
}

.imgWarp img {
    height: 100%;
    max-height: 350px;
    width: 100%;
    float: left;
    object-fit: cover;
}

.agency h2{
    font-size:21px;
    
}

.articel-text-warp h6 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.articel-text-warp p {
    font-size: 14px;
    color: var(--btn-color);
}

.articel-text-warp button {
    padding: 15px 40px;
}

.trades {
    width: 100%;
    height: auto;
}

.thumbnill-warp {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* flip card */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 200px;
    /* perspective: 1000px; */
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.serviceheadding {
    margin: 30px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}

.services {
    margin-bottom: 50px;
}

.flip-card-front {
    background-color: #eeeeee;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-front i {
    font-size: 80px;
    color: var(--theme-color);
    margin-bottom: 10px;
}

.flip-card-front h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.flip-card-front i {
    display: block;
}

.flip-card-back {
    background-color: var(--theme-color);
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}







.thumbnill-warp img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.thumb-head {
    font-size: 18px;
    text-align: center;
}

.thumb-head span {
    margin-right: 5px;
    margin-top: 30px;
}

.thumb-head img {
    width: 100px;
    display: inline-block;
    margin-top: -8px;
}

.carousel {
    margin-top: 50px;
}

.item {
    align-items: center;
    /* background-color: #eefcd4; */
    background-color: var(--white);
    color: white;
    border: 1px solid var(--btn-color);
    display: flex;
    justify-content: center;
    /* padding: 20px; */

}

.item p {
    font-size: 12px;
}

.item h6 {
    font-size: 10px;
}

.testi-client-warp {
    width: 100%;
    border-radius: 100px;
    overflow: hidden;
}

.testimonialWarp {
    width: 100%;
    color: #222;
}

.testimonial-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    margin: 0.25rem auto 0.8rem auto;
}

.testimonial-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: inline;
}

.testimonialWarp p {
    line-height: 130%;
    text-align: center;
    font-style: italic;
    color: #444;
    margin-bottom: 10px !important;
}

.testimonialWarp h6 {
    font-size: 16px;
    color: var(--secondary-theme-color);
    font-weight: 600;
    text-align: center;
}

.btn-close {
    color: var(--white) !important;
}

.emailgif {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.thank-you h6 {
    font-size: 18px;
    font-weight: 800;
}

.thank-you p {
    font-size: 12px;
    font-weight: 300;
}

.footer {
    background: var(--theme-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    color: #fff;
    padding-top: 50px;
    margin-top: 50px;
}

.footer ul {
    padding-left: 10px;
}

.footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
}

.footer h6 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer p {
    margin-bottom: 0px;
}

.footer .devide {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.footer_input {
    margin-bottom: 20px;
    border-radius: 0px !important;
    padding: 15px !important;
}

.footer-btn {
    background-color: var(--btn-color);
    padding: 15px 20px !important;
}

.copyright {
    width: 100%;
    background-color: #f6f3e0;
    padding: 10px 0px;
    color: #222;
    text-align: center;
    margin-top: 20px;
}

.product-carousel {
    width: 100%;
    margin: 20px 0 50px 0px;
}

.product-carousel .item {
    background-color: #fff;
    /* border: 1px solid var(--theme-color);
    border-radius: 10px; */
}

.product-warp {
    width: 100%;
    display: block;
    float: left;
    margin: 0 auto;
}

.product-warp img {
    max-height: 300px;
    height: 100%;
    /* width: auto !important; */
    margin: 0 auto;
    float: none !important;
}

.product-carousel {
    margin-top: 80px;
}

.product-carousel .head {
    width: 250px;
    /* text-align: center; */
    margin: 0 auto;
}

.product-carousel .head::before {
    content: "";
    border-left: 3px solid #fbc033;
    height: 65px;
    display: flex;
    float: left;
    padding-left: 20px;
    margin-bottom: 10px;
}

.product-carousel .head h6 {
    padding-top: 15px;
    font-size: 25px;
    font-weight: 800;
    color: var(--theme-color);
}

#owl-carousel {
    width: 100%;
    float: left;
    margin-top: 50px;
}

#owl-carousel-products,
.core {
    width: 100%;
    float: left;
}

#owl-carousel-products .item {
    height: 200px;
    overflow: hidden;
}

.products {
    width: 100%;
    float: left;
}

.core {
    margin: 50px 0px;
}

.product-warp img {
    vertical-align: middle;
}

/* .core h3{
    
} */
/* thank you page*/
.thankuou .form-head {
    font-size: 30px;
    /* width: 70%; */
}

.mail-icon-warp {
    width: 10%;
    margin: 0 auto;
}

.thankyou-card {
    text-align: center;
    margin-bottom: 80px;
}

.sub-head {
    color: #272727;
    text-align: center;
    /* width: 70%; */
    margin: 0 auto;
    margin-top: 30px;
}

.whatsapp {
    color: #202020;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.whatsapp a {
    font-size: 25px !important;
    font-weight: bold;
    color: var(--theme-color);
    transition-duration: 0.3s;
}

.whatsapp a:hover {
    color: var(--theme-color);
}

.whatsapp-icon {
    display: inline-block;
    color: green;
    margin-right: 6px;
    position: relative;

}

.core .card {
    padding: 60px 20px;
    text-align: center;
    box-shadow: 2px 10px 20px #22222246;
    margin-bottom: 30px;
}

.thankuou .product-carousel {
    margin-top: 0px;
}

.core .card h6 {
    font-size: 30px;
    color: var(--theme-color);
    font-weight: 800;
}

.core .first-card {
    margin-top: 150px;
}

.core .card i {
    font-size: 62px;
    color: #0a4628;
}

.core .card h6 span {
    font-size: 20px;
    font-weight: 500;
}

/* responsive */

@media screen and (max-width:992px) {

    .banner-content-warp {
        text-align: center;
        padding: 20px;
        color: var(--theme-color);
        position: static !important;
        top: 0%;
        left: 0%;
        transform: translate(-0%, -0%);

    }
}

@media screen and (max-width:1399px) {
    .products img {
        margin-top: 45px;
    }

    body {
        font-size: 14px !important;
        font-family: 'Poppins', sans-serif !important;
        overflow-x: hidden;
    }
}

@media screen and (max-width:1199px) {
    .products img {
        margin-top: 75px;
    }

    .mail-icon-warp {
        width: 20%;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .thankuou .about {
        padding-top: 0px;
    }

    .content-warp h1 {
        margin-top: 20px;
    }

    .products img {
        margin-top: 10px;
    }

    .form-group {
        margin-top: 30px;
    }

    .content-warp h6 {
        font-size: 18px;
    }

    /* .about {
        padding-top: 30px;
    } */

    /* .about-content li i {
        padding: 50px 20px 0 0;
        font-size: 42px;
        color: var(--theme-color);
    } */

    .about .head::before {
        height: 45px;
    }

    .footer p {
        margin-top: 30px;
    }

    .mail-icon-warp {
        width: 50%;
        margin: 0 auto;
    }
}

/* Samim Middey - CSS */
.section-margin {
    margin: 3rem 0;
}

.section-padding {
    margin: 3rem 0;
    padding: 3rem 0;
}

.youtube-video {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 1rem;
    height: 100%;
    width: 100%;
}

.form-title {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    font-size: 20px;
    color: var(--btn-color);
    font-weight: 600;
    text-align: center;
}

.value-box label {
    color: #fff;
    font-size: 15px;
}

input,
textarea {
    font-size: 12px !important;
}

.form-container {
    margin-top: -0.8rem;
}

.form-control {
    border-radius: 0px !important;
}

#services .head {
    display: flex;
    justify-content: center;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.8rem;
    padding: 1rem 1rem 1.5rem 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-card img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.service-card h6 {
    margin-bottom: 0 !important;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.5rem;
    text-align: center;
}

.service-card a {
    font-weight: 500;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    color: var(--secondary-theme-color);
    padding-bottom: 4px;
    border-bottom: 2px solid var(--secondary-theme-color);
    cursor: pointer;
}

.service-card a:hover {
    border-color: #0066cc;
    color: #0066cc !important;
}

/* #box-section {
    margin-bottom: 80px;
} */

.product-head {
    margin-bottom: 2rem;
}

.product-head h6 {
    font-size: 25px;
    font-weight: 800;
    color: var(--theme-color);
    text-align: center;
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 1rem;
    /* display: inline-block; */
}

.product-head h6::after {
    position: absolute;
    content: "";
    height: 3px;
    border-radius: 30px;
    width: 65%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--secondary-theme-color);
}

#box-section {
    /* background-color: var(--theme-color); */
    position: relative;
}

#box-section::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    width: 50%;
    /* z-index: 1; */
}

.box-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 8px;
    height: 100%;
    color: #fff;
    padding: 2rem 1rem;
}

.box-section-content h2 {
    font-size: 25px;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: capitalize;
}

.form-btntwo {
    background-color: #ffc600 !important;
    color: black !important;
}

.box-section-content ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.box-section-content li {
    font-weight: 600;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#main-footer {
    float: left;
    width: 100%;
    margin-top: 3rem;
    padding-top: 1rem;
    position: relative;
    color: #fff;
    background-color: black;
}

#main-footer::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3E454B;
    opacity: 0.87;
    z-index: -1;
}

.main-footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -2;
}

.footer-subtext {
    margin-top: 16px;
    font-size: 14px;
    color: #9b9b9b;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.footer-contact a,
.footer-contact a:hover {
    color: #fff;
}

.footer-bottom-text span {
    color: #fff !important;
}

.footer-contact-phone,
.footer-contact-mail {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.home-card {
    color: var(--white);
    width: 100%;
    text-align: left;
    padding: 0.5rem;
    font-size: 13px;
}

.home-card a span {
    vertical-align: middle;
}

.footer-contact-phone a,
.footer-contact-mail a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    font-weight: 500;
}

.footer-contact-phone a img,
.footer-contact-mail a img {
    height: 20px;
}

.footer-contact-social {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
}

.footer-contact-social-circle {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}

.footer-col h6 {
    font-weight: 600;
    text-transform: uppercase;
    font: 14px;
}

.footer-col .quick-links {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
    row-gap: 10px;
}

.footer-col iframe {
    margin-top: 1.25rem;
}

.footer-col .quick-links a,
.footer-col .quick-links:hover {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.input-box {
    display: flex;
    align-items: center;
}

.input-box input,
.input-box button {
    border: none;
    outline: none;
    padding: 4px 10px;
    font-size: 14px;
}

.input-box button {
    padding: 5px 10px;
}

.footer-bottom-text {
    padding: 1rem;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

.footer-bottom-text span {
    color: var(--secondary-theme-color);
}

.services .product-head {
    margin-top: 50px;
}

.articel-text-warp {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
    text-align: center;
    color: var(--white) !important;
}

.articel-text-warp p {
    color: #fff
}

.form-container button {
    font-size: 14px;
}

.home-card-section {
    margin: 1.5rem 0 -1rem 0;
}

.home-card {
    background-color: var(--theme-color);
    border-radius: 0px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    transition: 200ms ease;
}

.home-card:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.home-card:hover a {
    color: var(--btn-color);
}

.home-card span {
    font-size: 1.5rem;
    /* color: var(--secondary-theme-color); */
}

.testimonial-card {
    padding: 20px;
}

#mobile-home-cards {
    display: none;
}

.modal-body {
    padding: 0 !important;
}

.modal-header-content {
    background: var(--secondary-theme-color);
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: flex-end;
}

.floating-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 15px 50px;
    border-radius: 30px;
    background-color: var(--secondary-theme-color);
    text-align: center;
    z-index: 99999;
    font-weight: 600;
    color: var(--theme-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    display: none;
}

.floating-btn:hover {
    color: var(--theme-color);
}

@media screen and (max-width: 1200px) {
    .youtube-video h1 {
        font-size: 32px;
        margin-left: 0;
    }

    .youtube-video iframe {
        width: 525px;
    }
}

@media screen and (max-width: 992px) {
    .section-margin {
        margin: 2rem 0;
    }

    .section-padding {
        margin: 2rem 0;
        padding: 2rem 0;
    }

    .youtube-video {
        justify-content: center;
        margin: 0 0 1rem 0;
        align-items: center;
        row-gap: 1rem;
    }

    .youtube-video h1 {
        font-size: 24px;
    }

    .form-title {
        color: var(--btn-color);
        font-size: 1.25rem;
        text-transform: uppercase !important;
    }

    .youtube-video iframe {
        width: 100%;
        height: 350px;
    }

    .home-card-section {
        margin: 3rem 0 0 0;
    }

    #box-section::after {
        left: 0;
        height: 55%;
        width: 100%;
        margin-top: auto;
    }
}

@media screen and (max-width: 768px) {
    .contact {
        column-gap: 1rem;
    }

    .contact a {
        font-size: 14px;
    }

    .contact i {
        font-size: 24px;
    }

    /* #box-section {
        margin-bottom: 48px;
    } */

    .youtube-video h1 {
        font-size: 24px;
    }

    .youtube-video iframe {
        width: 100%;
        height: 300px;
    }

    #box-section::after {
        height: 62%;
    }

    #desktop-home-cards {
        display: none;
    }

    #mobile-home-cards {
        display: block;
    }

    .home-card {
        width: 100%;
    }

    #mobile-home-cards .item {
        background-color: transparent !important;
        margin: 1rem !important;
    }

    .floating-btn {
        right: 20px;
        bottom: 20px;
        padding: 10px 32px;
        border-radius: 30px;
        font-size: 15px;
    }

    #box-section {
        /* background-color: var(--theme-color); */
        position: static;
    }
}

@media screen and (max-width: 600px) {
    .youtube-video {
        margin: 0;
        row-gap: 0.5rem;
    }

    .youtube-video iframe {
        height: 250px;
    }

    .navbar-brand {
        height: 100%;
    }

    .navbar-brand img {
        height: 60px;
    }

    .imgWarp img {
        max-height: 300px;
    }

    .contact a:first-child {
        display: none;
    }

    .contact a:last-child {
        padding: 10px 20px;
        color: #fff;
        background-color: var(--btn-color);
        border-radius: 5px;
    }

    .contact i {
        color: #fff;
    }

    #box-section::after {
        height: 60%;
    }

    .home-card {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .home-card-section {
        margin: 1rem 0 -0.5rem 0;
    }
}

.accordion-button {
    font-size: 15px !important;
    color: #333;
    padding: 10px 1.5rem !important;
}

/* .accordion-button{
    background-color: #333;
    color: #fff;
} */
.accordion-button:not(.collapsed) {
    background-color: #333 !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
    filter: invert() !important;
}

.accordion {
    border-width: 0px !important;
}

.float {
    position: fixed;
    width: 50px;
    left: 30px;
    height: 50px;
    bottom: 35px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;

}

.my-float {
    margin-top: 16px;
}

.c-photo {
    position: absolute;
    right: 80px;
    bottom: 13px;
    width: 150px;
    height: auto;

}

.c-photo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:992px) {
    .content-warp {
        margin-top: 1.5rem;
    }

    .c-photo {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30%;
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .c-photo {
        position: static;
        right: 50px;
        bottom: 0;
        width: 100%;
        height: auto;
        margin-top: 20px;
        display: block;
    }

    #box-section::after {
        display: none;
    }
}