@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Hind:wght@500&family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Mukta", sans-serif;
}

/* body */

.nav {
    width: 100%;
    height: 12vh;
    background-color: #1A2224;
}

.navrap {
    width: 90%;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: min-content max-content min-content min-content;
}

.menu {
    padding: 3vh;

    padding-left: 12vh;
}

.menu ul {
    padding-top: 1.5vh;
}

.menu ul li {
    text-align: center;

    display: inline;
    padding: 2.5vh;
    font-size: 15px;

}

.menu ul li a {
    text-decoration: none;
    color: white;
}

.menu ul li :hover {
    color: red;
}

.navrap img {
    margin-top: 2.5vh;
}

.navbox {
    margin-top: 4vh;
    margin-left: 50vh;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.dropdown {
    display: inline-block;


}

.dropdown button {
    background-color: transparent;
    /* color: black; */
    /* padding: 10px 15px; */
    border: none;
    cursor: pointer;
    border-radius: 10px;
    /* margin-top: 6px; */
    /* font-size: 15px; */
    /* margin-left: 30px; */
    /* border: 1px solid skyblue; */

}

.dropdown a {

    display: block;
    color: white;
    text-decoration: none;
    padding: 10px 15px;

}

.dropdown .content {
    margin-top: 3vh;
    margin-left: -9vh;
    display: none;
    position: absolute;
    border-radius: 5px;
    background-color: #1A2224;
    min-width: 100px;
    box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.8);

}

.dropdown:hover .content {
    display: block;
}

.dropdown :hover button {
    background-color: hsl(0, 0%, 70%);
}

.dropdown a:hover {
    background: #253033c0;
    color: white;
    border-radius: 8px;
}

.dropdown:hover button {
    box-shadow: 1px 1px 5px hsla(0, 0%, 0%, 0.8);
}

.navbox i {
    font-size: 4vh;
    color: rgba(255, 153, 35, 0.856);
}



/* banner */
.scroll-container {
    background-color: transparent;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
    scrollbar-color: pink transparent;
}

.scroll-container img {
    padding-right: 10px;
}


/* middle */
.hmid {
    background-color: #070D0E;
    padding-top: 2vh;
}

.hmidrap {
    padding-top: 2.5vh;
    display: grid;
    grid-template-rows: 10% 90%;
    grid-row-gap: 6px;
    width: 97%;
    margin: auto;
    height: 50vh;
    color: white;
    font-size: 13px;
}

.hmidrap h1 {
    color: white;
}

.mid-scroll-container {
    background-color: transparent;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
    /* scrollbar-color: pink transparent !important ;  */
    height: 40.5vh;
}


.mid-scroll-container ::-webkit-scrollbar {
    scrollbar-color: yellow;
}


.mid-scroll-container img {
    /* padding: 50px; */
    /* background-color: green; */
    transition: transform .1s;
    /* width: 200px;
    height: 200px; */
    margin: 0 auto;
    border-radius: 8px;
}

.mid-scroll-container :hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    box-shadow: 0px 10px 20px white;

}

/* width */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    
    background: linear-gradient(to left, transparent, #CC8623, transparent);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    
    background: linear-gradient(to left, #CC8623, transparent, #CC8623);
}

.hbox {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}

.hbox img {
    border-radius: 8px;
}

.hbox img {
    /* padding: 50px; */
    /* background-color: green; */
    transition: transform .1s;
    /* width: 200px;
    height: 200px; */
    margin: 0 auto;
}

.hbox img:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    box-shadow: 0px 10px 5px white;

}


/* footer */
.foot1 {
    width: 100%;
    height: 10vh;
    background: #1A2224;
}

.foot1rap {
    width: 90%;
    height: 10vh;
    margin: auto;
    padding-top: 2vh;
}

.socials {
    float: right;
}

.socials ul {
    margin-top: 1vh;
}

.socials ul li {
    display: inline;
    font-size: 20px;
    border-radius: 30px;
    /* background: white; */
    padding: 3px;
    margin-right: 20px;
    color: white;
}

.foot2 {
    width: 100%;
    height: 6vh;
    background: #1A2224;
    text-align: center;
    border-top: 1px solid grey;
    color: white;

}

.foot2 h1 {
    padding-top: 1vh;
    font-size: 17px;
}


/* signin */
.lmid1 {
    width: 100%;
    height: 100vh;
    /* background-image: url(./image/feacherd.jpg);
    background-size: cover; */
}

.lmid1rap {
    width: 100%;
    height: 100vh;
    margin: auto;
    background-image: url(./singin.jpg);
    background-size: cover;
    display: grid;
    grid-template-rows: min-content min-content;
    grid-row-gap: 4vh;


}

.lbox11 img {
    padding-top: 3vh;
    padding-left: 55vh;
    margin-left: 38vh;
}

