@import url('https://fonts.googleapis.com/css2?family=Charmonman&family=Dancing+Script:wght@700&family=Lovers+Quarrel&family=Redressed&display=swap');

*{
    margin: 0;
    padding: 0;
}



.logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    

}

.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 0;
    cursor: pointer;
   
}
.nav-list{
    width: 60%;
    display: flex;
    align-items: center;
    padding-left: 30%;
}
.nav-list li{
    list-style: none;
    padding: 26px 30px;
}
.nav-list li a{
    text-decoration: none;
    color: white;
}
.nav-list a:hover{
    color: grey;
}

.rightnav{
    width: 50%;
    text-align: right;
}

.background{
    /*background: rgba(87, 60, 60, 0.7) url(../images/bg.jpg);*/
    background: rgba(0, 0, 0, 0.5) url(../images/bg.jpg);
    background-size: cover;
    background-blend-mode: darken;
}

.firstsection{
    height: 100vh;
}
.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    max-width: 60%;
    margin: auto;
    height: 80%;
}


.FirstHalf{
    max-width: 60%;
    display: flix;
    flex-direction: column;
    justify-content: center;

}
.FirstHalf p a{
    text-decoration: none;
    color: white;

}
.SecondHalf{
    width: 30%;
}
.SecondHalf img{
    width: 80%;
    border: 4px solid white;
    border-radius: 150px;
    display: block;
    margin: auto;
}

.text-big{
    font-family: 'Charmonman', cursive;
    font-size: 90px;
    text-align: justify;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    animation: text 3s 1;
}

.text-small-head{
    font-family: 'Charmonman', cursive;
    font-size: 40px;
    text-align: justify;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    color: black;
    
}

@keyframes text {
    0%{
        letter-spacing: 8px;
    }
    35%{
        letter-spacing: 30px;
    }
}

.text-small{
    font-size: 18px;
    text-decoration: none;
}


.viewBox{
    color: white;
    background-color: white;
}
.btn{
    padding: 8px 20px;
    margin: 7px 3px;
    border: 2px solid white;
    border-radius: 8px;
    background: none;
    color: white;
    cursor: pointer;
}
.section{
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 80%;
    margin: auto;
    padding: 0px 100px;
}
.section-left{
    flex-direction: row-reverse;
}
.sectionTag{
    padding: 16px 0;
}

.btn_section{
    padding: 8px 20px;
    margin: 7px 3px;
    border: 2px solid black;
    border-radius: 18px;
    background: none;
    color: black;
    cursor: pointer;
}

.thumbnail img{
    width: 250px;
    border: 2px solid black;
    border-radius: 26px;
    margin-top: 20px;
}
.text-big-section{
    font-size: 40px;
}
.text-small-section{
    font-size: 18px;
    text-align: justify;
}

.paras{
    padding: 0px 80px;
}



.pictures{
    display: flex;
    padding: 70px;
    align-items: center;
}

.picture-first-half img{
    
   
    border-radius: 150px;
    
}

.incline-text{
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background:rgba(87, 60, 60, 0.7) url(../images/bg.jpg);*/
    color: whitesmoke;
    margin: auto;
    text-align: center;
   
}


ul{
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    
}
.slider .item{
    margin-bottom: 60px;
    margin: auto;
    align-items: center;
    
}
.slider .item-full{
    margin-bottom: 6px;
    
}
.content-slider li{
    background-color:whitesmoke;
    text-align: center;
    color: black;
 
    
}
.content-slider h3 {
    margin: 0;
    padding: 70px 0;
    
}
.slider{
    width: 1225px;
   
}


.download-list{
    font-size: 22px;



}
.download-list li{
    list-style: none;
    padding: 5px 5px;
}
.download-list a{
    text-decoration: none;
    color: black;
}
.download-list a:hover{
    color: grey;
    letter-spacing: 1px;
}


.dsection{
    height: 300px;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0px 160px;
}




.footer{
    width: 100%;
    background: #00121b;
    display: block;

}

.inner-footer{
    width: 95%;
    margin: auto;
    padding: 30px 10px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;

}

.footer-items{
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.footer-items h1{
    padding: 10px 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
.footer-items p{
    color: grey;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

.footer-items h2{
    margin: 10px 0;
    color: grey;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
}

.border{
    height: 2px;
    width: 110px;
    background: #ff9800;
}

.footer-items ul{
    list-style: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.50px;
}

.footer-items ul a{
    text-decoration: none;
    outline: none;
    color: #fff;
    transition: 0.3s;
}

.footer-items ul a:hover{
    color: #ff9800;
}

.footer-items ul li{
    margin: 10px 0;
    height: 25px;
}

.footer-items li i{
    margin-right: 20px;
}

.social-media{
    width: 100%;
    color: #fff;
    text-align: center;
}

.social-media a{
    text-decoration: none;
}

.social-media i{
    height: 15px;
    width: 15px;
    margin: 20px 5px;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid grey;
    transition: 0.3s;
}

.social-media i:hover{
    background: grey;
}

.footer-bottom{
    padding: 10px;
    background: #3d545f;
    color: #fff;
    font-size: 12px;
    text-align: center;
}


.burger{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
}
.line{
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
}

.video{
    border: red;
    border-width: 20px;
    
}

.box-main-video{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto;
    
    height: 408px;
    width: 700px;
   
    
}

.FirstHalf-video p{
    align-items: center;
    justify-content: center;
}
.video-iframe{
    height: 280px;
    width: 700px;
}


.map{
    border: red;
    border-width: 20px;
    
}

.box-main-map{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto;
    padding-bottom: 40px;
    height: 450px;
    width: 600px;
   
    
}

.FirstHalf-map p{
    align-items: center;
    justify-content: center;
}
.map-iframe{
    height: 450px;
    width: 600px;
}


