:root {
  --crimsonPink: #ff3259;
  --crimson: #ff0000;
  --eclipse:#22222;
  --softSilver: rgba(217, 217, 217, 0.51);
  --faintGray: rgba(217, 217, 217, 0.08);
  --midnightGray: #2c2c2c;
  --jetBlack: #2a2929;
  --darkCharcoal: #323232;
  --gainsboro: #dcdcdc;
  --coalBlack: #262626;
  --white: white;
  --black: black;
  --battleshipGray: #8b8b8b;
  --stoneGray: #636363;
  --midnightBlue: #000c47;
  --cultured: #f5f3f3;
  --off-white: #f0f0f0;
  --pale-silver: #a6a5a5;
  --graphite: #494141;
  --smokyGray: rgba(99, 99, 99, 0.74);
  --shadowGray: rgba(82, 82, 82, 0.69);
  --onyx: #383838;
  --eerie-black: #131313;
  --darkgray: #302e2e;
  --morningMist: #f0f2ff;
    --ebony: #121212;
}
@media screen and (min-width:1200px){
    .container{
               .container{max-width:1400px !important;}
    }
}
main {
  padding-top:92px;
}

* {
    font-family: "Montserrat", sans-serif !important;
}

.services_inside_card_grid {
  scroll-margin-top: 90px;
}
body {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
button{
    cursor:pointer;
    background:transparent;
}
/* --- sections content  ---  */

.quoteru h4 {
    font-size: 30px !important;
}

.quoteru p {
    font-size: 20px !important;
}

.section-padding {
  padding: 40px 0;
}
.section-padding {
  padding: 40px 0;
}
.section-title {
  row-gap: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-title a {
  display: flex;
  align-items: center;
  width:fit-content;
  justify-content:space-between;
  gap: 10px;
  color: var(--darkCharcoal);
}
.section-title a span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--crimsonPink);
  width: 44px;
  border-radius: 50%;
  height: 44px;
  transition: 0.3s ease-in-out;
  border: 1.5px solid var(--crimsonPink);
}
.section-title a:hover {
  color: var(--jetBlack);
}
.section-title a:hover span {
  background:var(--crimsonPink);
  color: var(--white);
}
.section-title h2,
.section-title h3,
.section-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.section-heading{
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .section-title h2,
  .section-title h3,
  .section-heading {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .section-title h2,
  .section-title h3 {
    font-size: 40px;
  }
}

/* swiper */
.swiper-wrapper {
  padding-bottom: 35px;
}
.swiper-scrollbar {
  height: 8px !important;
  margin: 0 auto;
  width: 98% !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--midnightBlue) !important;
}
/* swiper */
/* ---  sections content   --- */
.d-none{display:none !important;}
/* ---- hero section ---- */
.hero_section h1 {
  font-size: 35px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  color: var(--jetBlack);
}
.hero_grid {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex-shrink: 0;
  max-width: 800px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.hero_grid::-webkit-scrollbar {
  height: 6px;
}

.hero_grid::-webkit-scrollbar-track {
  border-radius: 33px;
  background: #F4F3F3;
}

.hero_grid::-webkit-scrollbar-thumb {
  background: var(--midnightBlue);
  border-radius: 33px;
}


.hero_card {
  border-radius: 27px;
  overflow: hidden;
  position: relative;
  min-width: 236px;
}
.hero_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_card.card-pink {
  width: 100%;
  border-radius: 12px;
  background: var(--crimsonPink);
}
.hero_card video{
    width:100%;
    height:100%;
    object-fit: cover;
}
.hero_card_overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  z-index:20;
}
.midnight_card_head {
  border-radius: 17px;
  background: var(--midnightBlue);
}
.pink_card_head {
  background: var(--crimsonPink);
  border-radius: 12.06px;
}
.hero_grid_head {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}

.hero_grid_head .midnight_card_head {
  grid-area:5 / 8 / 7 / 10;
  height: 110px;
}
.hero_grid_head .hero_card:nth-child(2) {
  grid-area: 1 / 10 / 7 / 13;
}
.hero_grid_head .hero_card:nth-child(3) {
  grid-area: 1 / 6 / 5 / 10;
  height:200px;
}
.hero_grid_head .hero_card:nth-child(4) {
  grid-area: 1 / 1 / 7 / 6;
  min-width: 319px;
}

/* hero grid bottom */
.hero_grid_bottom {
  display: grid;
  flex-shrink: 0;
  gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}
.hero_grid_bottom .hero_card:nth-child(1) {
  grid-area: 1 / 1 / 7 / 6; 
}
.hero_grid_bottom .hero_card:nth-child(2) {
  grid-area: 1 / 6 / 5 / 9;
  height:200px;
}
.hero_grid_bottom .hero_card:nth-child(3) {
  grid-area: 1 / 9 / 7 / 13;
}
.hero_grid_bottom .pink_card_head {
  width: 110px;
  grid-area: 5 / 6 / 7 / 8;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .hero_section h1 {
    font-size:55px;
  }
  .hero_grid_bottom .hero_card:nth-child(1) {
    height: 400px;
  }
  .hero_grid_head .hero_card:nth-child(4) {
  min-width: 280px;
}

}