.blurbg {

    margin-left: 87vh;
    padding: 5vh;
    border-left: 2.5px solid;
    border-right: 2.5px solid;
    border-top: .5px solid;
    border-bottom: .5px solid;
    /* filter: blur(5px); */
    /* background: rgba(0, 0, 0, 0.5); */
    /* position: absolute; */
    /* border: 2px solid green; */
    border-radius: 10px;
    width: 330px;
    /* text-align: center; */
    position: absolute;
    background: transparent;
    filter: blur(5px);
    margin-top: 15vh;
    height: 74vh;
}

.lbox10 {

    margin-left: 87vh;
    padding: 5vh;
    border-left: 2.5px solid;
    border-right: 2.5px solid;
    border-top: .5px solid;
    border-bottom: .5px solid;
    /* filter: blur(5px); */
    /* background: rgba(0, 0, 0, 0.5); */
    /* position: absolute; */
    /* border: 2px solid green; */
    border-radius: 10px;
    width: 330px;
    /* text-align: center; */
    color: white
}

.lbox10 h1 {
    font-size: 36px;
    text-transform: capitalize;
    text-align: center;
}

.lbox10 p {
    font-size: 17px;
    text-align: justify;

}

.lbox10 h3 {
    padding-top: 10px;
    font-size: 16px;
    border-top: 1px solid;

}

.lbox10 i {
    float: right;
    font-size: 19px;
    padding-top: 4px;
    padding-right: 24px;
}

.lbox102 input {
    color: black;
    width: 260px;
    height: 5vh;
    font-size: 15px;
    border-radius: 10px;
    padding-left: 20px;
    /* cursor: pointer; */


}

.lbox10 a {
    text-decoration: none;
}

.lbox101 input {
    color: deeppink;
    width: 100px;
    height: 5vh;
    font-size: 15px;
    text-align: center;
    border-radius: 20px;
    /* padding-left: 20px; */
    cursor: pointer;
    margin-left: 85px;
}









/* cvhh */


.summery {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./cvhh/cvhhs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}

.srap {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.summaryrap {
    width: 85%;
    height: 80vh;
    padding-top: 3vh;
    margin: auto;
    display: grid;
    grid-template-columns: 35% 60%;
    grid-column-gap: 14vh;


}

.sbox1 {
    color: white;
}

.sbox1 h1 {
    font-size: 28px;
    padding-bottom: 20px;

}

.sbox1 p {
    font-size: 15px;
    padding-bottom: 15px;
}

.sbox1 u {
    background-color: rgba(97, 97, 97, 0.4);
    text-decoration: none;
    padding: 1vh;
    text-align: center;
    border-radius: 4px;
}

.sbox1 button {
    font-size: 19px;
    padding: 2vh;
    border-radius: 6px;

}

.sbox1 h3 {
    padding-top: 20px;
    font-size: 16px;

}

.sbox1 h4 {
    padding-top: 22px;
    font-size: 13px;
    color: rgb(190, 190, 190);
}

.sbox2 {

    border-radius: 8px;
    height: 62vh;
}

.sbox2 button {
    border-radius: 9px;
    border: none;
    background: transparent;
}

.sbox2 button img {
    border-radius: 8px;
}


/* .sbox2 img{
    position: absolute;
} */
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    /* padding-top: 100px; Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {

    background-color: rgba(0, 0, 0, 0.4);
    margin: auto;
    /* padding: 9px; */
    /* border: 1px solid #888; */
    width: 81%;
    height: 99%;

}

.modal-content video {
    width: 96%;
    /* margin: auto; */
    padding-left: 40px;
    height: 100%;


}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.container {
    position: relative;
    width: 50%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container:hover .image {
    opacity: 0.3;
}

.container:hover .middle {
    opacity: 1;
}

.middle {
    margin-left: 26vh;
    height: 2vh;
    width: 19vh;
}

.text {
    background-color: #D71B58;
    color: white;
    font-size: 12px;
    /* margin-left: 55vh; */

    padding: 10px 26px;
    border-radius: 10px;

}






/* middle */
.cmid {
    background-color: #070D0E;

}

.cmidrap2 {
    padding-top: 4vh;
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-rows: auto auto auto auto auto auto;
    grid-row-gap: 16px;
}

.cbox {
    border-radius: 9px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 17px;
    background: rgba(97, 97, 97, 0.4);
}

.cbox img {
    border-radius: 9px;
}

.cinfo {
    color: white;


}

.cinfo h2 {
    padding-top: 1vh;

}

.cinfo p {
    padding-top: 2vh;
    font-size: 16px;
    padding-right: 2vh;

}

.cinfo h4 {
    padding-top: 2.5vh;
    font-size: 14px;

}



/* dl */
.summerydl {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./dl/dl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}


/* pg */
.summerypg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./pg/pg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}

/* rib */
.summeryrib {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./rib/rib.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}

/* tgwss */
.summerytgwss {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./tgwss/tgss.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}

/* twilight */
.summerytwilight {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./moive/twilight.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}

/* os */
.summeryos {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./os/os.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}

/* c */
.summeryc {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./c/c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}

/* dc */
.summerydc {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./moive/dearcomrad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}

/* m */
.summerym {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93vh;
    background: #070D0E;
    background-image: url(./moive/maari.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}