*{
    padding: 0%;
    margin: 0%;
}
.nab{
    width: 100%;
    height: 24vh;
    background-color: rgb(196, 2, 2);
   
}
.menu{
    float: right;  
    margin-top: 10px;
    position: sticky; 
    top: 0px;  
    background-color: burlywood;
    border-bottom-left-radius: 15px ;
}

.menu ol{
    margin-left: 10px;
}
.menu ol li{
    display: inline;
    padding-right: 50px;
}
.menu ol li a{
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding: 2px;
}
.menu ol li a:hover{
    background-color: rgba(106, 106, 107, 0.5);
    border-bottom: 2px solid rgba(240, 208, 208, 0.692);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: aliceblue;
    border-bottom: 2px solid red;
}
.nabphoto{
    background-image: url(./logo.jpg);
    background-repeat: no-repeat;
    background-position: cover;
    width: 15%;
    height: 22vh;
    position: absolute;
    margin-left: 50px;
    margin-top: 5px;
}
.nabtext{
    margin-top: 1px;
    float: left;
    margin-left: 600px;
}
.nabtext h1{
    margin-top: 17px;
    font-size: 30px;
    color: rgb(255, 255, 24);
    text-align: justify;
    text-decoration: none;
}
.nabtext h2{
    margin-top: 10px;
    font-size: 30px;
    width: 75%;
    color: rgb(255, 255, 255);
    text-align: justify;
    text-decoration: none;
}
.nabtext h2 a{
    margin-top: 10px;
    font-size: 30px;
    width: 75%;
    color: rgb(255, 255, 255);
    text-align: justify;
    text-decoration: none;
}
.nabtext2{
    margin-top: -100px;
    float: left;
    margin-left: 32cm;
}
.nabtext2 h1{
    font-size: 30px;
    color: rgb(255, 255, 0);
    text-decoration: none;
}
.nabtext2 h2{
    margin-top: 10px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: justify;
    text-decoration: none;
}




