@font-face {
    font-family: 'SF Pro Text';
    src: url("/SF-Pro-Text-Regular.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'SFProText-Bold';
    font-weight: bold;
    src: url("/SF-Pro-Text-Bold.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'SFProText-Light';
    font-weight: bold;
    src: url("SF-Pro-Text-Light.otf") format("opentype");
    font-display: swap;
}

 #starfield {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    z-index:1;
  }


body {
    margin: 0;
    font-family: 'SF Pro Text', Verdana, sans-serif;
    height: 100%;
    font-size: 16px;
    line-height: 27px;
    background: #131415;
    width: 100%;
    overflow-x: hidden;
    color: #FFF;
}
  #backButton {
      position: fixed; /* Sayfanın sağ üst köşesinde sabit kalır */
      top: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background: #007BFF;
      border: none;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      transition: transform 0.3s ease;
  }
  
  #backButton:hover {
      transform: scale(1.05);
  }
  
  /* SVG İkonu için renk ve boyut ayarı */
  #backButton svg {
      fill: #fff;
      width: 24px;
      height: 24px;
  }
html {
    position: relative;
    height: 100%; /* not min-height */
}

:focus {
    outline: none !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

a,
a:link,
a:active,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.navbar {
    padding: 0;
}

.container {
    padding: 50px 40px 0;
}

a:hover {
    color: #FFFFFF;
}

textarea:focus, input:focus {
    outline: none;
}
/* Metin Kutusu */
textarea {
    width: 100%;
    border: 2px solid #ffcc00; /* Altın sarısı kenarlık */
    border-radius: 8px;
    background-color: #333; /* Koyu gri arka plan */
    color: #fff; /* Beyaz yazı */
   
    font-size: 1rem;
    resize: none;
}
ul, li {
    list-style-type: none;
}

button:focus {
    outline: none;
}

.logo:before {
    content: url("/images/tarot_alemi_fav1.png");
}

.header--content {
    padding-bottom: 50px;
}

.menu--item {
    padding: 10px 25px;
    line-height: 22px;
    position: relative;
}

.menu--item:last-child {
    padding-right: 0;
}

.menu--item-focus {
    position: absolute;
    height: 2px;
    width: 26px;
    background: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.menu--item:hover .menu--item-focus, .active .menu--item-focus {
    display: block;
}

.menu--item:hover + .menu--item-focus {
    display: none;
}

.menu--item-btn {
    border: none;
    background: transparent;
    color: #4a4a4a;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
}



.menu--dropdown {
    padding: 0 10px 17px;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #131415;
}

.menu--dropdown-item {
    display: block;
    padding-top: 20px;
    padding-left: 10px;
    position: relative;
}

.menu--dropdown-item:hover {
    background: transparent;
}

.section--banner {
    position: relative;
}

.banner--title {
    width: 100%;
    font-size: 72px;
    font-weight: bold;
    font-family: SFProText-Bold, Verdana, sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #ffffff;
    padding-bottom: 100px;
    padding-top: 125px;
}

.icon--tr--appstore {
    content: url("/images/yildiznameal.png");
    font-family: SFProText-Bold, Verdana, sans-serif;
}



.icon--tr--playstore {
    border-radius: 12px;
    content: url("/images/tarot-fali.png");
}



.icon--tr--huawei {
    border-radius: 12px;
    content: url("/images/ruya-tabiri.png");
}



.icon--like1 {
    content: url("/images/yildizname1.jpg");
}

.icon--people {
    content: url("/images/yildiznamesinastri.jpg");
}

.icon--star {
    content: url("/images/yildizname1.jpg");
}

.icon--logo-footer {
    content: url("/images/yazi.png");
}

.icon--logo {
    content: url("/images/tarot_alemi_fav1.png");
}









.banner--image {
    width: 100%;
    height: 100%;
}

.banner--image {
    width: 100%;
    max-width: 1200px; /* İçeriğin çok büyük olmaması için */
    height: auto;
    margin: auto;
    text-align: center; /* Resmi ortalar */
    position: relative;
}

.banner--image img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    position: relative;
}


.section--counter {
    background: #1e1f21;
    padding: 50px 0 100px;
}

.counter--title, .referans--title {
    font-size: 62px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-bottom: 80px;
    padding-left: 120px;
    padding-right: 120px;
    font-family: SFProText-Bold;
}

.referans--title {
    padding-bottom: 66px;
}

.counter--item {
    background: #131415;
    width: 100%;
    padding: 40px 50px;
    min-height: 350px;
    position: relative;
    border-radius: 8px;
}

.counter--icon {
    margin: auto;
    height: 80px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.icon--item {
    display: block;
    margin: auto;
}

.counter--item-title {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 36px 0 15px;
    margin: auto;
}

.counter--item-description {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
}

.section--referans {
    padding-top: 50px;
}

.referans-items {
    margin-bottom: 30px;
    height: 400px;
    overflow: hidden;
}

.referans--item {
    width: 360px;
    border-radius: 8px;
    background-color: #1e1f21;
    height: 360px;
    padding: 20px;
    position: relative;
    margin-right: 40px;
}



.referans--item-comment {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffff;
    padding: 12px 0;
}

.referans--item-location {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6c6c6c;
    position: absolute;
    bottom: 50px;
}

.footer--item {
    float: left;
}

.copyright {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    padding-left: 15px;
}

.footer--info {
    height: 50px;
    border-top: solid 1px #1e1f21;
    line-height: 50px;
}

.footer--social {
    text-align: right;
}

.icon-social {
    margin-left: 20px;
}

.footer--menu {
    text-align: right;
}

.footer--address, a.footer--menu-item {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.footer--address {
    line-height: 12px;
    padding-top: 20px;
}

a.footer--menu-item {
    padding-left: 40px;
}

.section--image, .section--search {
    background: #1e1f21;
    width: 100%;
    margin: auto;
    padding: 51px 40px;
}

.section--image {
    padding: 0 40px;
}

.section--image img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.blog--title {
    font-family: SFProText-Bold, Verdana, sans-serif;
    font-size: 42px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-bottom: 26px;
}

.blog--content {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    color: #ffffff;
    padding-right: 15px;
    font-family: SFProText-Light, Verdana, sans-serif;
}

.blog--content h3 {
    font-size: 20px;
    font-family: SFProText-Bold, Verdana, sans-serif;
}

.blog--info {
    border-left: 1px solid #979797;
    padding-left: 42px;
}

.blog--info-item {
    padding-bottom: 43px;
}

.blog--item-title {
    font-family: SFProText-Bold, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.blog--item-descr {
    font-family: SFProText-Light, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.section--news {
    padding-bottom: 80px;
}

.news--item {
    height: 180px;
    padding: 40px;
    border-radius: 4px;
    background-color: #1e1f21;
    margin: 15px 0;
    display: grid;
}

.news--item-img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
    display: block;
    align-self: center;
}

.section--contact {
    padding-top: 80px;
    min-height: calc(100vh - 255px);
}

.contact--item {
    padding-bottom: 70px;
}

.contact--title {
    font-family: SFProText-Bold, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding-bottom: 10px;
}

.contact--descr, .contact--descr a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.contact--descr a {
    color: #f8bf3b;
}

.contact--map {
    width: 100%;
    height: 400px;
}

.contact--map iframe {
    width: 100%;
    height: 100%;
}

.navbar-dark .navbar-toggler {
    box-shadow: none;
    border: none;
}

.navbar-togler-icon {
    height: 2px;
    background: #FFF;
    width: 26px;
    margin-bottom: 6px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.menu--item-mobile {
    display: none;
}

[aria-expanded="true"] .navbar-togler-icon:nth-child(2) {
    display: none;
}

[aria-expanded="true"] .navbar-togler-icon:nth-child(1) {
    -webkit-transform: rotateY(0deg) rotate(45deg);
    -moz-transform: rotateY(0deg) rotate(45deg);
    -ms-transform: rotateY(0deg) rotate(45deg);
    -o-transform: rotateY(0deg) rotate(45deg);
    transform: rotateY(0deg) rotate(45deg);
    position: relative;
    top: 3px;
}

[aria-expanded="true"] .navbar-togler-icon:nth-child(3) {
    position: relative;
    top: -5px;
    -webkit-transform: rotateY(0deg) rotate(-45deg);
    -moz-transform: rotateY(0deg) rotate(-45deg);
    -ms-transform: rotateY(0deg) rotate(-45deg);
    -o-transform: rotateY(0deg) rotate(-45deg);
    transform: rotateY(0deg) rotate(-45deg);
}

.dropdown-menu {
    position: absolute;
    left: inherit;
    right: 0;
    min-width: 120px;
    max-width: 120px;
    padding: 0;
    padding-bottom: 17px;
}



.search--title {
    font-family: SFProText-Bold, Verdana, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 25px;
}

.search--form-group {
    width: 100%;
    position: relative;
}

.search--input {
    width: 100%;
    border-radius: 8px;
    border: solid 1px #47494d;
    background-color: #1e1f21;
    padding: 20px;
    font-size: 16px;
    color: #FFF;
}



.nav-tabs {
    border: none;
}

.tabs--items {
    text-align: center;
    display: table;
    margin: auto;
}

.tabs--title {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 0.7;
}

a.tabs--title {
    font-size: 20px;
}

.tabs--items .active {
    font-family: SFProText-Bold, Verdana, sans-serif;
    opacity: 1;
}

.tabs--items li {
    display: table-cell;
    padding: 10px 40px;
}

.tabs--border {
    width: 26px;
    height: 1px;
    border: solid 1px #ffffff;
    margin: auto;
    display: none;
}

.tabs--items .active .tabs--border {
    display: block;
}

.collapse--title {
    display: block;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    margin: 0;
    padding: 20px 0 0 40px;
    font-family: SFProText-Medium, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
}

.collapse--item {
    border-bottom: solid 1px #292a2c;
    padding-bottom: 20px;
}

.collapse--content {
    padding-top: 23px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #ffffff;
    padding-left: 40px;
    -webkit-transition: all 1ms;
    -moz-transition: all 1ms;
    -ms-transition: all 1ms;
    -o-transition: all 1ms;
    transition: all 1ms;
}


.tab--content {
    position: relative;
}





.section--faq {
    width: 100%;
    margin-top: 50px;
    border-radius: 4px;
    background-color: #1e1f21;
    padding-top: 30px;
    padding-bottom: 24px;
    margin-bottom: 50px;
}

.faq--title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    font-family: SFProText-Bold, Verdana, sans-serif;
    text-align: center;
}

a.faq--email {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f8bf3b;
    padding-top: 17px;
}

.section--download {
    display: none;
}

.banner--icons {
    padding-bottom: 165px;
}

.banner--icon a {
    margin-right: 20px;
}

.banner--icon a i, .news--item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.banner--icon a i:hover, .news--item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.promotion--content {
    background: #131415;
    padding: 40px;
}

.promotion--header {
    border: none;
    padding: 0 0 20px;
}

.promotion--title {
    font-size: 26px;
    color: #ffffff;
    font-family: SFProText-Bold, Verdana, sans-serif;
}

.promotion--body {
    padding: 0;
}

.promotion--descr {
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 40px;
    line-height: normal;
}

.promotion--label {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.promotion--input {
    width: 100%;
    background: #131415;
    border-radius: 8px;
    border: solid 1px #333536;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    height: 50px;
}

.promotion--form-group {
    padding-bottom: 20px;
}

.promotion--button {
    width: 100%;
    border-radius: 8px;
    background-color: #f8bf3b;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    border: none;
    height: 50px;
    cursor: pointer;
}

button.promotion--close {
    width: 26px;
    height: 26px;
    background: #cccccc;
    border-radius: 20px;
    font-size: 26px;
    text-shadow: none;
    margin-top: 5px;
    line-height: 26px;
}

.modal-header .promotion--close {
    padding: 0;
    opacity: 1;
    margin: 5px 0 0;
}

.promotion--content {
    border: none;
}

.promotion--close:not(:disabled):not(.disabled):focus, .promotion--close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.promotion--modal {
    background-color: rgba(41, 41, 41, 0.80);
}

.section--policy {
    padding-top: 110px;
    padding-left: 40px;
    padding-right: 82px;
}

.policy--title {
    font-family: SFProText-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding-bottom: 23px;
}

.policy--content {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #ffffff;
}

.icon--stars {
    position: relative;
    color: #131415;
    margin: auto;
    height: 30px;
    overflow: hidden;
    width: 160px;;
}

.icon--star-items {
    width: 160px;
}

.star--full, .star--empty {
    position: absolute;
    text-shadow: 0 0 0 #f8bf3b;
    height: 40px;
    display: block;
    padding-top: 4px;
    object-fit: contain;
    overflow: hidden;
}

.star--full {
    color: #f8bf3b;
    z-index: 1;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.star--full span {
    content: url("/images/stars.png");
    float: left;
    margin-left: 3px;
}

.star--empty span {
    content: url("/images/stars-empty.png");
    float: left;
    margin-left: 3px;
}

.download--info-rate .star--empty, .download--info-rate .star--full {
    height: 14px;
}

.download--info-rate .star--empty span, .download--info-rate .star--full span {
    width: 10px;
    height: 10px;
    margin-left: 0;
}

.download--info-rate .icon--stars, .download--info-rate .icon--star-items {
    width: 50px;
    height: 14px;
}

.download--info-rate .icon--stars {
    float: left;
}

.section--search-info {
    padding: 30px 0;
    background: #1e1f21;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}

.search--info-title {
    font-family: SFProText-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.section--search-info a {
    padding-top: 14px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f8bf3b;
}

.promotion--response-message {
    font-family: SFProText-Bold;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-bottom: 93px;
    padding-left: 20px;
    padding-right: 20px;
}

.promotion--response-img {
    width: 100%;
    padding-top: 80px;
}

.promotion--icon {
    margin: auto;
    display: block;
}

.js-response-success, .js-response-error {
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .section--search-info {
        margin-bottom: 40px;
        margin-top: 10px;
    }

    .search--info-title {
        font-size: 16px;
        padding: 0 20px;
    }

    .section--search-info a {
        font-size: 12px;
    }

    .policy--title {
        font-size: 22px;
        padding-bottom: 30px;
    }

    .policy--content {
        font-size: 14px;
    }

    .section--policy {
        padding: 40px 12px;

    }

    .section--search-result {
        padding-bottom: 40px;
    }

    .referans--item-comment {
        font-size: 16px;
    }

    .promotion--close {
        position: fixed;
        top: 30px;
        right: 20px;
    }

    .promotion--content {
        position: fixed;
        left: 0;
        padding: 15px;
        top: 40px;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }


    .promotion--modal, .modal-dialog {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .promotion--modal {
        background-color: #131415;
    }

    .banner--icons {
        padding-bottom: 0px;
    }

    .banner--icon a {
        margin-right: 0;
    }

    .section--download {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.5);
        background-color: #2c2c2c;
        padding: 10px 0;
    }

    .download--info-title {
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        padding-bottom: 5px;
    }

    .download--img {
        width: 40px;
        height: 40px;
        float: left;
    }

    .download--info {
        width: calc(100% - 50px);
        float: left;
        padding-left: 10px;
    }

    .download--info-rate .icon--star {
        width: 60px;
        display: initial;
    }

    .download--info-rate {
        font-size: 10px;
        color: #9b9b9b;
        line-height: initial;
    }

    .download--rate-point {
        padding-left: 3px;
        position: relative;
        top: 3px
    }

    a.download--button {
        width: 100%;
        display: block;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        padding: 10px 11px 11px;
        border-radius: 4px;
        background-color: #f8bf3b;
        text-align: center;

    }

    .navbar-collapse {
        position: fixed;
        top: 75px;
        height: 100%;
        z-index: 9;
        background: #131415;
        width: 100%;
        left: 0;
        border-top: 1px solid #1e1f21;
        transition: none;
    }


    .hide--xs {
        display: none;
    }

    .menu--item-mobile {
        display: block;
        position: absolute;
        right: 72px;
        top: 27px
    }

    .menu--item {
        width: max-content;
        font-size: 18px;
        padding: 15px 25px
    }

    .menu--item-focus {
        bottom: 10px;
    }

    .container {
        padding: 0 15px;
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container {
        padding: 15px;
    }

    .banner--title {
        font-size: 22px;
        line-height: 1.45;
        text-align: center;
        padding: 20px 0 0;
    }

    .banner--icon i {
        display: block;
        margin: 10px auto auto;
    }

    .banner--image img {
        width: 70%;
        height: auto;
        margin-top: 22px;
        position: relative;
    }

    .counter--title, .referans--title {
        font-size: 22px;
        padding-bottom: 22px;
    }
    .counter--title{
        padding-left: 20px;
        padding-right: 20px;
    }

    .section--counter, .section--referans {
        padding: 50px 0;
    }

    .counter--item {
        margin-bottom: 20px;
        padding: 30px 0;
        min-height: 280px;
    }

    .counter--item-title {
        font-size: 28px;
    }

    .counter--item-description {
        bottom: 20px;
    }

    .referans--item {
        width: 280px;
        height: 320px;
    }

    .referans-items {
        height: 360px;
        margin-bottom: 0;
    }

    .footer--item {
        float: none;
        margin: auto;
        text-align: center;
    }

    .copyright {
        width: 100%;
        font-size: 12px;
    }

    .footer--social {
        text-align: center;
    }

    a.footer--menu-item {
        display: block;
        text-align: center;
        padding: 10px;
    }

    .footer--address {
        line-height: normal;
        text-align: center;
        padding: 15px 10px;
    }

    .footer--info .col-md-6:last-child {
        float: left;
    }

    .section--image img {
        max-width: 70%;
    }

    .blog--title {
        font-size: 24px;
        padding-top: 28px;
    }

    .blog--content {
        font-size: 18px;
    }

    .blog--info {
        border-left: none;
        border-top: solid 1px #343434;
        padding-left: 0;
        padding-top: 27px;
        padding-bottom: 0px;
        margin-top: 40px;
    }

    .blog--item-title, .blog--item-descr {
        font-size: 18px;
    }

    .news--item {
        height: 110px;
        padding: 10px;
        width: 100%;
        max-width: initial;
        margin: 0;
        margin-bottom: 15px;
    }

    .news--item-img {
        max-width: calc(100% - 20px);
        max-height: 65px;
        margin: auto;
    }

    .section--news {
        padding-top: 12px;
        padding-bottom: 45px
    }

    .section--news .col-6:nth-child(2n-1) {
        padding-right: 0;
        margin-bottom: 0;
    }

    .section--contact {
        height: auto;
        padding-bottom: 35px;
        padding-top: 38px;
    }

    .contact--item {
        padding-bottom: 50px;
    }

    .contact--item:last-child {
        padding-bottom: 26px;
    }

    .footer--info {
        margin-top: 20px;
    }

    .footer--menu {
        padding-bottom: 70px;
    }

    .tabs--items li {
        padding: 44px 30px 10px 0;
    }

    .tabs--items li:last-child {
        padding-right: 0;
    }

    .tabs--items {
        display: block;
    }

    a.tabs--title {
        font-size: 16px;
    }

    .search--title {
        font-size: 24px;
    }

    .section--search {
        padding: 40px 20px;
    }

    .collapse--title {
        font-size: 16px;
    }

    .collapse--content {
        font-size: 14px;
        padding-top: 10px;
    }

    .faq--title {
        font-size: 16px;
    }

    .faq--title {
        font-size: 16px;
    }

    a.faq--email {
        font-size: 14px;
    }

    .section--faq {
        padding: 16px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 767.98px) {

    .container {
        padding: 0 15px;
        max-width: 1012px !important;
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container {
        padding: 15px;
    }

    .banner--title {
        font-size: 52px;
    }

    .banner--icon i {
        width: 25%;
    }

    .banner--icons {
        padding-bottom: 100px;
    }

    .counter--title, .referans--title {
        font-size: 52px;
        padding: 50px 20px;
    }

    .section--referans {
        padding-top: 0;
    }

    a.footer--menu-item {
        padding-left: 5px;
    }

    .section--blog, .section--search-result {
        padding: 50px 0;
    }

    .section--counter {
        padding-top: 0;
    }

    .counter--item-title {
        padding: 36px 0 15px;
    }

    .counter--item {
        padding: 40px 18px;
    }
}

@media only screen and (max-width: 960px) and (min-width: 767.98px) {
    .container {
        max-width: 960px !important;
    }

    .copyright {
        font-size: 10px;
    }

    .menu--item {
        padding: 10px;
    }

    .container {
        padding: 0 15px;
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container {
        padding: 15px;
    }

    .banner--title {
        font-size: 32px;
    }

    .banner--icon i {
        width: 25%;
    }

    .banner--icons {
        padding-bottom: 100px;
    }

    .counter--title, .referans--title {
        font-size: 38px;
        padding: 50px 20px;
    }

    .section--referans {
        padding-top: 0;
    }

    a.footer--menu-item {
        font-size: 10px;
    }

    .section--blog, .section--search-result {
        padding: 50px 0;
    }

    .counter--item {
        padding: 20px;
    }

    .counter--item-title {
        font-size: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .counter--item {
        padding: 40px 18px;
    }

    .blog--info {
        padding-left: 20px;
    }

    .news--item {
        height: 150px;
    }

    .counter--item-title1 {
        padding: 36px 0 15px;
                    background: black;

    }
}
  .container1 {
            max-width: 600px;
            margin: auto;
            background: black;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
        h1 {
            color: #fff;
            text-align: center;
        }
        ul {
            list-style-type: none;
            padding: 0;
        }
        ul li {
            padding: 10px;
            border-left: 4px solid #000;
            margin-bottom: 10px;
            background: #000;
            border-radius: 5px;
        }
        .highlight {
            font-weight: bold;
            color: #d2691e;
        }
        .call {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            margin-top: 20px;
            padding: 10px;
            background: #000;
            border-radius: 5px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        }
        .cta-button {
            display: block;
            text-align: center;
            background: #008000;
            color: white;
            padding: 12px;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 8px;
            margin-top: 20px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        }
        .cta-button:hover {
            background: #006400;
        }