*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
.contact{
    width: 70%;
    margin-inline: 15%;
    margin-top: 110px;
    margin-bottom: 50px;
    display: flex;
    .form{
        width: 60%;
        display: flex;
        flex-direction: column;
        .heading{
            width: fit-content;
            font-size: 40px;
            font-weight: bolder;
            border-bottom: 3px solid cyan;
            border-radius: 10px;
        }
        .desc{
            margin-top: 5%;
            font-weight: bold;
        }
        .name{
            margin-top: 5%;
            width: 70%;
            padding: 5px;
            border: none;
            outline: none;
            transition: background-color 0.3s, border 0.5s;
            border-right: 2px solid cyan;
            border-radius: 10px;
        }
        .name:focus{
            border: none;
            outline: none;
            background-color: rgb(218, 218, 218);
        }
        .text{
            border-radius: 10px;
            transition: background-color 0.3s, border 0.5s;
            height: 300px;
            margin-top: 5%;
            width: 70%;
            padding: 5px;
            border: none;
            resize: none;
            border-right: 2px solid cyan;
        }
        .text:focus{
            background-color: rgb(218, 218, 218);
            border: none;
            outline: none;
        }
        .send{
            width: 72%;
            margin-top: 5%;
            display: flex;
            justify-content: end;
            button{
                margin-left: 10px;
                border: none;
                outline: none;
                color: white;
                background-color: rgb(50, 50, 255);
                padding-block: 2px;
                padding-inline: 30px;
                border-radius: 20px;
            }
        }
    }
    .img{
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        img{
            width: 100%;
            transform: scale(1.6);
        }
    }
}
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  cursor: url("/frontend/img/icons8-cursor-32.png"), auto;
}

body {
  overflow-x: hidden;
}

a,
button :hover {
  cursor: url("/frontend/img/icons8-hand-cursor-32.png"), pointer;
}

.navbarus {
  width: 1536px;
  height: 86px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 1000;
}

.navbarus-logo > a > img {
  width: 194px;
  height: 87px;
}

.navbarus-menu {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.navbarus-menu > ul > li > a {
  text-decoration: none;
  color: #ffffffff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.navbarus-menu > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbarus-menu > ul > li > a:hover {
  color: #78e038;
  transition: 0.2s ease-in-out;
}

.navbarus-menu > ul {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  list-style: none;
  margin-bottom: 0;
}

.endless {
  margin-left: 10px;
  margin-right: 15px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #2164ae;
}

.footer {
  background-color: #000000;
  color: #fff9f9;
}

.gapla {
  display: flex;
  justify-content: space-between;
  padding: 115px 195px 115px 195px;
}

.manus {
  margin-bottom: 30px;
}

.icons {
  margin-top: 35px;
  display: flex;
  justify-content: space-around;
}
.firstus {
  background-color: #1a1a1a;
  height: 61px;
  width: 61px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mania {
  margin-bottom: 30px;
}

.iconsuzbirinchi {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.iconsuzbirinchi > img {
  width: 16px;
  height: 20px;
}

.peram {
  text-align: center;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 170px;
}

.krutoybratjonla {
  margin-left: -185px;
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 150px;
}

.Abdulaziz {
  position: relative;
}
.Jafar {
  position: relative;
}
.Izzat {
  position: relative;
}

.rest {
  position: absolute;
  top: -155px;
  z-index: 10;
  left: 190px;
  height: 462px;
  width: 260px;
}

.ism1 {
  margin-top: 245px;
  margin-left: 210px;
}
.ism2 {
  margin-top: 245px;
  margin-left: -175px;
}
.ism3 {
  margin-top: 245px;
  margin-left: -205px;
}
.rest2 {
  position: absolute;
  top: -155px;
  z-index: 10;
  left: -210px;
  height: 462px;
  width: 260px;
}

.rest3 {
  position: absolute;
  top: -155px;
  z-index: 10;
  left: -250px;
  height: 462px;
  width: 260px;
}

.peram2 {
  text-align: center;
  padding-bottom: 50px;
}
