@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.antehead{
  background: #fafafa;
}
.antehead .container{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.antehead .container .left p{
  font-size: 14px;
}
.antehead .container a{
  background: #075E54;
  color: #fafafa;
  padding: 5px 20px;
  font-size: 14px;
  text-decoration: none;
}
header{
  padding: 30px 0px;
}
header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .logo img{
  height: 120px;
}
header .container .info{
  width: 60%;
  display: flex;
}
header .container .info .item{
  width: 30%;
}
header .container .info ion-icon{
  font-size: 2rem;
  color: #e6a80d;
}
header .container .info p{
  font-size: 14px;
  color: #343434;
}
.cover{
  background: url(../images/background.jpeg) center center;
  background-size: cover;
}
.cover .covera{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
.cover .container{
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.cover img{
  height: 500px;
}
.cover h1{
  color: #F2E205;
  font-size: 3rem;
  font-weight: 500;
}
.cover p{
  color: #fafafa;
  padding: 20px 0px;
}
.cover a{
  display: table;
  background: #F2E205;
  color: #343434;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 40px;
}

.histo{
  padding: 20px 0px;
}
.histo .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.histo .left{
  width: 60%;
}
.histo .right img{
  height: 450px;
}
.histo .left h1{
  color: #343434;
  font-size: 3rem;
  font-weight: 500;
}
.histo .left p{
  font-size: 14px;
  padding: 10px 0px;
}

.infov{
  background: url(../images/background.jpeg) center center;
  background-size: cover;
  
}
.infov .coverinfo{
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  padding: 60px 0px;
}
.infov .container{
  display: flex;
  justify-content: space-between;
}
.infov .item{
  width: 30%;
  background: #fafafa;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
}
.infov .item ion-icon{
  font-size: 2rem;
  color: #e6a80d;
}
.infov .item h3{
  font-size: 18px;
  font-weight: 500;
}
.infov .item p{
  font-size: 14px;
  padding: 10px 0px;
}
.services{
  padding: 40px 0px;
  text-align: center;
}
.services h1{
  font-size: 4rem;
  font-weight: 600;
}
.services .infoser{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services .infoser img{
  height: 500px;
}
.services .infoser .left,  .services .infoser .right{
  width: 30%;
  text-align: center;
}
.services .infoser .item{
  margin: 30px 0px;
}
.services .infoser .item h4{
  font-size: 14px;
  color: #343434;
}
.infoser ion-icon{
  background: #e6a80d;
  color: #fafafa;
  padding: 10px 10px;
  font-size: 2rem;
  border-radius: 10px;
}
.rent{
  background: url(../images/background.jpeg) center center;
  background-size: cover;
}
.rent .coverent{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  padding: 60px 0px;
}
.rent .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rent .left{
  width: 50%;
}
.rent .right{
  width: 50%;
}
.rent .photorent{
  width:400px;
  height: 300px;
  background: url(../images/rent.webp) center center;
  background-size: cover;
}
.rent .left h1{
  color: #F2E205;
  font-size: 3rem;
  font-weight: 500;
}
.rent .left p{
  color: #fafafa;
  padding: 10px 0px;
}
.rent .left a{
  display: table;
  background: #e6a80d;
  color: #fafafa;
  text-decoration: none;
  padding: 10px 20px;
}
.contacts{
  padding: 20px 0px;
}
.contacts h1{
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.contacts .infoc{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts .infoc .left{
  width: 50%;
}
.contacts .infoc .right{
  width: 40%;
}
.contacts .infoc .right ion-icon{
  background: #e6a80d;
  padding: 10px 10px;
  font-size: 1.5rem;
  border-radius: 10px;
  margin-right: 10px;
}
.contacts h3{
  display: flex;
  align-items: center;
}
.contacts a{
  display: table;
  color: #343434;
  text-decoration: none;
  padding: 5px 0px;
}
.contacts .rev{
  background: #e6a80d;
  color: #fafafa;
  border-radius: 10px;
  padding: 5px 10px;
}
footer{
  background: #171717;
  padding: 20px 0px;
}
footer p{
  color: #fafafa;
  font-size: 14px;
}
footer a{
  color: #e6a80d;
  text-decoration: none;
}