@import url('https://fonts.googleapis.com/css2?family=Forum&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html body {

    overflow-x: hidden;
}

/* General Reset */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: background-color 1s ease;
    overflow-x: hidden !important;
}

.main-another {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2580px;
    background-color: #ff7b00;
    transition: background-color 1s ease;
    width: 100%;
}




/* Slider Container */
.slider {
    width: 90%;
    max-width: 500px;
    position: relative;
    overflow: hidden;
    font-size: 0;
    height: 100%;
    align-content: center;
}

/* Oval Background Shape */
.oval-bg {
    position: absolute;
    /* width: 322px; */
    width: 1100px;
    height: 90%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 92px;
    /* z-index: -1; */
    transition: all 0.8s ease;
    border-radius: 161px;
}


/* Slides Wrapper */
.slides {
    top: -44px;
    display: flex;
    z-index: 2;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Individual Slide */
.slide {
    min-width: 100%;
    text-align: center;
    position: relative;
    transition: opacity 0.5s ease;
}

/* Background Image */
.background img {
    width: 366px;
    position: absolute;
    left: 0;
    z-index: -1;
    object-fit: cover;
    transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
    /* opacity: 0; */
    transform: translateY(100%) scale(1.1);
}

.background img.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    top: -6%;
}

.background img.prev {
    /* opacity: 0; */
    transform: translateY(-60%) scale(0.95);
    top: -20%;
}

.background img.next {
    opacity: 0;
    transform: translateY(100%) scale(0.95);
    top: -100%;
}

/* Content (Image + Caption) */
.content {
    transition: all 0.5s ease;
}

.content img {
    max-width: 270px;
    border-radius: 10px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-top: 270px;
}

.slide.active .content img {
    transform: scale(1);
    opacity: 1;
}

.slide:not(.active) .content img {
    transform: scale(0.95);
    opacity: 1;
}

/* .caption {
            font-size: 21px;
            font-weight: 600;
            color: #fff;
            transition: transform 0.5s ease, opacity 0.5s ease;
            /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
/* } */
/* Update caption styles in the <style> section */

.caption-container {
    position: absolute;
    /* bottom: 323px; */
    width: 100%;
    text-align: center;
    z-index: 3;
    transform: translateY(72px);
}

.caption {
    width: 209px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.9s ease, visibility 0.9s ease;
}

.caption.active {
    opacity: 1;
    visibility: visible;
}

/* opacity: 0; */
/* transform: translateY(20px);
        }

        .slide.active .caption {
            opacity: 1;
            transform: translateY(0);
        }

        /* Navigation Buttons */
button {
    position: absolute;
    top: 76%;
    transform: translateY(-50%);
    background-color: rgb(255 255 255 / 17%);
    color: #fff;
    border: none;
    font-size: 4px;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px 10px;
    transition: all 0.3s ease;
}

button:hover {
    background-color: rgb(192 191 191 / 0%);
    transform: translateY(-50%) scale(1.1);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

/* Main Container for Thumbnails */
.main_container {
    display: flex;
    position: absolute;
    bottom: 0;
    overflow-x: auto;
    width: 610px;
    /* background-color: rgba(255, 255, 255, 0.8); */
    padding: 10px;
    gap: 14px;
    transition: background-color 0.5s ease;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* padding-left: 56px; */
    bottom: 11px;
    z-index: 999;
}

.main_container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.main_container img {
    height: 110px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.7;
    border: 2px solid transparent;
}


.main_container img:hover {
    transform: scale(1.1);
    opacity: 1;
}

.main_container img.active {
    border-bottom: 3px solid #fffefe;
    opacity: 1;
    transform: scale(1.05);
}

.background_container {
    position: absolute;
    height: 100%;
    margin-left: -372px;
    z-index: 1;
}

.all_button {
    width: 800px;
    position: absolute;
    bottom: 153px;
    z-index: 999;
}


.whole-gif {
    position: absolute;
    /* height: 22%; */
    /* bottom: -80%; */
    justify-items: center;
    transform: translateY(1650px);
    margin-top: -80px;
    width: 100%;
    /* background-image: url('assets/about/aboutdarkbg.webp'); */
    background-image: url('https://cyan-dotterel-221980.hostingersite.com/assets/about/aboutdarkbg.webp');
    background-size: cover;
    background-repeat: no-repeat;
}


.whole-gif>img {
    width: 354px;
}

.about_us {
    text-align: justify;
    margin: 15px 20px;
    line-height: 1.6;
    font-size: 16px;
    height: 575px;
    width: 1100px;
    font-family: Arial, sans-serif;
    position: relative;
}


.about_us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    border-radius: 10px;
    z-index: -1;
}