@media screen and (min-width: 992px) {
  .hero_grid_head .midnight_card_head {
    grid-area: 5 / 3 / 7 / 4;
    height: 188px;
    width:188px;
  }
  .hero_card {
  min-width: 180px;
}
  .hero_grid {
    overflow-x: unset;
    max-width: 100%;
  }
  .hero_section h1 {
    font-size: 63px;
  }
  .hero_grid_head .hero_card:nth-child(2) {
    height: 326.82px;
    grid-area: 4 / 4 / 7 / 7;
  }
  .hero_grid_head .hero_card:nth-child(3) {
    height: 438px;
    grid-area: 3 / 7 / 7 / 10;
  }
  .hero_grid_head .hero_card:nth-child(4) {
    height: 524px;
    grid-area: 2 / 10 / 7 / 13;
  }
  /* hero grid bottom */
  .hero_grid_bottom .hero_card:nth-child(1) {
    grid-area: 1 / 1 / 6 / 4;
    height: 457px;
  }
  .hero_grid_bottom .hero_card:nth-child(2) {
    grid-area: 1 / 4 / 7 / 8;
    height: 520px;
  }
  .hero_grid_bottom .hero_card:nth-child(3) {
    grid-area: 1 / 8 / 5 / 11;
    height: 364px;
  }
  .hero_grid_bottom .pink_card_head {
    width: 110px;
    height: 110px;
    grid-area: 1 / 12 / 2 / 11;
  }
}
@media screen and (min-width: 1200px) {
      .hero_card {
  min-width: 280px;
}
}
/*@media screen and (min-width: 1400px) {*/
/*  .hero_grid_head .midnight_card_head {*/
/*    width: 188px;*/
/*  }*/
/*  .hero_grid_head .hero_card:nth-child(2) {*/
/*    width: 300px;*/
/*  }*/
/*  .hero_grid_head .hero_card:nth-child(3) {*/
/*    width: 330px;*/
/*  }*/
/*  .hero_grid_head .hero_card:nth-child(4) {*/
/*    width: 380px;*/
/*  }*/
/*}*/
/* ---- hero section ---- */

/* --- about section --- */
.about_section .row {
  row-gap: 20px;
  align-items: center;
}
.about_section article {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
.mob-display {
  display: none;
}
.about_section article figure {
  display: block;
}
.about_section article figure img {
  width: 100%;
  max-height: 378px;
  height: 100%;
  border-radius: 27px;
}
.about_section article h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--coalBlack);
}
.about_section article p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
  hyphens: auto;
  color: var(--battleshipGray);
}
.about_section article a {
  display: flex;
  align-items: center;
  margin-top:10px;
  gap: 20px;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius:23.58px;
  color: white;
  width: 100%;
  border:1px solid transparent;
  background: var(--crimsonPink);
  transition: 0.3s ease-in-out;
  max-width: 180px;
  height: 43px;
}
.about_section article a:hover {
  background: transparent;
  border-color:var(--crimsonPink);
  color:var(--crimsonPink);
}
.about_section article a:hover i {
  margin-left: 2px;
}
.about_section figure {
  display: none;
}
.about_section figure img {
  width: 100%;
  max-height: 378px;
  height: 100%;
  border-radius: 27px;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .about_section article figure {
    display: none;
  }
  .about_section article a{
       border-radius: 15px;
        height: 62px;
          margin-top:30px;
  }
  .about_section article a {
    max-width: 222px;
    font-size: 16px;
  }
  .about_section figure {
    display: block;
  }
  .mob-display {
    display: block;
  }
  .about_section article h2 {
    font-size: 32px;
  }
  .about_section article p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .about_section .row {
    align-items: center;
  }
  .about_section article h2 {
    font-size: 40px;
  }
  .about_section article p {
    font-size: 20px;
  }
}
/* --- about section --- */

/* --- advertising kind --- */
.advertising_swiper {
  position: relative;
}

/* --- advertising kind --- */

/* human services */
.human_services .container {
  background: var(--off-white);
}
.human_wrapper {
  padding: 40px 0px;
}
.human_wrapper h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}
.human_wrapper p {
  font-style: normal;
  width: 90%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  color: var(--battleshipGray);
}
.human_grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap:10px;
}
.human-card {
  border-radius: 24px;
  position:relative;
  overflow: hidden;
  height: 100%;
  min-height: 60px;
}
.human-card a{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    inset:0;
}
.human-card img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.human-card:nth-child(1) {
  max-height: 80px;
  background: var(--crimsonPink);
  grid-area:1 / 2 / 4 / 4;
  border-radius: 17px;
}
.human-card:nth-child(2) {
  grid-area: 4 / 1 / 9 / 4;
}
.human-card:nth-child(3) {
  grid-area: 1 / 4 / 9 / 9;
}
.human-card:nth-child(4) {
  grid-area: 9 / 1 / 13 / 5;
}
.human-card:nth-child(5) {
  grid-area: 9 / 5 / 11 / 9;
}
.human-card:nth-child(6) {
  display: none;
}
.human-card:nth-child(7) {
  grid-area: 11 / 5 / 13 / 7;
  background: var(--midnightBlue);
  max-height: 80px;
  border-radius: 11px;
}
.human-card:nth-child(8) {
  display: none;
  grid-area: 1 / 10 / 8 / 13;
}

@media screen and (min-width: 375px) {
  .human-card:nth-child(1) {
    grid-area:1 / 2 / 3 / 4;
  }
  .human-card:nth-child(2) {
    grid-area: 3 / 1 / 9 / 4;
  }
}
@media screen and (min-width: 576px) {
  .human_services .container {
    border-radius: 24px;
  }
  .human_wrapper {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 768px) {
  .human-card {
    max-height: 570px !important;
  }
  .human_wrapper h3 {
    font-size: 42px;
  }
  .human_wrapper p {
    font-size: 23px;
  }
  .human_grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .human-card {
    min-height: 79px;
  }

  .human-card:nth-child(1) {
    max-height: 185px;
    height: 100%;
    background: var(--crimsonPink);
    grid-area:1 / 2 / 5 / 4;
  }
  .human-card:nth-child(2) {
    grid-area: 5 / 1 / 10 / 4;
  }
  .human-card:nth-child(3) {
    grid-area: 1 / 4 / 12 / 7;
  }
  .human-card:nth-child(4) {
    grid-area: 3 / 7 / 7 / 10;
  }
  .human-card:nth-child(5) {
    grid-area: 7 / 7 / 13 / 9;
  }
  .human-card:nth-child(6) {
    grid-area: 8 / 9 / 12 / 12;
    display: block;
  }
  .human-card:nth-child(7) {
    grid-area: 9 / 12 / 8 / 13;
    background: var(--midnightBlue);
    max-height: 80px;
  }
  .human-card:nth-child(8) {
    display: block;
    grid-area: 1 / 10 / 8 / 13;
  }
}
/* human services */

/* --- blog section --- */
.blog_swiper {
  position: relative;
}
/* --- blog section --- */

/* partnors section */

.partnors_image { 
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 45px;
    height: 120px; 
    background-color: #f5f6fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    z-index: 3; 
}

.partnors_image:hover {
    color: #eee;
    z-index: 2;
}

.partnors_image:hover img {
    transform: scale(.9);
}

.partnors_image span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #cbcedb;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.partnors_image:hover span {
    width: 225%;
    height: 562.5px;
}

