* {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
}

body {
    background-color: black;
    overflow-x: hidden;
}

.main::before {
    content: "";
    position: absolute;
    padding-top: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
}

.main {
    background-image: url(Pic/background-1.jpg);
    background-size: cover;
    background-position: center -25px;
    background-repeat: no-repeat;
    /* height: 920px; */
    display: flex;
    flex-direction: column;
    height: 820px;
    position: relative;

}

.main-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.z-layer {
    position: relative;
    z-index: 10;
}

/* ************************************************************************************** */
/* Navigation Bar  */
nav {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8000) 0.000%, rgba(0, 0, 0, 0.7889) 8.333%, rgba(0, 0, 0, 0.7556) 16.67%, rgba(0, 0, 0, 0.7000) 25.00%, rgba(0, 0, 0, 0.8222) 33.33%, rgba(0, 0, 0, 0.7222) 41.67%, rgba(0, 0, 0, 0.6000) 50.00%, rgba(0, 0, 0, 0.4778) 58.33%, rgba(0, 0, 0, 0.2778) 66.67%, rgba(0, 0, 0, 0.1000) 75.00%, rgba(0, 0, 0, 0.04444) 83.33%, rgba(0, 0, 0, 0.01111) 91.67%, rgba(0, 0, 0, 0.000) 100.0%);
    width: 100%;
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
}

nav .ele {
    padding: 0 9.25rem;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right {
    display: flex;
    align-items: center;
    height: 38px;
}

.wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    height: 33px;
    color: white;
}

.wrapper i {
    padding: 0 3px 0 3px;
}

select {
    padding-right: 10px;
    padding-left: 6px;
    line-height: 1.5;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    appearance: none;
    outline: none;
}

select,
#n2 {
    border-radius: 4px;
    color: white;
    font-weight: 500;
    font-size: 16px;
}

#n2 {
    height: 32px;
    border: none;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 16px 5px 16px;
    background-color: #e50914;
    outline: none;
    cursor: pointer;
}

#n2:hover {
    background-color: #cb0a14;
}

/* Navigation Bar Ends here */
/* ******************************************************************************************** */
/* Main Content starts here  */
.m-cont {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 32px 32px 32px;
    color: white;
}

.cont-1 {
    height: 48%;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 580px;
    margin: 0 auto;
}

.c1-box1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
}

#t1 {
    font-size: 56px;
    letter-spacing: -1px;
    word-spacing: -6px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 12px;
}

#t2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

#t3 {
    font-size: 16px;
    font-weight: 400;
}

.c1-box2 {
    height: 66px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    gap: 8px;
}

.place {
    height: 56px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: 22vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    outline: none;
    padding: 0 14px;
}

.btn-red {
    font-family: "Arial";
    font-size: 24px;
    border-radius: 5px;
    height: 56px;
    width: 14vw;
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
    border: none;
}

.place::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    letter-spacing: 0.3px;
}

.svg {
    margin-left: 5px;
    height: 20px;
    fill: white;
}

.divider {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    z-index: 10;
    margin-top: -50px;
    height: 120px;
    width: 105%;
    left: -2.5%;
}

.circl-cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circle {
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    border: solid .25rem transparent;
    border-left: none;
    border-top-left-radius: 70% 60%;
    border-top-right-radius: 70% 60%;
    border-bottom: none;
    background: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), black;
    background-clip: padding-box;
    justify-content: center;
}

.circle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-top: -.25rem;
    border-radius: inherit;
    background: linear-gradient(to right, rgba(33, 13, 22, 1) 9%, rgba(184, 40, 105, 1), rgba(229, 9, 20, 1), rgba(184, 40, 105, 1), rgba(33, 13, 22, 1) 91%);
}

/* Main Content ends here  */
/********************************************************************************************************/
/* Section2 starts from here */

.section-b {
    height: 320px;
    width: 80.5%;
    padding: 0 9.25vw;
    margin: 0 auto;
    margin-bottom: 64px;
    background-color: black;
    color: white;
}

.heading {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    z-index: 2;
}

.secbcont {
    margin-top: 16px;
    /* margin-bottom: 64px; */
}

.secbcont,
.secbbox {
    position: relative;
    display: flex;
    align-items: center;
    height: 268px;
    width: 100%;
}

