@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: antiquewhite;
}
.navbar{
display: flex;
align-items: center;
justify-content: center;
position: sticky;
top: 0;
cursor: pointer;
}

.nav-list{ 
    width: 70%;
    /*background-color: aqua;*/
    display: flex;
    align-items: center;
  justify-content: center;
}

.logo{
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
}
.logo img {
    width: 60%;
}

.nav-list li{
list-style: none;
padding: 28px 50px;
}
.nav-list a{
 text-decoration: none;
 color: #e20a2e;
 font-size: 20px;
 font-family: 'ubuntu', 'sans-serif';

}

.nav-list li a:hover{
  text-decoration: none;
    color:#fff;
}

.rightNav{
    width: 30%;
    text-align: right;
    /*background-color: blue;*/
    padding: 0 23px;
}

#search{
padding: 8px;
font-size: 17px;
border: 2px solid;
border-radius: 8px;
}

.background{
    background: rgba(0, 0, 0, 0.7) url("../img/9771.jpg");
    background-size: cover;
    background-blend-mode: darken;
    
}
.fristHalf{
    height: 100vh;
}
.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 92%;
    margin: auto;
}
.fristHalf{
width: 90%;
display: flex;
flex-direction: column;
justify-content: center;


}
.SecondHalf{
    width: 50%;


}
.SecondHalf img{
    width: 350px;
    border: 4px solid white;
    border-radius: 50%;
    display: block;
    margin: auto;
    background-size: cover;


}
.text-big{
 font-size: 30px;
}
.text-small{
    font-size: 15px;
}
.btn{
padding: 8px 20px;
margin: 7px 3px;
border: 2px solid white;
border-radius: 8px;
align-items: center;
background: none;
color: white;
cursor: pointer;
}
.btn a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}
.btn sm{
    padding:8px 12px;
    vertical-align: middle;
    }
    .section{
     height: 500px;
     display: flex;
     align-items: center;
     justify-content: center;
     max-width: 80%;
     margin: auto;
    font-family: 'ubuntu', sans-serif;
    background-color: antiquewhite;
    }
   .paras{
        padding: 0px 65px;
    }
    .sectionalTag{
        padding: 16px 0;
    }
    .section-middle{
        flex-direction: row-reverse;
    }
    .sectionalSubTag {
        font-family: 'segoe UI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    }
    .thumbnail img{
  width: 350px;
  border: 2px solid black;
  border-radius: 24px;
  margin-top: 18px;
    }
    .contact{
background-color: rgb(253, 237, 217);
height: 95vh;
font-size: 35px;
    }

   .text-center{
   text-align: center;
   padding: 30px;
   font-family: 'ubuntu', sans-serif;

   } 
   .form{
max-width: 1200px;
margin: auto;

   }
   .form-input{
    margin: 14px 0;
    width: 100%;
    padding: 5px 3px;
    font-size: 19px;
    border: 2px solid grey;
    border-radius: 6px;
   }
   .btn-drak{
 color: black;
 border: 2px solid black;

   }
   .text-footer{
    padding: 30px 0;
    display: flex;
    text-align: center;
    justify-content: center;
   }