



@media screen and (max-width: 580px) {
            
    * {
padding: 0;
margin: 0;
box-sizing: border-box;
}

/* 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;
}

.main-another {
margin: 0;
font-family: Arial, sans-serif;
display: flex;
width: 400px;
justify-content: center;
align-items: center;
height: 2230px;
background-color: #ff7b00;
transition: background-color 1s ease;
}



/* 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: 291px;
height: 64%;
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: 260px;
border-radius: 10px;
transition: transform 0.5s ease, opacity 0.5s ease;
margin-top: 140px;
}
.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: 332px;
/* background-color: rgba(255, 255, 255, 0.8); */
padding: 10px;
gap: 10px;
transition: background-color 0.5s ease;
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE and Edge */
/* padding-left: 56px; */
}

.main_container::-webkit-scrollbar {
display: none;
/* Chrome, Safari, Opera */
}

.main_container img {
height: 72px;

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: 358px;
position: absolute;
bottom: 163px;
z-index:999;
}

.whole-gif {
position: absolute;
/* height: 22%; */
/* bottom: -80%; */
justify-items: center;
transform: translateY(1515px);
margin-top: -225px;
}

.whole-gif>img {
width: 354px;
}

.about_us {
text-align: justify;
margin: 15px 20px;
line-height: 1.6;
font-size: 16px;
height: 575px;
width: 400px;
font-family: Arial, sans-serif;
position: relative;
background-image: url('https://lightpink-gull-555634.hostingersite.com/elenas/assets/about/aboutdarkbg.webp');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 20px;
}

.about_us::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
/* Semi-transparent overlay */
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: 11px;
width: 360px;
font-family: 'Fraunces';
position: absolute;
font-weight: 300;
}
.about_us h2 {
text-align: left;
margin-bottom: 20px;
font-size: 28px;
color: white;
margin-top: 20px;
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 {
/* padding: 20px;/ */
width: 100%;
/* bottom: -1269px; */
max-width: 400px;
margin-top: -100px; 
position: absolute;
transform: translateY(2040px);
}

.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: 340px;
position: absolute;
top: 20px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
justify-content: space-between;
/* gap: 290px;

}

.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: 65px;
border-radius: 5px;
overflow: hidden;
z-index: 999;
}

.menu a {
padding: 10px 20px;
text-decoration: none;
color: #ffffff !important;
display: block;
font-size: 18px;
}

.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: 100%;
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;
}


.menubutton {
    background-color: #ffffffb0 !important;
    border: solid 2px #fff;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Fraunces';
    margin-top: -135px;
    color: #000;
}
}

@media screen and (max-width: 600px) {
.main-another {
width: 100%;
}

.contact-section {
max-width: 100%;
}

.about_us {
margin: 0;
width: 100%;
}

.about_us p {
margin: 0;
display: flex;

width: 311px;
text-align: left;
}



}