body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100vh;
    position: relative;
    background-color: black;
}

#a {
    background-image: linear-gradient(to right,
            #fca541,
            #fca541 50%,
            white 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

#a:before {
    content: '';
    background: #fca541;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

#a:hover {
    background-position: 0;
    font-size: small;
}

#a:hover::before {
    width: 100%;
}

.bar {
    background-color: transparent;
    height: 0px;
    width: 100%;
    margin: 0;
    padding: 0px;
    display: flex;
    justify-content: center;

}

.navbar {
    background: rgba(0, 0, 0, 0.3);
    font-family: "gotham", helvetica;
    text-decoration: dotted;
    z-index: 1;
    position: fixed;
}

.navbar li {
    float: left;
    list-style: none;
    padding: 16px 30px;
}

.navbar ul {
    overflow: auto;


}

.navbar li a {
    padding: 3px 3px;
    text-decoration: none;
    color: white;
    font-weight: bold;

}



#img1 {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    display: flex;
}

#img1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-filter: blur(1px);
    filter: blur(2px)
}

.hero-image {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("pexels-mart-production-7679866.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 0;
    height: 1068px;
    margin-right: auto;
}



.hero-text {
    position: absolute;
    top: 41%;
    left: 28%;
    transform: translate(-50%, -50%);
    color: whitesmoke;
    margin-left: 10px;
}

.hero-text>h1 :nth-child(2) {
    font-family: "gotham", helvetica;

}

#grwm {
    border-right: 5px solid grey;

    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    animation:
        typing 2s steps(17),
        cursor .4s step-end infinite alternate;
}

/*cursor blinking*/
@keyframes cursor {
    50% {
        border-color: transparent;
    }
}

@keyframes typing {
    from {
        width: 0
    }
}

.hero-text P {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}



.logo {
    width: 10px;
    height: 10px;
    padding: 10px;
}

.circle {
    height: 2vh;
    width: 2vh;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    border: 2px solid #fca541;

}

.search_box {
    border: solid 5px white;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.3);
}

.menue ul li a {
    margin: 0px;
}

.container {
    display: flex;
    justify-content: space-evenly;
    max-width: 1200px;
    padding: 20px;
    margin: 20px auto;
    flex-wrap: wrap
}

#t1 {
    margin-top: 40px;
    text-align: center;
    color: black;
}

#videolst {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    transform-style: preserve-3d;
}

.video-container {
    flex: 1;
    transition: transform 0.4s ease, margin 0.4s ease;
}

#videolst:hover> :not(:hover) {
    margin-inline: -1.5rem;
    transform: perspective(400px) rotateY(30deg) scale(0.8);
}

.video-container:hover {
    transform: scale(0.8);
}

.video-container:hover~.video-container {
    transform: perspective(400px) rotateY(-30deg) scale(0.8);
}






.video-container a {
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.video-container video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.video-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.bxs-phone:before {
    content: "\ee66";
    color: white;

}

.about-container {
    padding: 30px;
}

.about-title {
    text-align: center;
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.about-content {
    font-size: 20px;
    padding: 40px;
}

* {
    cursor: none !important;
}

.hero2 {

    display: flex;
    width: 100%;
    height: 70vh;
    justify-content: center;
    margin-top: 100px;
    background-color: black;

}

.inside {
    position: relative;
    top: 95px;
    right: 0;
    height: calc(100% - 135px - 55px);
    width: 17%;
    background-color: white;
    text-align: center;
    padding: 8px;
    margin-left: -60px;
}


#b {
    box-shadow: inset 0 0 0 0 #494949;
    color: white;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    border: none;
    background-color: grey;
    margin-top: 10px;
    margin-left: 80%;
}

#b:hover {
    color: black;
    box-shadow: inset 200px 0 0 0 #fca541;
    ;
}


#b {
    color: white;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;

    background-color: transparent;
    backdrop-filter: transparent;
}

#b {
    width: 150px;
    height: 40px;
}


.footer {
    position: relative;
    background-color: #121229;
    text-align: center;
    padding: 34px 0;
    overflow: hidden;
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 59px;
}

.icon {
    font-size: 50px;
    color: #fca541;
    transition: transform 0.3s ease, color 0.3s ease;
}

.icon:hover {
    transform: scale(2.5);
    color: #ffa7a7;
}

.footer-logo img {
    width: px;
    height: auto;
    margin: 0 auto;
    animation: float 3s ease-in-out infinite;
}

.footer-text {
    font-size: 14px;
    color: #888;
}

.footer-text p {
    margin: 5px 0;
}
.anout-container img {height:500px;
                width:400px;}
/* Animation for floating effect */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Optional background animation */
.footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fca541 0%, transparent 100%);
    opacity: 0.05;
    animation: wave 5s linear infinite;
}
html{scroll-behavior: smooth;}
@keyframes wave {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}
.box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #090909;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    gap: 30px;
    margin: 50px;
}

.about-content {
    flex: 1;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #f6ad55;
    padding-right: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.about-content p {
    margin-bottom: 20px;
}

.brand-name {
    font-weight: bold;
    color: #f05454;
}

.about-image img {
    width: 100%;
    max-width: 500px;
    height: 600px;
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .about-content {
        padding-right: 0;
    }

    .about-image img {
        margin-top: 20px;
    }
}