.partnors_image img {
    width: 100%;
    mix-blend-mode: multiply; /* Blends image and background */
    isolation: isolate;  
    height: 80%;
    padding: 10px;
    object-fit: contain;
    transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
}
.partnor-modal-logo figure br{
    display:none;
}
.partnor_body h2{
    text-align:center;
    font-size:1.5rem;
    line-height:1.2;
    margin-bottom:10px;
    color:var(--midnightBlue);
}
.partnor_body p{
    color:gray;
     text-align:center;
    line-height:1.2;
    font-size:1rem;
       margin-bottom:10px;
}
.partnor_body{
     max-height: 350px;
    overflow-y:auto;
}
.gallery{
    display:grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
}
.gallery img {
    width:100%;
    height:100%;
       max-height: 400px;
    border-radius:20px;
}
.partnor-modal-logo figure img{
    width:100%;
    margin:0;
    max-width:150px;
    height:auto;
}

.partnors_swiper .swiper-wrapper {
  padding: 0;
}
@media (min-width:768px){
      .gallery{
    grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width:992px){
    .gallery{
    grid-template-columns: repeat(3, 1fr);
}
}
/* partnors section */

/* -- card -- */

.mycard_one {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: stretch;
  transition: 0.3s ease-in-out;
  justify-content: space-between;
  background: var(--faintGray);
  border-radius: 27px;
}
.mycard_one a {
  display: block;
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
}
.mycard_one_head {
  padding: 15px;
}
.mycard_one_category {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.mycard_one_category i {
  color: var(--pale-silver);
  transition: 0.3s ease-in-out;
}
.mycard_one_category .cat_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mycard_one:hover i {
  color: var(--graphite);
}
.mycard_one_category .icon {
  width: 0;
  height: 25px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: block;
  background: var(--crimsonPink);
  border-radius: 4px;
}
.mycard_one_category .cat_name {
    border: 0.7px solid var(--midnightGray);
    border-radius: 31px;
    min-width: 81.59px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25.34px;
    color: var(--jetBlack);
    transition: 0.3s ease-in;
    justify-content: center;
    height: 35px;
}
.mycard_one:hover {
  background: var(--softSilver);
}
.mycard_one:hover .icon {
  width: 25px;
  opacity: 1;
  visibility: visible;
}
.mycard_one:hover .cat_name {
  border-color: var(--crimsonPink);
  color: var(--white);
  background: var(--crimsonPink);
}
.mycard_one_footer {
  padding:15px;
}
.mycard_one_footer span {
  display: block;
  color: var(--shadowGray);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
}
.mycard_one_footer figure {
  border-radius: 17px;
  overflow: hidden;
  height: 254px;
}
.mycard_one_footer figure img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.mycard_one_description h3 {
  font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
  font-size: 20px;
    min-height:73px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--jetBlack);
}

.mycard_one_description .content {
 display: -webkit-box;
    -webkit-line-clamp: 3;
    min-height:50px;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  color: var(--stoneGray);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
 
@media screen and (min-width: 992px) {
  .mycard_one_description h3 {
 font-size: 22px;
 min-height: 55px;
  }
.mycard_one_description .content {
  font-size: 16px;
  min-height:40px;
}
}

/* -- card -- */

/*blog*/
.blog_grid {
  display: grid;
  row-gap: 80px;
  grid-template-columns: repeat(1, 1fr);
}

.blog_card {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

/* Şəkil tərzi */
.blog_card figure img {
  border-radius: 19px;
  object-fit: cover;
  max-height: 399px;
  height: 100%;
  width: 100%;
}

/* Məqalə tərzi */
.blog_card article {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

/* Məqalədə tarix */
.blog_card article span {
  font-size: 16.27px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--battleshipGray);
}

/* Məqalə başlığı */
.blog_card article h3 {
    color: var(--eerie-black);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    min-height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    letter-spacing: 0.02em;
    text-align: left;
}

/* Məqalə məzmunu */
.blog_card article .content {
    color: #121212b2;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    line-height: 1.2;
}

/* Keçid düyməsi */
.blog_card article a {
  max-width: 187px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--crimsonPink);
  transition: 0.3s ease-in-out;
  color: var(--white);
  border-radius: 15px;
  border: 1px solid transparent;
  gap: 10px;
  margin-top:20px;
}

.blog_card article a:hover {
  border: 1px solid var(--crimsonPink);
  color: var(--coalBlack);
  background-color: transparent;
  gap: 15px;
}

/* Böyük ekranlar üçün düzəlişlər */
@media screen and (min-width: 992px) {
  .blog_card {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog_card article h3 {
    font-size: 32px;
  }

  .blog_card article a{
        margin-left:unset;
  margin-right:unset;
  }
  .blog_card article .content {
    font-size: 16px;
    text-align: left;
  }

  .blog_card:nth-child(odd) article {
    order: 2;
  }

  .blog_card:nth-child(even) figure {
    order: 1;
    display:flex;
    align-items:center;
    height:100%;
  }
}

/*partnors*/
.partnors_grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2,1fr);
}
@media screen and (min-width:768px) {
    .partnors_grid {
  grid-template-columns: repeat(3,1fr);
}
}
@media screen and (min-width:992px) {
  .partnors_grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6,1fr);
  }
}
/*@media screen and (min-width:1400px) {*/
/*  .partnors_grid {*/
/*    display: grid;*/
/*    gap: 10px;*/
/*    grid-template-columns: repeat(8,1fr);*/
/*  }*/
/*}*/
/*partnors*/

