
/* Fontawesome ikonları için font yüklemesi */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css');

.announcement-bar {
  background-color: #22c1c3;
  border-top: 1px solid #22c1c3;
  border-bottom: 1px solid #22c1c3;
  padding: 10px 0;
  /* İnce boşluklar */
  animation: slideDown 0.5s ease-in-out;
  /* Animasyon ekledik */
}

.announcement-bar .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.announcement-bar p {
  margin: 0;
  font-size: 18px;
  /* Yazı fontu boyutu azaltıldı */
  color: #fff;
}

.announcement-bar .promo-code {
  font-weight: bold;
  /* Kalınlık azaltıldı */
  color: #333;
}

/* Kayan animasyon */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.line {
  width: 100%;
  height: 2px; /* Çizgi kalınlığı */
  background-color: #ccc; /* Çizgi rengi */
}
.vr {
  border-left: 2px solid #ccc;
  height: 900px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

/* Genel stiller */
.campaign {
  padding: 40px 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.campaign-item {
  margin-bottom: 30px;
  text-align: center; /* Yazıları ortalamak için */
  position: relative; /* Göreceli konumlandırma */
  padding: 0 15px; /* Aralara boşluk ekle */
}

.image-wrapper {
  position: relative;
}

.plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px; /* Çizgi kalınlığı */
  height: calc(100% - 40px); /* Resmin yüksekliği - padding */
  background-color: #ccc; /* Yatay çizgi rengi */
}

.vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px; /* Çizgi kalınlığı */
  height: 100%;
  background-color: #ccc; /* Dikey çizgi rengi */
}

/* Resimler */
.campaign-item img {
  max-width: 100%;
  height: auto;
  display: block;
}




.blog-section {
  border-bottom: 2px solid #ccc;
  margin-bottom: 40px; /* İstediğiniz boşluk miktarını ayarlayabilirsiniz */
      box-sizing: border-box;

}

.blog-section .container {
  display: flex;
  flex-direction: column;
}

.blog-section .blog-item {
  width: 100%;
  margin-bottom: 40px;
}

.blog-section .blog-item .row {
  display: flex;
  flex-direction: row;
}

.blog-section .blog-item .col-md-6 {
  flex: 1;
}

.blog-section .blog-item .blog-img img {
  width: 100%;
  height: auto;
}

.blog-section .blog-item .blog-text {
  padding: 20px;
  background-color: #f9f9f9;
}

.blog-section .blog-item .blog-text h3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .blog-section .container {
    flex-direction: row;
    align-items: flex-start;
  }

  .blog-section .blog-item {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }

  .blog-section .blog-item:first-child {
    margin-right: 40px;
  }
}


