* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav {
  height: 100px;
  width: 80%;
  margin-left: 10%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navigate {
  display: none;
}
.bur {
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.bur span {
  position: absolute;
  width: 30px;
  height: 3px;
  transition: 0.4s;
  border-radius: 4px;
  background-color: rgb(0, 0, 0);
}

.bur span:nth-child(1) {
  width: 25px;
  left: 15px;
  transform: translateY(-10px);
}

.bur.active span:nth-child(1) {
  width: 30px;
  transform: translateY(0px) rotate(45deg);
  transition-delay: 0.125s;
}

.bur span:nth-child(2) {
  width: 15px;
  left: 15px;
  transform: translateY(10px);
}

.bur.active span:nth-child(2) {
  transition-delay: 0.25s;

  width: 30px;
  transform: translateY(0px) rotate(315deg);
}

.bur.active span:nth-child(3) {
  width: 15px;
  left: 15px;
  transform: translateX(50px);
}

.links {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.lin {
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  gap: 5px;
}

.hon {
  transition: all 0.4s;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  padding-top: 0px;
  height: 0px;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.589);
  top: 25px;
  left: 0px;
  list-style: none;
  position: absolute;
}
.CIVIL {
  text-decoration: none;
  font-weight: 500;
  margin-top: 20px;
  line-height: 20px;
  cursor: pointer;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.lin:hover {
  color: #bf8148;
  transition: 0.2s;
}
.ser:hover .hon {
  border-top: 2px solid #ffffff;
  padding-bottom: 20px;
  background-color: #a5784e;
  height: 181px;
  transition: 0.5s;
}

.flop:hover .in {
  border-top: 2px solid #ffffff;

  padding-bottom: 20px;
  background-color: #a5784e;

  height: 520px;
  transition: 0.4s;
}

@media (max-width: 1030px) {
  .lin {
    font-size: 16px;
  }
}

@media (max-width: 902px) {
  .links {
    position: absolute;
    flex-direction: column;
    left: -400px;

    top: 160px;
    gap: 50px;
    width: 300px;
    transition: 0.4s;
    padding: 25px;
    background-color: #a5784e;
  }

  .lin {
    color: #fff;
    justify-content: left;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
  }
  .lin:hover {
    color: rgb(245, 245, 245);
  }

  .open {
    transition: 0.4s;

    left: 0;
  }
  .navigate {
    display: block;
  }

  .left {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .hero {
    margin-top: 15px;
  }
  .line {
    margin-top: 20px;
  }
  .hon {
    position: relative;
    top: 0px;
  }
  .ser:hover .hon {
    border-top: 2px solid #a5784e;
    padding-bottom: 20px;
    background-color: #ffffffa1;
    height: 181px;
    transition: 0.5s;
  }

  .flop:hover .in {
    border-top: 2px solid #a5784e;

    padding-bottom: 20px;
    background-color: #ffffffa1;

    height: 520px;
    transition: 0.4s;
  }
  .CIVIL {
    color: black;
  }
  .CIVIL:hover {
    transition: 0.3s;
    color: #bf8148;
  }
}

/* navbar end */

.jim {
  width: 80%;
  margin-left: 10%;
  margin-top: 100px;
}
.loop {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  color: #bf8148;
}
.lop {
  margin-top: 20px;
  text-align: center;
  font-size: 1.2rem;
  width: 67%;
}
.foot {
  display: flex;
  justify-content: center;
}
.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.btn1 {
  width: 200px;
  background: #bf8148;
  height: 40px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 1.1rem;
}
.btn1:hover {
  opacity: 0.9;
}

.loop1 {
  color: black;
  font-size: 2rem;
  text-align: left;
  margin-top: 70px;
}

.lopp {
  margin-top: 20px;
  text-align: left;
  line-height: 27px;
  font-size: 1.2rem;
  width: 33%;
}

.foot1 {
  justify-content: left;
}

.shoop {
  margin-top: 50px;
  width: 100%;
  padding: 2.5rem 0;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}
.top-menu {
  display: flex;
  gap: 25px;
  align-items: center;
}
.girl {
  width: 100px;
  height: 100px;
}
.por {
  font-size: 1.4rem;
}
.shim {
  font-size: 1.1rem;
}

.name {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 10px;
}

.viol {
  display: flex;
  align-items: center;
  gap: 15px;
}

.kool {
  font-size: 25px;
  color: #bf8148;
}
.edas {
  font-size: 1.1rem;
  color: #bf8148;
}

.koman {
  margin-top: 40px;
  width: 100%;
  font-size: 1.1rem;
  color: rgb(36, 36, 36);
  line-height: 28px;
}

@media (max-width: 900px) {
  .lopp {
    width: 100%;
  }
  .lop {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .name {
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    gap: 20px;
    margin-top: 30px;
  }
}
/* footer start */

.footer{
  width: 80%;
  display: flex;
  margin-left: 10%;
  padding: 50px 0;
}
.gio35{
  width: 30%;
}
.lort{
  font-size: 18px;
  width: 95%;
  margin-top: 20px;
  line-height: 1.5;
  text-align: justify;
}

.linking{
  display: flex;
  gap: 20px;
}
.goo30{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 40%;
}
.pages1{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
  
}
.enko{
  margin-left: 5%;
  width: 90%;
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.lim{
  width: 65px;
  border-radius: 3px;
  margin-top: 10px;
  height: 4px;
  background-color: #bf8148;
}

a{
  text-decoration: none;
}

.lj{
  margin-top: 25px;
  margin-left: 10px;
  list-style:square;
}
.toiip{
  font-size: 17px;
  text-decoration: none;
  color: #000000;
  margin-top: 10px;
}
.gii35{
  margin-top: 20px;
  width: 30%;
}
.pro8{
  font-size: 20px;

}
.imh5{
  gap: 10px 20px;
}

.jhom{
  margin-top: 25px;
  display: flex;
  gap: 10px;
}
.enter{
  font-size: 17px;
  margin-bottom: 1rem;

}
.mulk{
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 700;
  margin-left: 35px;

}
.gop{
  font-size: 20px;
}



@media (max-width:1300px) {
 .tabs1{
   width: 100%;
 } 
}


@media (max-width:960px) {
   .footer{
     gap: 20px;
     flex-direction: column-reverse;
   }
   .gio35{
     width: 100%;
   }
   .goo30{
     justify-content: left;
     width: 100%;
   }
   .gii35{
     width: 100%;
   }
   .lort{
     width: 100%;
     margin-left: 0;
     
   }
}

@media (max-width:450px) {
  .imh5{
    width: 100%;
  }
  
}


/* footer end */



.hate{
  width: 150px;
  height: 150px;
}