/*who are we*/
.who_are_we_section p {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 600;
  color: var(--darkgray);
  margin-bottom:40px;
}
.who_are_we_section p b{
  color: var(--crimsonPink);
}
.whoarewe_grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
.whoarewe_card {
  position:relative;
  overflow: hidden;
}
.whoarewe_card[data-card="Gələcəyə baxış"] figure img{
        object-position: left;
}
.whoarewe_card a {
    position:absolute;
    inset:0;
  display: block;
  width: 100%;
  height: 100%;
}
.whoarewe_card figure {
  margin-bottom: 20px;
}

.whoarewe_card figure img {
  width: 100%;
  object-fit: cover;
  max-height: 312px;
  border-radius: 17px;
}
.whoarewe_card article {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 10px;
}
.whoarewe_card article h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 28.99px;
  letter-spacing: 0.01em;
  color: var(--jetBlack);
  text-align: left;
}
.whoarewe_card article p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.66px;
  text-align: justify;
  color: var(--darkgray);
  width:100%;
  max-width:100%;
}
@media screen and (min-width: 768px) {
  .whoarewe_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .who_are_we_section p {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .whoarewe_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .who_are_we_section p {
    max-width: 70%;
    width:100%;
    font-size: 24px;
  }
}

/* quate card */

/* footer  */
footer {
  background: var(--cultured);
}
.footer_head {
  padding: 30px 0;
}
.footer_header_wrapper {
  display: grid;
  gap: 15px;
  max-width: 100%;
  grid-template-columns: 1fr;
}
.footer_accardion_content figure {
  margin-bottom: 20px;
}
.footer_accardion_content figure img {
  width: auto;
  height: 40px;
}
.footer_head_content p {
  font-size: 0.875rem; 
  color:#8B8B8B;
  font-weight: 500;
  line-height: 1.4;
  hyphens: auto; 
}
footer h3,
footer h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: var(--onyx);
  text-align: left;
}

.footer_accardion h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_accardion {
  border-bottom: 1px solid var(--gainsboro);
  padding: 10px 0;
}

