@import url(https://db.onlinewebfonts.com/c/af2891efc1bf4df8873fba9c8aa9bf47?family=Knockout-HTF54-Sumo);
@font-face {
    font-family: "Knockout-HTF54-Sumo";
    src: url("https://db.onlinewebfonts.com/t/af2891efc1bf4df8873fba9c8aa9bf47.eot");
    src: url("https://db.onlinewebfonts.com/t/af2891efc1bf4df8873fba9c8aa9bf47.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/af2891efc1bf4df8873fba9c8aa9bf47.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/af2891efc1bf4df8873fba9c8aa9bf47.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/af2891efc1bf4df8873fba9c8aa9bf47.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/af2891efc1bf4df8873fba9c8aa9bf47.svg#Knockout-HTF54-Sumo")format("svg");
}



* {
    margin: 0;
    padding: 0;

}

html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth !important;
    font-size: 14px;
    background-color: black !important;
}

.mt-100 {
    margin-top: 100px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}

.col-6  {
    width: 100% !important;
    height: 100% !important;
}

#start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: black;
}

#5pillars {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: black;

}

#about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}



.background-image-container {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Hide overflow from zoom animation */
    opacity: 0;
    transition: opacity 2.5s ease-in-out; /* Expressive smoothing effect duration and style */
}

.background-image {
    width: 100%;
    height: 100%;
    background-image: url('../img/bg-img/bg-1.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    animation: zoom 10s linear infinite alternate; /* Zoom effect duration and style */
}


.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
    opacity: 1;
    transition: opacity 1s;
    padding-top: 16%;


}


.preloader .circle-preloader {
    -webkit-animation: spin 700ms infinite linear;
    animation: spin 700ms infinite linear; }

.text-animation {
    color: white;
    opacity: 0;
    animation-fill-mode: forwards;
    font-family: "Knockout-HTF54-Sumo";
}

.text-animation  {
    font-size: 48px;
    text-align: center;
}

.text-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    align-self: center;
    width: 100%;
    height: 100%;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: white;
}



.text-title h2 {
    font-family: "Knockout-HTF54-Sumo";
}



.items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    align-self: center;
    height: 100%;
    width: 100%;
}

.items img {
    width: 100%;
    height: 100%;
}

.items p {
    font-size: 15px;

    line-height: 2;
    font-weight: 500;
    color: white;
    font-family: 'Montserrat';
    text-align: justify;
}


@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes zoom {
    0% { transform: scale(1); } /* Initial scale (no zoom) */
    100% { transform: scale(1.5); } /* Zoom in by 20% */
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {

    .text-animation h2 {
        font-size: 24px !important;
        text-align: center;
    }

    .container {
        min-width: 100% !important;

    }

    .col-3 {
        min-width: 100% !important;
    }

    .col-4 {
        min-width: 100% !important;
    }

    .col-5 {
        min-width: 100% !important;
    }

    .col-6 {
        min-width: 100% !important;
    }

    .col-7 {
        min-width: 100% !important;
    }

    .col-8 {
        min-width: 100% !important;
    }

    .col-9 {
        min-width: 100% !important;
    }

    .col-12 {
        min-width: 100% !important;
    }

    .items h2 {
        font-size: 30px;
    }

    .items h3 {
        font-size: 22px;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }

    .row {
        flex-direction: column !important;
    }
}




#start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.background-image-container {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Hide overflow from zoom animation */
    opacity: 0;
    transition: opacity 2.5s ease-in-out; /* Expressive smoothing effect duration and style */
}

.background-image {
    width: 100%;
    height: 100%;
    background-image: url('../img/bg-img/bg-1.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    animation: zoom 10s linear infinite alternate; /* Zoom effect duration and style */
}


.shadow{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.45);
}

.text-animation {
    color: white;
    opacity: 0;
    animation-fill-mode: forwards;
}

.text-animation  {
    font-size: 48px;
    text-align: center;
}




@keyframes zoom {
    0% { transform: scale(1); } /* Initial scale (no zoom) */
    100% { transform: scale(1.5); } /* Zoom in by 20% */
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {

    .text-animation h2 {
        font-size: 24px !important;
        text-align: center;
    }
}

.card h3 {
    color: black;
}


/* :: 20.0 Contact Area CSS */
.contact-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;

}
.contact-content .contact-social-info {
    margin-bottom: 40px; }
.contact-content .contact-social-info a {
    display: inline-block;
    margin-right: 50px; }
.contact-content .contact-social-info a:hover, .contact-content .contact-social-info a:focus {
    color: #bd1717; }
@media only screen and (max-width: 767px) {
    .contact-content .contact-social-info a {
        margin-right: 20px; } }
.contact-content .single-contact-info {
    position: relative;
    margin-bottom: 30px; }
.contact-content .single-contact-info:last-child {
    margin-bottom: 0; }
.contact-content .single-contact-info .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px; }
.contact-content .contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: #f3f3f3;
    font-size: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    font-style: italic;
    font-weight: 700;
    color: #171717;
    border-bottom: 2px solid transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.contact-content .contact-form-area .form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #bd1717; }
.contact-content .contact-form-area textarea.form-control {
    height: 180px; }

/* :: 21.0 Elements Area CSS */
.elements-title h2 {
    font-weight: 900;
    font-size: 30px; }
@media only screen and (max-width: 767px) {
    .elements-title h2 {
        font-size: 24px; } }

/* :: 21.1.0 Single Cool Facts CSS */
.single-cool-fact {
    position: relative;
    z-index: 1; }
.single-cool-fact .scf-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px; }
.single-cool-fact .scf-text h2 {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 600;
    color: #262626; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cool-fact .scf-text h2 {
        font-size: 48px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
@media only screen and (max-width: 767px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
.single-cool-fact .scf-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #6a6a6a;
    line-height: 1; }


@media(max-width: 1000px){
    .gallery .image{
        width: calc(100% / 2);
    }
}
@media(max-width: 600px){
    .gallery .image{
        width: 100%;
        padding: 4px;
    }
}


.lineShop {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background-color: white;
}

.shop_img {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 25px;
}

.shop_img:hover {

    cursor: pointer;
    transform: scale(1.1);
    box-shadow: 0 0 5px 0 white;
    overflow: hidden;

}

.session p {

    text-align: center;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin: 5px auto;
}

th, td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

th {

}

/* Style for the table container */
.table-container {
    text-align: center;
}


.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2px auto;
    border: 15px solid black !important;
    border-radius: 25px !important;
    padding: 20px;
    overflow: hidden;

}



.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 15px;
}

.price span {
    text-align: center;
    border: 0.5px solid white;
    border-radius: 25px;
    padding: 10px 20px;

    font-size: 24px;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 15px 0 whitesmoke;
}

.main_btn {
    background: black;
    color: #ffffff;
    border-radius: 25px;
    border: 0.3px solid white;
    box-shadow: 0 0 5px white;
    padding: 10px 20px;
    transition: all 0.4s;
    text-decoration: none;
    font-family: Knockout-HTF54-Sumo;
}

.main_btn a {
    text-decoration: none !important;
}

.main_btn:hover {
    box-shadow: 0 0 10px 0 white;
    background-color: white;
    color: black;
    transition: all 0.4s;
    text-decoration:  none !important;
}