 /* https://youtu.be/GeykycZ4Ixs */
/* https://youtu.be/CEjaKXYeaJU */


@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
*{
    margin: auto;
    padding: 0px;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
header {
    background-image: url(../image/top1.png);
    background-size:cover;
    padding: 10px 0;

    width: 100%;
    height: fit-content;
    border-bottom: 1px solid #ccc;
}
.col-name {
    width: 100px;
    height: 100px;
    /* margin-top: auto; */

}

.logo img {
    object-fit: cover;
    height: 100px;
    padding: 0px 40px;
}

.text-top{    
    font-size:60px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(228, 187, 204);
    font-weight: bold;
    margin-right: 280px;    
}

.text-next{    
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(247 247 247);
    font-weight: bold;
    margin-right: 280px; 
}

.address{    
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(247 247 247);
    font-weight: bold;
    margin-right: 280px; 
}

.text-center-top {
    text-align: center;    
}

.d-flex {
    display: flex !important;
}

.col-8 {
    width: 100%;
}
.logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 14%;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    cursor: pointer;
    
}

.nav-list{
    width: 30%;
    display: flex;
    align-items: center;
}

.nav-list li{
    list-style: none;
    padding: 15px 0px;
}

.nav-list li a{
    text-decoration: none;
        color: #f3f6fa;
        font-size: 18px;
}

.nav-list li a:hover{
        color: rgb(20, 21, 22);
}

.rightNav{
    
    width: 70%;
    text-align: right;
    padding: 0 23px;
}

#search{
    padding: 5px;
    font-size: 17px;
    border: 2px solid grey;
    border-radius: 9px;
}

.background{
   background-image: url("../image/back2.jpg");
    background-size: cover;    
}
.background_nav {
    background-color: #2668a1;
    background-size: cover;
}

.firstSection{
    height: 100vh;
}
.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0c0b44;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 50%;
    margin: auto;
    height: 60%;
}
.firstHalf{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.secondHalf{
width: 30%;
}

.secondHalf img{
    width: 150%;
    border: 4px solid rgb(13, 126, 233);
    border-radius: 150px;
    display: block;
    margin: auto;
    }

 .text-big{
    font-size: 25px;
    color: #d1d8e3;
    
 }   

 .text-small{
    font-size: 18px;
    color: #969eab;
 }  
 
 .btn{
    padding: 5px 12px;
    margin: 7px;
    border: 2px solid whitesmoke;
    border-radius: 8px;
    font-size: 16px;
    background: none;
    color: white;
    cursor: pointer;
 }

 .btnn {
    padding: 5px 12px;
    margin: 7px;
    border: 2px solid rgb(240, 232, 232);
    border-radius: 8px;
    font-size: 16px;
    background: none;
    color: rgb(234, 236, 100);
    cursor: pointer;
    background-color: #0c0b44;
 }

 .btn-dark{
    color: rgb(8, 27, 109);
    border: 2px solid rgb(114, 110, 110);
 }
label{
    color:#ebf1f5;
    font-size: 20px;
}
 .section{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 100%;
    margin: auto;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px;
    background-color: #b4df5d;
    background-size: cover;
 }

 .section-left{
    flex-direction: row-reverse;
 }

 .paras{
    padding: 0px 65px;
 }

 .sectionSubTag{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 .thumbnail img{
    width: 185px;
    border: 2px solid black;
    border-radius: 26px;
    margin-top: 19px;
 }
.top img{
    width: 100%;
    
}
 .contact{
    background-color: #ebf1f5;
    height: 45vh;
 }

 .text-center{
    text-align: center;
    padding: 20px;
    font-family: 'Ubuntu', sans-serif;
 }

 .form{
    max-width: 62%;
    margin: 3px auto;
 }

 .form input{
    margin: 13px 0;
    padding: 5px 3px;
    width: 100%;
    font-size: 19px;
    border: 2px solid gray;
    border-radius: 6px;
 }

 .text-footer{
    text-align: center;
    padding: 30px 0;
    font-family: 'ubuntu', sans-serif;
    font-size: small;
    display: flex;
    justify-content: center;
    color: rgb(129, 6, 6);
    background-image: url("../image/back2.jpg");
 }
.burger{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
}

.line{
    width: 33px;
    background-color: rgb(110, 10, 10);
    height: 4px;
    margin: 5px 3px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------*/


 @media only screen and (max-width: 1140px){
    .nav-list{  flex-direction: column;  }
    
    .navbar{
        flex-direction: column;
        transition: all 0.7s ease-out;
        height: 457px;
    }
    
    .logo img {padding: 30px 40px;}
            
    .rightNav{  text-align: center;    }

    .box-main{
        flex-direction: column-reverse;
        max-width: 100%;}
    
    .text-top{    
                font-size:30px;
                font-family: 'Times New Roman', Times, serif;
                color: rgb(228, 187, 204);
                font-weight: bold;
                margin-right: 0px;}
                
    .text-next{    
                font-size: 10px;
                font-family: 'Times New Roman', Times, serif;
                color: rgb(247 247 247);
                font-weight: bold;
                margin-right: 0px;}    
                
    .address{    
                font-size: 10px;
                font-family: 'Times New Roman', Times, serif;
                color: rgb(247 247 247);
                font-weight: bold;
                margin-right: 0px; 
}            

    #search{    width: 100%;    }
    
    .burger{    display: block;    }
    
    .h-nav-resp{    height: 65px;    }
    
    .v-class-resp{  opacity: 0;    }
    
    .section{   flex-direction: column-reverse;    }
    
    .text-small{    text-align: center;    }
    
    .text-big{  text-align: center;    }
    
    .buttons{   text-align: center;    }
    
    .paras{ padding: 0%;    }
    
    .contact{
        background-color: #ebf1f5;
        height: 50vh;
             }

 }