.about_us h2,
.about_us p {
    position: relative;
    z-index: 1;
    color: white;
    /* Ensure text is readable on background */
}

.about_us p {
    color: white;
    text-align: left;
    margin: 15px 0px;
    line-height: 1.6;
    font-size: 20px;
    width: 700px;
    font-family: 'Fraunces';
    position: absolute;
    font-weight: 300;
}

.about_us h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 50px;
    color: white;
    margin-top: 50px;
    font-family: 'FRAUNCES';
    font-weight: 400;
    line-height: normal;
}

/* Add these styles in the <style> section */
.video-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.social-icons a {
    color: #000000;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.2);
}

.contact-info {
    text-align: center;
    /* color: #ff7b00; */
    margin-top: 30px;
}

.contact-info h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-family: 'Fraunces';
    font-weight: 400;
}

.contact-info p {
    margin: 5px 0;
    font-size: 16px;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 129%;
    z-index: -1;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* Add this to your existing <style> section */
.contact-section {
    width: 100%;
    /* bottom: -1269px; */
    margin-top: -100px;
    position: absolute;
    transform: translateY(2290px);
}


.contact-section h2 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'Fraunces';
    font-size: 32px;
    font-weight: 400;
    margin-left: 50px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    opacity: 0.8;
}

.form-group input,
.form-group textarea {
    padding: 10px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    width: 100%;
    font-family: 'Fraunces';
    font-weight: 300;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    padding: 12px 24px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: -8px;
    margin-left: 0px;
    font-family: 'Fraunces';
}

.submit-btn:hover {
    background-color: #ff7b00;
    color: #fff;
    transform: translateY(-2px);
}

input:focus,
textarea:focus {
    outline: 2px solid #ff7b00;
}

/* Hamburger Icon */
.hamburger {
    cursor: pointer;
    font-size: 30px;
    /* position: fixed; */
    top: 30px;
    /* right: -153px; */
    background: none;
    border: none;
    color: #fff;
    position: relative;
    z-index: 1000;
    outline: none;
    /* Removes focus outline */
}

.logo {
    z-index: 99999;
    color: white;
    font-weight: 800;

}

.main_hamburger {
    width: 1100px;
    position: absolute;
    top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    background: none;
}


.hamburger:focus,
.hamburger:active {
    outline: none;
    /* Ensures no outline or extra effects */
    background: none;
    /* Prevents background changes on click */
}

/* Dropdown Menu */
.menu {
    display: none;
    flex-direction: column;
    background-color: #844447;
    position: fixed;
    top: 60px;
    right: 282px;
    border-radius: 0px;
    overflow: hidden;
    z-index: 999;
    width: 220px;
    padding-bottom: 0px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family:'Fraunces';
    border:none;
    align-items: baseline;
}

.menu a {
    padding: 10px 20px;
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-size: 18px;
}

a.prommenu {
    font-size: 20px;
}

span.arrow {
    margin-left: 14px;
}

.menu a:last-child {
    border-bottom: none;
}

.menu a:hover {
    background-color: #ffffff75;
}

.main_bottom_line {
    position: absolute;
    bottom: -142px;
    width: 89%;
}

.main_bottom_line>p {
    /* color: white; */
    margin-top: 8px;
    font-size: 12px;
    text-align: center;

}

.main_contact_form {
    border-radius: 7px;
    padding-left: 49px;
    padding-top: 20px;
    padding-right: 49px;
    padding-bottom: 20px;
}

.main_grid {
    position: relative;
    display: grid;
    gap: 59px;
    /* color: ; */
    bottom: -123px;
}

.inner_grid {
    display: grid;
    /* color: white;/ */
    gap: 20px;
}

.all_outer {
    display: flex;
    gap: 51px;
}

.all_grid {
    width: 52%;
}

.all_grid p {
    font-family: 'FRAUNCES';
    font-weight: 400;
}


.ticker-wrapper {
    position: absolute;
    overflow: hidden;
    background-color: #844447;
    color: #fff;
    white-space: nowrap;
    width: 1100px;
    top: 0;
    z-index: 999;
    padding: 6px;
    font-family: 'Fraunces';
    font-size: 12px;
}


.ticker-inner {
    display: inline-block;
    animation: scroll 300s linear infinite;
}

.ticker-content {
    display: inline-block;
    margin-right: 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.ticker-wrapper:hover .ticker-inner {
    animation-play-state: paused;
}

iframe {

    width: 100%;
}


.menubutton {
    background-color: transparent !important;
    border: solid 2px #fff;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Fraunces';
    margin-top: -80px;
}



