@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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.container-1200 {
    max-width: 1130px;
    margin: auto;
}

/* navigation bar */
.navigation_bar {
    background-color: #fff;
    color: #fff !important;
}


.navbar-nav li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.nav-item a {
    position: relative;
}

.navbar-nav :hover {
    color: #FF7C00 !important;
}

.navbar-nav .active {
    color: #FF7C00 !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-nav {
    gap: 1.5rem;
}

.navbar-brand {
    margin-right: 0px !important;
    text-decoration: none;
    white-space: nowrap;
}

.btn-close:focus {
    box-shadow: none !important;
}

/* hero section */
/* .hero-slide-01{
    position: relative;
    height: 800px;
}
.hero-slide-01::after{
    content: '';
    position: absolute;
    top: 0;
    background: url('../img/img_hero_section_01.png') no-repeat center center;
    background-size: cover;
} */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.hero-text {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.hero-text h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.hero-text span {
    color: #FF7C00;
}

.hero-text p {
    font-size: 30px;
    color: #EBEBEB;
    font-weight: 500;
}

.hero-text-02 {
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translate(-1%, -50%);
}

.hero-text-02 h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.hero-text-02 span {
    color: #FF7C00;
}

.hero-text-02 p {
    max-width: 899px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.hero-text-03 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-text-03 h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.hero-text-03 span {
    color: #FF7C00;
}

.hero-text-03 p {
    font-size: 30px;
    color: #EBEBEB;
    font-weight: 500;
}

@media(max-width:425px) {
    .hero-text p {
        font-size: 25px;
        color: #EBEBEB;
        font-weight: 500;
    }

    .hero-text-02 {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center !important;
    }

    .hero-text-02 p {
        max-width: 899px;
        color: #fff;
        font-size: 25px;
        font-weight: 500;
    }

    .hero-text-03 p {
        font-size: 25px;
        color: #EBEBEB;
        font-weight: 500;
    }
}

/* about us section css */
.about-us-bg {
    background-color: #F7F7F7;
}

.header-text h2 {
    font-size: 40px;
    font-weight: 500;
}

.about-cont p {
    font-size: 22px;
}

/* products section css */
.product-slide img {
    max-width: 100%;
    height: auto;
}

.product-name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 80px;
    background-color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.product-slide:hover .product-name {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-name h3 {
    font-size: 24px;
}

.product-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    left: 0;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 2;
    cursor: pointer;
    height: 67px;
    width: 67px;
    display: flex;
    align-items: center;
    background: #F0F0F0;
    justify-content: center;
    border-radius: 50%;
}

.product-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    right: 0;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 2;
    cursor: pointer;
    height: 67px;
    width: 67px;
    display: flex;
    align-items: center;
    background: #F0F0F0;
    justify-content: center;
    border-radius: 50%;
}

/* gallery section css */
.gallery-image img {
    border-radius: 8px;
}

/* Image-Gallery */

.fullscreen-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    overflow: auto;
}

.close-fullscreen {
    color: white;
    font-size: 3rem;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#fullscreenImage {
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.gallery-pre-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.gallery-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

.navigation-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    width: 56px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    transition: 0.3s;
}

.navigation-buttons button:hover {
    background-color: #FF7C00;
}

/* testimonial section css */
.testimonial-bg {
    background-color: #F7F7F7;
}

.testimonial-slide {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    min-height: 429px !important;
}

.testimonial-slide img {
    max-width: 229px;
    height: auto;
}

.testimonial-img {
    max-width: 128px !important;
    height: auto !important;
    display: flex;
    margin: auto;
}

.testimonial-cont h5 {
    font-size: 26px;
    color: #747474;
    font-weight: 500;
}

.testimonial-cont p {
    font-size: 22px;
    color: #747474;
}

.testimonial-star {
    max-width: 229px;
    height: auto;
    display: flex;
    margin: auto;
}

.testimonial-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    left: 4px;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 2;
    cursor: pointer;
    height: 67px;
    width: 67px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    justify-content: center;
    border-radius: 50%;
}

.testimonial-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    right: 4px;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 2;
    cursor: pointer;
    height: 67px;
    width: 67px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    justify-content: center;
    border-radius: 50%;
}

@media(max-width:992px) {
    .testimonial-button-prev {
        cursor: pointer;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        background: transparent;
        justify-content: center;
        border-radius: 50%;
    }

    .testimonial-button-next {
        cursor: pointer;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        background: transparent;
        justify-content: center;
        border-radius: 50%;
    }

    .testimonial-slide {
        min-height: 459px !important;
    }
}

/* contact-us section css */
.contact-us-bg {
    background-color: #fff;
    background: url('../img/img_contact_us_banner.png') no-repeat center center;
    background-size: cover;
    min-height: 665px;
}

.contact-header h2 {
    color: #fff;
    font-size: 40px;
}

.contact-header p {
    font-size: 30px;
    color: #F0F0F0;
    font-weight: 400;
}

.contact-input {
    width: 100%;
    height: 69px;
    background: rgba(97, 99, 100, 0.3);
    outline: none;
    border: 2px solid #52535A;
    color: #fff;
    font-size: 22px;
}

.contact-input::placeholder {
    color: #fff;
}

.contact-textarea {
    width: 100%;
    height: 154px;
    background: rgba(97, 99, 100, 0.3);
    outline: none;
    border: 2px solid #52535A;
    color: #fff;
    font-size: 22px;
    resize: none;
}

.contact-submit-btn {
    width: 273px;
    height: 58px;
    border: none;
    background-color: #FF7C00;
    font-size: 22px;
    color: #fff;
    border-radius: 8px;
}

@media(max-width:375px) {
    .contact-submit-btn {
        width: 100%;
    }
}

/* footer section css */
.footer-logo {
    max-width: 155px;
    min-height: 144px;
}

.footer-social li {
    background: #000000;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-text p {
    font-size: 28px;
    color: #747474;
}

.footer-social li:hover {
    background: #FF7C00;
}

.footer-map {
    width: 100% !important;
    min-height: 437px;
}

.footer-menu li a {
    font-size: 22px;
    font-weight: 400;
    color: #747474 !important;
    transition: 0.3s;
}

.footer-menu li a:hover {
    color: #000000 !important;
}

.footer-menu-li {
    position: relative;
}

.footer-menu-li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background: #52535A;
    left: -10px;
}

.footer-copyright-text p {
    font-size: 20px;
    color: #747474;
}

.footer-copyright-text p a {
    text-decoration: none;
    color: #747474;
    transition: 0.3s;
}

.footer-copyright-text p a:hover {
    color: #FF7C00;
    text-decoration: underline;
}

/* Scroll-Top button */

.backtotopbtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    height: 86px;
    width: 86px;
    font-size: 12px;
    background-color: #CFA6F1;
    border: none;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: pulse-animation 2s infinite;
    /* box-shadow: 0px 0px 1px 1px #FF7C00; */
    color: #fff;
}

.back-to-top-icon-border {
    background: url('../img/back-to-top.png') no-repeat center center;
    background-size: cover;
    height: 88%;
    width: 88%;
}

/* .back-to-top-icon-border::after {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.backtotopbtn:not(:hover) {
    background: #FF7C00;
}

.backtotopbtn:hover {
    background: #FF7C00;
}

.backtotopbtn.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.backtotopbtn:not(.active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

@media(max-width:425px) {
    .backtotopbtn {
        height: 75px;
        width: 75px;
        font-size: 10px;
    }
}