.cards {
    position: relative;
    display: flex;
    list-style: none;
    overflow-y: visible;
    overflow-x: scroll;
    scrollbar-width: none;
}


.card {
    flex-shrink: 0;
    position: relative;
    height: 252px;
    width: 180px;
    padding: 8px 22px;
    border-radius: 8px;

    transition: transform 0.2s ease-in-out, box-shadow 3.3s ease-in-out;
}
.card:hover {
    transform: scale(1.05); 
    z-index: 5; 
}

.mimg {
    display: block;
}

.mimg img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.num {
    bottom: 8px;
    left: 6px;
    font-size: 100px;
    font-weight: 900;
    color: black;
    -webkit-text-stroke: 2px white;
    position: absolute;
    z-index: 3;
}

.hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0);
    position: absolute;
    right: 0px;
    height: 100%;
    width: 24px;
    z-index: 3;
    padding-left: 12px;
}

.hidden button {
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    outline: none;
    border: none;
    width: 24px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
}

.hidden button svg {
    height: 25px;
    fill: rgba(255, 255, 255, 0.422);
}

/*Section-b ends*/
/************************************************/
/* section-c starts */

.section-c {
    min-height: 360px;
    width: 80.8%;
    padding: 0 9.25vw;
    margin-bottom: 35px;
    background-color: black;
    color: white;
}

.sb2 {
    display: flex;
    flex-direction: column;
    height: 371px;
    width: 100%;
}

.c,
.d {
    display: flex;
    margin-top: 16px;
    z-index: 2;
    font-weight: 700;
}

.scboxes {
    display: flex;
    justify-content: center;
    background-color: black;
    margin-top: 8px;
    gap: 16px;
    /* flex-wrap: wrap; */
    padding-bottom: 20px;
}

.scbox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
    border-radius: 16px;
    height: 280px;
    width: 289px;
    margin-top: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.btext {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px 128px 16px;
}

.text1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 16px;
}

.text2 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 16px;
    overflow-wrap: break-word;
}

/* Section-c starts ends here */
/********************************************************************************************************/
/* Section-d starts from here */

.section-d {
    min-height: 592px;
    width: 80.5%;
    padding: 0 9.25vw;
    margin-bottom: 20px;
    background-color: black;
    color: white;
    margin-top: 10px;
}

.sdcont {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    min-height: 558px;
    gap: 8px;
}

.sdcont svg {
    height: 40px;
    width: 40px;
    fill: white;
}

.dbox {
    box-sizing: border-box;
    min-height: 84px;
    background-color: #333333;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 600;
    padding: 24px;
}

.dbox:hover {
    background-color: #454545;
    cursor: pointer;
}


/* Section2 starts ends here */
/********************************************************************************************************/
/* footer starts from here */

footer {
    font-family: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    font-weight: 600;
    background-color: black;
    margin: 0 auto;
    padding: 0 9.5vw 9.5vw 9.5vw;
    z-index: 2;
    box-sizing: border-box
}

/* Footer Section A ************************************************ */
.footer-A {
    font-family: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    font-weight: 600;
    background-color: black;
    padding: 0 9.75vw;
}

.foot1-Cont1 {
    height: 30vh;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.inp2 {
    width: 34vw;
    background-color: rgba(46, 44, 44, 0.4);
}

/* Footer Section B ********************************************** */
.footer-B {
    background-color: black;
    color: white;
    display: flex;
    font-weight: lighter;
    flex-direction: column;
}

.footer-B>:nth-child(1) {
    font-size: 16px;
}

.footer-B> :nth-child(2) {
    display: flex;
    justify-content: flex-start;
    height: 155px;
    margin-top: 36px;
    width: 80vw;
}

.footer-B> :nth-child(3) {
    margin-top: 36px;
    width: 7vw;
}

.footer-B> :nth-child(4) {
    margin-top: 36px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-B> :nth-child(5) {
    font-size: 13px;
    margin-top: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.f1c1-box1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 80vw;
    list-style: none;
}

.f1c1-box1 li {
    display: flex;
    justify-content: flex-start;
    width: 24%;
    height: 21px;
    direction: ltr;
    color: rgba(255, 255, 255, 0.7);
}

.f1c1-box1 li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}





