* {
    margin: 0;
    padding: 0;
    font-family: "averta cy w10";
    box-sizing: border-box;
}

*::selection {
    color: #ffff;
    background-color: #000;
}

html, body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#main  {
    width: 100%;
    height: 100vh; /* Makes the element take the full viewport height */
    background-size: cover; /* Ensures the image covers the entire element */
    background-position: absolute; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}


#home {
    width: 100%;
    min-height: 100vh;
    flex-grow: 1;
}

/* Initially hidden menu options */
.hidden {
    display: none;
}

/* Visible menu options */
.visible {
    display: block;
}

/* Menu styling */
#menuOptions {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    position: absolute;
    top: 80px; /* Adjust based on layout */
    right: 10px;
    padding: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    /* z-index: 1000; */
}

#menuOptions a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 3px;
    padding: 2px 2px;
    margin-bottom: 3px;
    transition: background-color 0.2s;
}

#menuOptions a:hover {
    background-color: #ddd;
}


#nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 50px;
}

#nav #left a{
    font-size: 4vw;
}

#nav #right {
    display: flex;
    align-items: center;
    gap: 40px;
}

#nav a {
    text-decoration: none;
    font-weight: 200;
    color: #000;
    font-size: 2vw;
    letter-spacing: -1px;
}

#nav i {
    margin-top: 3px;
    font-size: 20px;
}

#home #homemain {
    width: 100%;
    padding: 15vw 15vw;
}

#homemain h1 {
    font-weight: 500;
    color: black;
    letter-spacing: -.1vw;
    font-size: 3vw;
   
}

.headings {
    display: flex;
    gap: 40px;
}

#homemain .headings h1 {
    color: black;
  
    font-size: 7vw;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -8px;
}

#homemain .headings h1:hover {
    color: #000;
}

#homelast {
    padding: 5vw 15vw;
}

#homelast p {
    width: 70%;
    font-size: 1.6vw;
    font-weight: 400;
    letter-spacing: -.08vw;
}

#homelast p::selection {
    color: #ffff;
    background-color: #000;
}

#featured {
    padding: 10vw 15vw;
}

.fheading>h1 {
    line-height: 1;
    font-size: 4vw;
    font-weight: 400;
}

.fheading>h1:nth-child(2) {
    color: transparent;
    -webkit-text-stroke: 1px #000;
}




#fimages {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin-top: 5vw;
}

#fleft {
    overflow: hidden;
    width: 45%;
    height: inherit;
}

.fleftelm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: inherit;
}

.fleftelm h1 {
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin: 1.5vw 0;
}

.fleftelm h3 {
    font-size: 1.3vw;
    font-weight: 400;
}

.fleftelm h4 {
    opacity: .5;
}

#fright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
    height: inherit;
}

#fright video {
    width: 100%; /* Adjusts the video to the full width of the container */
    height: auto; /* Maintains the aspect ratio */
    object-fit: cover; /* Ensures the video covers the container without distortion */
    border-radius: 10px; /* Optional: Adds rounded corners to the video */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
    outline: none; /* Removes any default focus outline */
}

#fright {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


#fright .images {
    width: 90%;
    height: 90%;
}

#fright .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btndiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btndiv button {
    padding: 1.1vw 1.2vw;
    border-radius: 5000px;
    border: 2px solid #e6e6e6;
    background-color: #fff;
    font-size: 1.5vw;
    font-weight: 30;
    letter-spacing: -1px;
    margin-top: 5vw;
}

#dev {
    width: 100%;
    padding: 5vw 15vw;
}

#dev h1 {
    font-size: 3.8vw;
    font-weight: 400;
    width: 60%;
    line-height: 1;
}

#dev p {
    font-size: 1.5vw;
    margin-top: 3vw;
    letter-spacing: -.5px;
    width: 60%;
}

#slides {
    padding: 3vw 10vw;
    display: flex;
    justify-content: space-between;
}

.slide {
    width: 30%;
}

.slide .img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 10px;
    background-color: yellow;
}

.slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide .tag {
    width: fit-content;
    border-radius: 100px;
    padding: 10px 22px;
    background-color: #f7f7f7;
    margin: 20px 0;
}

.slide h3 {
    font-size: 1.4vw;
    font-weight: 400;
    letter-spacing: -.5px;
}

#new-featured {
    padding: 10vw 15vw;
}

.new-heading>h1 {
    line-height: 1;
    font-size: 4vw;
    font-weight: 400;
}

.new-heading>h1:nth-child(2) {
    color: black;
    /
}

#new-images {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin-top: 5vw;
}

#new-left {
    overflow: hidden;
    width: 45%;
    height: inherit;
}

.new-left-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: inherit;
}

.new-left-item h1 {
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin: 1.5vw 0;
}

.new-left-item h3 {
    font-size: 1.3vw;
    font-weight: 400;
}

.new-left-item h4 {
    opacity: .5;
}

#new-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
    height: inherit;
}

#new-right video {
    width: 100%; /* Adjusts the video to the full width of the container */
    height: auto; /* Maintains the aspect ratio */
    object-fit: cover; /* Ensures the video covers the container without distortion */
    border-radius: 10px; /* Optional: Adds rounded corners to the video */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
    outline: none; /* Removes any default focus outline */
}

#new-right {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/*  */

