@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; } #aboutus { background-color: rgb(245 230 217); } #aboutintro { /* border: 2px solid red; */ height: 450px; display: flex; justify-content: center; flex-direction: column; font-family: "Baloo Chettan 2", cursive; background-image: url("../images/aboutus.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; color: white; text-shadow: 2px 2px black; opacity: 0.9; } #aboutintro h3 { margin-left: 161px; padding: 10px 0px; font-size: 25px; } #aboutintro h1 { margin-left: 161px; font-size: 37px; } #introduction { height: 355px; display: flex; flex-direction: column; align-items: center; font-family: "Baloo Bhai 2", cursive; } #para1 { width: 80%; margin-top: 23px; font-size: 23px; color: rgb(175, 0, 0); } #para2 { width: 80%; display: flex; margin-top: 23px; } .smallpara { margin: 5px 23px; } #Team h1 { margin: 10px 5px 0px 51px; font-size: 41px; font-family: "Baloo Bhai 2", cursive; color: red; text-shadow: 1px 1px black; } #ourteam { display: flex; font-family: "Baloo Bhai 2", cursive; } .employee { width: 18%; margin: 25px 0px 13px 85px; /* padding-left: 6rem; */ /* padding-bottom: 1rem; */ height: 555px; text-align: center; } .employee img { height: 150px; border-radius: 50%; margin: auto; } .footer_div { max-width: 1170px; margin: auto; font-family: "Ubuntu", sans-serif; } .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; } /* responsive css for about us */ @media (max-width: 1435px) { .employee p { padding-left: 5rem; } } @media (max-width: 560px) { .employee p { padding-left: 2rem; } } @media (max-width: 531px) { #aboutintro h3 { margin-left: 10px; } } @media (max-width: 531px) { #aboutintro h1 { margin-left: 10px; } } @media (max-width: 1443px) { #para2 { flex-direction: column; } } @media (max-width: 1128px) { #introduction { height: auto; } } @media (max-width: 1443px) { #ourteam { flex-direction: column; } } @media (max-width: 1155px) { .employee img { height: 125px; } } @media (max-width: 1443px) { .employee { height: auto; margin-top: 23px; width: 80%; margin-left: 15px; } } @media (max-width: 846px) { .text { font-size: 50px; bottom: 40%; right: 5%; } } @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; } } @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, 0.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; }