@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}
body
{
    justify-content: center;
    align-items: center;
    background: transparent;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
}
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}
.navbar{
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
  transition: all 0.3s ease;
}
.navbar.sticky{
  background: #1b1b1b;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.navbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .logo a{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.navbar .menu-list{
  position: relative;
  display: inline-flex;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-list li a span
{
  background-color: #6bf866;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-flex;
}
.menu-list li a:hover span
{
  color: #4700a5;
}
.menu-list li a:hover{
  color: #ff3b3b;
}
.banner{
  background: url("banner.jpg") no-repeat;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.patti
{
  align-items: center;
  text-align: center;
  background: #c5f7de;
  height: 50px;
  width: auto;
  padding: 0px 5px;
}
section
{
  background: #809faa;
  width: 100%;
  font-family: 'poppins';
  box-sizing: border-box;
}
.header h1
{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 42px;
}
.header h1::after
{
  content: '';
  height: 4px;
  width: 250px;
  background: #000;
  display: block;
  margin: auto;
}
.services
{
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-align: center;
}
.card
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 30px;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #efefef;
}
.card:hover
{
  background-color: #b8d4de;
  transition: 0.3s ease-in-out;
}
.card i
{
  font-size: 35px;
  margin: 10px;
}
.card h2
{
  font-size: 28px;
  color: #c94f4f;
  margin-bottom: 20px;
}
.card p
{
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #5e5e5e;
}
@media screen and (max-width: 940px){
  .services{
    display: flex;
    flex-direction: column;
  }
  .card{
    width: 85%;
    display: flex;
    margin: 20px 0px;
  }
  
}
.aboutpage
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.main-box
{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  flex-wrap: wrap-reverse;
  column-gap: 50px;
  border-left: 5px solid crimson;
  border-right: 5px solid crimson;
  border-top: 2px solid crimson;
  border-bottom: 2px solid crimson;
  border-radius: 25px;
  box-shadow: 10px 10px 10px #ffbbbbf3;
  overflow: hidden;
}
.main-box .img-box
{
  width: 320px;
  height: 500px;
  background-color: rgb(0, 158, 158);
}
@media (max-width: 868px) {
  .main-box .img-box
  {
    min-width: 320px;
    min-height: 450px;
  }
}
.img-box img
{
  width: 200px;
  height: 180px;
  object-fit: cover;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin-left: 60px;
  margin-top: -30px;
  border-radius: 5px;
  border: 2px solid crimson;
}
.main-box .img-box .img-box-txt
{
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 0 10px;
}
.main-box .img-box .img-box-txt i
{
  font-size: 30px;
  padding: 4px;
  color: #000;
}
.main-box .img-box .img-box-txt i:hover
{
  transition: 0.3s ease-in-out;
  transform: rotate(347deg);
  box-shadow: 0 0 8px green;
  font-size: 41px;
}
.txt-box
{
  width: 600px;
  padding: 50px;
}
#btn
{
  border: none;
  background-color: transparent;
  font-size: 20px;
  padding: 5px 10px;
  border: 1px solid crimson;
  border-radius: 20px;
}
#btn a
{
  text-decoration: none;
  color: #3F71EA;
}
#btn:hover
{
  cursor: pointer;
  border-left: 2px solid rgb(255, 0, 51);
  border-right: 2px solid rgb(255, 0, 51);
  box-shadow: 5px 5px 5px #ffbbbbe0;
  transform: scale(1.1);
  
}
.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (max-width: 1230px) {
  .content{
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .content{
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .content{
    padding: 0 30px;
  }
}
@media (max-width: 868px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #222;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }
}
@media (max-width: 380px) {
  .navbar .logo a{
    font-size: 27px;
  }
}

footer {
  position: relative;
  bottom: 0;
}

@media (max-height:800px) {
  footer {
      position: static;
  }
  header {
      padding-top: 40px;
  }
}

.footer-distributed {
  background-color: #2d2a30;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 20px 20px 20px 50px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

.footer-distributed .footer-left {
  width: 30%;
}

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}


.footer-distributed h3 span {
  color: #e0ac1c;
  font: normal 36px 'Cookie', cursive;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}


.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #e0ac1c;
  text-decoration: none;
  ;
}

.footer-distributed .footer-right {
  width: 30%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
  background-color: #3F71EA;
}

.footer-links a:hover {
  color: #3F71EA;
}

@media (max-width: 880px) {
  .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      margin-left: -20px;
      text-align: center;
  }
  .footer-distributed .footer-center i {
      margin-left: 0;
  }
}       
      

      