@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.container,
.headTopContainer {
  max-width: 1440px;
  margin: 0 auto;
}

.headTopContainer {
  padding: 0 30px;
}

.container {
  padding: 0 70px;
}

header {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
}

.headTop {
  width: 100%;
  height: 79px;
  background-color: #fff;
}

.headTop>.headTopContainer {
  display: flex;
  justify-content: space-between;
}

.headTopLeft {
  display: flex;
  gap: 73px;
  align-items: center;
  height: max-content;
}

.headTittle {
  display: flex;
  gap: 23px;
}

.headTittle>img {
  max-width: 165px;
  height: 62px;
  margin-top: 5px;
  margin-left: -25px;
}

.headTittle>span {
  font-size: 16px;
  width: 223px;
  line-height: 18px;
  display: flex;
  align-items: center;
  font-weight: 200;
  font-family: "Inter", serif;
}

.text{
  font-family: "Inter", serif;
margin-left: -30px;
font-weight: 200;
}


.forma {
  width: 343px;
  background-color: #d9d9d9;
  padding-left: 10px;
  height: 45px;
  border-radius: 13px;
  display: flex;
  align-items: center;
}

.forma>input {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  border: none;
  background: transparent;
  padding: 0 10px;
  outline: none;
  font-family: "Inter", serif;
  font-size: 16px;
  color: #666666;
}

.headTopRight {
  display: flex;
  height: 67px;
  align-items: center;
  gap: 35px;
}

.headTopRight>ul {
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all 0.3s ease;
}

.headTopRight>ul>li>a>img {
  transition: all 0.3s ease;
}

.headTopRight>ul>li>a>img:hover {
  transform: scale(1.1);
}

select {
  padding: 10px 17px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #7f7f7f;
  font-family: "Inter", serif;
  font-weight: 400;
  width: 120%;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
  appearance: none;
  background: url('./icons/_.svg') no-repeat calc(100% + -5px) center;
}

select {
  background-color: #7f7f7f;
  font-family: "Inter", serif;
}

select:hover,
select:focus {
  outline: none;
  box-shadow: none;
}

nav {
  display: flex;
  justify-content: space-around;
  background-color: #083001;
  padding: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  flex-wrap: wrap;
  height: 60px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  padding: 5px 15px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-family: 'Inter', sans-serif;
}

nav a:hover {
  color: white;
  transform: scale(1.1);
}

.social-icons img:hover {
  transform: scale(1.2);
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1;
  min-width: 200px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-content a {
  color: #043729;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.dropdown-content a:hover {
  background-color: #043729;
}

.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
  transform: translateY(0);
}










.intro {
  background: url("./img/intro.png");
  height: 810px;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro>.container {
  padding-top: 156px;
}

.intro h1 {
  color: #fff;
  font-family: "inter";
  font-size: 64px;
  width: 694px;
  line-height: 75px;
  margin-bottom: 20px;
  font-weight: 600;
}

.intro p {
  color: #fff;
  font-size: 20px;
  font-family: "inter";
  width: 612px;
  font-weight: 300;
  margin-bottom: 47px;
}

.intro button {
  width: 220px;
  padding: 12px 0;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-family: "inter";
  font-weight: 300;
  transition: all 0.3s ease;
  cursor: pointer;
}


.btnIntro {
  display: flex;
  gap: 22px;
}

.btnIntro button:hover {
  color: #ffffff;
  transform: scale(1.1);
}

.welcomePage {
  height: 691px;
  margin-bottom: 44px;
}

.welcomePage>.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  gap: 25px;
}

.welcomePage h2 {
  font-size: 40px;
  text-align: center;
  font-family: "inter";
  max-width: 700px;
  font-weight: 500;
  line-height: 40px;
  color: #083001;
}

.welcomePage p {
  text-align: center;
  font-size: 20px;
  font-family: "inter";
  width: 849px;
}

