.navbar {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 40);

    background-color: rgb(71, 70, 68) !important;
    z-index: 5;

}

.navbar-nav {
    gap: 20px;
}

.ft1 {
    width: clamp(50px, 2.5vw, 80px);
    height: clamp(50px, 2.5vw, 80px);

}

.ft2 {
    width: clamp(50px, 2.5vw, 80px);
    height: clamp(50px, 2.5vw, 80px);
}

html {
    z-index: -1;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}



g1 {
    position: absolute;
    top: 20%;
    left: 0;
    align-items: right;
    z-index: 0;
    width: clamp(200px, 2.5vw, 800px);
    height: clamp(270px, 2.5vw, 800px);

}

g2 {
    position: absolute;
    top: 60%;
    left: 0;
    align-items: right;
    z-index: 0;
}

container1 {
    position: fixed;
    top: 30%;
    left: 86%;
    transform: translate(-50%, -50%);
    z-index: 9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 40);
    border-radius: 8px;
}

@media (max-width: 480px) {
    container1 {
        max-width: 90vw;
        left: 50%;
        top: 15%;
    }
    container1 .toast {
        width: 100%;
        max-width: 100%;
    }
}

.rounded {
    width: clamp(20px, 2.5vw, 40px);
    height: clamp(20px, 2.5vw, 40px);
}

.but1 {
    background-color: rgb(255 188 13);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.but2 {
    background-color: rgb(71, 70, 68);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: auto;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    width: clamp(100px, 2.5vw, 180px);
    height: clamp(40px, 2.5vw, 60px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 20);
}

.but3 {
    background-color: rgb(71, 70, 68);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: auto;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    width: clamp(110px, 2.5vw, 180px);
    height: clamp(40px, 2.5vw, 60px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 20);

}

container-ent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    width: auto;
    height: auto;
}

.but2:hover {
    background-color: rgb(51, 51, 51);
}

.but3:hover {
    background-color: rgb(51, 51, 51);
}

.carousel {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
    margin-top: 50%;
    overflow: hidden;
    display: block;
    margin-bottom: 5%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 40);

}

.carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: clamp(20px, 0.1vw, 60px);
    box-sizing: border-box;
}

.carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.carousel-control-next,
.carousel-control-prev {
    background-color: rgb(46, 46, 46);
    border-radius: 40%;
    height: clamp(20px, 5vw, 80px);
    width: clamp(20px, 5vw, 80px);
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 3;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: clamp(20px, 3vw, 40px);
    width: clamp(20px, 3vw, 40px);
    position: static;
    margin: 0;
}

.card {
    left: 50%;
    top: 50%;
    justify-content: center;
    position: absolute;
    translate: -50% -50%;
    width: min(600px, 90vw) !important;
    border-radius: 0% !important;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 40);
    background-color: rgb(46, 46, 46);
}

.card iframe {
    width: 100% !Important;
    border-radius: 0% !important;
    max-width: 100% !important;
}

.background {
    position: relative;
    display: block;
    width: 100%;
    z-index: -1;
}

.ttt {
    position: absolute;
    top: 15%;
    left: 0;
    width: clamp(150px, 20vw, 350px);
    height: auto;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.85;
    pointer-events: none;
}

.ddd {
    position: absolute;
    top: 15%;
    right: 0;
    width: clamp(150px, 20vw, 350px);
    height: auto;
    transform: translateX(50%);
    z-index: -1;
    opacity: 0.85;
    pointer-events: none;
}

footer {
    position: relative;
    min-height: 200px;
    padding: 60px 20px;
    box-sizing: border-box;
    background-color: rgb(46, 46, 46);
    border-top: 10px solid rgb(24, 24, 24);
    clear: both;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    border-bottom: 20px solid rgb(24, 24, 24);
}

.mdda {
    position: absolute;
    top: 10px;
    right: 10px;
    height: calc(40% - 20px);
    width: auto;
    max-width: 30%;
    object-fit: contain;
}

tx {
    background-color: rgb(24, 22, 22);
    border-radius: 8px;
    border: 10%;
    border-style: solid;
    border-color: rgb(24, 22, 22);

}

.bst {
    background-color: rgb(24, 22, 22);
    border-radius: 8px;
    border: 10%;
    border-style: solid;
    border-color: rgb(24, 22, 22);
    text-decoration: none !important;
}

.bst1 {
    background-color: rgb(24, 22, 22);
    border-radius: 8px;
    border: 10%;
    border-style: solid;
    border-color: rgb(24, 22, 22);
}

.bst2 {
    background-color: rgb(24, 22, 22);
    border-radius: 8px;
    border: 10%;
    border-style: solid;
    border-color: rgb(24, 22, 22);
}

.pcs {
    background-color: rgb(70, 56, 56);
    border-radius: 8px;
    border: 5%;
    border-style: solid;
    border-color: rgb(24, 22, 22);
    padding: 2%;
}

.pts {
    background-color: rgb(70, 56, 56);
    border-radius: 8px;
    border: 5%;
    border-style: solid;
    border-color: rgb(24, 22, 22);
    padding: 2%;
}

.bbm {
    background-color: rgb(70, 56, 56);
    border-radius: 8px;
    border: 5%;
    border-style: solid;
    border-color: rgb(24, 22, 22);
    padding: 2%;
}

.breadcrumb {
    background-color: rgb(70, 56, 56);
    border-radius: 8px;
    border: 5%;
    border-style: solid;
    border-color: rgb(70, 56, 56);
    padding: 2%;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    container1 {
        left: 90%;
    }
    .card {
        position: relative;
        top: auto;
        left: auto;
        translate: none;
        margin: 100px auto 20px auto;
        width: 90vw !important;
    }
}
@media (max-width: 768px) {
    container1 {
        left: 90%;
    }
    .card {
        position: relative;
        top: auto;
        left: auto;
        translate: none;
        margin: 100px auto 20px auto;
        width: 90vw !important;
    }
    .navbar .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    container-ent {
        position: static;
        transform: none;
        flex-wrap: wrap;
        justify-content: center;
    }
}