@import url("https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@500&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@700&family=Baloo+Thambi+2:wght@700&display=swap"); body { line-height: 1.5; } * { margin: 0px; padding: 0px; box-sizing: border-box; } .topnav { background-color: rgb(45 200 45); overflow: hidden; font-family: "Ubuntu", sans-serif; font-weight: bold; } .topnav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: #d2e4d4; color: black; } .topnav a.active { background-color: #0e6344; color: white; } .topnav .icon { display: none; } .topnav input[type="text"] { float: right; padding: 6px; border: none; margin-top: 8px; margin-right: 16px; font-size: 17px; border-radius: 11px; } @media screen and (max-width: 600px) { .topnav a:not(:first-child) { display: none; } .topnav a.icon { float: right; display: block; } .topnav input { display: none; } } @media screen and (max-width: 600px) { .topnav.responsive { position: relative; } .topnav.responsive a.icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } .topnav.responsive input { float: none; display: block; text-align: left; width: 100%; margin: 0; padding: 14px; border: 2px solid black; } } .footer_div{ max-width: 1170px; margin:auto; } .footer_row{ display: flex; flex-wrap: wrap; } ul{ list-style: none; } .footer{ background-color: #3b590e; padding: 70px 0; } .footer_col{ width: 25%; padding: 0 15px; } .footer_col h4{ font-size: 18px; color: #ffffff; text-transform: capitalize; margin-bottom: 35px; font-weight: 500; position: relative; } .footer_col h4::before{ content: ''; position: absolute; left:0; bottom: -10px; background-color: #e91e63; height: 2px; box-sizing: border-box; width: 50px; } .footer_col ul li:not(:last-child){ margin-bottom: 10px; } .footer_col ul li a{ font-size: 16px; text-transform: capitalize; color: #ffffff; text-decoration: none; font-weight: 300; color: #bbbbbb; display: block; transition: all 0.3s ease; } .footer_col ul li a:hover{ color: #ffffff; padding-left: 8px; } .footer_col .social-links a{ display: inline-block; height: 40px; width: 40px; background-color: rgba(255,255,255,0.2); margin:0 10px 10px 0; text-align: center; line-height: 40px; border-radius: 50%; color: #ffffff; transition: all 0.5s ease; } .footer_col .social-links a:hover{ color: #24262b; background-color: #ffffff; } @media(max-width: 767px){ .footer_col{ width: 50%; margin-bottom: 30px; } } @media(max-width: 574px){ .footer_col{ width: 100%; } } #scrollTopBtn { background-color: rgba(64,64,64,.9); color: #fff; padding: 10px 10px; position: fixed; width: 40px; height: 40px; display: none; bottom: 0; margin-bottom: 0px; cursor: pointer; right: calc(50% - 20px); z-index: 1023; } .sup { position: relative; bottom: 1ex; font-size: 80%; } .sub { position: relative; top: 1ex; font-size: 80%; } *{ margin: 0; padding: 0; } #heading { font-size: 4rem; margin-left: 2rem; padding-top: 1rem; font-weight: bold; } body { font-size: 62.5%; font-family: 'Roboto Condensed', sans-serif; } #box1 { /* border: 2px solid red; */ width: 60%; margin-top: 2rem; margin-left: 2rem; font-size: 2rem; background-color: #e7e9e1; padding-left: 2rem; padding-top: 1rem; padding-right: 1rem; padding-bottom: 2rem; margin-bottom: 0.5rem; } .lsearch li { margin-left: 2rem; list-style: disc; } .img { padding-left: 2rem; padding-top: 1rem; } .img img { width: 90%; height: 40vh; border: 2px solid black; border-radius: 2rem; } .upcentre { text-align: center; margin-top: 2rem; margin-bottom: 2rem; flex-wrap: nowrap; } #main { background-color: whitesmoke; } .int { color: #47478c; } .new { color: #39aede; } .comm { color: #f57b65; } .code { text-align: left; border: 2px solid black; border-radius: 5px; padding-left: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width:1000px) { .img img { width: 80%; height: 28vh; } } @media (max-width:700px) { .img img { width: 70%; height: 20vh; } } @media (max-width:550px) { .img img { width: 95%; height: 15vh; } } @media (max-width:850px) { html { font-size: 45%; } } @media (max-width:415px) { html { font-size: 30%; } } @media (max-width:270px) { html { font-size: 20%; } } @media (max-width:180px) { html { font-size: 15%; } }