* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
html .swiper-button-next {
  display: none;
}
html .swiper-button-prev {
  display: none;
}

body {
  font-family: "Jost", sans-serif;
}



/* mehsul ic sehife*/
.texnonikol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 60px;
  padding-inline: 80px;
  gap: 40px;
}
.texnonikol .texnonikol_ust {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
.texnonikol .texnonikol_ust .sekiller {
  position: relative;
  width: 80%;
  height: 400px;
}
.texnonikol .texnonikol_ust .sekiller .menimSwiper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.texnonikol .texnonikol_ust .sekiller .menimSwiper .swiper-wrapper{
    display: flex;
    flex-direction: column;
    width: 60%;
}
.texnonikol .texnonikol_ust .sekiller .menimSwiper .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  margin: 0 !important;
}
.texnonikol .texnonikol_ust .sekiller .menimSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.texnonikol .texnonikol_ust .sekiller .menimSwiper .custom-thumbs {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}


.Yes .var{
    display:block;
}
.Yes .yox{
    display:none;
}
.No .var{
    display:none;
}
.No .yox{
    display:block;
}


.texnonikol .texnonikol_ust .sekiller .menimSwiper .custom-thumbs img {
  width: 150px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}
.texnonikol .texnonikol_ust .sekiller .menimSwiper .custom-thumbs img.active {
  opacity: 1;
  border: 1px solid rgb(172, 172, 172);
}

.texnonikol .texnonikol_ust .yazilar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.texnonikol .texnonikol_ust .yazilar .ust {
  border-bottom: solid 1px rgb(210, 210, 210);
  padding-bottom: 30px;
}
.texnonikol .texnonikol_ust .yazilar .ust h1 {
  width: 95%;
  font-weight: 500;
}
.texnonikol .texnonikol_ust .yazilar .yazilar_alt {
  padding-left: 20px;
  border-bottom: 1px solid rgb(187, 187, 187);
  padding-bottom: 40px;
}
.texnonikol .texnonikol_ust .yazilar .yazilar_alt .mehsul_novleri {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.texnonikol .texnonikol_ust .yazilar .yazilar_alt .mehsul_novleri li {
  font-size: 23px;
}
.texnonikol .texnonikol_ust .yazilar .yazilar_alt .mehsul_novleri li div span {
  font-weight: bold;
}
.texnonikol .texnonikol_alt {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 30px;
  width: 100%;
}
.texnonikol .texnonikol_alt .butonlar {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(190, 190, 190);
}
.texnonikol .texnonikol_alt .butonlar button {
  width: 120px;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border: solid 1px rgb(137, 137, 137);
  transition: 0.4s;
}
.texnonikol .texnonikol_alt .butonlar button:hover {
  cursor: pointer;
  color: white;
  background-color: red;
  border-color: red;
}
.texnonikol .texnonikol_alt .butonlar .active {
  border-color: red !important;
  color: red;
}
.texnonikol .texnonikol_alt div p {
  font-size: 18px;
  margin-bottom: 8px;
}

.mehsul_novleri .veziyyet{
    display: flex;
    flex-direction: row;
}

.texnonikol .texnonikol_alt div ul li {
  font-size: 17px;
}
.texnonikol .texnonikol_alt #senedler {
  margin-bottom: 80px;
}
.texnonikol .texnonikol_alt #senedler p {
  width: 50%;
}/*# sourceMappingURL=style.css.map */
/* mehsul ic sehife bitir*/




