*{
    margin: 0;
    padding: 0;
   
}
body{
    overflow-x:hidden ;
    font-family:'Open Sans',sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing:antialised !important;
}
li{
    list-style: none;
    display: inline-block;
}
a{
    text-decoration: none;
    transition: all 500ms ease-in-out;
    font-size: 18px;
}
a:hover,
a:active{
    text-decoration:none;
}

h1,h2,h4{
    font-family: 'PT Sans Narrow',Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
p{
    font-size: 15px;
    line-height: 21px;
}
.btn{
    transition: all 300ms ease-in-out;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.btn:hover{
    background-color: #ededed !important;
    color: #3c3c3c !important;
    border: 1px solid #fff !important;
}

/* code will start from here */

/* header css starts here */
.header{
    background-image:url(/FrontEnd/img/ab.jpg);
    /* background-image:url(/FrontEnd/img/ab.jpg); */

    background-size: cover;
    background-position: center;
    height: 78vh;
}
.header h1{
    color: #fff;
    text-align: center;
    font-size: 70px;
    margin-top: 200px;
    font-family: 'Roboto',sans-serif;
}
.header h3{
    color: #fff;
    text-align: center;
}
pre {
    font-family: monospace;
    white-space: pre;
}

@media(max-width: 768px){
    .header h1{
        font-size: 35px;
        margin-top: 260px;
    }
    .header h3{
        font-size: 15px;
    }
    .header{
        height: 750px;
    }    
    #left-side{
        width: 100%;
    }
    #left-side h1{
        font-size: 10px;
        width: auto;
    }
    pre{
        white-space: pre-wrap; 
        max-width:100%;
        height:auto;
        }
       
    
}

.flex-container{
    display: flex !important;
    border: 1px solid transparent !important;
    height: 100px;
    justify-content: center;
}
.btn-grp{
    text-align: center;
    justify-content: center;
    align-self: center;
}
.flex-1{
    margin-right: 5px;
    border-radius: 0;
    border: 0;
    background-color: #d34747;
}
.flex-2{
    margin-left: 5px;
    border-radius: 0;
    border: 0;
    background-color: #36a733;
}
.head-mar1{
    font-size: 30px;
    color: white;
}
.head-mar2{
    font-size: 30px;
    color: white;
}
/* header css ends here */
/* main section css starts here */
.main{
    padding: 10px 50px 60px 80px;
    min-height: 600px;
    margin-top: 10px;
    color: #fff;
    background-color: hsl(26, 40%, 44%);
    height: auto;
}

.main #left-side{
    margin-bottom: 20px;
    display: inline-block;

}
.main #left-side h1{
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    text-align: center;
}
.main #left-side p{
    font-size: 17px;
    text-align: justify;
    line-height: 30px;
    margin-top: 20px;
}
#right-side{
    height: 300px;
    /* background-color: aqua; */
    width: 300px;
    padding: 50px 0PX 0PX 0PX;
    margin: 30px 0px 0px 80px;
    
}
#right-side img{
    width: 100%;
    height: 170px;
    border: 2px solid white;
}
pre{
    font-size: 15px;
}
/* main section ends here */
/* footer css starts here*/
.footer{
    background-color: #1c2431;
}
.footer h4{
    color: red;
    font-size: 25px;
}
.footer p,a{
    color: white;
}
#footer-icons a{
    font-size: 30px;
    padding: 10px;
    color: white;
}
/* footer css ends here*/
/* form startes here */
.form{
    background-image:url(/static/img/cd.avif);
    border: 4px solid black;
    text-align: center;
    color: rgba(255, 205, 3, 0.998);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}