.ban{
    background-image: url(./aboutban.jpg);
    background-position: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 120vh;
}
.banrap{
    width: 100%;
    height: 120vh;
    /* background-color: rgba(0, 0, 0, 0.786); */
}
.bantext{
    padding-top: 300px;
}
.bantxt2{
    padding: 10px;
    margin-left: 800px;
}
.bantext h1{
    text-align: center;
    width: 55%;
    background-color: rgba(6, 6, 5, 0.72);
    text-transform: uppercase;
    color: rgb(0, 136, 255);
    font-size: 75px;
    border: 2px solid white;
    border-radius: 20px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;  
}
.bantext h2{
    color: rgb(225, 226, 238);
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;  
}
.bantext h3{
    color: rgb(231, 227, 4);
    font-size: 60px;
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.bantxt2 input{
    background-color: rgb(176, 7, 4);
    color: rgb(255, 238, 238);
    height: 10vh;
    width: 40%;
    font-size: 25px;
    border: 2px solid white;
    border-radius: 20px;
}
.banphoto img{
    padding: 20px;
    margin-top: -400px;
    margin-left: 80px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.banphoto img:hover{
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 20px;
}




.mid{
    background-color: white;
    width: 100%;
    height: 110vh;
}
.midrap{
    height: 130vh;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
}
.midtext{
    height: 129vh;
    width: 100%;
}
.midtext h1{
    color: rgba(168, 0, 0, 0.944);
    margin-top: 50px;
    width: 50%;
    margin-left: 600px;
    font-size: 60px;
    text-align: center;
}
.midtext h2{
    color: rgb(0, 0, 0);
    /* width: 70%; */
    margin-top: 30px;
    margin-left: 20px;
    font-size: 60px;
}
.midtext i{
    color: rgba(240, 0, 0, 0.944);
    font-size: 30px;
    margin-left: 15px;
    margin-top: -70px;
}
hr{ 
    width:20%;
    height: 0.3vh;
    margin-top: 20px;
    margin-left: 50px;
    background-color: rgba(255, 0, 0, 0.944);
} 
.midtext p{
    color: rgb(0, 0, 0);
    width: 75%;
    text-align: justify;
    margin-left: 70px;
    font-size: 20px;
}
.midtext h3{
    color: rgb(0, 0, 0);
    margin-top: 30px;
    margin-left: 65px;
    font-size: 30px;
}
.midphotos img{
    margin-top: 250px;
    /* margin-right: 0px;  */
    height: 65vh;

    border-radius: 80px ;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.midphotos img:hover{
    border-bottom: 2px solid red;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}




.mid1{
    background-image: url(./ban1.jpg);
    background-position: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 120vh;
}
.midrap1{
    width: 100%;
    height: 20vh;
    background-color: rgba(0, 0, 0, 0.564);
}
.midraptext{
    color: rgb(144, 3, 3);
    /* margin-top: 500px; */
    color: white;
    font-size: 30px;
    text-align: center;
}
.text2 h1{
    text-transform: uppercase;
    margin-top: -100px;
    font-size: 50px;
    padding: 30px;
}
.text2 i{
    font-size: 30px;
    color: rgb(146, 1, 1);
}
.text2 h2{
    padding: 90px;
    font-size: 30px;
    color: rgb(160, 3, 3);
}
.midrap2{
    height: 100vh;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    background-color: rgba(0, 0, 0, 0.552);
}

.mid1photo{
    margin-top: 100px;
    margin-left: 50px;
}
.mid1photo img{
    /* margin-top: 10px; */
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.mid1photo img:hover{
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.mid2txt ol{
    margin-top: 100px;
    color: aliceblue;
    font-size: 20px;
    margin-left: 40px;
}
.mid2txt ol li{
    margin-top: 50px;
    color: rgb(152, 14, 6);
    font-size: 40px;
}
.mid2txt ol li a{
    margin-top: 50px;
    color: rgb(175, 0, 0);
    text-decoration: none;
}
.mid2txt ol li a:hover{
    background-color: rgba(106, 106, 107, 0.5);
    border-bottom: 2px solid rgba(240, 208, 208, 0.692);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: aliceblue;
    border-bottom: 3px solid rgb(159, 3, 3);
}





.mid3{
    width: 100%;
    height: 140vh;
}
.midrap3{
    width: 100%;
    height: 40vh;
}
.text3 h1{
    text-align: start;
    margin-top: 50px;
    width: 50%;
    margin-left: 650px;
    font-size: 50px;
    color: rgb(168, 0, 0);
    border-radius: 20px;
}
.text3 button{

    background-color: red;
    font-size: 50px;
    color: rgb(255, 255, 255);
} 
.text3 h3{
    color: rgb(152, 0, 0);
    /* margin-left: 1x; */
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-size: 50px;
}
.midrap4{
    height: 100vh;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
}
.photo3{
    margin-left: 10px;
    margin-top: 50px;
}
.photo3 img{
    border-top: 5px solid red ;
    border-bottom: 5px solid red ;
    border-top-left-radius: 70px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 10px;
}
.photo3 img:hover{
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.photo4{
    margin-left: 10px;
    margin-top: 50px;
}
.photo4 img{
    border-top: 5px solid red ;
    border-bottom: 5px solid red ;
    border-top-left-radius: 70px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 10px;
}
.photo4 img:hover{
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.photo5{
    margin-left: 10px;
    margin-top: 50px;
}
.photo5 img{
    border-top: 5px solid red ;
    border-bottom: 5px solid red ;
    border-top-left-radius: 70px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 10px;
}
.photo5 img:hover{
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}





.mid7{
    width: 100%;
    height: 110vh;
    background-image: url(./47705834.jpg);
    background-position: cover;
    background-repeat: no-repeat;
}
.midrap8{
    width: 100%;
    height: 50vh;
}
.text7{
    color: aliceblue;
    text-align: center;
}
.text7 h1{
    margin-top: 50px;
    margin-left: 400px;
    width: 50%;
}
.text7 p{
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
.text7 i{
    margin-top: 20px;
    font-size: 110px;
    color: rgb(212, 191, 0);
}



.footer{
    width: 100%;
    height: 125vh;
    background-image: url(./luis-vidal-FodEsaNZs48-unsplash.jpg);
    background-position: cover;
    background-repeat: no-repeat;
}
.footrap{
    width: 100%;
    height: 62vh;
    border-radius: 50px;
    background-color: rgba(9, 8, 8, 0.795);
}
.footraptext h1{
    /* position: absolute; */
    color: rgb(0, 140, 255);
    font-size: 60px;
    padding-top: 150px;
    margin-left: 200px;
}
.footraptext input{
    padding: 5px;
    height: 65px;
    margin-top: 50px;
    margin-left: 700px;
    font-size: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}
#bqn{
    font-size: 20px;
    background-color: rgb(212, 0, 0);
    margin-left: 700px;
    margin-top: 10px;
    color: aliceblue;
}
.footrap2{
    background-color: rgba(0, 0, 0, 0.560);
    width: 100%;
    height: 64vh;
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
.txt h2{
    margin-top: 70px;
    /* margin-right: 100px; */
    text-align: center;
    font-size: 40px;
    color: aliceblue;
}
.txt p{
    margin-top: 20px;
    margin-left: 10px;
    font-size: 25px;
    text-align: justify;
    color: aliceblue;
}
.txt i{
    margin-top: 70px;
    margin-left: 90px;
    font-size: 35px;
    color: rgb(190, 22, 0);
}
.icon3{
    width: 15cm;
}
.txt1 h2{
    margin-top: 70px;
    margin-left: 50px;
    text-align: center;
    font-size: 40px;
    color: aliceblue;
}
.txt1 ol li{
    margin-left: 60px;
    list-style: none;
    margin-top: 20px; 
    color: aliceblue;
    font-size: 25px;
}
.txt1 ol li a{
    text-decoration: none;
    color: aliceblue;
}
.txt2 h2{
    margin-top: 70px;
    margin-left: 80px;
    text-align: center;
    font-size: 40px;
    color: aliceblue;
}
.txt2 i{
    margin-right: 10px;
    font-size: 30px;
    color: rgb(182, 0, 0);
    border: 1px;
}
.txt2 ol li{
    text-align: start;
    list-style: none;
    margin-top: 50px; 
    margin-left: 80px;
    text-align: center;
    color: aliceblue;
    font-size: 25px;
}
.txt2 ol li a{
    text-decoration: none;
    color: aliceblue;
}
.txt3{
    margin-right: 50px;
    margin-top: 200px;
   width: 15%;
}
.txt1 ol li a:hover{
    color: aliceblue;
    border-bottom: 2px solid red;
    color: aliceblue;
}