body{
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
a{
    color: white;
    text-decoration: none;
    font-size: 15px;
}
#navbar{
    display: flex;
    justify-content: space-around;
    height: 53px;
    padding: 10px;
    align-items: center;
    position: relative;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
}
#navbar2{
    display: flex;
    justify-content: space-around;
    gap: 8px;
    align-items: center;
}
#navbar2>p{
    padding: 10px 20px;
    border-radius: 3px;
}
#navbar>a>img{
    width:50%;
    padding: 20px;
    margin-left: 0px;
}


#navbar2>p:nth-last-child(1){
    background-color: #f16334;
    color: white;
}
#navbar2>p:hover,#navbar a:hover{
    color:rgb(50, 50, 189);
    cursor: pointer;
}

#navbar2>p:nth-last-child(1):hover{
    background-color:#fe5a1e;
    color: white;
}
#navbar2>p:nth-last-child(1)>a:hover{
    color:white
}
#navbar2>p:nth-last-child(1)>a{
    color:white
}
.sticky{
    background-color: white;    
}
#navbar a{
    text-decoration: none;
    color: black;
}

#navbar2>p:nth-child(5){
    border-bottom:3px solid #f16334;
    border-radius: 0px;
}
#navbar2>p:nth-child(5)>a{
    color:#f4581f ;
}
#navbar2>p:nth-child(1){
    margin-left: -200px;
}

/* <!--                           Navbar section started                                 -->
<!--                           //////////////////////                                 -->
<!--                             Main body section                                 --> */

/* Banner section started */

@font-face {
    font-family: "roboto";
    src: url(font/Roboto-Regular.ttf);
}

#main{
    width: 80%;
    margin: auto;
    margin-left: 170px;
    font-family: "roboto"
}

#first-banner{
    background-color: #f1f9ff;
    height: 320px;
    margin-top: 70px;
    display:flex ;
    justify-content: space-between;
    border-radius: 10px;
    transition-duration: 0.7s;

}

#first-banner:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#first-banner>div{
    padding: 20px 50px;
}
.buttonorange{
    background-color: #f16334;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    text-decoration: none;
    margin-top: 30px;
}
#first-banner>div>h1{
    font-size: 46px;
    margin-bottom: 8px;
    font-weight: 700;
    color:#393939
}
#first-banner>div>h3{
    font-size: 23px;
    font-weight: 400;
    color: #646566;
}
#first-banner>img{
    border-radius: 10px;
}
/*     Banner section ended     */
/*           //////            */
/*        Post and form Section        */
#recentpost{
    display: flex;
    text-align: left;
    margin-top:100px;
}
#recentpost>div:nth-child(1){
    width: 100%;
}
#recentpost>div>img{
    width: 100%;
}
.rh1{
    font-weight: 600;
}
.rh3{
    font-size: 23px;
    font-weight: 500;
}
.rh3+p{
    color: #888;
}
#formdiv{
    padding: 30px;
}
form{
    background-color: 
    #f6faff;
    margin-top: 50px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
form>img{
    width: 58%;
}
form>h4{
    font-size: 20px;
    line-height: 30px;
    color:
    #000000;
}
form>input{
    padding: 10px;
    margin-bottom: 20px;
    border: none;
}
form>input::placeholder{
    color:#a0a0a0;
    border: none;
}
form>input[type="submit"]{
    background-color: #f16334;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    font-weight: 600;
    text-decoration: none;
    margin-top: 14px;
}

/* <!-- Post and form section ended -->
<!-- ///////////////////////////  -->
<!--            3 divs             --> */


.divs3{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    gap: 25px;
}
.divs3>div>img{
    width:100%;
    border-radius: 6px;
}
.divs3>div>p{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
/* !--              3 divs completed             --> */ 
/*                Footer Section Started                  */
#footer-1{
    text-align: center;
    height: 400px;
    background-color: 
    #f5f5f5;
    margin-top: 70px;
}
#footer-1>h1{
    margin-top: 90px;
    margin-bottom: 20px;
}
#footer-2{
    background-image: linear-gradient(to right,#7900ff,
    #b400ff);
}


@font-face {
    font-family: "Sora";
    src: url(font/static/Sora-Regular.ttf);
}
table{
    margin: auto;
    width: 82%;
    text-align: left;
    color: white;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 65px;
    font-family: "Sora";
}
td{
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
    width:250px
}
th{
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
}
th:nth-child(3),td:nth-child(3){
    width: 250px;
}
th:nth-child(4),td:nth-child(4){
    width:279px
}
th:nth-child(2),td:nth-child(2){
    width:270px
}
#footer-last{
    width: 100%;
    color: white;
    display: flex;
    text-align: left;
    align-items: top;
    margin:auto;
    margin-left: 8%;
    line-height: 10px;
    margin-bottom: 50px;

}
#fl1 img:nth-child(1){
    width:80%;
    margin-right: 20px;
    display: block;
}
#footer-last p{
    font-size: 13px;
}
#fl1>div>i{
    font-size: 20px;
    margin-right: 25px;
}
#footer-last>h4{
    font-weight: 500;
    font-size: 17px;
    margin-top: 10px;
    margin-left: -30px;
}
#fl1+div>p:first-child{
    margin-top:3px
}
#fl1{
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content:space-between ;
}
#fl2{
    line-height: 10px;
    text-align: right;
    font-size: 15px;
    margin-left: 250px;
    margin-top: -5px;
}
#fl2>p:first-child{
    margin-top: 0px;
}
#fl2>p{
    font-size: 13px;
}
tr:nth-last-child(1)>td{
    font-size:15px ;
    font-weight: 600;
}
