    /* .mnav{
    width: 100%;
    background-color: rgb(255, 249, 242 ,0.1);
    position: fixed;
    z-index: 999;
} */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");

body{
    font-family: 'Aparajita' !important;
}
.nav{
    display: flex;
    width: 100%;
    text-align: center;
    /* margin-left: 32%; */
    height: 80px;
    /* width: 100%; */
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 999;
    font-family: 'Futura';
}
.nav-item{
    opacity: 0.7;
}
.nav-item:hover{
    opacity: 1;
}
footer form input,footer form button{
    width: 100%;
    height: 20%;
}

.menu{
    color: antiquewhite;
    width: 20%;
    text-align: center;
    margin: 30px;
    margin-top: 3.5%;
    text-transform: capitalize;
}

.menu a, .menu2 a {
color: rgb(255, 255, 255);
text-decoration: none;
background-image: linear-gradient(#ffffff, #ffffff);
background-size: 0% 0.1em;
background-position-y: 100%;
background-position-x: 0%;
background-repeat: no-repeat;
transition: background-size 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
background-size: 100% 0.1em;
}

footer ul li a{
    text-decoration: none;
}

.nav a{
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.menu a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: monospace;
}

.dropdown-item{
    color: rgb(126, 126, 126) !important;
    text-decoration: none !important;
}

.menu a:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.menu img{
    margin-top: -18%;
}

.head_video{
    width: 100%;
    /* height: 500px; */
    background: url(../video/video2.mp4);
    background-size: cover;
}

#myLinks{
    position: relative;
    display: none;
    padding: 5px 0 15px;
    padding-left: 60px;
    background-color: rgb(0, 0, 0);
}

.menu2{
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    line-height: 1.5;
}

.menu2 a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: monospace;
}

.menu2 a:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.head_video{
    width: 100%;
    /* height: 500px; */
    background: url(../video/video2.mp4);
    background-size: cover;
}

.bar-icon{
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: black;
    padding: 10px 15px;
    box-shadow: 0 0 1px #fff;
}

.bar-icon a{
    color: #fff;
}
.nav2{
        display: none;
        position: sticky;
        top: 0;
        background-color: #000;
        z-index: 999;
        padding: 5px;
    }

@media screen and (min-width: 2000px) {
    .menu{
        width: 30%;
        margin-top: 2.5% !important;
    }

    .menu img{
        margin-top: -8% !important;
        width: 100px;
    }
}

@media screen and (min-width: 1500px) {
    .menu{
        margin-top: 3.5%;
    }
    .menu #logo_img1{
        margin-top: -15%;
        width: 100px;
    }
    .menu #logo_img2{
        margin-top: -15%;
        width: 80px;
    }
}

@media screen and (max-width: 1501px){
    .menu{
        margin-top: 4.5%;
    }
}

@media screen and (max-width: 1051px){
    .menu{
        margin-top: 5.5%;
    }
    .menu img{
        margin-top: -15%;
        width: 70px;
    }
}

@media screen and (max-width: 1001px) {
    .nav{
        display: none !important;
    }
    .nav2{
        display: block;
    }
}


/* @media screen and (max-width: 1001px){
    .containor{
        height: 1200px;
        display: block;
    }
    .col1{
        display: block;
    }
    .col2{
        width: 100%;
    }
    .content{
        height: 150px;
    }
} */    /* .mnav{
    width: 100%;
    background-color: rgb(255, 249, 242 ,0.1);
    position: fixed;
    z-index: 999;
} */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");

body{
    font-family: 'Aparajita' !important;
}
.nav{
    display: flex;
    width: 100%;
    text-align: center;
    /* margin-left: 32%; */
    height: 80px;
    /* width: 100%; */
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 999;
    font-family: 'Futura';
}
.nav-item{
    opacity: 0.7;
}
.nav-item:hover{
    opacity: 1;
}
footer form input,footer form button{
    width: 100%;
    height: 20%;
}

.menu a, .menu2 a {
color: rgb(255, 255, 255);
text-decoration: none;
background-image: linear-gradient(#ffffff, #ffffff);
background-size: 0% 0.1em;
background-position-y: 100%;
background-position-x: 0%;
background-repeat: no-repeat;
transition: background-size 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
background-size: 100% 0.1em;
}

.menu{
    color: antiquewhite;
    width: 20%;
    text-align: center;
    margin: 30px;
    margin-top: 3.5%;
    text-transform: capitalize;
}

footer ul li a{
    text-decoration: none;
}

.nav a{
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.menu a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: monospace;
}

.dropdown-item{
    color: rgb(126, 126, 126) !important;
    text-decoration: none !important;
}

.menu a:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.menu img{
    margin-top: -18%;
}

.head_video{
    width: 100%;
    /* height: 500px; */
    background: url(../video/video2.mp4);
    background-size: cover;
}

#myLinks{
    position: relative;
    display: none;
    padding: 5px 0 15px;
    padding-left: 60px;
    background-color: rgb(0, 0, 0);
}

.menu2{
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    line-height: 1.5;
}

.menu2 a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: monospace;
}

.menu2 a:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.head_video{
    width: 100%;
    /* height: 500px; */
    background: url(../video/video2.mp4);
    background-size: cover;
}

.bar-icon{
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: black;
    padding: 10px 15px;
    box-shadow: 0 0 1px #fff;
}

.bar-icon a{
    color: #fff;
}
.nav2{
        display: none;
        position: sticky;
        top: 0;
        background-color: #000;
        z-index: 999;
        padding: 5px;
    }

@media screen and (min-width: 2000px) {
    .menu{
        width: 30%;
        margin-top: 2.5% !important;
    }

    .menu img{
        margin-top: -8% !important;
        width: 100px;
    }
}

@media screen and (min-width: 1500px) {
    .menu{
        margin-top: 3.5%;
    }
    .menu #logo_img1{
        margin-top: -15%;
        width: 100px;
    }
    .menu #logo_img2{
        margin-top: -15%;
        width: 80px;
    }
}

@media screen and (max-width: 1501px){
    .menu{
        margin-top: 4.5%;
    }
}

@media screen and (max-width: 1051px){
    .menu{
        margin-top: 5.5%;
    }
    .menu img{
        margin-top: -15%;
        width: 70px;
    }
}

@media screen and (max-width: 1001px) {
    .nav{
        display: none !important;
    }
    .nav2{
        display: block;
    }
}


/* @media screen and (max-width: 1001px){
    .containor{
        height: 1200px;
        display: block;
    }
    .col1{
        display: block;
    }
    .col2{
        width: 100%;
    }
    .content{
        height: 150px;
    }
} */