/*contact ic sehife*/
    .container-fluid {
      max-width: 600px;
      margin: 50px auto;
      background: white;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .contact_yazi {
      text-align: center;
      margin-bottom: 20px;
      color: #333;
    }

    label {
      display: block;
      margin-top: 20px;
      font-weight: 500;
    }

    input, textarea {
      width: 100%;
      padding: 10px;
      
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }

    .gonder {
      background-color: #4CAF50;
      color: white;
      padding: 10px 20px;
      margin-top: 10px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
    }

    .contact-info {
      margin-top: 30px;
      text-align: center;
      font-size: 15px;
      color: #555;
    }
    
    .success-message{
        margin-bottom: 5px;
        color: green;
    }
    
    .bad-request{
        margin-bottom: 5px;
        color: red;
    }
    /*contact ic sehife bitir*/





.container {
  width: 92%;
  margin: 0 auto;
}

.header {
  display: flex;
  flex-direction: column;
}
.header .header_ust {
  background-color: #004274;
  padding-block: 14px;
}
.header .header_ust .navbar {
  display: none;
}
.header .header_ust .sag_teref {
  display: none;
}
.header .header_alt {
  padding-block: 6px;
}
.header .header_alt .ham_menu {
  width: 100%;
  background-color: #4c4c4c;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: -15px;
  position: relative;
}
.header .header_alt .ham_menu .menu {
  display: flex;
  flex-direction: row;
  background-color: black;
  padding: 10px;
  border-radius: 6px;
  margin-right: 10px;
  cursor: pointer;
}
.header .header_alt .ham_menu .menu p {
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.header .header_alt .ham_menu .menu .bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30px;
  gap: 3px;
}
.header .header_alt .ham_menu .menu .bar span {
  width: 18px;
  height: 2px;
  background-color: white;
}
.header .header_alt .ham_menu .ic_menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #4c4c4c;
  display: none;
  z-index: 2;
}
.header .header_alt .ham_menu .ic_menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 4px;
}
.header .header_alt .ham_menu .ic_menu ul li {
  border-radius: 6px;
  transition: 0.5s;
}
.header .header_alt .ham_menu .ic_menu ul li a {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 13px;
  padding-left: 10px;
  padding-block: 8px;
  border-radius: 6px;
}
.header .header_alt .ham_menu .ic_menu ul li:hover {
  background-color: rgb(250, 236, 209);
}
.header .header_alt .ham_menu .ic_menu ul li:hover a {
  color: black;
}
.header .header_alt .nomre {
  padding-block: 24px;
}
.header .header_alt .nomre a:nth-child(1) {
  display: none;
}
.header .header_alt .nomre a:nth-child(2) {
  border: solid 1px solid #00AEFF;
  padding-block: 14px;
  padding-inline: 24px;
  border-radius: 6px;
  color: white;
  background-color: #00AEFF;
  font-size: 17px;
}
.header .header_alt .inputlar {
  padding-block: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.header .header_alt .inputlar .input_form {
  position: relative;
  padding-bottom: 15px;
}
.header .header_alt .inputlar .input_form input {
  width: 100%;
  padding-block: 12px;
  border-radius: 6px;
  border: transparent;
  border: solid 1px rgb(164, 164, 164);
  text-indent: 43px;
}
.header .header_alt .inputlar .input_form input:focus {
  outline: none;
}
.header .header_alt .inputlar .input_form i {
  position: absolute;
  left: 15px;
  top: 12px;
  color: grey;
  opacity: 0.5;
  font-size: 17px;
}
.header .header_alt .inputlar .secimler {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.header .header_alt .inputlar .secimler div {
  border: solid 1px rgb(164, 164, 164);
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-block: 14px;
  cursor: pointer;
}
.header .header_alt .inputlar .secimler div i {
  font-size: 14px;
  color: rgb(104, 104, 104);
  transition: 0.3s;
}
.header .header_alt .inputlar .secimler div p {
  font-size: 13px;
}
.header .header_alt .inputlar .secimler div ul {
  position: absolute;
  top: 45px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 5;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.062);
  background-color: white;
  border: 0;
  display: none;
}
.header .header_alt .inputlar .secimler div ul li {
  transition: 0.3s;
}
.header .header_alt .inputlar .secimler div ul li:nth-child(1) {
  background-color: #00AEFF;
}
.header .header_alt .inputlar .secimler div ul li:hover {
  background-color: #00AEFF;
}
.header .header_alt .inputlar .secimler div ul li a {
  display: inline-block;
  padding-block: 12px;
  width: 100%;
  padding-left: 12px;
  color: black;
  font-size: 13px;
  font-weight: bold;
}
.header .header_alt .inputlar button {
  width: 100%;
  padding-block: 12px;
  color: white;
  background-color: #004274;
  font-size: 17px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.innerGrid{
   display: flex;
    flex-direction: row;
    padding-block: 20px;
}

.cat_title{
    padding-left: 25px;
    margin-top: 30px;
}

.card {
    width: 33%;
}

.cards {
    width: 80%;
}

.kart {
  display: flex;
  height: 368px;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  border-radius: 0.5rem;
  gap: 20px;
}
.kart .top .titlebox {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  writing-mode: tb;
  font-size: 1rem;
  color: #fff;
  left: 0;
  height: 12.5rem;
  transform: rotate(180deg);
  background-color: #2bb673;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.kart .top .titlebox h6 {
  margin: 0;
}
.kart .top .img {
  height: 12.5rem;
}
.kart .top .img img {
  height: 100%;
  
     object-fit: contain;
  width: 100%;
  border-radius: 0.5rem;
}

.bottom {
  display: flex;
}

.text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bottom .text .basliq {
  font-weight: 500;
}
.bottom .icons {
  transition: all 0.5s ease 0s;
  width: 2.813rem;
  height: 2.813rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  background: #eddd5e;
  color: #666;
  flex-shrink: 0;
  align-self: center;
  position: relative;
  overflow: hidden;
}
.bottom .icons a {
  transition: 0.7s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.bottom .icons a i {
  transform: rotate(45deg);
}
.bottom .icons .hover {
  position: absolute;
  left: 0;
  bottom: -5px;
}




.yuxari {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 25px;
  background-color: #00AEFF;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.yuxari a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yuxari a i {
  color: white;
  font-size: 20px;
  position: absolute;
  animation: arrowLoop 3s infinite linear;
}
.yuxari a i:nth-child(2) {
  animation-delay: 1s;
}

@keyframes arrowLoop {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
.house {
  background-image: url(/img/h1_hero1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 90vh;
  padding-block: 60px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.house::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.house .light_house {
  display: flex;
  justify-content: left;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.house .light_house p {
  color: white;
  font-size: 18px;
  z-index: 2;
}
.house .light_house h1 {
  font-size: 34px;
  color: white;
  z-index: 2;
}
.house .light_house span {
  color: white;
  font-size: 18px;
  line-height: 1.75;
  padding-right: 20px;
  z-index: 2;
}
.house .light_house h3 {
  color: white;
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 15px;
  z-index: 2;
}
.house .light_house a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #00AEFF;
  color: white;
  padding-inline: 28px;
  padding-block: 11px;
  border-radius: 4px;
  z-index: 2;
}
.house .light_house a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #004274;
  transition: width 0.4s ease-in-out;
}
.house .light_house a:hover::before {
  width: 100%;
}
.house .light_house a span {
  padding: 0;
  font-size: 17px;
  position: relative;
  z-index: 1;
}

.display_latest {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding-block: 80px;
  padding-inline: 10px;
}
.display_latest .basliq {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.display_latest .basliq h2 {
  display: flex;
  text-align: center;
  font-size: 22px;
  font-weight: 530;
  line-height: 1.4;
}
.display_latest .basliq p {
  display: flex;
  text-align: center;
  color: #656565;
  line-height: 1.75;
  padding-inline: 40px;
  font-size: 17px;
}
.display_latest .swiper {
  width: 100%;
  height: 100%;
}
.display_latest .swiper .swiper-wrapper {
  width: 100%;
}
.display_latest .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.display_latest .swiper .swiper-wrapper .swiper-slide .sekil {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.display_latest .swiper .swiper-wrapper .swiper-slide .sekil img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.display_latest .swiper .swiper-wrapper .swiper-slide .sekil:hover img {
  transform: scale(1.1);
}
.display_latest .swiper .swiper-wrapper .swiper-slide .orta_hisse {
  padding-inline: 14px;
  padding-block: 25px;
  border-left: 1px solid rgb(180, 180, 180);
  border-right: 1px solid rgb(180, 180, 180);
}
.display_latest .swiper .swiper-wrapper .swiper-slide .orta_hisse span {
  color: #00AEFF;
  font-size: 17px;
}
.display_latest .swiper .swiper-wrapper .swiper-slide .orta_hisse h4 {
  font-size: 20px;
  padding-block: 15px;
  cursor: pointer;
  color: black;
}
.display_latest .swiper .swiper-wrapper .swiper-slide .orta_hisse p {
  font-size: 17px;
  color: grey;
  line-height: 1.75;
}
.display_latest .swiper .swiper-wrapper .swiper-slide .alt_hisse {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  padding-block: 20px;
  border: solid 1px rgb(180, 180, 180);
}
.display_latest .swiper .swiper-wrapper .swiper-slide .alt_hisse p {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 5px;
}
.display_latest .swiper .swiper-wrapper .swiper-slide .alt_hisse p i {
  font-size: 15px;
  color: grey;
  opacity: 0.5;
}
.display_latest .swiper .swiper-wrapper .swiper-slide .alt_hisse p span {
  font-size: 15px;
  color: black;
  opacity: 0.8;
}

.home_office {
  background-image: url(/img/home_office.webp);
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home_office h2 {
  color: white;
  font-size: 35px;
  line-height: 1.4;
  padding-bottom: 40px;
  text-align: center;
}
.home_office .qutular {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
.home_office .qutular .office_qutu {
  padding-block: 50px;
  padding-inline: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00AEFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home_office .qutular .office_qutu .icon_qutu {
  width: 50px;
  height: 40px;
}
.home_office .qutular .office_qutu .icon_qutu img {
  width: 100%;
  height: 100%;
}
.home_office .qutular .office_qutu h5 {
  padding-block: 20px;
}
.home_office .qutular .office_qutu h5 a {
  display: inline-block;
  color: white;
  font-size: 23px;
  font-weight: normal;
}
.home_office .qutular .office_qutu p {
  color: white;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.explore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 60px;
  background-color: #F2F4F8;
}
.explore .writing {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-bottom: 35px;
  padding-inline: 10px;
}
.explore .writing h3 {
  font-size: 22px;
  color: #192839;
}
.explore .writing h3 br {
  display: none;
}
.explore .writing p {
  opacity: 0.5;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 1.5;
}
.explore .writing a {
  background-color: #00AEFF;
  color: white;
  padding-block: 12px;
  display: inline-block;
  text-align: center;
  width: 200px;
  border-radius: 4px;
  position: relative;
}
.explore .writing a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #004274;
  transition: width 0.4s ease-in-out;
}
.explore .writing a:hover::before {
  width: 100%;
  border-radius: 4px;
}
.explore .writing a span {
  z-index: 2;
  position: relative;
}
.explore .boxing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.explore .boxing .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-block: 50px;
  background-color: white;
  position: relative;
}
.explore .boxing .box .box_icon {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 10;
}
.explore .boxing .box .box_icon img {
  width: 100%;
  height: 100%;
}
.explore .boxing .box h5 {
  position: relative;
  z-index: 10;
}
.explore .boxing .box h5 a {
  display: inline-block;
  color: black;
  font-size: 17px;
  font-weight: normal;
}
.explore .boxing .box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #F2F4F8;
  transition: height 0.5s ease-in-out;
}
.explore .boxing .box:hover::before {
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.explore .boxing .box:hover h5 a {
  color: #00AEFF;
  text-decoration: underline;
}

.agents {
  display: flex;
  flex-direction: column;
  padding-block: 70px;
}
.agents .yazilar {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agents .yazilar h2 {
  font-size: 22px;
  color: #192839;
  padding-bottom: 20px;
}
.agents .yazilar p {
  width: 65%;
  text-align: center;
  opacity: 0.5;
  line-height: 1.7;
  font-size: 17px;
}
.agents .swiper .swiper-button-next {
  display: none;
}
.agents .swiper .swiper-button-prev {
  display: none;
}
.agents .swiper .swiper-slide {
  position: relative;
}
.agents .swiper .swiper-slide .pictures {
  overflow: hidden;
}
.agents .swiper .swiper-slide .pictures img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.agents .swiper .swiper-slide .adlar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
}
.agents .swiper .swiper-slide .adlar h5 a {
  font-size: 20px;
  color: #33384e;
  transition: 0.3s;
}
.agents .swiper .swiper-slide .adlar h5 a:hover {
  color: #00AEFF;
}
.agents .swiper .swiper-slide .adlar p {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 500;
}
.agents .swiper .swiper-slide .icons {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.agents .swiper .swiper-slide .icons div {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #004274;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.agents .swiper .swiper-slide .icons div i {
  color: white;
}
.agents .swiper .swiper-slide .icons div:nth-child(1) {
  transition: 0.2s;
}
.agents .swiper .swiper-slide .icons div:nth-child(2) {
  transition: 0.6s;
}
.agents .swiper .swiper-slide .icons div:nth-child(3) {
  transition: 0.9s;
}
.agents .swiper .swiper-slide .icons div:hover {
  background-color: #00AEFF;
}
.agents .swiper .swiper-slide:hover .icons div {
  visibility: visible;
  opacity: 1;
  transform: translateY(-40px);
}
.agents .swiper .swiper-slide:hover .pictures img {
  transform: scale(1.1);
}

.subscribe {
  display: flex;
  flex-direction: column;
}
.subscribe .email {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
  padding-inline: 30px;
  padding-block: 60px;
  background-color: #004274;
}
.subscribe .email .form_yazi {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
  margin-bottom: 20px;
}
.subscribe .email .form_yazi h3 {
  color: white;
  font-size: 26px;
}
.subscribe .email .form_yazi p {
  color: white;
  line-height: 1.6;
  font-size: 17px;
}
.subscribe .email .form {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.subscribe .email .form form input {
  width: 100%;
  background: transparent;
  border: none;
  padding-block: 10px;
  border-bottom: 1px solid white;
}
.subscribe .email .form form input::-moz-placeholder {
  color: white;
  padding-left: 1px;
  font-size: 15px;
}
.subscribe .email .form form input::placeholder {
  color: white;
  padding-left: 1px;
  font-size: 15px;
}
.subscribe .email .form form input:focus {
  outline: none;
  color: white;
}
.subscribe .email .form button {
  background-color: #00AEFF;
  color: white;
  width: 135px;
  padding-block: 13px;
  border-radius: 4px;
  font-size: 17px;
  border: none;
}
.subscribe .ev {
  width: 100%;
  height: 400px;
}
.subscribe .ev img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer .footer_ust {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 70px;
}
.footer .footer_ust .konato {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 60px;
}
.footer .footer_ust .konato a {
  display: inline-block;
}
.footer .footer_ust .konato p {
  opacity: 0.5;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer .footer_ust .konato .sosial_sebeke {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer .footer_ust .konato .sosial_sebeke li a i {
  color: #5E5E5E;
  opacity: 0.5;
  font-size: 15px;
}
.footer .footer_ust .navigation {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.footer .footer_ust .navigation h4 {
  margin-bottom: 30px;
}
.footer .footer_ust .navigation h4 a {
  font-size: 19px;
  color: #1A1A1A;
}
.footer .footer_ust .navigation ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.footer .footer_ust .navigation ul li a {
  color: #5E5E5E;
  font-size: 15px;
}
.footer .footer_ust .contact {
  display: flex;
  flex-direction: column;
}
.footer .footer_ust .contact h4 {
  margin-bottom: 30px;
}
.footer .footer_ust .contact h4 a {
  font-size: 19px;
  color: #1A1A1A;
}
.footer .footer_ust .contact ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.footer .footer_ust .contact ul li:nth-child(1) a {
  color: #5E5E5E;
  font-size: 15px;
}
.footer .footer_ust .contact ul li:nth-child(2) a {
  color: #5E5E5E;
  font-size: 13px;
  text-decoration: underline;
}
.footer .footer_ust .contact ul li:nth-child(3) a {
  text-decoration: underline;
  font-size: 23px;
  font-weight: bold;
  color: #004274;
}
.footer .footer_alt {
  padding-block: 15px;
  background-color: #F2F6F9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer_alt p {
  opacity: 0.7;
  font-size: 14px;
  text-align: center;
  line-height: 1.9;
}
.footer .footer_alt p i {
  color: #00AEFF;
}
.footer .footer_alt p span {
  color: #00AEFF;
}

/*haqqimizda ic sehife*/
 .about{
     padding-block: 40px;
 }
 .about h1{
     margin-bottom: 20px;
    color: #00AEFF;
 }
 .about p{
     line-height: 1.5;
 }
/*haqqimizda ic sehife bitir*/

@media (min-width: 400px) {
  .header .header_alt .nomre {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    gap: 20px;
    padding-block: 0;
    padding-top: 10px;
  }
  .header .header_alt .nomre a:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #00AEFF;
  }
  .header .header_alt .nomre a:nth-child(1) p {
    font-size: 13px;
  }
  .display_latest .swiper .swiper-wrapper .swiper-slide .alt_hisse {
    justify-content: space-around;
  }
  .display_latest .swiper .swiper-wrapper .swiper-slide .alt_hisse p {
    flex-direction: row;
  }
  .subscribe .email .form_yazi h3 br {
    display: none;
  }
}
@media (min-width: 580px) {
  .container {
    width: 85%;
    margin: 0 auto;
  }
  .header .header_alt .inputlar .input_alt {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }
  .header .header_alt .inputlar .input_alt .input_form {
    width: 35%;
    height: 100%;
    padding: 0;
  }
  .header .header_alt .inputlar .input_alt .input_form input {
    padding-block: 14px;
  }
  .header .header_alt .inputlar .input_alt .secimler {
    display: flex;
    flex-direction: row;
    width: 65%;
  }
  .header .header_alt .inputlar .input_alt .secimler .ust {
    width: 33%;
  }
  .header .header_alt .inputlar button {
    width: 34%;
  }
  .house .light_house h1 {
    font-size: 55px;
  }
  .display_latest .basliq h2 {
    font-size: 29px;
    font-weight: 500;
  }
  .display_latest .basliq p {
    padding-inline: 30px;
  }
  .home_office {
    padding-inline: 20px;
  }
  .home_office .qutular {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
  .home_office .qutular .office_qutu h5 a {
    font-size: 20px;
  }
  .home_office .qutular .office_qutu:nth-child(3) {
    grid-column: span 2;
    width: 55%;
    margin-top: 10px;
    padding-inline: 20px;
  }
  .explore {
    padding-inline: 16px;
  }
  .explore .writing h3 {
    font-size: 28px;
  }
  .explore .writing a {
    font-size: 17px;
  }
  .explore .boxing {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 0;
  }
  .explore .boxing .box:nth-child(1) {
    margin-bottom: 10px;
  }
  .explore .boxing .box:nth-child(2) {
    margin-bottom: 10px;
  }
  .footer .footer_ust .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .footer .footer_ust .container .navigation {
    margin: 0;
  }
  .footer .footer_ust .container .contact {
    margin: 0;
  }
}
@media (min-width: 650px) {
  .container {
    width: 80%;
    margin: 0 auto;
  }
  .display_latest .swiper .swiper-wrapper .swiper-slide .orta_hisse {
    width: 100%;
  }
  .display_latest .swiper .swiper-wrapper .swiper-slide .orta_hisse p {
    font-size: 12px;
  }
  .explore {
    padding-inline: 60px;
  }
}
@media (min-width: 770px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .header .header_ust .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .header .header_ust .sag_teref {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .header .header_ust .sag_teref a:nth-child(1) {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .header .header_ust .sag_teref a:nth-child(1) p {
    color: white;
  }
  .header .header_ust .sag_teref a:nth-child(1) span {
    color: #00AEFF;
    -webkit-text-decoration: underline dotted white;
            text-decoration: underline dotted white;
    text-underline-offset: 10px;
  }
  .header .header_ust .sag_teref a:nth-child(2) {
    background-color: #00AEFF;
    border: solid 1px #00AEFF;
    color: white;
    border-radius: 4px;
    padding-inline: 25px;
    padding-block: 14px;
    transition: 0.3s;
  }
  .header .header_ust .sag_teref a:nth-child(2):hover {
    background-color: #004274;
    color: #00AEFF;
  }
  .header .header_alt .nomre {
    display: none;
  }
  .house .light_house span {
    width: 450px;
    padding-right: 0;
  }
  .display_latest .swiper .swiper-wrapper .swiper-slide .alt_hisse p span {
    font-size: 13px;
  }
  .home_office .qutular {
    display: flex;
    flex-direction: row;
  }
  .home_office .qutular .office_qutu {
    width: 33%;
  }
  .home_office .qutular .office_qutu h5 a {
    font-size: 17px;
  }
  .home_office .qutular .office_qutu p {
    font-size: 13px;
  }
  .home_office .qutular .office_qutu:nth-child(3) {
    padding-block: 50px;
    padding-inline: 35px;
    margin: 0;
    width: 33%;
  }
  .explore {
    padding-inline: 40px;
  }
  .explore .writing h3 {
    line-height: 1.3;
  }
  .explore .writing h3 br {
    display: block;
  }
  .explore .boxing {
    grid-template-columns: repeat(3, 1fr);
  }
  .explore .boxing .box:nth-child(1) {
    margin-bottom: 0;
  }
  .explore .boxing .box:nth-child(2) {
    margin-bottom: 0;
  }
  .explore .boxing .box:nth-child(4) {
    margin-top: 10px;
  }
  .agents {
    position: relative;
  }
  .agents .yazilar h2 {
    font-size: 28px;
  }
  .agents .swiper-button-next {
    display: block;
    position: absolute;
    right: 12px;
    top: 60%;
    width: 30px;
    height: 30px;
    color: grey;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .agents .swiper-button-next::after {
    font-size: 28px;
    font-weight: 900;
  }
  .agents .swiper-button-prev {
    display: block;
    position: absolute;
    left: 12px;
    top: 60%;
    width: 30px;
    height: 30px;
    color: grey;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .agents .swiper-button-prev::after {
    font-size: 28px;
    font-weight: 900;
  }
  .subscribe .email .form_yazi {
    width: 75%;
  }
  .subscribe .email .form_yazi h3 {
    font-size: 35px;
  }
  .subscribe .email .form {
    width: 75%;
  }
  .footer .footer_ust .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .footer_ust .container .konato {
    width: 250px;
    margin-bottom: 0;
  }
  .footer .footer_ust .container .navigation {
    width: 200px;
  }
  .footer .footer_ust .container .contact {
    width: 200px;
  }
}
@media (min-width: 995px) {
  .header .header_ust {
    padding-block: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .header_ust .sol_teref {
    display: flex;
    flex-direction: row;
    gap: 40px;
    height: 70px;
  }
  .header .header_ust .sol_teref .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .header_ust .sol_teref .navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 45px;
  }
  .header .header_ust .sol_teref .navbar li {
    height: 100%;
  }
  .header .header_ust .sol_teref .navbar li .hover {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    height: 100%;
    font-size: 17px;
  }
  .header .header_ust .sol_teref .navbar li .hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #00AEFF;
    transition: width 0.3s ease;
  }
  .header .header_ust .sol_teref .navbar li .hover:hover::after {
    width: 100%;
  }
  .header .header_ust .sol_teref .navbar .blog {
    position: relative;
  }
  .header .header_ust .sol_teref .navbar .blog:hover .details {
    opacity: 1;
    visibility: visible;
    top: 70px;
  }
  .header .header_ust .sol_teref .navbar .blog .details {
    width: 170px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 3px;
    background: rgb(255, 255, 255);
    transition: 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
    padding-inline: 15px;
    padding-block: 10px;
    visibility: hidden;
    opacity: 0;
  }
  .header .header_ust .sol_teref .navbar .blog .details li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: black;
    padding-block: 10px;
    transition: 0.3s;
  }
  .header .header_ust .sol_teref .navbar .blog .details li a:hover {
    color: #00AEFF;
  }
  .header .header_ust .sag_teref a:nth-child(1) {
    display: none;
  }
  .header .header_alt .ham_menu {
    display: none;
  }
  .header .header_alt .inputlar {
    flex-direction: row;
    padding-inline: 40px;
  }
  .header .header_alt .inputlar .input_alt {
    width: 100%;
    gap: 10px;
  }
  .header .header_alt .inputlar .input_alt .input_form {
    width: 75%;
  }
  .header .header_alt .inputlar button {
    width: 115px;
  }
  .display_latest .swiper .swiper-wrapper .swiper-slide .alt_hisse p {
    flex-direction: column;
  }
  .home_office .qutular .office_qutu h5 a {
    padding-top: 15px;
  }
  .home_office .qutular .office_qutu p {
    font-size: 15px;
  }
  .explore .writing {
    padding: 0;
    width: 100%;
  }
  .explore .writing p {
    padding-top: 10px;
  }
  .explore .boxing {
    display: flex;
    flex-direction: row;
  }
  .explore .boxing .box:nth-child(4) {
    margin: 0;
  }
  .subscribe {
    flex-direction: row;
  }
  .subscribe .email {
    width: 52%;
    justify-content: center;
    align-items: center;
  }
  .subscribe .email .form_yazi {
    width: 100%;
  }
  .subscribe .email .form {
    width: 100%;
    height: 100%;
    gap: 0;
    justify-content: center;
    align-items: start;
  }
  .subscribe .email .form form {
    width: 100%;
    margin-bottom: 20px;
  }
  .subscribe .ev {
    width: 48%;
  }
  .footer .footer_ust .container {
    gap: 25px;
  }
  .footer .footer_ust .container .navigation {
    width: 150px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 85%;
    margin: 0 auto;
  }
  .home_office {
    padding-inline: 80px;
  }
  .explore {
    padding-inline: 80px;
  }
  .agents .yazilar p {
    width: 40%;
  }
  .agents .swiper-button-next {
    right: 50px;
  }
  .agents .swiper-button-next::after {
    font-size: 22px;
    font-weight: 900;
  }
  .agents .swiper-button-prev {
    left: 50px;
  }
  .agents .swiper-button-prev::after {
    font-size: 22px;
    font-weight: 900;
  }
  .subscribe .email {
    padding-inline: 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 92%;
    margin: 0 auto;
  }
  .header .header_ust .sag_teref a:nth-child(1) {
    display: flex;
  }
  .header .header_ust .sag_teref a:nth-child(1) span {
    color: white;
  }
  .header .header_alt .inputlar {
    width: 80%;
    margin: 0 auto;
    padding-inline: 0;
  }
  .house .light_house {
    padding-left: 110px;
  }
  .display_latest .basliq h2 {
    font-weight: 550;
    font-size: 33px;
  }
  .display_latest .swiper .swiper-wrapper .swiper-slide .alt_hisse p {
    flex-direction: row;
  }
  .home_office {
    padding-inline: 180px;
  }
  .home_office .qutular .office_qutu {
    padding-inline: 25px;
  }
  .home_office .qutular .office_qutu h5 a {
    font-size: 21px;
  }
  .home_office .qutular .office_qutu:nth-child(3) {
    padding-inline: 25px;
  }
  .explore {
    padding-inline: 30px;
    flex-direction: row;
    gap: 15px;
  }
  .explore .writing {
    width: 30%;
  }
  .explore .writing h3 {
    font-size: 38px;
  }
  .explore .boxing {
    width: 65%;
  }
  .agents .swiper-button-next {
    right: 20px;
  }
  .agents .swiper-button-prev {
    left: 20px;
  }
  .subscribe .email {
    padding-inline: 80px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 85%;
    margin: 0 auto;
  }
  .home_office {
    padding-inline: 200px;
  }
  .explore {
    padding-inline: 80px;
  }
  .explore .writing p {
    width: 90%;
  }
  .agents .swiper-button-next {
    right: 70px;
  }
  .agents .swiper-button-prev {
    left: 70px;
  }
  .subscribe .email {
    padding-inline: 110px;
    padding-block: 70px;
  }
  .subscribe .email .form_yazi {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .header .header_alt .inputlar {
    width: 65%;
  }
  .home_office {
    padding-inline: 250px;
  }
  .explore {
    padding-inline: 90px;
  }
  .subscribe .email {
    padding-inline: 100px;
  }
}/*# sourceMappingURL=style.css.map */