.welcomePage button {
  padding: 12px 32px;
  font-size: 20px;
  background-color: #083001;
  color: #fff;
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.welcomePage button:hover {
  background: #083001;
  color: #ffffff;
  transform: scale(1.1);
}

.baner {
  width: 100%;
  background: url("./img/baner.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 404px;
}

.baner>.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.baner h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  font-family: "inter";
}

.baner p {
  text-align: center;
  font-weight: 300;
  width: 557px;
  color: #fff;
  font-family: "inter";
  font-size: 20px;
}

.baner button {
  padding: 12px 34px;
  background: transparent;
  border: none;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-family: "inter";
  transition: all 0.3s ease;
  cursor: pointer;
}

.baner button:hover {

  color: #ffffff;
  transform: scale(1.1);

}

.cards {
  padding: 84px 0;
  margin-bottom: 26px;
}

.cards h2 {
  color: #083001;
  font-family: "inter";
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}

.cardsWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 73px;
}

.card {
  width: 375px;
  height: 550px;
  border-radius: 16px;
  box-shadow: 0 4px 4px 0 #3e3e3e48;
}

.card img {
  width: 100%;
  height: 250px;
}

.cardInfo {
  width: 100%;
  padding: 17px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 296px;
}

.cardInfo h4 {
  font-family: "inter";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 14px;
}

.cardInfo p {
  font-family: "inter";
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 300;
}

.cardInfo span {
  color: #083001;
  font-size: 16px;
  font-family: "inter";
}

.cards button {
  padding: 12px 32px;
  font-size: 20px;
  background-color: #083001;
  color: #fff;
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.cardBtn button:hover {
  background: #083001;
  color: #ffffff;
  transform: scale(1.1);
}

.cardBtn {
  display: flex;
  justify-content: center;
}

.shahmat>.container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.shahmat {
  margin-bottom: 65px;
}

.blok {
  width: 50%;
  height: 450px;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  display: flex;
}

.blok img {
  width: 100%;
  height: 100%;
}

.blok:nth-child(1),
.blok:nth-child(4) {
  padding-left: 70px;
}

.blok1 {
  background-color: #083001;
}

.blok1 h3 {
  font-size: 40px;
  width: 506px;
  font-family: "inter";
  font-weight: 600;
  color: #fff;
  margin-bottom: 17px;
}

.blok1 p {
  font-family: "inter";
  width: 539px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 31px;
}

.blok4 h3 {
  font-size: 40px;
  width: 506px;
  font-family: "inter";
  font-weight: 600;
  color: #083001;
  margin-bottom: 17px;
}

.blok4 p {
  font-family: "inter";
  width: 539px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 31px;
}

.blok1 button {
  padding: 12px 34px;
  background: transparent;
  border: none;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-family: "inter";
  transition: all 0.3s ease;
}

.blok1 button:hover {
  transform: scale(1.1);
}

.blok4 button {
  padding: 11px 12px;
  border-radius: 15px;
  border: none;
  background-color: #083001;
  color: #fff;
  font-size: 20px;
  font-family: "inter";
  transition: all 0.3s ease;
}

.blok4 button:hover {
  transform: scale(1.1);
}

.lastBaner {
  width: 100%;
  height: 451px;
  background-color: #d9d9d9;
  margin-bottom: 78px;
}

.comp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 35px;
}

footer {
  background: url("./img/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 338px;
  position: relative;
}

footer>.container {
  display: flex;
  gap: 100px;
  padding-top: 70px;
}

.footerLeftTop {
  display: flex;
  gap: 10px;
  align-items: start;
}

.footerLeft {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footerLeft p {
  font-size: 16px;
  color: #fff;
  font-family: "Inter", serif;
  font-weight: 300;
}

.footerLeftTop img {
  width: 156px;
  height: 62px;
  box-shadow: 0 4px 4px 0 #00000048;
}

.footerLeftTop>p {
  font-size: 16px;
  width: 253px;
  line-height: 18px;
  display: flex;
  align-items: center;
  font-weight: 100;
  color: #fff;
  font-family: "Inter", serif;
}

footer li:nth-child(1) {
  margin-bottom: 17px;
}

footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "inter";
}

footer li {
  margin-bottom: 11px;
}

footer h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "inter";
}

.i {
  filter: brightness(0) invert(1);
}

.contact li {
  display: flex;
  gap: 5px;

}

.contact li:nth-child(3) {
  margin-bottom: 42px;
}

.contact li:nth-child(4) {
  display: flex;
  gap: 16px;
}


.contact span {
  color: #5DB3FF;
}

.contact p,
span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "inter";
}

.grenLast {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #083001;
  height: 55px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}