* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: newfont;
    src: url(../valofont.ttf);
}

@font-face {
    font-family: bebe;
    src: url(../beberehxa.ttf);
}
@font-face {
    font-family: cali;
    src: url(../calibri.ttf);
}


@keyframes nkf {
    from {
        height: 50px;
    }

    to {
        height: 120px;
    }
}

@keyframes nkfb {
    from {
        height: 120px;
    }

    to {
        height: 50px;
    }
}


.maincls {
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url("../webback.png");
    position: absolute;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: auto;
}

.navbar {
    width: 100%;
    background: black;
    position: fixed;
    z-index: 5;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.navbar:hover {
    /* height: 120px; */
    background: white;
    animation: nkf 0.4s forwards;
}

.navbar:hover>.logo {
    height: 100px;
}

.navbar:hover>.logo img {
    height: 100px;
    padding-top: 0;
}

.navbar:not(:hover) {
    animation: nkfb 0.4s forwards;
}

.logo {
    height: 50px;
    /* z-index: 10; */
    cursor: pointer;
}

.logo img {
    height: 30px;
    padding: 10px;
    transition: 0.5s;
}

.navlink {
    width: max-content;
    justify-content: space-evenly;
    right: 0;
    position: absolute;
}

.navlink ul {
    display: inline-flex;
    padding: 15px;
    padding-right: 100px;
}

.navlink ul li {
    list-style-type: none;
    padding: 20px;
}

.navlink ul li a {
    color: white;
    text-decoration: none;
}

.navlink ul li a:active {
    color: #ff4655;
}

.navbar:hover>.navlink ul li a:hover {
    color: #ff4655;
}

.navbar:hover>.navlink ul li a {
    color: black;
    font-weight: bold;
}

.foot {
    bottom: 0;
    width: 100%;
    z-index: 5;
    height: 10%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1));
    position: fixed;
    display: flex;
    align-items: center;
}

#contactus {
    position: absolute;
    right: 0;
    padding-right: 30px;
}

.ftlinks a {
    text-decoration: none;
    color: white;
    padding-left: 30px;
    font-size: 25px;
    transition: 0.4s;
}

.ftlinks a:hover {
    color: #ff4655;
}

.cpdata {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.cpdata p {
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;

}

.main {
    width: 100%;
    padding: 50px 0;
    min-height: 100%;
    position: absolute;
}
#galmain{
    top: 30px;
}

.divvid {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.divvid h1 {
    position: absolute;
    top: 35%;
    color: white;
    font-size: 120px;
    letter-spacing: 3px;
    font-family: newfont;
    text-shadow: 0 0 3px black;
}

.divvid h5 {
    position: absolute;
    top: 44%;
    color: #ff4655;
    font-size: 40px;
    font-family: bebe;
    letter-spacing: 4px;
}
.divvid h6{
    position: absolute;
    color: white;
    top: 32%;
    font-size: 25px;
    font-family: sans-serif;
}


.divvid video {
    width: 100%;
    margin-top: 0px;
}


.playbutton {
    height: 100px;
    width: 250px;
    background-color: #ff4655;
    border-radius: 10px;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: transform 0.2s;
    text-align: center;
    font-size: 90px;
    padding-top: 5px;
    font-family: newfont;
    cursor: pointer;
    box-shadow: 0 0 10px black;
}

.playbutton:hover {
    background-color: #fd2235;
    color: white;
    box-shadow: 0 0 10px white;
    transform: translate(-50%) scale(1.2);
}

.ytvid {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.ytvid video {
    width: 100%;
}

.dlbutton {
    height: 50px;
    width: 200px;
    left: 50%;
    top: 76.5%;
    position: absolute;
    transform: translateX(-50%);
    overflow: hidden;

}
#dlbtnid2{
    height: 50px;
    width: 270px;
    left: 50%;
    top: 76.5%;
    position: absolute;
    transform: translateX(-50%);
    /* overflow: hidden; */
}
#dlbtnh12{
    position: absolute;
    cursor: pointer;
    color: black;
    top: 77.3%;
    font-size: 23px;
    left: 50%;
    transform: translateX(-50%);
    font-family: cali;
    transition: 0.3s;
}
#btndl2{
    height: 50px;
   left: 50%;
    width: 270px;
    font-size: 20px;
    font-family: newfont;
    background-color: #ff4655;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.btndl {
    height: 50px;
   left: 50%;
    width: 200px;
    font-size: 20px;
    font-family: newfont;
    background-color: #ff4655;
    transition: 0.3s ease-out;
    cursor: pointer;
}
.disp2{
    height: 50px;
    content: "";
    width: 290px;
    background-color: rgb(19, 19, 19);
    z-index: 1;
    transform: skew(-20deg) translateX(-200%);
    position: absolute;
}
.disp{
    height: 50px;
    content: "";
    width: 220px;
    background-color: rgb(19, 19, 19);
    z-index: 1;
    transform: skew(-20deg) translateX(-200%);
    position: absolute;
}

