@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background: url(../image/background.png) no-repeat;
  background-size: cover;
  /* background-color: #e9e0d1; */
  font-family: "Helvetica", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

header {
  background: url(../image/menu.jpg) no-repeat;
  background-size: cover;
}

img {
  width: 100%;
}

#myBtn img {
  width: 28px;
}

.nav-item .nav-link {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s ease;
  letter-spacing: 2.5px;
}

.nav-item .nav-link:hover {
  color: #d5d1b3;
}

.navbar-nav {
  gap: 38px;
}

.navbar-nav .nav-link.active {
  color: #cac8ab !important;
}

.about h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #89872f;
}

.about p {
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #89872f;
  padding: 3px 4px;
  border-radius: 50%;
}

.about h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #89872f;
  margin: 0;
}

.navbar-brand me-5 {
  padding-top: 30px;
}

.me-5 {
  margin-right: 1rem !important;
}

.contact {
  /* background: url(../images/contact.png)no-repeat; */
  /* background-size: cover; */
  padding: 20vh 0;
}

.contact .contact_text {
  text-align: center;
  margin: 30vh 0 0 5vh;
}

.contact_text p {
  padding-top: 5px;
}

.contact_text h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}

.contact_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ccc;
}

.contact_text ul li {
  list-style: none;
}

.contact_text ul li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

footer {
  padding: 30px 0 10px 0;
  text-align: center;
  background: linear-gradient(180deg, #735d34, #bcac92);
}

footer img {
  width: 30px;
}

footer .social {
  display: inline-flex;
  gap: 20px;
  margin-bottom: 20px;
}

footer .social li {
  list-style: none;
}

.footer_text {
  text-align: center;
}

.footer_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in;
}

.middle-bar {
  margin-top: 0px;
}

.navbar-toggler .top-bar {
  margin-top: 0;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
  margin-top: -10px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 10px;
  transform: rotate(0deg);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: #ccccccdb;
}

.popupcome img {
  width: 500px;
  position: absolute;
  left: 30%;
  border-radius: 20px;
  bottom: -190px;
}

.popupcome {
  display: none;
  position: relative;
}

.cover {
  cursor: pointer;
}

.des h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #85538e;
}

.text_flex img {
  width: 30px;
  height: 30px;
}

.text_flex {
  display: inline-flex;
  gap: 30px;
}

.cover img,
.covers img {
  transition: all 0.5s ease;
}

.cover img:hover {
  transform: scale(1.1);
  border-radius: 10px;
}

.covers img:hover {
  transform: scale(1.1);
  border-radius: 10px;
}

.dis {
  width: 60%;
}

.des {
  text-align: center;
}

.logo1 {
  width: 95%;
  margin-left: -20px;
}

.contact-img {
  height: 500px;
  width: 500px;
}
.main_contact{
  padding: 30px 10px;
}
.contact-card {
  background: url(../image/contact.png) no-repeat;
  width: 100%;
  max-width: 505px;
  aspect-ratio: 1 / 1;
  padding: 40px;
  text-align: center;
  margin: 0 auto;
}

h2.info {
  color: #6c8123;
  margin: 15px 0;
  font-weight: bold;
  padding-top: 110px;
  font-size: 20px;
}

.mbc {
  color: #685832;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-info {
  font-size: 16px;
}

.contact-info a {
  color: #685832;
  text-decoration: none;
}

.icon {
  margin-right: 8px;
  font-size: 18px;
  color: #c8662a;
}
.social_icon {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 10px;
}
.social_icon i{
  cursor: pointer;
}
.social_icon i::before{
  color: #fff;
  font-size: 20px;
}

.cover img, .covers img {
    transition: all .5s ease;
}
.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    background-color: #ccccccdb;
}
.popupcome img{
    width: 500px;
    position: absolute;
    left: 30%;
    border-radius: 20px;
    bottom: -190px;

}
.popupcome {
    display: none;
    position: relative;
    
  }

.cover{
    cursor: pointer;
    overflow: hidden;
}
.cover img:hover {
    transform: scale(1.1);
    border-radius: 10px;
}
.text_flex img{
    width: 30px;
    height: 30px;

} 
.text_flex{
    display: inline-flex;
    gap: 30px;
}
.cover img, .covers img{
    transition: all .5s ease;
}
.cover img:hover{
    transform: scale(1.1);
    border-radius: 10px;
}
.covers img:hover{
    transform: scale(1.3);
    border-radius: 10px;
}
.dis{
width:60%;
}
.des{
    text-align: center;
}

@media (max-width: 500px) {
  .mbc,
  .contact-info {
    font-size: 14px;
  }

  .chat-icon::before {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    gap: 0px;
  }

  .contact .contact_text {
    margin: 15vh 0 0 0;
  }

  .contact_text h2,
  .contact_text p,
  .contact_text ul li a {
    color: #000;
  }

  .contact {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .dis {
    width: 100%;
  }
  #examples{
    padding-top: 0px;
  }

  .crm {
    margin-top: 0 !important;
  }

  .crss {
    margin-bottom: 23px !important;
  }

  .crs {
    margin-bottom: 15px !important;
  }

  .cover,
  .covers {
    width: 100%;
    margin: 0 auto;
  }
.exam-img{
    width:60%!important;
   
}
.cover{
     text-align:center!important;
      overflow:hidden;
}
  .serv {
    flex-direction: column-reverse;
  }

  .heads {
    padding: 0px;
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .navbar-toggler {
    margin-right: 10px;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 20px;
  }

  .nav-item .nav-link {
    color: #000;
    border-bottom: dotted 1px #ccc;
  }

  .popupcome img {
    width: 300px;
    left: 20%;
  }

  .cover {
    padding: 10px 0;
  }

  .logo1 {
    width: 75%;
    margin-left: 0px;
  }

  nav.navbar.navbar-expand-lg {
    padding: 8px 8px;
  }

  .contact-img {
    height: 200px;
    width: 200px;
  }
}

@media (max-width: 576px) {
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .contact-card {
    background: url(../image/contact.png) no-repeat;
    padding: 20px;
    text-align: center;
    background-size: contain;
    height: auto;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .about {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .a2 {
    display: none;
  }

  .a1 {
    padding-bottom: 10px;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .a1 {
    display: none;
  }
}
