@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;

}

.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;
}

#section-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #29323C 0%, #485563 100%);
    box-shadow: -8px -8px 20px #2A333D, 10px 7px 20px #475462;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
    width: 100%;
}


#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%;
    background-color: white;
    box-shadow: 0 0 10px 0 black;
}

video {
    display: flex;
    align-self: center;
    width: 100%;
    height: 100%;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.btn1 a {
    margin: 20px 0;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    background: linear-gradient(90deg, #29323C 0%, #485563 100%);
    color: white;
    border-radius: 5px;
    transition: 0.3s;
}

.btn1 a:hover {
    color: goldenrod;
    box-shadow: 0 0 15px 0  #485563;
    transition: 0.3s;
}

#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/bg-main3.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    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: goldenrod;
    text-shadow: 1.5px 1.5px 0px rgb(255, 255, 254);
    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%;


}

.parallax {
    /* The image used */
    display: flex;
    background-image: url("../img/2/horizontal.jpg");

    /* Set a specific height */
    height: 50vh;
    width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-title h2 {
    font-family: "Knockout-HTF54-Sumo";
    color: #2A333D;
    text-shadow: 1.5px 1.5px 0px goldenrod;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}



.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;
    }
}










.shadow{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.45);
}




@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;
}




.title-w {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 10px auto;
    width: 100%;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 10px auto;
    width: 100%;
}

.heading h2 {
    font-size: 48px;
    text-transform: uppercase;
    text-shadow: 0.5px 0.5px 0px goldenrod; ;
    color: #2A333D;
}

.btn2 a {
    margin: 20px 0;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    background: linear-gradient(90deg, #29323C 0%, #485563 100%);
    color: white;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
}

.btn2 a:hover {
    color: goldenrod;
    box-shadow: 0 0 15px 0  #485563;
    transition: 0.3s;
    text-decoration: none;
}

button btn2 {
    margin: 20px 0;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    background: linear-gradient(90deg, #29323C 0%, #485563 100%);
    color: white;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
}

button btn2 {
    color: goldenrod;
    box-shadow: 0 0 15px 0  #485563;
    transition: 0.3s;
    text-decoration: none;
}

.btn2 button  {
    margin: 20px 0;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    background: linear-gradient(90deg, #29323C 0%, #485563 100%);
    color: white;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
}

.btn2 button :hover {
    color: goldenrod;
    box-shadow: 0 0 15px 0  #485563;
    transition: 0.3s;
    text-decoration: none;
}

.title-w h2 {
    color: white;
    margin: 10px auto;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
}

.text-items-w p {
    padding: 10px;
    width: 100%;
    color: white;
    font-size: 20px;
    text-align: center;
}


.white-column  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    align-content: center;
    height: 100%;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    transition: 0.3s;
}

.white-column:hover {

    box-shadow: 0 0 15px 0 white;
    transition: 0.3s;


}

.white-column:hover .white-column h3 {
    color: goldenrod;
}

.white-column img {
    display: flex;
    margin: 10px auto;
    padding: 5px;
    width: 50%;
    height: 50%;
}

.white-column h3 {
    color: black;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
}

.white-column p {
    color: black;
    text-align: justify;
    padding: 10px 20px;
    font-size: 20px;
    text-indent: 50px;
    line-height: 1.5rem;
}

.white-column a {
    margin: 20px 0;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    background: linear-gradient(90deg, #29323C 0%, #485563 100%);
    color: white;
    border-radius: 5px;
    transition: 0.3s;
}

.white-column a:hover {
    color: goldenrod;
    box-shadow: 0 0 15px 0  #485563;
    transition: 0.3s;
}