.btndl a {
    display: none;
}
#dlbtnh1{
    position: absolute;
    cursor: pointer;
    color: black;
    top: 77.3%;
    font-size: 23px;
    left: 50%;
    transform: translateX(-50%);
    font-family: cali;
    transition: 0.3s;
}

.gallery {
    width: 100%;
    text-align: center;
    font-weight: bolder;
    box-sizing: border-box;
}

.row {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.gallerycol {
    flex-basis: 31.5%;
}

.gallerycol img {
    width: 100%;
    border-radius: 10px;
    padding-bottom: 15px;
}

.extsite {
    width: 100%;
    display: block;
    justify-content: center;
    margin-top: 200px;
}

.extsite h2 {
    color: white;
    text-align: center;
}

.extbtn {
    width: 200px;
    height: 70px;
    margin-top: 50px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    font-size: 35px;
    font-family: newfont;
    padding-top: 10px;
    background-color: #ff4655;
    transition: 0.5s;
}

.extbtn:hover {
    color: red;
    background-color: black;
    border: 1px solid red;
}

#abc {
    background: rgba(0, 0, 0, 0.5);
}

.carhead {
    width: 100%;
    text-align: center;
}

.carhead h1 {
    color: #ff4655;
    font-size: 120px;
    font-family: bebe;
    letter-spacing: 5px;
    text-decoration: underline;
    text-underline-offset: 20px;
}

.carbody {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    font-family: sans-serif;
}

.susbody {
    width: 30%;
    margin-top: 200px;
    background-color: rgb(219, 219, 219);
    padding: 5px;
    padding-top: 50px;
    border-radius: 10px;
}

.susbody img {
    width: 100px;
    top: 33%;
    left: 15%;
    position: absolute;
    border-radius: 50%;
}

.susbody h1 {
    font-size: 50px;
}

.susbody h2 {
    color: #ff4655;
    font-size: 29px;
    padding-bottom: 10px;

}

.susbody p {
    font-size: 20px;
    padding-bottom: 10px;
}

.asbody {
    width: 30%;
    margin-top: 200px;
    border-radius: 10px;
    padding: 5px;
    padding-top: 50px;
    background-color: rgb(219, 219, 219);
}

.asbody img {
    width: 100px;
    position: absolute;
    top: 33%;
    left: 58.5%;
    border-radius: 50%;
}

.asbody h1 {
    font-size: 50px;
}

.asbody h2 {
    color: #ff4655;
    font-size: 29px;
    padding-bottom: 10px;
}

.asbody p {
    font-size: 20px;
    padding-bottom: 10px;
}

.asbody:hover,
.susbody:hover {
    box-shadow: 0 0 20px white;
}
.ythtp{
    width: 100%;
    padding-top: 40px;
    height: 90vh;
}
.ythtp iframe{
    width: 100%;
    height: 90%;
}