.footer_head_content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size:0.875rem;
}
.footer-head-last h3 {
  margin-bottom: 20px;
}
.footer_head_content ul li a {
  font-size:0.875rem;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: -0.05em;
  color: var(--darkCharcoal);
  text-align: left;
}
.footer_head_content ul li {
  display: flex;
  align-items: center;
  gap: 2px;
}
.footer_accardion h3 i {
  transform: rotate(0);
  transition: 0.3s ease-in-out;
}
.follow_us {
  flex-direction: row !important;
  flex-wrap: wrap;
}
.footer_accardion .footer_accardion_content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.footer_accardion h3[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.footer_accardion h3[aria-expanded="true"] .footer_accardion {
  border-bottom: 1px solid var(--crimsonPink);
}
.footer_accardion h3[aria-expanded="true"] + .footer_accardion_content {
  opacity: 1;
  padding: 20px 0;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.footer_company h3 {
  display: flex;
}
.footer_hour {
  margin-top: 30px;
}
.footer_list_addition li,
.footer_list_addition li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.follow_us li a {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.footer_desktop_hour {
  display: none;
}
.footer_desktop_hour h4{
margin-bottom:15px;
}
.footer-call_us {
  display: block;
}
.footer_contact {
  display: block;
}
.footer-call_us .call_link {
  width: 220px;
  height: 54px;
  border-radius: 15px;
  display: flex;
  color: var(--white);
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background: var(--midnightBlue);
}
.footer-call_us .call_link img {
  filter: invert(1) brightness(1);
}
.filter_selection svg{
        background: #fff;
    right: 10px !important;
    position: absolute;
}
.filter_selection input{
        background:#fff;
}
footer ul li a {
  transition: 0.3s ease-in-out;
  width:100%;
  padding:3px;
}
footer ul li:hover a{
    background:var(--crimsonPink);
    color:#fff;
    img{filter:invert(1);}
    
}

}
footer ul li:hover a {
  color: #fff;
}
.footer_bottom{
    padding:15px 0;
   
    background:#F0EFEF;
   
}
.footer_bottom_wrapper{
     display:grid;
     gap:20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.footer_bottom p{
    color:#3232326B;
    font-size:14px;
    line-height:1.2;

}
.footer_bottom p  b{
    color:#323232;
    font-size:1.2rem;
        margin-right:15px;
}
.footer_bottom a{
    display:block;
    width:fit-content;
    font-size: 20px;
    color:#323232;
}
@media screen and (min-width:768px) {
    .footer_bottom a{
    float:right;
}
.footer_bottom_wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media screen and (min-width: 992px) {
  .footer_desktop_hour {
    display: block;
  }
  .footer_contact {
    display: none;
  }
  .footer-call_us {
    display: none;
  }

  .footer_header_wrapper {
    grid-template-columns: 1.8fr 0.8fr 1fr 1.4fr 1fr;
  }

  .follow_us li a {
    flex-direction: row;
  }
  .footer_company h3 {
    display: none !important;
  }
  .footer_accardion .footer_accardion_content {
    max-height: max-content;
    opacity: 1;
    overflow: hidden;
  }
  .footer_accardion_content {
    max-height: fit-content;
    opacity: 1;
    visibility: visible;
  }
  footer h3 {
    margin-bottom: 20px;
  }
  .footer_accardion {
    padding: 0 !important;
    border: none;
  }
  .footer_accardion i {
    display: none;
  }
  .footer_accardion_content {
    padding: 0 !important;
  }
}

@media screen and (min-width:1200px){
      .footer_header_wrapper {
      gap:40px;}
}
/*quote*/
.quote_section{
    border-radius:17px;
  background:var(--morningMist);   
}
.quote_wrapper{
    
    display: flex;
    padding:30px 20px;
    flex-direction: column-reverse;
    gap: 30px;
    justify-content: space-around;
    align-items: center;
    background:var(--morningMist);
    border-radius:17px;
}
.quote-grid{
    flex:1 1 0%;
    text-align:center;
 
}

blockquote {
     quotes: "“" "”";
     position:relative;
}
blockquote::before {
    content: open-quote;
    position: absolute;
    top:30px;
    left:30px;
    opacity: .2;
    color: #0000B2;
    font-size: 80px;
}

blockquote::after {
  content: close-quote;
    position: absolute;
    opacity: .2;
    color: #0000B2;
    right: 0;
    font-size: 80px;
    transform: translatey(-15px);
}
.quote-grid h4{
font-size: 28px;
font-weight: 600;
line-height: 1.2;
letter-spacing: 0.05em;
margin-bottom:20px;
}
.quote-grid p{
font-size: 18px;
font-weight: 500;
line-height: 1.2;
letter-spacing: 0.05em;
}
.quote_wrapper figure img{
    width:100%;
    height:100%;
    max-width: 300px;
    max-height: 300px;
    border-radius:50%;
}

@media screen and (min-width:576px){
    .quote_section{
  background:transparent;
   border-radius:0;
}
}
@media screen and (min-width:768px){
    .quote_wrapper{
        padding:40px;
    }
   .quote-grid h4{
font-size: 35px;
}

    .quote-grid p{
font-size: 25px;
        
    }
}
@media screen and (min-width:992px){
    .quote_wrapper{
        flex-direction:unset;
    }
    .quote-grid{
        text-align:start;
        max-width: 500px;
    }
    
    blockquote::before {
    font-size: 130px;
        top: -80px;
}

blockquote::after {
    font-size: 130px;
    right:50px;
}
}
/*quote*/
/* ADVERTISING PAGE */
 

/* Dropdowns wrapper */
.filter-dropdowns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; /* Space between dropdowns */
}

/* Styling the dropdowns */
.filter-dropdowns select {
  padding: 10px 15px;
  position:relative;
  height: 57px;
  margin: 0 auto;
      -webkit-appearance: none;
  min-width: 100%;
  outline:none;
  border: 1px solid #ccc;
  border-radius: 17px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
}


.advertising-places-grid {
  display: grid;
  column-gap: 20px;
  row-gap:40px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.advertising_download_button{
    gap:20px;
    flex-wrap:wrap;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:40px;
}
#advertising_download_button-0{
    display:none;
}

.advertising_button,.muraciet-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:0 20px;
    min-width: 259px;
    height: 77px;
    border-radius: 17px;
    background:#000C47;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    transition:.3s ease-in-out;
}
.muraciet-btn{
    background:green;
}
.muraciet-btn:hover{opacity:.7;}
.advertising_button:hover{
    background:#000c47a1;
}
.advertising_places_card {
  height:475px;
  background: rgba(217, 217, 217, 0.14);
  border-radius: 27px;
  transition:.3s ease-in-out;
  padding: 10px;
}
.advertising_places_card[data-city="Ağdaş"] figure img{
    object-fit:cover;
    object-position:revert-layer;
}
.advertising_places_card:hover{
     background: #d9d9d982;
}
.advertising_places_card figure {
  border-radius: 17px;
  position: relative;
  overflow: hidden;
  height: 250px;
}
.advertising_places_card figure span {
  border-radius: 16.72px;
  min-width: 44px;
  width:max-content;
  font-size: 7.55px;
  padding:10px;
  font-weight: 600;
  line-height: 13.67px;
  letter-spacing: 0.02em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  height: 18.87px;
  z-index: 2;
  left: 20px;
  background: var(--midnightBlue);
}
.advertising_places_card figure .add_favorites ,
.advertising_places_card figure .del_favorites {
  position: absolute;
  top: 10px;
  left: 10px;
  display:block;
  width:max-content;
  height:max-content;
  z-index: 2;
  border: none;
  cursor: pointer;
  background: transparent;
}
.advertising_places_card figure .add_favorites   img ,
.advertising_places_card figure .del_favorites img{
  width: 30px;
  height: 30px;
  object-fit:unset;
}

.advertising_places_card figure img {
     width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit:cover;
    object-position:bottom;
    margin:0 auto;
}
.advertising_places_card article {
  justify-content:space-between;
  padding: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.advertising_places_card article span {
  font-family: Montserrat;
  min-height:40px;
  font-size: 14px;
  font-weight: 500;
  line-height:1.3;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3e3e3e;
}
.advertising_places_card article span b {
  color: #181818;
  font-weight: bold;
}
.advertising_places_card article .read_more {
  display: flex;
  justify-content: flex-end;
}
.advertising_places_card article .read_more a {
  display: block;
  width: fit-content;
  height: fit-content;
}
@media screen and (min-width: 576px) {
  .reset-button {
    min-width: 48%;
    margin: unset;
  }
  .show-button {
    min-width: 48%;
    margin: unset;
  }
  .filter-dropdowns select {
    min-width: 48%;
    max-width:48%;
  }
}
@media screen and (min-width: 576px) {
  .advertising-places-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
 
@media screen and (min-width: 992px) {
  .advertising-places-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .advertising_places_card figure img {
     width: 100%;
    height: 100%;
    }
}
@media screen and (min-width: 1400px) {
  .advertising-places-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* ADVERTISING PAGE */


/*contact*/

.contact-section .heading {
  font-size: 44px;
  font-weight: 600;
  line-height: 55.46px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 20px;
  color: var(--eclipse);
}
.contact-area {
  background: #f5f3f3;
  border-radius: 20px;
  padding:40px 0;
}
.contact-area h4 {
  font-family: Montserrat;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  line-height: 54.86px;
  letter-spacing: 0.02em;
  color: #383838;
}
.contact-area p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 19.5px;
  letter-spacing: 0.02em;
  color: #383838b2;
  margin-bottom: 20px;
}
.contact-grid {
  display: grid;
  gap: 20px;
    row-gap:60px;
  align-items: center;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.contact_left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.contacts-box-1 {
    background: var(--midnightBlue);
  grid-area: 2 / 3 / 5 / 4;
  height: 49px;
  width: 49px;
  border-radius: 10.67px;
}
.contacts_boxs {
  flex-shrink: 0;
}
.contacts_boxs img {
  border-radius: 9px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.contacts-box-2 {
  grid-area: 1 / 1 / 13 / 3;
}
.contacts-box-2 img {
  max-height: 796px;
}
.contacts-box-3 {
  height: 240px;
  grid-area: 5 / 4 / 12 / 3;
}
.contacts-box-3 img {
  max-height: 323px;
}
.contacts-box-4 {
    background: var(--crimsonPink);
  grid-area: 10 / 4 / 12 / 4;
  border-radius: 6.87px;

  height: 27px;
  width: 27px;
}
.contacts-box-5 {
  grid-area: 1 / 4 / 10 / 8;
}
.contact-grid .form {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.contact-grid .form fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contact-grid .form fieldset label {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: start;
  color: var(--eclipse);
  font-size: 26px;
  font-weight: 400;
  line-height: 35.23px;
  text-align: left;
}
.contact-grid .form fieldset label input {
  min-height: 97px;
  background-color: white;
  padding: 0 20px;
  color: var(--eclipse);
  border-radius: 17px;
  border: none;
  outline: none;
}
.custum-file-upload {
  min-height: 150px;
  width: 100%;
  display: flex;
  flex-direction: column; 
  position:relative;
  gap: 10px;
  
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px dashed #e8e8e8;
  background-color:white;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0px 48px 35px -48px #e8e8e8;
}
.delete_pdf{
    position:absolute ;
    top:10px;
    right:20px ;
    color:red;
    font-size:20px;
}
.custum-file-upload .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .icon svg {
  height: 30px;
  fill: var(--crimsonPink);
}

.custum-file-upload .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .text span {
  font-weight: 400;
  font-size:16px;
  text-align:center;
  color: var(--crimsonPink);
}
.file_name{
    font-size:16px;
    text-align:center;
    color: var(--crimsonPink);
}

.custum-file-upload input {
  display: none;
}
.contact-grid .form fieldset label textarea {
  height: 254px;
  max-height:254px;
  resize: vertical;
  background-color: white;
  padding: 20px;
  color: var(--eclipse);
  border-radius: 17px;
  border: none;
  outline: none;
}

.contact-grid .form fieldset label button.submit {
  max-width: 250px;
  margin: 0 auto;
  padding:10px ;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  gap: 10px;
  color: white;
  border: 1px solid transparent;
    background-color: var(--crimsonPink);
  transition: 0.3s ease-in-out; 
  font-size: 20px;
  font-weight: 600;
  line-height:1.2;
  text-align: left;
}
.contact-grid .form fieldset label button.submit:hover {
      border-color:var(--crimsonPink);
    background-color: transparent;
    color:var(--crimsonPink);
}
.contact-grid .form fieldset label button.submit svg{
    width:30px;
    height:30px;
}
 
@media screen and (min-width: 576px) {
  .contacts-box-1 {
    grid-area: 2 / 3 / 5 / 4;
    height: 60px;
    width: 60px;
  }
  .contact_left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contacts-box-2 {
    grid-area: 1 / 1 / 13 / 3;
  }

  .contacts-box-3 {
    height: 240px;
    grid-area:5 / 3 / 12 / 4;
  }

  .contacts-box-4 {
    grid-area: 10 / 5 / 12 / 4;
    height: 40px;
    width: 40px;
  }
  .contacts-box-5 {
    grid-area: 2 / 4 / 10 / 8;
  }
}
@media screen and (min-width: 992px) {
  .contacts-box-1 {
    grid-area: 1 / 1 / 3 / 2;
    height: 118px;
    width: 118px;
  }
  .contacts_boxs img {
  border-radius: 27px;
}
  .contact-area{
      box-shadow:53px 53px 0 0;;
  }
  .contacts-box-2 {
    grid-area: 3 / 1 / 9 / 5;
  }
  .contacts-box-3 {
    grid-area: 9 / 1 / 13 / 4;
    height: 100%;
  }
  .contacts-box-4 {
    grid-area: 9 / 4 / 11 / 4;
    height: 76px;
    width: 76px;
  }
  .contacts-box-5 {
    display: none;
  }
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-grid .form{
      max-width:80%;
  }
}


/*full story*/

.blog_full {
  padding: 0 20px;
  border-left: 1px solid var(--black);
  max-width: 800px;
  margin: 30px auto 0;
}
.blog_fullstory .blog_card figure img{
    max-height:346px !important;
}
.blog_fullstory .blog_card article .content{
      -webkit-line-clamp:100000;
      font-size:16px;
       line-height: 1.4;
}
.blog_fullstory .blog_card h3{
    -webkit-line-clamp:100;
    font-size:24px !important;
}
.blog_full h2 {
  font-size: 24px;
  color: var(--ebony);
  font-weight: 500;
  margin-bottom:20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.blog_full .content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #121212b2;
}

@media (min-width: 992px) {
  .blog_full {
    margin: 60px auto 0;
  }
  .blog_full h2 {
    font-size: 32px;
  }
  .blog_full .content {
        text-align: justify;
        font-size: 16px;
    }
}

/*full story*/


.advertising_places_full_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 50px;
}
.advertising_places_full_left {
  width: 100%;
}
.advertising_places_full_left img {
  width: 100%;
  height: 100%;
}
.advertising_places_full_right {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex: 1 1 0%;
}
.advertising_places_full_right .question {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.85px;
  color: #626262;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.advertisingFullSwiper {
  max-height: 400px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 27px;
}
.advertisingFullSwiper .swiper-wrapper,
.advertisingTumbs .swiper-wrapper {
  padding: 0;
}
.advertisingFullSwiper img {
  border-radius: 27px;
  height: 100%;
  margin:0;
      object-fit: cover;
      /*min-height:361px;*/
}
.advertisingTumbs {
  height: auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

.advertisingTumbs img {
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
  height: auto;
  object-fit: cover;
  margin:0;
  height: 60px;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
.advertisingTumbs .swiper-slide-thumb-active img {
  opacity: 1;
}
.advertisingTumbs img:hover {
  opacity: 1;
}
.advertising_places_full_right .call_wp {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.59px;
  color: #ffffff;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 100%;
  border-radius: 17px;
  justify-content: center;
  background: #079c04;
  height: 54px;
  border: 0.64px solid #04a300;
}
.advertising_places_full_box {
  width: 100%;
  border: 0.7px solid #636363;
  border-radius: 22.69px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding:10px;
  min-height: 300px;
}
.advertising_places_full_box .add_favorites {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 29.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  gap: 10px;
  justify-content: flex-end;
  color: #838383;
}

.advertising_places_full_box table tbody th{
    width:50% !important;
    text-align:start;
    background:transparent !important;
    color:#070707;
}
.advertising_places_full_box table tbody :is(th,td){
    padding:10px 0 !important;
    line-height:1.2;
       font-size:14px !important;
       border: none !important;
}

.advertising_places_full_box table tbody span {
    font-size: 18px !important;
    color: unset !important;
}

.advertising_places_full_box table tbody td{
    color:#3E3E3EBD;
}
.related_section  .swiper-wrapper{
    padding:0;
}
.related_section  h3{
    color:#2A2929;
    margin-bottom:20px;
}
@media screen and (min-width: 576px) {
  .advertising_places_full_right .call_wp {
    width: 246px;
    font-size: 17.71px;
  }
  .advertising_places_full_box table tbody :is(th,td){
      font-size:18px !important;
}
 
}
@media screen and (min-width:768px) {
     .advertising_places_full_box {
  padding:20px;
}
}
@media screen and (min-width: 992px) {
  .advertising_places_full_left {
    width: 400px;
  }
  .advertising_places_full_box {
  padding:20px;
}
  .advertising_places_full_wrapper{
    align-items: stretch;
  }
  .advertising_places_full_box {
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
      .advertising_places_full_left {
    width: 500px;
  }
}
/* advertising inside */
.advertising-kinds-inside_section .section-title{
    flex-direction:column;
        align-items: flex-start;
        margin-bottom:40px;
}
.advertising-kinds-inside_section  .section-title p{
        font-size:22px;
        line-height:1.3;
}
.advertising_inside_grid {
  display: grid;
  row-gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.advertising_inside_card_grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.advertising_inside_card_grid figure {
   display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}

.advertising_image {
  overflow: hidden;
  border-radius: 22.29px;
}
.advertising_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advertising_one {
  height: 350px;
  grid-area: 1 / 3 / 8 / 13;
}
.advertising_two {
  grid-area: 7 / 1 / 13 / 8;
  height: 230.81px;
  border: 5px solid #fafafa;
}

.advertising_three {
  grid-area: 8 / 8 / 13 / 13;
  height: 175.33px;
  display: flex;
  background-color: var(--bg-color);
  align-items: center;
  justify-content: center;
}
.advertising_three img {
  width: 50% !important;
  height: 50% !important;
  object-fit: contain !important;
}

@media screen and (min-width: 350px) {
  .advertising_one {
    height: 350px;
    grid-area: 1 / 3 / 8 / 12;
  }
  .advertising_two {
    margin-top: -35%;
    grid-area: 8 / 2 / 13 / 8;
  }
  .advertising_three {
    grid-area: 8 / 8 / 13 / 13;
  }
}
@media screen and (min-width: 768px) {
  .advertising_inside_card_grid figure{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
  }
  .advertising_one {
    grid-area: 1 / 3 / 8 / 8;
  }
  .advertising_two {
    grid-area: 6 / 1 / 13 / 5;
    margin-top: 0%;
  }
  .advertising_three {
    grid-area: 8 / 5 / 13 / 9;
  }
}
@media screen and (min-width: 992px) {
  .advertising_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .advertising_inside_card_grid figure{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .advertising_one {
    height: 497.06px;
  }
  .advertising_two {
    height: 410px;
  }
  .advertising_three {
    height: 310px;
  }
}
.advertising_inside_card_grid:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #001DAD36;
}

.advertising_inside_card_grid article h4 {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 20px;
  color: #2a2929;
}
.advertising_inside_card_grid article {
  padding: 80px 20px;
  border: 1px solid transparent;
  border-radius: 27px;
  transition:.3s ease-in-out;
}
.advertising_inside_card_grid article:hover{
      border-color:var(--battleshipGray);
}
.advertising_inside_card_grid article .content {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #302e2e;
  text-align: left;
}
 
@media screen and (min-width: 992px) {
  .advertising_inside_card_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
}
/*@media screen and (min-width: 1400px) {*/
/*  .advertising_inside_card_grid article h4 {*/
/*    font-size: 50px;*/
/*  }*/
/*  .advertising-kinds-inside_section  .section-title p{*/
/*        font-size:30px;*/
/*}*/
/*  .advertising_inside_card_grid article .content {*/
/*    font-family: Montserrat;*/
/*    font-size: 22px;*/
/*    font-weight: 400;*/
/*    line-height: 38.06px;*/
/*    text-align: left;*/
/*  }*/
/*}*/

/* services inside */
.services-inside_section .section-title{
    flex-direction:column;
        align-items: flex-start;
        margin-bottom:40px;
}
.services-inside_section .section-title p{
      line-height:1.3;
      font-size:20px;
}
.services_inside_grid {
  display: grid;
  row-gap: 10px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.services_inside_card_grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.services_inside_card_grid:not(:last-child){
  margin-bottom: 60px;
    padding-bottom: 60px;
}
.services_inside_card_grid figure {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.services_image {
  border-radius: 22.29px;
  overflow: hidden;
}
.services_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 180px; 
}
.services_one {
  grid-area: 1 / 2 / 8 / 7;
  min-height: 250px; 
}
.services_two {
    border:4px solid #FAFAFA;
height:100%;
max-height:300px;
grid-area:6 / 1 / 13 / 4;
}
.services_three {
  grid-area: 8 / 4 / 12 / 7;max-height:220px;
}
.services_three img {
  width: 100%;
  height: 100%;
  object-position:top;
}

.services_inside_card_grid article h4 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 20px;
  color: #2a2929;
}
.services_inside_card_grid article {
      max-height: 685px;
  padding: 60px 20px;
border:1px solid transparent;
  border-radius: 27px;
}
.services_inside_card_grid article:hover{
      border-color:var(--battleshipGray);
}
.services_inside_card_grid article .content {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #302e2e;
  text-align: left;
}
.services_inside_card_grid article .content ul{
    display:flex;
    flex-direction:column;
    row-gap:10px;
}
.services_inside_card_grid article .content ul li:before {
  content: "";
  background: url(/assets/img/list.svg) no-repeat center;
  display: inline-block;
  width: 20px;
  margin-right:10px;
  height: 20px;
}


@media screen and (min-width: 768px) {
    .services_one {
height: 400px;
   grid-area: 1 / 6 / 8 / 2;
}
.services_two {
min-height:350px;
grid-area: 6 / 1 / 12 / 4;
}
.services_three {
   height: 275px;
         grid-area: 8 / 4 / 12 / 7;
}
.services_inside_card_grid:not(:last-child){
    border-bottom: 1px solid #001DAD36;
}
}
@media screen and (min-width: 992px) {
  .services_inside_card_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-inside_section .section-title p{
      font-size:30px;
  }
  .services_inside_card_grid article {
      max-height: 685px;
      overflow-y:auto;
}
}
  
  
/*}*/


/*ui dialog*/
.ui-dialog{
    box-shadow:0 0 10px gray;
    background:white !important;
    padding:20px;
    z-index:10;
    border-radius:10px;
    max-height:300px !important;
}
.ui-dialog-titlebar {
    display:flex;
    margin-bottom:20px;
    align-items:center;
    justify-content:space-between;
}
.dle-alert{
      margin-bottom:20px;
      overflow:inherit !important;
      line-height: 1.4;
}
.ui-dialog-titlebar button,.ui-dialog-buttonset button{
    color:white;
    background:#ff3259;
    border:none;
    cursor:pointer;
    outline:none;
    padding:10px;
    border-radius:10px;
}


/*empty favorites*/
.buttons-grid{display:flex;align-items:center;justify-content:center;gap:20px;}
.empty-favorites_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty_favorites {
  display: flex;
    grid-column: span 4;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  text-align: center;
}
.empty_favorites figure svg {
  width: 200px;
  height: 200px;
  margin: 0 auto;

}
.empty_favorites h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: var(--midnightBlue);
}
.empty_favorites p {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #0000008a;
}
.empty_favorites a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 5px;
  border-radius:17px;
  background: var(--midnightBlue);
  color: white;
  transition: 0.3s ease-in-out;
  font-size:14px;
}
.empty_favorites a:hover {
  background: var(--crimsonPink);
}
select:disabled {
    background-color: #f0f0f0;
    color: #a0a0a0;
    pointer-events: none;
    cursor: not-allowed;
}

#map{
    height:207px;
}
@media screen and (min-width:576px){
   #map{
    height:450px;
} 
}
@media screen and (min-width: 992px) {
  #map {
    height: 844px;
  }
}

@media screen and (min-width: 1600px) {
  .container-fluid {
      padding: 0 60px;
  }
}

/*register*/
.page_form__logo .text{font-size:14px;line-height:23px;}
.page_form__logo b,.page_form__logo h1{margin-bottom:20px;}
.bbcodes{display:inline-block;padding:10px 40px !important;border-radius:10px !important;background:var(--midnightBlue) !important ;color:white !important ;margin-top:20px !important;cursor:pointer;transition:.4s !important;}
.bbcodes:nth-of-type(2){background:var(--crimsonPink) !important;}
.bbcodes:hover{opacity:.7;}
.success-message{background:green;color:white;padding:8px 20px;border-radius:10px;color:white !important;}
.bad-request,.public-error-notice{background:crimson;color:white;padding:8px 20px;border-radius:10px;color:white !important;}

@media (max-width: 1500px) {
    .header_navlink ul li a,
    .header_right .language button {
        font-size: 12px;
    }
}
.sign-form-fields .show-hide,.show-hide2{position:absolute;right:10px;cursor:pointer;z-index:5;}
.show-hide2{top:11px;}