* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Satisfy", cursive;
}

html {
  scroll-behavior: smooth;
}
header{
  position: sticky;
  top: 0;
  background: white;
  z-index: 999;
}
.logo {

  font-weight: bold;
  font-size: 18px;
}

.logo img {
  width: 100px;
}

.navbar {
  padding: 20px 200px;
  display: flex;

  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: bold;
  font-size: 18px;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.navbar ul li a {
  text-decoration: none;
  color: #000;
  font-family: "Poppins";
  font-size: 20px;
  transition: 0.3s;
}

.navbar ul li a:hover {
  color: #0077ff;
}

.sec1 {
  width: 100%;
  height: 900px;
  padding: 0px 70px;
}

.sec1 h1 {
  display: flex;
  justify-content: center;
  font-size: 75px;
  font-weight: 400;
}

.oila {

  display: flex;
  justify-content: center;
  justify-content: space-around;
  align-items: center;
  font-size: 45px;
  transition: 0.5s;
  padding: 100px 200px;
}

.oila-left h1 {
  margin-bottom: 14px;
  font-size:60px;
}

.oila-left {
  display: flex;
  width: 700px;
  margin-bottom: 12px;
  font-size: 20px;
  flex-direction: column;
  justify-content: space-evenly;
}

.oila-left img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.sec1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oila-ri {

  width: 400px;
  height: 400px;
  object-fit: cover;
  transition: 0.8s;
}

.oila-ri:hover img {
  transform: scale(1.1);
  transition: 0.3s;

}

.oila-ri img:hover {
  box-shadow: 0px 0px 30px blue;

}

.oila-ri img {
  width: 400px;
  height: 385px;
  border-radius: 90px;
  object-fit: cover;
  transition: 0.3s;


}

.box10 {
  object-fit: contain;
}

.sec2 .dost {
  align-content: center;
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
}