.main-btn{background:#667093;color:#fff;height:48px;width:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:600;border-radius:8px;border:1px solid transparent;-webkit-transition:0.2s all;transition:0.2s all;}
.main-btn:hover{border:1px solid #667093;color:#667093;background:none;}
.main-btn.dark-btn.outline{background:none;border:1px solid #667093 ;color:#667093 ;}
.main-btn.dark-btn.outline:hover{background:#667093;color:#fff;}
.pack-tab-buttons{margin:30px auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:17px 43px;border-radius:10px;background:#eef4ff;}
.pack-tab-buttons button{-webkit-box-flex:1;-ms-flex:1;flex:1;height:54px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#223a5b;font-size:16px;width:234px;font-weight:600;border:none;background:none;-webkit-transition:0.2s all;transition:0.2s all;}
.pack-tab-buttons button.active,.pack-tab-buttons button:hover{background:#fff;}
.pack-tab-buttons button svg{margin-right:10px;}
.packs-wrapper{padding:50px 0;background:#fff;}
.packs-wrapper .title{color:#2e2e2e;font-size:36px;font-weight:700;margin-bottom:0;}
.packs-wrapper .line{max-width:335px;height:2px;width:100%;background:#46bfaa;margin:15px 0;}
.packs-wrapper p{color:#808080;font-size:15px;text-align:center;}
.packs-tab{width:100%;margin-top:70px;}
.packs-tab .pack-item{width:100%;padding:24px;border-radius:8px;border:2px solid #667093;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;position:relative;}
.packs-tab .pack-item .popular-title{width:100%;border-radius:8px 8px 0 0;background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%); ;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:20px;height:30px;position:absolute;top:-30px;left:0;}
.packs-tab .pack-item.popular{background:#f3f7fe;border:2px solid #667093;border-radius:0 0 2px 2px;}
.packs-tab .pack-item .pack-title{color:#2e2e2e;font-weight:700;font-size:20px;}
.packs-tab .pack-item .desc{color:#808080;font-weight:400;font-size:15px;line-height:32px;}
.packs-tab .pack-item .old-price{color:#2e2e2e;font-weight:400;font-size:16px;line-height:20px;margin-top:10px;}
.packs-tab .pack-item .old-price span{font-weight:700;font-size:18px;text-decoration:line-through;}
.packs-tab .pack-item .current-price{font-weight:700;font-size:20px;line-height:32px;text-align:center;color:#2e2e2e;margin-top:20px;margin-bottom:20px;}
.packs-tab .pack-item .current-price span{font-weight:700;font-size:36px;}
.packs-tab .pack-item .main-btn{width:100%;}
.packs-tab .pack-item ul{width:100%;margin-top:10px;}
.packs-tab .pack-item ul li{color:#808080;font-weight:700;font-size:14px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #cccccc;padding:12px 0;}
.packs-tab .pack-item ul li:last-child{border-bottom:0;}
.packs-tab .pack-item ul li img{margin-right:10px;}
.badge-menu,
.badge-menu-alt {
  color: #fff;
  position: absolute;
}

.badge-menu {
  left: 10px;
  top: 4px;
  line-height: 14px;
  background-color: #151b2c;
  padding: 1px 4px!important;
  display: inline-block;
  border-radius: 4px;
  font-size: 11px!important;
  pointer-events: none;
  animation: 2s linear infinite blinker;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.badge-menu-alt {
  background-color: #151b2c;
  padding: 4px;
  text-align: center;
  font-weight: 500;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 13px;
  bottom: -5px; /* Yeni konum ayarı */
  left: 50%; /* Yeni konum ayarı */
  transform: translateX(-50%); /* Yeni konum ayarı */
  width: 95%; /* Yeni genişlik ayarı */
  white-space: nowrap; /* Metnin satır sonuna kadar uzanmasını sağlar */
}

.bogazici-menu,
.bogazici-menu-1 {
  color: #fff;
  position: absolute;
}

.bogazici-menu {
  left: 10px;
  top: 4px;
  line-height: 14px;
  background-color: #e31224;
  padding: 1px 4px!important;
  display: inline-block;
  border-radius: 4px;
  font-size: 11px!important;
  pointer-events: none;
  animation: 2s linear infinite blinker;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.bogazici-menu-1 {
  background-color: #151b2c;
  padding: 4px;
  text-align: center;
  font-weight: 500;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 13px;
  bottom: 45%; /* Yeni konum ayarı */
  left: 50%; /* Yeni konum ayarı */
  transform: translateX(-50%); /* Yeni konum ayarı */
  width: 95%; /* Yeni genişlik ayarı */
  white-space: nowrap; /* Metnin satır sonuna kadar uzanmasını sağlar */
  position: absolute; /* Mutlak konumlandırma */
  z-index: 1; /* Üstte olması için */
}


/* İkon boyutunu büyüt */
.icon-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.mega-menu {
  z-index: 1;
}


.mega-menu {
  position: fixed;
  top: 122px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: .2s all;
  transition: .2s all;
  pointer-events: none;
  border-top: 1px solid #151b2c;
}


.mega-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 15px;
  text-align: left;
}

.col-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.col-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

.col-wrap .col {
  padding: 10px;
}

.col-wrap .col:not(:last-child) {
  border-right: 1px solid #f7f7f7;
}

.link-content h5 {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  padding-bottom: 5px;
}

.icon-wrap {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 25px;
  color: #151b2c;
}



.mega-menu a.menu-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 22px;
  -webkit-box-orient: vertical;
  -webkit-transition: .2s all;
  transition: .2s all;
  background-color: #f7f7f7;
  margin-top: 15px;
  padding: 25px;
  border: 1px solid transparent;
}


.mega-menu a.menu-link:hover {
  background-color: #f7f7f7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mega-menu a.menu-link:hover span {
  width: 118px;
  background: #151b2c;
}

.mega-menu a.menu-link:nth-child(4n) {
  margin-right: 0;
}

.mega-menu a.menu-link span {
  width: 75px;
  height: 93px;
  background: #151b2c;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.mega-menu a.menu-link b {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  display: block;
  margin-bottom: 18px;
}

.mega-menu a.menu-link p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #43505C;

}

.mega-menu .menu-announce {
  width: 100%;
  background: #FFB446;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}

.mega-menu .menu-announce p {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-menu .menu-announce p img {
  margin-right: 10px;
}

.mega-menu .menu-announce a {
  margin-left: 15px;
  width: 145px;
  height: 42px;
  background: #F1AC45;
  border-radius: 5px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mega-menu .menu-announce a:hover {
  font-size: 14px;
  background: #151b2c;
}

.mega-menu-bg {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100vh - 290px);
  background: rgba(67, 80, 92, 0.3);
  z-index: 990;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.mega-menu-bg.show {
  opacity: 1;
  pointer-events: all;
}
 header .container nav ul li:hover .mega-menu {
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
   opacity: 1;
   pointer-events: all;
 }

/* Icon Stili */
.s-title .icon {
  width: 80px; /* Icon width */
  height: 80px; /* Icon height */
  background: #151b2c ;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px; /* New font size */
  margin-bottom: 10px;
}

/* Hover effect removed */
.s-title .icon:hover {
  transform: scale(1);
}

/* Özellik Paketleri */
.pack-features {
  padding: 30px 0 5px;
}

.pack-features .pack-feature-item {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(51, 51, 51, 0) 100%);
  border-radius: 13px;
  padding: 50px 35px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.9);
  transition: box-shadow 0.3s ease-in-out;
}

.pack-features .pack-feature-item:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Blog Page */
.page-blog .blog-item .blog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-blog .blog-item .blog-img img {
  width: 100%; /* Image size */
}

/* Font Changes */
.s-title h3,
.s-title p,
.pack-features .pack-feature-item .name h3,
.pack-features .pack-feature-item p,
.page-blog .blog-item .blog-text h3,
.page-blog .blog-item .blog-text p {
  font-family: 'Poppins', sans-serif; /* New font */
  color: #333; /* Text color */
  line-height: 1.6; /* Line height */
}

/* Başlık Stili */
.s-title h3 {
  font-size: 28px; /* Başlık font büyüklüğü */
  margin-bottom: 10px; /* Başlık alt boşluk */
  text-transform: uppercase; /* Büyük harfe dönüştürme */
}

/* Paragraf Stili */
.s-title p,
.pack-features .pack-feature-item p,
.page-blog .blog-item .blog-text p {
  font-size: 16px; /* Paragraf font büyüklüğü */
  margin-bottom: 20px; /* Paragraf alt boşluk */
}



.support {
  width: 100%;
  height: 180px;
  background: url(../bogazici/bogazici.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.support .overlay {
  background: #ff8600;
  width: 100%;
  height: 180px;
}

.support .overlay .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support .overlay .container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}

.support .overlay .container p svg {
  margin-right: 30px;
}

.support .overlay .container a {
  width: 285px;
  height: 70px;
  background:#151b2c;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.support .overlay .container a:hover {
  background: #151b2c;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #151b2c;
}

.highlight {
    color: #ff8600; /* veya istediğiniz renk */
}

        /* Ana konteynır */
        .domain-wrapper .container .domain-form-box {
          position: relative;
          z-index: 2;
          margin-top: -40px;
          width: 100%;
          padding: 25px;
          background: #fff;
          border-radius: 16px;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
    
        /* Arama kutusu */
        .domain-wrapper .container .domain-form-box .search-box {
          width: 100%;
          height: 60px;
          border: none;
          border-radius: 30px;
          display: flex;
          align-items: center;
          background-color: #f5f5f5;
          padding: 0 20px;
        }
    
        .domain-wrapper .container .domain-form-box .search-box input {
          flex: 1;
          border: none;
          background: transparent;
          color: #333;
          font-weight: 400;
          font-size: 14px;
          outline: none;
        }
    
        .domain-wrapper .container .domain-form-box .search-box button {
          width: 100px;
          height: 42px;
          background: #22c1c3;
          color: #fff;
          border: none;
          border-radius: 30px;
          margin-left: 10px;
          transition: all 0.3s ease;
          cursor: pointer;
        }
    
        .domain-wrapper .container .domain-form-box .search-box button:hover {
          background: #0096a6;
        }
    
        /* Alan listesi */
        .domain-wrapper .container .domain-form-box .domain-list {
          display: flex;
          width: 100%;
          border-top: 1px solid #e5f2fa;
          margin-top: 20px;
          padding-top: 20px;
        }
    
        .domain-wrapper .container .domain-form-box .domain-list .list-item {
          display: flex;
          align-items: center;
          border-right: 1px solid #ecf9ff;
          padding: 10px 20px;
          margin: 0 10px;
        }
    
        .domain-wrapper .container .domain-form-box .domain-list .list-item .icon {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 10px;
        }
    
        .domain-wrapper .container .domain-form-box .domain-list .list-item .icon img {
          max-width: 30px;
        }
    
        .domain-wrapper .container .domain-form-box .domain-list .list-item .text {
          flex-grow: 1;
        }
    
        .domain-wrapper .container .domain-form-box .domain-list .list-item .text strong {
          color: #22c1c3;
          font-weight: 500;
          font-size: 14px;
        }
    
        .domain-wrapper .container .domain-form-box .domain-list .list-item .text p span {
          color: #7d94a7;
          font-weight: 400;
          font-size: 13px;
          text-decoration: line-through;
        }
    
        .domain-wrapper .container .domain-form-box .domain-list .list-item .text p b {
          color: #22c1c3;
          font-weight: 600;
          font-size: 14px;
        }
  

@media (max-width: 992px) {
.colory-links .container a {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

            }


            .colory-links {
              margin-top: -45px;
              position: relative;
              z-index: 99;
            }
              .colory-links .container {
                background: #fff;
                display: flex;
                flex-wrap: wrap;
                border-radius: 5px 5px 0 0;
                overflow: hidden;
              }
              .colory-links .container a {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 45px;
                border-bottom: 4px solid #22c1c3;
                color: #22c1c3;
                font-size: 14px;
                font-weight: 600;
              }

              .colory-links .container a:hover {
                background: #22c1c3;
                color: #fff;
              }

              .colory-links .container a:nth-child(2) {
                border-bottom: 4px solid #22c1c3;
                color: #22c1c3;
              }

              .colory-links .container a:nth-child(2):hover {
                background: #22c1c3;
                color: #fff;
              }

              .colory-links .container a:nth-child(3) {
                border-bottom: 4px solid #22c1c3;
                color: #22c1c3;
              }

              .colory-links .container a:nth-child(3):hover {
                background: #22c1c3;
                color: #fff;
              }

              .colory-links .container a:last-child {
                border-bottom: 4px solid #22c1c3;
                color: #22c1c3;
              }


              .colory-links .container a:last-child:hover {
                background: #22c1c3;
                color: #fff;
              }


/* .bogazici-title genel stil */
.bogazici-title {
    text-align: center; /* Başlığı ve alt metni ortalar */
    padding: 20px 0; /* Üst ve alttan boşluk ekler */
    margin-bottom: 30px; /* Altındaki diğer içeriklerden ayrım sağlar */
    background-color: #fff; /* Arkaplan rengi beyaz */
    border-bottom: 2px solid #333; /* Alt kısmına ince bir çizgi ekler */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Hafif bir gölge ekler */
}

/* .bogazici-title içindeki h3 başlığı için stil */
.bogazici-title h3 {
    font-size: 28px; /* Font boyutunu büyüt */
    color: #333; /* Karanlık gri renk */
    font-weight: 600; /* Font kalınlığı */
    margin-bottom: 8px; /* Altındaki paragrafa boşluk ekler */
}

/* .bogazici-title içindeki açıklama paragrafı için stil */
.bogazici-title p {
    font-size: 16px; /* Font boyutunu belirler */
    color: #666; /* Açık gri renk */
    max-width: 600px; /* Maksimum genişlik sınırlaması */
    margin: 0 auto; /* Otomatik marj ile ortalanır */
    line-height: 1.5; /* Satır yüksekliği */
}


/* Bölüm başlıklarını merkezleme ve stil verme */
.section-title h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.section-title p {
    color: #555;
    font-size: 16px;
    width: 80%;
    margin: auto;
}

/* Her avantaj kutusuna stil */
.adv-item {
    background: white;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
}

.adv-item:hover {
    transform: translateY(-5px);
}

/* Başlık kısmı için stil */
.adv-item .head {
    background-color: #333;  /* Mavi bir arkaplan rengi */
    color: white;
    padding: 10px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.adv-item .head strong {
    font-size: 16px;
    margin-left: 5px;
}

.adv-item p {
    padding: 15px;
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

/* SVG ikonlar için renk */
.adv-item .head span svg {
    fill: white;
    width: 24px;
    height: 24px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Kutuları düzgün bir şekilde dizmek için stil */
.col-md-4 {
    width: 33.333%;
    padding: 15px;
}

/* Medya Sorguları */
@media (max-width: 992px) {
    .col-md-4 {
        width: 50%; /* Orta boyutlu ekranlarda sütun genişliği */
    }
}

@media (max-width: 768px) {
    .col-md-4 {
        width: 100%; /* Küçük ekranlarda tüm genişliği kaplaması */
    }

    .section-title p {
        width: 90%; /* Mobil ekranlarda genişlik ayarı */
    }

    .adv-item .head {
        padding: 8px 10px; /* Mobil ekranlarda başlık padding'i */
    }
}

@media (max-width: 480px) {
    .adv-item p {
        padding: 10px; /* Daha küçük mobil cihazlar için padding ayarı */
    }
}




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

a {
  text-decoration: none !important;
}


ul {
  padding: 0;
}

html {
  font-size: 14px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

.top-line {
  width: 100%;
  height: 1px;
  background-color: #151b2c;
  background-image: -webkit-gradient(linear, left top, right top, from(#151b2c), color-stop(74%, #151b2c));
  background-image: linear-gradient(to right, #151b2c 0%, #151b2c 74%);
}

.top-bar {
  width: 100%;
  border-bottom: 1px solid #eee;
  height: 40px;
}

.top-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.top-bar .container a {
  color: #333;
  font-weight: 500;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.top-bar .container a:hover {
  color: #151b2c;
}

.top-bar .container .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .top-left a {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .top-left a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  margin-left: 10px;
}

.top-bar .container .top-left a:last-child::after {
  display: none;
}

.top-bar .container .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .top-right a {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .top-right a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  margin-right: 10px;
}

.top-bar .container .top-right a:first-child::before {
  display: none;
}

header {
  height: 74px;
  border-bottom: 1px solid #eee;
  background: #fff;
  transition: .3s all;
  position: sticky;
  top: 0;
  z-index: 999;
  /* Header'ın diğer içeriklerin üstünde olmasını sağlar */
}

/* Sticky durumda gölge efekti */
header.sticky {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

header .container .hamburger-btn {
  display: none;
}

header .container nav > ul {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .container nav > ul > li > a {
  padding: 0 16px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

header .container nav > ul > li:hover > a {
  background: rgba(29, 102, 255, 0.1);
  color: #151b2c;
  border-bottom: 2px solid #151b2c;
}


header .container .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container .header-buttons a {
  color: #22c1c3;
  font-size: 15px;
  font-weight: 500;
}

header .container .header-buttons a.main-btn {
  padding: 0 20px;
  height: 45px;
  border-radius: 45px;
  background: #22c1c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-left: 20px;
}

.main-btn {
  padding: 0 20px;
  height: 45px;
  border-radius: 45px;
  background: #22c1c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  border: none;
  font-weight: 500;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main-btn.border-btn {
  border: 1px solid #22c1c3;
  color: #22c1c3;
  background: transparent;
}

.main-btn.border-btn:hover {
  background: #22c1c3;
  color: #fff;
}

.main-btn.white-btn {
  border: 1px solid #22c1c3;
  color: #22c1c3;
  background: #fff;
}

.main-btn.white-btn:hover {
  background: #22c1c3;
  color: #fff;
}

.main-btn:hover {
  background: #fff;
  color: #22c1c3;
  border: 1px solid #22c1c3;
}

.welcome-hero-wrapper {
  width: 100%;
  height: 600px;
  background: linear-gradient(to right, rgba(34, 193, 195, 0.15), rgba(253, 187, 45, 0.01), #fff, rgba(34, 193, 195, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.welcome-hero-wrapper .container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.welcome-hero-wrapper .container .hero-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.welcome-hero-wrapper .container .hero-item .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 75%;
  color: #22c1c3;
}

.welcome-hero-wrapper .container .hero-item .hero-content .highlight {
  color: #22c1c3;
}

.welcome-hero-wrapper .container .hero-item .hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.welcome-hero-wrapper .container .hero-item .hero-content p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  max-width: 90%;
  margin-bottom: 20px;
}

.welcome-hero-wrapper .container .hero-item .hero-content .hero-buttons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.welcome-hero-wrapper .container .hero-item .hero-content .hero-buttons a {
  text-decoration: none;
  padding: 12px 25px;
  margin-right: 15px;
  border-radius: 30px;
  transition: background-color 0.3s, transform 0.3s;
}

.welcome-hero-wrapper .container .hero-item .hero-content .hero-buttons .main-btn {
  background-color: #22c1c3;
  color: #fff;
}

.welcome-hero-wrapper .container .hero-item .hero-content .hero-buttons .main-btn:hover {
  background-color: #1a9fa1;
  transform: scale(1.05);
}

.welcome-hero-wrapper .container .hero-item .hero-content .hero-buttons .border-btn {
  background-color: #fff;
  border: 2px solid #22c1c3;
  color: #22c1c3;
}

.welcome-hero-wrapper .container .hero-item .hero-content .hero-buttons .border-btn:hover {
  background-color: #22c1c3;
  color: #fff;
  transform: scale(1.05);
}

.welcome-hero-wrapper .container .hero-item .hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 100%;
  animation: move 3s ease-in-out infinite alternate;
}

.welcome-hero-wrapper .container .hero-item .hero-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* Fotoğrafın sağa yaslanması sağlandı */
}

.welcome-hero-wrapper .container .hero-item .hero-image img {
  max-width: 100%;
  /* Fotoğrafın maksimum genişliği %100 olarak ayarlandı */
  height: auto;
  /* Boyutları orantılı olarak ayarlanır */
  width: auto;
  /* Fotoğrafın orijinal genişliği korunur */
  max-height: 100%;
  /* Fotoğrafın maksimum yüksekliği %100 olarak ayarlandı */
  object-fit: contain;
  /* Fotoğrafın içeriğe sığacak şekilde boyutlandırılması sağlandı */
}

@keyframes move {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
.home-domain-wrap {
  margin-top: -35px;
  position: relative;
  z-index: 9;
}

.home-domain-wrap .container .domain-search-box {
  width: 100%;
  padding: 24px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
}

.home-domain-wrap .container .domain-search-box .box-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.home-domain-wrap .container .domain-search-box .box-heading .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-domain-wrap .container .domain-search-box .box-heading .title span {
  font-size: 40px;
  margin-right: 10px;
  color: #22c1c3;
}

.home-domain-wrap .container .domain-search-box .box-heading .title strong {
  display: block;
  color: #22c1c3;
  font-size: 16px;
}

.home-domain-wrap .container .domain-search-box .box-heading .title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #22c1c3;
}

.home-domain-wrap .container .domain-search-box .box-heading .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-domain-wrap .container .domain-search-box .box-heading .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  height: 40px;
  border-radius: 36px;
  background: rgba(29, 102, 255, 0.1);
  font-size: 14px;
  margin-left: 10px;
}

.home-domain-wrap .container .domain-search-box .search-wrap {
  width: 100%;
  max-width: 900px;
  height: 70px;
  border: 1px solid #eee;
  margin: 0 auto;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 0 10px;
}

.home-domain-wrap .container .domain-search-box .search-wrap input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 70px;
  padding: 0 15px;
  font-size: 17px;
  border: none;
  height: 70px;
  background: #fff;
  color: #333;
}

.home-domain-wrap .container .domain-search-box .search-wrap input::-webkit-input-placeholder {
  color: #22c1c3;
  letter-spacing: 0.5px;
}

.home-domain-wrap .container .domain-search-box .search-wrap input:-ms-input-placeholder {
  color: #22c1c3;
  letter-spacing: 0.5px;
}

.home-domain-wrap .container .domain-search-box .search-wrap input::-ms-input-placeholder {
  color: #22c1c3;
  letter-spacing: 0.5px;
}

.home-domain-wrap .container .domain-search-box .search-wrap input::placeholder {
  color: #22c1c3;
  letter-spacing: 0.5px;
}

.home-domain-wrap .container .domain-search-box .search-wrap button {
  height: 50px;
  border-radius: 50px;
  padding: 0 40px;
  border: 0;
  background: #22c1c3;
  color: #fff;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.home-domain-wrap .container .domain-search-box .domain-carousel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.home-domain-wrap .container .domain-search-box .domain-carousel .c-item {
  width: 200px;
  background: rgba(29, 102, 255, 0.05);
  border-radius: 10px;
  padding: 10px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-domain-wrap .container .domain-search-box .domain-carousel .c-item span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  background: #22c1c3;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}

.home-domain-wrap .container .domain-search-box .domain-carousel .c-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-domain-wrap .container .domain-search-box .domain-carousel .c-item .price .discount {
  background: rgba(65, 200, 38, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #22c1c3;
  font-size: 12px;
  font-weight: 600;
}

.home-domain-wrap .container .domain-search-box .domain-carousel .c-item .price b {
  font-size: 18px;
  color: #333;
}

.discount {
  background: rgba(65, 200, 38, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #22c1c3;
  font-size: 12px;
  font-weight: 600;
}

.discount.red {
  background: rgba(249, 35, 35, 0.1);
  color: #22c1c3;
}

.discount.orange {
  background: rgba(255, 153, 16, 0.1);
  color: #22c1c3;
}

.discount.purple {
  background: rgba(107, 30, 248, 0.1);
  color: #22c1c3;
}

.discount.blue {
  background: rgba(29, 102, 255, 0.1);
  color: #22c1c3;
}

.section-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.section-title.dark .title {
  color: #22c1c3 !important;
}

.section-title.dark p {
  color: #22c1c3 !important;
}

.section-title span {
  background: rgba(29, 102, 255, 0.1);
  height: 34px;
  padding: 0 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-title .title {
  font-size: 30px;
  font-weight: 600;
  color: #333;
}

.section-title p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  display: block;
  max-width: 860px;
}

.home-packs-wrapper {
  padding: 60px 0;
}

.pack-item {
  width: 100%;
  border-radius: 10px;
  padding: 16px;
  background: -webkit-gradient(linear, left bottom, right top, from(rgba(120, 125, 167, 0.04)), color-stop(rgba(120, 125, 167, 0.01)), color-stop(#fff), to(rgba(120, 125, 167, 0.04)));
  background: linear-gradient(to right top, rgba(120, 125, 167, 0.04), rgba(120, 125, 167, 0.01), #fff, rgba(120, 125, 167, 0.04));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: 1px solid rgba(120, 125, 167, 0.05);
  position: relative;
  margin-bottom: 15px;
}

.pack-item.popular {
  border: 2px solid #3888ff;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
          box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
}

.pack-item.popular::before {
  content: attr(data-title);
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 30px;
  border-radius: 5px 5px 0 0;
  background: #3888ff;
  color: #fff;
  font-size: 13px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.pack-item:hover {
  background: rgba(120, 125, 167, 0.04);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pack-item .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 10px 0;
}

.pack-item p {
  color: #333;
  font-size: 15px;
}

.pack-item .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
}

.pack-item .pricing .old-price {
  font-size: 15px;
  color: #333;
}

.pack-item .pricing .old-price strong {
  text-decoration: line-through;
}

.pack-item .pricing .current-price {
  color: #333;
}

.pack-item .pricing .current-price b {
  font-size: 30px;
  font-weight: 700;
}

.pack-item .pricing .current-price span {
  color: #333;
}

.pack-item ul {
  width: 100%;
  margin-top: 20px;
}

.pack-item ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40px;
  padding: 0 10px;
  color: #1e266d;
  border-radius: 5px;
  margin-bottom: 5px;
}

.pack-item ul li span {
  color: #333;
  font-size: 20px;
  margin-right: 15px;
  background: #fff;
  width: 40px;
  height: 36px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pack-item .main-btn {
  width: 100%;
}

footer {
  width: 100%;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 4px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), color-stop(74%, #333));
  background-image: linear-gradient(to right, #333 0%, #333 74%);
}

footer .container .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

footer .container .footer-top .logo a img {
  max-width: 160px;
}

footer .container .footer-top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .container .footer-top .socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(120, 125, 167, 0.1);
  color: #333;
  font-size: 18px;
  margin: 0 8px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

footer .container .footer-top .socials a:hover {
  background: #333;
  color: #fff;
}

footer .container .footer-top .call-us a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

footer .container .footer-top .call-us a span {
  color: #333;
  font-size: 20px;
}

footer .container .footer-mid {
  padding: 20px 0;
}

footer .container .footer-mid .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .container .footer-mid .footer-links strong {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

footer .container .footer-mid .footer-links a {
  color: #333;
  padding: 4px 0;
  display: block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

footer .container .footer-mid .footer-links a:hover {
  padding-left: 5px;
  color: #333;
}

footer .footer-bottom {
  width: 100%;
  padding: 20px 0;
  background: rgba(120, 125, 167, 0.1);
}

footer .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-bottom .container p {
  margin-bottom: 0;
  font-size: 15px;
  color: #333;
}

footer .footer-bottom .container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-bottom .container .links a {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

footer .footer-bottom .container .links a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  margin-right: 10px;
}

footer .footer-bottom .container .links a:first-child::before {
  display: none;
}

.call-us-wrap {
  padding: 40px 0;
}

.call-us-wrap .container .call-us-box {
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  background-image: url(../images/callusbg.jpeg);
  background-size: cover;
  background-position: center center;
}

.call-us-wrap .container .call-us-box .overlay {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background: rgba(30, 38, 109, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.call-us-wrap .container .call-us-box .overlay .inner {
  padding: 30px;
  height: 100%;
}

.call-us-wrap .container .call-us-box .overlay .inner .title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.call-us-wrap .container .call-us-box .overlay .inner p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  max-width: 80%;
}

.call-us-wrap .container .call-us-box .overlay .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-us-wrap .container .call-us-box .overlay .inner ul li {
  color: #fff;
  padding-right: 15px;
}

/* General style */
.page-blog-item .pb-content {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-item .pb-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.page-blog-item .pb-content .title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.page-blog-item .pb-content .title:hover {
  color: #22c1c3;
}

.page-blog-item .pb-content p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Button style */
.page-blog-item .pb-content a {
  color: #fff;
  background-color: #22c1c3;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-blog-item .pb-content a:hover {
  background-color: #0096a6;
}

/* Image style */
.page-blog-item .pb-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 20px auto;
  width: 100%;
  max-width: 400px;
}

.page-blog-item .pb-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(34, 193, 195, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.page-blog-item .pb-image:hover::before {
  opacity: 0.7;
}

.page-blog-item .pb-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.page-blog-item .pb-image:hover img {
  transform: scale(1.05);
}

/* Media Query for smaller screens */
@media only screen and (max-width: 600px) {
  .page-blog-item .pb-content {
    padding: 20px;
  }

  .page-blog-item .pb-content .title {
    font-size: 20px;
  }

  .page-blog-item .pb-content p {
    font-size: 14px;
  }

  .page-blog-item .pb-image {
    margin: 15px auto;
  }
}
.features-wrapper {
  padding: 80px 0;
  background-color: #f9fafb;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  /* Öğeler arasında boşluk */
}

.feature-item {
  width: 320px;
  /* Biraz daha geniş */
  margin: 20px;
  padding: 40px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.feature-item:hover {
  background: linear-gradient(135deg, #22c1c3, #22c1c3);
  color: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.feature-item:hover .icon {
  background-color: #fff;
  color: #22c1c3;
}

.feature-item .icon {
  width: 70px;
  height: 70px;
  margin: -50px 0 20px 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #22c1c3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.feature-item strong {
  font-size: 22px;
  color: #333;
  /* Yazı rengini #333 yap */
  margin-bottom: 10px;
  /* Altında biraz boşluk */
  transition: color 0.3s ease;
}

.feature-item p {
  color: #333;
  /* Yazı rengini #333 yap */
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  /* Altında daha fazla boşluk */
  transition: color 0.3s ease;
}

.feature-item a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 25px;
  background-color: #22c1c3;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  margin-top: auto;
  /* Butonu en alta itmek için */
}

.feature-item a:hover {
  background-color: #0096a6;
}

/* Daha modern buton stil */
.feature-item a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.feature-item a:hover::before {
  transform: translateX(5px);
}

.user-sign-page {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.user-sign-page .user-sign-content {
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-sign-page .user-sign-content .form-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-sign-page .user-sign-content .form-head .go-back {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  border: 2px solid rgba(120, 125, 167, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #333;
}

.user-sign-page .user-sign-content .form-wrap {
  max-width: 400px;
  margin-top: auto;
  margin-bottom: auto;
}

.user-sign-page .user-sign-content .form-wrap .account-type {
  max-width: 300px;
  border-radius: 5px;
  background: rgba(51, 51, 51, 0.1);
  margin: 0 auto 20px auto;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-sign-page .user-sign-content .form-wrap .account-type button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  border-radius: 5px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  color: #22c1c3;
  font-weight: 500;
  font-size: 14px;
}

.user-sign-page .user-sign-content .form-wrap .account-type button.active {
  background: #22c1c3;
  color: #fff;
}

.user-sign-page .user-sign-content .form-wrap .account-type button:last-child {
  margin-left: 10px;
}

.user-sign-page .user-sign-content .form-wrap h3 {
  font-size: 23px;
  color: #22c1c3;
  font-weight: 600;
  margin-bottom: 0;
}

.user-sign-page .user-sign-content .form-wrap p {
  font-size: 14px;
  color: #22c1c3;
  line-height: 1.6;
  margin-bottom: 20px;
}

.user-sign-page .user-sign-content .form-wrap .main-btn {
  height: 50px;
  width: 100%;
  border-radius: 6px;
  margin-top: 30px;
}

.user-sign-page .user-sign-content .form-wrap .forget-pass {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #22c1c3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

.user-sign-page .user-sign-content .form-wrap .line {
  width: 100%;
  height: 1px;
  background: rgba(120, 125, 167, 0.1);
}

.user-sign-page .user-sign-content .form-wrap p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #22c1c3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

.user-sign-page .user-sign-content .form-wrap p a {
  margin-left: 5px;
}

.user-sign-page .user-sign-image {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(51, 51, 51, 0.6), rgba(51, 51, 51, 0.6)), url(../images/bogazici1.jpg) center/cover no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-sign-page .user-sign-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.user-sign-page .user-sign-image .content {
  text-align: center;
  z-index: 1;
  color: #fff;
}

.user-sign-page .user-sign-image img {
  width: 300px; /* veya istediğiniz bir değer */
  border-radius: 50%; /* Resmi yuvarlak yapar */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /* Gölge efekti ekler */
  transition: transform 0.3s ease; /* Dönüş efekti için geçiş ekler */
}

.user-sign-page .user-sign-image img:hover {
  transform: scale(1.1); /* Üzerine gelindiğinde resmi büyütür */
}




.user-sign-page .user-sign-image .overlay {
  width: 100%;
  height: 100vh;
background: rgba(51, 51, 51, 0.6); 
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}

.user-sign-page .user-sign-image .overlay .sign-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
}

.user-sign-page .user-sign-image .overlay .sign-slider .slick-dots {
  bottom: -30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 30px;
}

.user-sign-page .user-sign-image .overlay .sign-slider .slick-dots li {
  margin: 0;
  padding: 0;
}

.user-sign-page .user-sign-image .overlay .sign-slider .slick-dots li.slick-active {
  margin-right: 10px;
}

.user-sign-page .user-sign-image .overlay .sign-slider .slick-dots li.slick-active button {
  margin: 0;
  background-color: #fff !important;
  border: 0px solid #fff !important;
  width: 25px !important;
  height: 3px !important;
}

.user-sign-page .user-sign-image .overlay .sign-slider .slick-dots li.slick-active button::before {
  color: #fff !important;
}

.user-sign-page .user-sign-image .overlay .sign-slider .slick-dots li button {
  border: 0 !important;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5) !important;
  width: 15px !important;
  height: 3px !important;
}

.user-sign-page .user-sign-image .overlay .sign-slider .slick-dots li button::before {
  width: 0px !important;
  height: 0px !important;
  font-size: 0px !important;
  color: #fff !important;
  content: "" !important;
}

.user-sign-page .user-sign-image .overlay .ss-item {
  padding: 20px;
}

.user-sign-page .user-sign-image .overlay .ss-item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* Ikonu yuvarlak yapar */
  background: #fd7e14;
  /* Arkaplan rengini değiştirin */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: background-color 0.3s ease;
  /* Arka plan renginin değişimini yumuşatır */
}

.user-sign-page .user-sign-image .overlay .ss-item .icon:hover {
  background: #333333;
  /* Üzerine gelindiğinde arka plan rengini değiştirir */
}

.user-sign-page .user-sign-image .overlay .ss-item .icon span {
  font-size: 30px;
  color: #fff;
  /* Ikon rengini beyaz yapar */
  transform: rotate(-45deg);
  transition: color 0.3s ease;
  /* Renk değişimini yumuşatır */
}

.user-sign-page .user-sign-image .overlay .ss-item .icon:hover span {
  color: #fff;
  /* Üzerine gelindiğinde ikon rengini değiştirmez */
}


.user-sign-page .user-sign-image .overlay .ss-item h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase; /* Metni büyük harflere dönüştürür */
  margin-bottom: 10px; /* Başlık ile alt paragraf arasındaki boşluğu artırır */
}

.user-sign-page .user-sign-image .overlay .ss-item p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6; /* Satır aralığını artırır */
}

.user-sign-page .user-sign-image .overlay .ss-item .main-btn {
  display: inline-block; /* Butonu blok öğe olarak gösterir */
  background-color: #151b2c;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease; /* Arka plan renginin değişimini yumuşatır */
}

.user-sign-page .user-sign-image .overlay .ss-item .main-btn:hover {
  background-color: #151b2c; /* Butonun üzerine gelindiğinde arka plan rengini değiştirir */
}

.input-item {
  width: 100%;
  margin-bottom: 10px;
}

.input-item label {
  font-size: 14px;
  font-weight: 500;
  color: #1e266d;
  display: block;
  margin-bottom: 5px;
}

.input-item .input-box {
  position: relative;
}

.input-item .input-box span {
  position: absolute;
  width: 40px;
  height: 50px;
  top: 0;
  cursor: pointer;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #333;
}

.input-item input {
  width: 100%;
  min-width: 100%;
  height: 50px;
  border: 1px solid rgba(120, 125, 167, 0.2);
  border-radius: 6px;
  padding: 0 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: rgba(120, 125, 167, 0.05);
}

.input-item input:focus {
  border-color: #1d66ff;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
          box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
}

.input-item textarea {
  width: 100%;
  min-width: 100%;
  min-height: 160px;
  border: 1px solid rgba(120, 125, 167, 0.2);
  border-radius: 6px;
  padding: 10px;
  resize: vertical;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: rgba(120, 125, 167, 0.05);
}

.input-item textarea:focus {
  border-color: #1d66ff;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
          box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
}

.page-banner {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-banner.auto-height {
  height: auto;
}

.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), color-stop(74%, #333));
  background-image: linear-gradient(to right, #333 0%, #333 74%);
}

.page-banner .overlay {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.55);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.page-banner .overlay .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 60px;
}

.page-banner .overlay .container .title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.page-banner .overlay .container .line {
  width: 70px;
  height: 3px;
  margin: 5px 0;
  border-radius: 3px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), color-stop(74%, #333));
  background-image: linear-gradient(to right, #333 0%, #333 74%);
}

.page-banner .overlay .container p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.6;
  max-width: 60%;
}

.page-content-wrap {
  position: relative;
  z-index: 9;
  margin-top: -50px;
}

.page-content-box {
  width: 100%;
  padding: 24px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03), 0 16px 32px rgba(0, 0, 0, 0.03), 0 32px 64px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03), 0 16px 32px rgba(0, 0, 0, 0.03), 0 32px 64px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.contact-page-image {
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  background: 
    linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)),
    url(../images/callusbg.jpeg);
  background-size: cover;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}


.contact-page-image .icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.contact-page-image .icon span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 42px;
  color: #333;
}

.contact-page-image > h2 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}

.contact-page-image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 280px;
  margin-top: 30px;
}

.contact-page-image ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  width: 100%;
}

.contact-page-image ul li span {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(120, 125, 167, 0.2);
          box-shadow: 0px 0px 10px rgba(120, 125, 167, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.contact-page-image ul li p {
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

.contact-page-form .title {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}

.contact-page-form p {
  color: #333;
  text-align: center;
  font-size: 15px;
}

.domain-register-box {
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: -80px;
  margin-top: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02), 0 8px 16px rgba(0, 0, 0, 0.02), 0 16px 32px rgba(0, 0, 0, 0.02), 0 32px 64px rgba(0, 0, 0, 0.02);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02), 0 8px 16px rgba(0, 0, 0, 0.02), 0 16px 32px rgba(0, 0, 0, 0.02), 0 32px 64px rgba(0, 0, 0, 0.02);
}

.domain-register-box .search-wrap {
  width: 100%;
  max-width: 900px;
  height: 70px;
  border: 1px solid #eee;
  background: rgba(120, 125, 167, 0.05);
  margin: 0 auto;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 0 10px;
}

.domain-register-box .search-wrap input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 70px;
  padding: 0 15px;
  background: none;
  font-size: 17px;
  border: none;
  height: 70px;
  color: #22c1c3;
}

.domain-register-box .search-wrap input::-webkit-input-placeholder {
  color: #22c1c3;
  letter-spacing: 0.5px;
}

.domain-register-box .search-wrap input:-ms-input-placeholder {
  color: #22c1c3;
  letter-spacing: 0.5px;
}

.domain-register-box .search-wrap input::-ms-input-placeholder {
  color: #22c1c3;
  letter-spacing: 0.5px;
}

.domain-register-box .search-wrap input::placeholder {
  color: #22c1c3;
  letter-spacing: 0.5px;
}

.domain-register-box .search-wrap button {
  height: 50px;
  border-radius: 50px;
  padding: 0 40px;
  border: 0;
  background: #22c1c3;
  color: #fff;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.domain-register-box .domain-carousel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.domain-register-box .domain-carousel .c-item {
  width: 200px;
  background: rgba(29, 102, 255, 0.05);
  border-radius: 10px;
  padding: 5px 10px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-register-box .domain-carousel .c-item span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  background: rgba(29, 102, 255, 0.1);
  color: #333;
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}

.domain-register-box .domain-carousel .c-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-register-box .domain-carousel .c-item .price .discount {
  background: rgba(65, 200, 38, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #41c826;
  font-size: 12px;
  font-weight: 600;
}

.domain-register-box .domain-carousel .c-item .price b {
  font-size: 18px;
  color: #333;
}

.faq-wrapper {
  padding: 60px 0;
  background: rgba(120, 125, 167, 0.05);
}

.faq-wrapper .faq-item {
  width: 100%;
  margin-bottom: 12px;
}

.faq-head {
  width: 100%;
  border: 1px solid rgba(120, 125, 167, 0.2);
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.faq-head.opened {
  background: #151b2c;
}

.faq-head.opened h3 {
  color: #fff;
}

.faq-head.opened span {
  background: #fff;
  color: #151b2c;
}

.faq-head.opened span .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-head h3 {
  margin-bottom: 0;
  font-size: 18px;
  color: #151b2c;
}

.faq-head span {
  width: 50px;
  height: 50px;
  background: rgba(29, 102, 255, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #151b2c;
}

.faq-head span .fa-chevron-down {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.faq-wrapper .faq-item .faq-body {
  display: none;
  margin-top: 10px;
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
}

.faq-wrapper .faq-item .faq-body p {
  margin-bottom: 0;
  font-size: 15px;
  color: #787da7;
  line-height: 1.6;
}

.domain-prices-wrapper {
  padding: 60px 0;
}

.domain-prices-wrapper .domain-price-table {
  border: 1px solid rgba(120, 125, 167, 0.1);
  padding: 12px 10px;
  border-radius: 10px;
}

.domain-prices-wrapper .domain-price-table table {
  width: 100%;
  border-collapse: collapse;
}

.domain-prices-wrapper .domain-price-table table thead tr th {
  padding: 14px 12px;
  background: #151b2c;
  color: #fff;
  text-align: center;
}

.domain-prices-wrapper .domain-price-table table thead tr th:first-child {
  text-align: start;
  border-radius: 10px 0 0 0;
}

.domain-prices-wrapper .domain-price-table table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}

.domain-prices-wrapper .domain-price-table table tbody {
  background: rgba(29, 102, 255, 0.05);
  padding: 10px;
}

.domain-prices-wrapper .domain-price-table table tbody tr {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.domain-prices-wrapper .domain-price-table table tbody tr:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.domain-prices-wrapper .domain-price-table table tbody tr:nth-child(odd) {
  background: #fff;
}

.domain-prices-wrapper .domain-price-table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.domain-prices-wrapper .domain-price-table table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.domain-prices-wrapper .domain-price-table table tbody tr td {
  padding: 12px;
  background: transparent;
  color: #787da7;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.domain-prices-wrapper .domain-price-table table tbody tr td strong {
  font-weight: 600;
  color: #333;
  background: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px rgba(30, 38, 109, 0.05);
          box-shadow: 0px 0px 8px rgba(30, 38, 109, 0.05);
}

.domain-prices-wrapper .domain-price-table table tbody tr td:first-child {
  text-align: start;
}

.page-not-found {
  padding: 60px 0;
}

.page-not-found .container .image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-not-found .container .image img {
  max-width: 600px;
  height: auto;
  -webkit-animation: move 2s infinite alternate;
          animation: move 2s infinite alternate;
}

@keyframes move {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.page-not-found .container .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 40px;
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(29, 102, 255, 0.15)), color-stop(rgba(120, 125, 167, 0.01)), color-stop(#fff), to(rgba(29, 102, 255, 0.1)));
  background: linear-gradient(to left top, rgba(29, 102, 255, 0.15), rgba(120, 125, 167, 0.01), #fff, rgba(29, 102, 255, 0.1));
  border-radius: 20px;
  padding: 40px 20px;
}

.page-not-found .container .text h1 {
  color: #333;
  font-weight: 700;
}

.page-not-found .container .text p {
  font-size: 16px;
  color: #787da7;
}

.inner-page-wrap {
  padding: 20px;
  margin-top: -80px;
  position: relative;
  z-index: 9;
}

.page-links-wrap {
  height: 100%;
  position: relative;
}

.page-links-wrap .page-links-box {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  width: 100%;
  border-radius: 10px;
  background: url(../images/menubg.jpg), -webkit-gradient(linear, left top, right bottom, from(#333), to(#333));
  
  padding: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-links-wrap .page-links-box ul {
  padding: 0;
  margin: 0;
}

.page-links-wrap .page-links-box ul li {
  width: 100%;
}

.page-links-wrap .page-links-box ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 47px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.page-links-wrap .page-links-box ul li a.active, .page-links-wrap .page-links-box ul li a:hover {
  background: #fff;
  color: #333333;
  font-weight: 600;
}

.about-content p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.about-content h1,
.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6 {
  color: #333;
  font-weight: 600;
}

.bank-content .bank-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: rgba(29, 102, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.bank-content .bank-buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  height: 55px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.bank-content .bank-buttonsa a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  height: 55px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}


.bank-content .bank-buttons button:hover, .bank-content .bank-buttons button.active {
  background: #333;
}

.bank-content .bank-buttons button:hover img, .bank-content .bank-buttons button.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.bank-content .bank-buttons button:last-child {
  margin-right: 0;
}

.bank-content .bank-buttons button img {
  max-width: 120px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.bank-tab span {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.bank-tab p {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  background: rgba(120, 125, 167, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  color: #333;
  font-weight: 500;
  position: relative;
}

.bank-tab p .copy-btn {
  margin-left: auto;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
}

.bank-tab p .copy-btn:hover {
  background: rgba(29, 102, 255, 0.1);
}

.page-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  width: 100%;
  text-align: start !important;
}

.page-banner-content span {
  background: rgba(255, 255, 255, 0.2);
  height: 32px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 15px;
}

.page-banner-content h2 {
  color: #fff;
  font-size: 30px;
  max-width: 80%;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-banner-content p {
  font-size: 16px;
  color: #fff;
  width: 100%;
  line-height: 1.6;
  max-width: 100% !important;
}

.page-banner-content .hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.page-banner-content .hero-buttons a {
  margin-right: 15px;
  min-width: 140px;
}

.page-banner-image {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.page-banner-image img {
  max-height: 300px;
}

@keyframes move {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.hosting-packs-wrapper {
  margin-top: -50px;
  z-index: 9;
  position: relative;
}

.features-items {
  padding: 60px 0;
}

.features-items .f-item {
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 20px 20px 20px;
}

.features-items .f-item .icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  position: relative;
  border-top: 2px solid #1d66ff;
  border-left: 2px solid #1d66ff;
  border-right: 0.5px solid #1d66ff;
  border-bottom: 0.5px solid #1d66ff;
}

.features-items .f-item .icon span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 34px;
  color: #1d66ff;
}

.features-items .f-item strong {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.features-items .f-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #787da7;
}

.features-items .f-item::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 76%;
  border-radius: 20px;
  top: 24%;
  background: rgba(29, 102, 255, 0.05);
}

.ssl-pack {
  width: 100%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, right top, from(rgba(120, 125, 167, 0.04)), color-stop(rgba(120, 125, 167, 0.01)), color-stop(#fff), to(rgba(120, 125, 167, 0.04)));
  background: linear-gradient(to right top, rgba(120, 125, 167, 0.04), rgba(120, 125, 167, 0.01), #fff, rgba(120, 125, 167, 0.04));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: 1px solid rgba(120, 125, 167, 0.1);
  position: relative;
  padding-bottom: 20px;
  transition: 0.2s all;
  margin-bottom: 20px;
}

.ssl-pack:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.ssl-pack .logo {
  width: 100%;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  background: rgba(120, 125, 167, 0.05);
  position: relative;
  margin-bottom: 3px;
}

.ssl-pack .logo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #045de9;
  background-image: -webkit-gradient(linear, left top, right top, from(#045de9), color-stop(74%, #09c6f9));
  background-image: linear-gradient(to right, #045de9 0%, #09c6f9 74%);
}

.ssl-pack .specs-list {
  width: 100%;
  position: relative;
  margin-bottom: 3px;
}

.ssl-pack .specs-list::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #045de9;
  background-image: -webkit-gradient(linear, left top, right top, from(#045de9), color-stop(74%, #09c6f9));
  background-image: linear-gradient(to right, #045de9 0%, #09c6f9 74%);
}

.ssl-pack .specs-list ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.ssl-pack .specs-list ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;
  border-bottom: 1px solid rgba(120, 125, 167, 0.05);
}

.ssl-pack .specs-list ul li .fa-chevron-right {
  margin-right: 15px;
  color: #1d66ff;
}

.ssl-pack .specs-list ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ssl-pack .specs-list ul li > div span {
  color: #787da7;
  font-size: 13px;
}

.ssl-pack .specs-list ul li > div strong {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.ssl-pack .main-btn {
  width: 90%;
}

.ssl-pack .price {
  padding: 10px;
  width: 100%;
}

.ssl-pack .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
}

.ssl-pack .pricing .old-price {
  font-size: 15px;
  color: #787da7;
}

.ssl-pack .pricing .old-price strong {
  text-decoration: line-through;
}

.ssl-pack .pricing .current-price {
  color: #1d66ff;
}

.ssl-pack .pricing .current-price b {
  font-size: 30px;
  font-weight: 700;
}

.ssl-pack .pricing .current-price span {
  color: #333;
}

.dedicated-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 1px solid rgba(120, 125, 167, 0.05);
  padding: 12px 0;
  -webkit-box-shadow: 0 1px 2px #333, 0 2px 4px #333, 0 4px 8px #333, 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.dedicated-item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background: -webkit-gradient(linear, left bottom, right top, from(rgba(120, 125, 167, 0.08)), color-stop(rgba(120, 125, 167, 0.04)), color-stop(#fff), to(rgba(120, 125, 167, 0.08)));
  background: linear-gradient(to right top, rgba(120, 125, 167, 0.08), rgba(120, 125, 167, 0.04), #fff, rgba(120, 125, 167, 0.08));
}

.dedicated-item.popular {
  border: 2px solid #333;
  -webkit-box-shadow: 0px 0px 0px 4px #333;
          box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
}

.dedicated-item.popular::before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  height: 22px;
  border-radius: 5px 5px 0 0;
  background: #333;
  color: #fff;
  font-size: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.dedicated-item .d-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 12px;
  border-right: 1px solid rgba(120, 125, 167, 0.1);
}

.dedicated-item .d-cell:first-child {
  background: rgba(29, 102, 255, 0.05);
  border-radius: 10px;
  margin-left: 12px;
  margin-right: 12px;
  border-right: 0;
}

.dedicated-item .d-cell:last-child {
  max-width: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 0;
}

.dedicated-item .d-cell:nth-last-child(2) {
  border-right: 0;
}

.dedicated-item .d-cell:nth-last-child(3) {
  border-right: 0;
}

.dedicated-item .d-cell .add-cart {
  margin-top: 10px;
  width: 100%;
  height: 36px;
  font-size: 13px;
  border-radius: 5px;
  background: #151b2c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dedicated-item .d-cell .name {
  color: #151b2c;
  font-weight: 700;
  font-size: 16px;
}

.dedicated-item .d-cell span {
  color: #151b2c;
  font-size: 14px;
  font-weight: 600;
}

.dedicated-item .d-cell .icon {
  font-size: 18px;
  color: #151b2c;
}

.dedicated-item .d-cell small {
  font-size: 13px;
  color: #151b2c;
}

.dedicated-item .d-cell .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 12px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
}

.dedicated-item .d-cell .pricing .old-price {
  font-size: 13px;
  color: #333;
}

.dedicated-item .d-cell .pricing .old-price strong {
  text-decoration: line-through;
}

.dedicated-item .d-cell .pricing .current-price {
  color: #333;
}

.dedicated-item .d-cell .pricing .current-price b {
  font-size: 20px;
  font-weight: 700;
}

.dedicated-item .d-cell .pricing .current-price span {
  font-size: 13px;
  color: #333;
}

.mobile-menu-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(30, 38, 109, 0.5);
  z-index: 9990;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}

.mobile-menu-bg.show {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu {
  width: 300px;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.mobile-menu.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(120, 125, 167, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mobile-menu .head .logo img {
  width: 140px;
}

.mobile-menu .head .close-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(120, 125, 167, 0.2);
  border-radius: 10px;
  background: #fff;
  color: #1d66ff;
  font-size: 21px;
}

.mobile-menu > ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.mobile-menu > ul > li {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(120, 125, 167, 0.1);
  margin-bottom: 10px;
}

.mobile-menu > ul > li > a {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  color: #1e266d;
  font-weight: 600;
}

.mobile-menu > ul > li .menu-drop {
  display: none;
  background: #1d66ff;
  border-radius: 0 0 5px 5px;
}

.mobile-menu > ul > li .menu-drop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 14px;
  color: #fff;
}

/******************* RESPONSIVE *******************/
/******************* RESPONSIVE *******************/
/******************* RESPONSIVE *******************/
/******************* RESPONSIVE *******************/
/******************* RESPONSIVE *******************/
/******************* RESPONSIVE *******************/
@media (max-width: 1024px) {
  .top-bar {
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 40px;
  }
  .top-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .top-bar .container .top-left {
    display: none;
  }
  .top-bar .container .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-bar .container .top-right a {
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-bar .container .top-right a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #787da7;
    margin-right: 5px;
  }
  .top-bar .container .top-right a:first-child::before {
    display: none;
  }
  header {
    height: 74px;
    border-bottom: 1px solid #eee;
  }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  header .container .hamburger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(120, 125, 167, 0.2);
    border-radius: 10px;
    background: #fff;
    color: #1d66ff;
    font-size: 21px;
  }
  header .container nav {
    display: none;
  }
  header .container .header-buttons {
    display: none;
  }
/* Mega Menü */
.mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.mega-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.mega-menu .container .logo {
  flex: 1;
}

.mega-menu .container nav {
  flex: 3;
}

.mega-menu .container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu .container nav ul li {
  display: inline-block;
  margin-right: 20px;
}

.mega-menu .container nav ul li:last-child {
  margin-right: 0;
}

.mega-menu .container nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}

.mega-menu .container nav ul li a:hover {
  color: #007bff;
}

/* Resim Animasyonu */
.welcome-hero-wrapper {
  position: relative;
}

.welcome-hero-wrapper .container .hero-item .hero-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.mega-menu:hover ~ .welcome-hero-wrapper .container .hero-item .hero-image {
  opacity: 0;
}

  .home-domain-wrap {
    margin-top: -25px;
    position: relative;
    z-index: 9;
  }
  .home-domain-wrap .container .domain-search-box {
    padding: 24px;
  }
  .home-domain-wrap .container .domain-search-box .box-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-domain-wrap .container .domain-search-box .box-heading .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .home-domain-wrap .container .domain-search-box .box-heading .title span {
    font-size: 40px;
    margin-right: 10px;
    color: #1d66ff;
  }
  .home-domain-wrap .container .domain-search-box .box-heading .title strong {
    display: block;
    color: #1e266d;
    font-size: 15px;
  }
  .home-domain-wrap .container .domain-search-box .box-heading .title p {
    margin-bottom: 0;
    font-size: 13px;
    color: #787da7;
  }
  .home-domain-wrap .container .domain-search-box .box-heading .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-domain-wrap .container .domain-search-box .box-heading .buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    height: 40px;
    border-radius: 36px;
    background: rgba(29, 102, 255, 0.1);
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .home-domain-wrap .container .domain-search-box .search-wrap {
    width: 100%;
    max-width: 900px;
    height: 70px;
    border: 1px solid #eee;
    margin: 0 auto;
    border-radius: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    padding: 0 10px;
  }
  .home-domain-wrap .container .domain-search-box .search-wrap input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 70px;
    padding: 0 15px;
    font-size: 17px;
    border: none;
    height: 70px;
    background: #fff;
    color: #1e266d;
  }
  .home-domain-wrap .container .domain-search-box .search-wrap input::-webkit-input-placeholder {
    color: #787da7;
    letter-spacing: 0.5px;
  }
  .home-domain-wrap .container .domain-search-box .search-wrap input:-ms-input-placeholder {
    color: #787da7;
    letter-spacing: 0.5px;
  }
  .home-domain-wrap .container .domain-search-box .search-wrap input::-ms-input-placeholder {
    color: #787da7;
    letter-spacing: 0.5px;
  }
  .home-domain-wrap .container .domain-search-box .search-wrap input::placeholder {
    color: #787da7;
    letter-spacing: 0.5px;
  }
  .home-domain-wrap .container .domain-search-box .search-wrap button {
    height: 50px;
    border-radius: 50px;
    padding: 0 15px;
    border: 0;
    font-size: 0;
    background: #1d66ff;
    color: #fff;
    font-weight: 500;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  .home-domain-wrap .container .domain-search-box .search-wrap button .fa-search {
    font-size: 18px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .title {
    font-size: 26px;
    font-weight: 600;
    color: #333;
  }
  .section-title p {
    color: #333;
    font-size: 14px;
  }
  .home-packs-wrapper {
    padding: 60px 0;
  }
  footer .container .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .footer-top .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
  }
  footer .container .footer-top .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: rgba(120, 125, 167, 0.1);
    color: #787da7;
    font-size: 18px;
    margin: 0 8px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  footer .container .footer-top .socials a:hover {
    background: #1d66ff;
    color: #fff;
  }
  footer .container .footer-mid {
    padding: 20px 0;
  }
  footer .container .footer-mid .row > .col {
    min-width: 50%;
    width: 50%;
  }
  footer .container .footer-mid .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px 0;
  }
  footer .container .footer-mid .footer-links strong {
    font-size: 16px;
    font-weight: 600;
    color: #1e266d;
    margin-bottom: 10px;
  }
  footer .container .footer-mid .footer-links a {
    color: #787da7;
    padding: 4px 0;
    display: block;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  footer .container .footer-mid .footer-links a:hover {
    padding-left: 5px;
    color: #1d66ff;
  }
  footer .footer-bottom {
    width: 100%;
    padding: 20px 0;
    background: rgba(120, 125, 167, 0.1);
  }
  footer .footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-bottom .container p {
    margin-bottom: 0;
    font-size: 15px;
    color: #787da7;
  }
  footer .footer-bottom .container .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-bottom .container .links a {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #787da7;
  }
  footer .footer-bottom .container .links a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #787da7;
    margin-right: 10px;
  }
  footer .footer-bottom .container .links a:first-child::before {
    display: none;
  }
  .call-us-wrap {
    padding: 40px 0;
  }
  .call-us-wrap .container .call-us-box {
    width: 100%;
    min-height: 200px;
    border-radius: 10px;
    background-image: url(../images/callusbg.jpeg);
    background-size: cover;
    background-position: center center;
  }
  .call-us-wrap .container .call-us-box .overlay {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(30, 38, 109, 0.5);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    padding-bottom: 20px;
  }
  .call-us-wrap .container .call-us-box .overlay .inner {
    padding: 20px;
    height: 100%;
  }
  .call-us-wrap .container .call-us-box .overlay .inner .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
  }
  .call-us-wrap .container .call-us-box .overlay .inner p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    max-width: 95%;
  }
  .call-us-wrap .container .call-us-box .overlay .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .call-us-wrap .container .call-us-box .overlay .inner ul li {
    color: #fff;
    padding-right: 5px;
  }
  .page-blog-item {
    padding: 50px 0;
  }
  .page-blog-item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-blog-item.reverse .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .page-blog-item .pb-content {
    width: 100%;
    padding-top: 30px;
  }
  .page-blog-item .pb-content .title {
    font-size: 24px;
  }
  .page-blog-item .pb-image img {
    max-width: 80%;
  }
  .page-banner {
    height: auto;
  }
  .page-banner .overlay {
    padding-bottom: 30px;
  }
  .page-banner .overlay .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 30px;
  }
  .page-banner .overlay .container .page-banner-image {
    display: none;
  }
  .page-banner .overlay .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-banner .overlay .container p {
    max-width: 95%;
  }
  .page-content-wrap {
    position: relative;
    z-index: 9;
    margin-top: -40px;
  }
  .page-content-box {
    padding: 24px 12px;
  }
  .inner-page-wrap {
    padding: 20px 0;
    margin-top: -40px;
    position: relative;
    z-index: 9;
  }
  .page-links-wrap {
    height: 100%;
    position: relative;
  }
  .page-links-wrap .page-links-box {
    margin-bottom: 20px;
  }
  .about-content p {
    color: #787da7;
    font-size: 15px;
    line-height: 1.6;
  }
  .about-content h1,
  .about-content h2,
  .about-content h3,
  .about-content h4,
  .about-content h5,
  .about-content h6 {
    color: #1e266d;
    font-weight: 600;
  }
    .bank-content .bank-buttons {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }
  
    .bank-content .bank-buttons button {
      flex: 1;
      width: 46%;
      min-width: 150px;
      /* Düğme genişliği sabit, responsive bir tasarım için min-width kullanıyoruz */
      margin-right: 10px;
      height: 55px;
      border-radius: 8px;
      /* Daha yumuşak köşeler */
      border: 2px solid transparent;
      /* Daha ince bir kenarlık */
      background-color: #ffffff;
      /* Beyaz arkaplan */
      color: #1d1d1d;
      /* Koyu renk metin */
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
    }
  
    .bank-content .bank-buttons button:hover,
    .bank-content .bank-buttons button.active {
      background-color: #1d66ff;
      /* Hover ve aktif durumlar için mavi arkaplan */
      color: #ffffff;
      /* Beyaz metin */
      border-color: #1d66ff;
      /* Mavi kenarlık */
    }
  
    .bank-content .bank-buttons button:last-child {
      margin-right: 0;
    }
  
    .bank-content .bank-buttons button img {
      max-width: 100%;
      height: auto;
      /* İmge boyutunu koru */
      margin-right: 8px;
      /* İmge ile metin arasında biraz boşluk bırak */
    }
  
    /* Ek bir stil vermek isterseniz buraya ekleyebilirsiniz */
  .dedicated-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dedicated-item.popular {
    border: 2px solid #1d66ff;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
            box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
  }
  .dedicated-item.popular::before {
    content: attr(data-title);
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%) rotate(0deg);
            transform: translateY(0%) translateX(-50%) rotate(0deg);
    height: 22px;
    border-radius: 5px 5px 0 0;
    background: #1d66ff;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
  }
  .dedicated-item .d-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    width: 100%;
    border-right: 0px solid rgba(120, 125, 167, 0.1);
    border-bottom: 1px solid rgba(120, 125, 167, 0.1);
  }
  .dedicated-item .d-cell:first-child {
    background: rgba(29, 102, 255, 0.05);
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
    border-right: 0;
    border-bottom: 0;
  }
  .dedicated-item .d-cell:last-child {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 0;
  }
  .dedicated-item .d-cell:nth-last-child(2) {
    border-bottom: 0;
  }
  .dedicated-item .d-cell:nth-last-child(3) {
    border-bottom: 0;
  }
  .dedicated-item .d-cell .add-cart {
    margin-top: 10px;
    width: 100%;
    height: 44px;
    font-size: 14px;
    border-radius: 5px;
    background: #333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .faq-wrapper {
    padding: 60px 0;
    background: rgba(120, 125, 167, 0.05);
  }
  .faq-wrapper .faq-item {
    width: 100%;
    margin-bottom: 12px;
  }
  .faq-head {
    width: 100%;
    border: 1px solid rgba(120, 125, 167, 0.2);
    border-radius: 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .faq-head h3 {
    margin-bottom: 0;
    font-size: 16px;
    color: #1e266d;
  }
  .faq-head span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .faq-wrapper .faq-item .faq-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #787da7;
    line-height: 1.6;
  }
  .domain-register-box {
    width: 100%;
    padding: 24px 12px;
  }
  .domain-register-box .search-wrap {
    width: 100%;
    max-width: 900px;
    height: 70px;
    border: 1px solid #eee;
    background: rgba(120, 125, 167, 0.05);
    margin: 0 auto;
    border-radius: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    padding: 0 10px;
  }
  .domain-register-box .search-wrap input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 70px;
    padding: 0 15px;
    background: none;
    font-size: 17px;
    border: none;
    height: 70px;
    color: #1e266d;
  }
  .domain-register-box .search-wrap input::-webkit-input-placeholder {
    color: #787da7;
    letter-spacing: 0.5px;
  }
  .domain-register-box .search-wrap input:-ms-input-placeholder {
    color: #787da7;
    letter-spacing: 0.5px;
  }
  .domain-register-box .search-wrap input::-ms-input-placeholder {
    color: #787da7;
    letter-spacing: 0.5px;
  }
  .domain-register-box .search-wrap input::placeholder {
    color: #787da7;
    letter-spacing: 0.5px;
  }
  .domain-register-box .search-wrap button {
    padding: 0 15px;
    font-size: 0;
  }
  .domain-register-box .search-wrap button .fa-search {
    font-size: 18px;
  }
  .domain-prices-wrapper {
    padding: 60px 0;
  }
  .domain-prices-wrapper .domain-price-table {
    border: 1px solid rgba(120, 125, 167, 0.1);
    padding: 10px 8px;
    border-radius: 10px;
  }
  .domain-prices-wrapper .domain-price-table table {
    width: 100%;
    border-collapse: collapse;
  }
  .domain-prices-wrapper .domain-price-table table thead tr th {
    padding: 14px 10px;
  }
  .domain-prices-wrapper .domain-price-table table tbody tr td {
    padding: 12px 10px;
    background: transparent;
    color: #787da7;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
  .domain-prices-wrapper .domain-price-table table tbody tr td strong {
    margin-bottom: 5px !important;
  }
  .domain-prices-wrapper .domain-price-table table tbody tr td:first-child {
    text-align: start;
  }
  .features-items {
    padding: 60px 0;
  }
  .features-items .f-item {
    margin-bottom: 30px;
  }
  .contact-page-image {
    padding: 20px;
    margin-bottom: 30px;
  }
  .contact-page-image > h2 {
    font-size: 22px;
  }
  .contact-page-image ul {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page-image ul li p {
    font-size: 15px;
  }
  .user-sign-page .user-sign-content {
    width: 100%;
    height: 100vh;
    padding: 30px 20px;
    overflow: auto;
  }
  .user-sign-page .user-sign-content .form-head {
    margin-bottom: 20px;
  }
  .user-sign-page .user-sign-image {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */



.pb-content {
  text-align: left;
}