@import 'reset.css';
@import 'remixicon.css';
@import "swiper-bundle.min.css";
a, a:hover, img, img:hover, .item, .item:hover, header, .form-select, .form-control, .form-select:hover, .form-control:hover, button, button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.navbar-toggler {
  width: 53px;
  margin-left: 15px;
  padding: 14px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  color: #fff !important;
  font-size: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: inherit;
  border: 0 !important;
}

.moyo-offset-margin-left {
  margin-left: calc((100% - 1380px) / 2) !important;
}

.moyo-offset-margin-right {
  margin-right: calc((100% - 1380px) / 2) !important;
}

.moyo-offset-padding-left {
  padding-left: calc((100% - 1380px) / 2) !important;
}

.moyo-offset-padding-right {
  padding-right: calc((100% - 1380px) / 2) !important;
}

body {
  font-family: "Gilroy", sans-serif;
  background: #f3f5f8;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
}

.ustbar {
  background: #6e7685;
}
.ustbar .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
  border-left: 1px solid #7c8596;
  position: relative;
}
.ustbar .nav-item .nav-link:hover {
  background: #838c9c;
}
.ustbar .nav-item .nav-link .dropdown-submenu {
  position: absolute;
}
.ustbar .nav-item:last-child .nav-link {
  border-right: 1px solid #7c8596;
}
.ustbar ul.sosyal {
  border-left: 1px solid #7c8596;
  border-right: 1px solid #7c8596;
}
.ustbar ul.sosyal a {
  display: block;
  color: #fff;
  padding: 14px;
  font-size: 14px;
}

header {
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 18, 35, 0.05);
}
header .menu {
  padding-top: 18px;
  padding-bottom: 18px;
}
header .menu .navbar {
  padding: 0px;
}
header .menu .navbar .nav-item {
  position: relative;
}
header .menu .navbar .nav-item .nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #393e4c;
  padding-right: 20px;
  padding-left: 20px;
}
header .menu .navbar .nav-item .nav-link i {
  margin-left: 5px;
  color: #1a5495;
}
header .menu .navbar .nav-item .dropdown-submenu {
  position: absolute;
  top: calc(100% + 27px);
  left: 0;
  border-top: 4px solid #6e7685;
  background-color: #f3f5f8;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 765px;
  padding: 20px;
}
header .menu .navbar .nav-item .dropdown-submenu:before {
  position: absolute;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea77";
  top: -33px;
  left: 30px;
  color: #6e7685;
  font-size: 40px;
}
header .menu .navbar .nav-item .dropdown-submenu a.item {
  padding: 12px 16px 9px; /*34px 36px 27px;*/
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .menu .navbar .nav-item .dropdown-submenu a.item:hover {
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
}
header .menu .navbar .nav-item .dropdown-submenu a.item:hover .ikon {
  color: #fff;
  background-image: linear-gradient(to top, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
}
header .menu .navbar .nav-item .dropdown-submenu a.item:hover .ikon svg * {
  fill: #fff;
}
header .menu .navbar .nav-item .dropdown-submenu a.item:hover b, header .menu .navbar .nav-item .dropdown-submenu a.item:hover small {
  color: #fff;
}
header .menu .navbar .nav-item .dropdown-submenu a.item .ikon {
  margin-bottom: 20px;
  background-image: linear-gradient(to top, #1a7bba, #1a5495), linear-gradient(to bottom, #1a7bba, #1a7bba);
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
  color: #1a7bba;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .menu .navbar .nav-item .dropdown-submenu a.item b {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.22px;
  text-align: center;
  color: #505867;
}
header .menu .navbar .nav-item .dropdown-submenu a.item small {
  color: #505867;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.18px;
}
header .menu .dropdown {
  margin-left: 20px;
}
header .menu .dropdown .btn-loginuser {
  padding: 17px 25px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
}
header .menu .dropdown .btn-loginuser:hover, header .menu .dropdown .btn-loginuser:active, header .menu .dropdown .btn-loginuser:focus {
  outline: 0;
  box-shadow: none;
  background-image: linear-gradient(to right, #1a7bba, #1a7bba);
}
header .menu .dropdown .btn-loginuser i {
  margin-right: 14px;
  font-weight: 300;
}
header .menu .dropdown .btn-loginuser.dropdown-toggle::after {
  margin-left: 20px;
}
header .menu .dropdown .dropdown-menu {
  top: 16px !important;
  background-color: #f3f5f8;
  border: 0;
  width: 100%;
  border-top: 4px solid #6e7685;
  border-radius: 0 0 2px 2px;
  position: relative;
}
header .menu .dropdown .dropdown-menu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.14px;
  text-align: left;
  color: #505867;
  padding: 0px 20px;
}
header .menu .dropdown .dropdown-menu a:hover, header .menu .dropdown .dropdown-menu a:focus, header .menu .dropdown .dropdown-menu a:active {
  background: transparent;
  color: #1a7bba;
}
header .menu .dropdown .dropdown-menu::after {
  position: absolute;
  content: "\ea77";
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  color: #6e7685;
  top: -33px;
  left: 0;
  right: 0;
  text-align: center;
}
header .menu .btn-girisyap {
  margin-left: 20px;
  padding: 17px 25px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
}
header .menu .btn-girisyap:hover {
  background-image: linear-gradient(to right, #1a7bba, #1a7bba);
}
header .menu .btn-girisyap i {
  margin-right: 14px;
}
header .menu .btn-sepet {
  width: 53px;
  margin-left: 15px;
  padding: 12px;
  border-radius: 2px;
  background-color: #6eab27;
  color: #fff;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: inherit;
}
header .menu .btn-sepet:hover, header .menu .btn-sepet:active, header .menu .btn-sepet:focus {
  box-shadow: none;
  outline: 0;
  background-color: #619622;
}
header .menu .btn-sepet:hover span, header .menu .btn-sepet:active span, header .menu .btn-sepet:focus span {
  background-color: #77ae37;
}
header .menu .btn-sepet span {
  position: absolute;
  padding: 0px 15px;
  border-radius: 11px;
  background-color: #84c13d;
  font-size: 14px;
  font-weight: bold;
  top: -10px;
  z-index: 999;
}

section.slider .swiper-slide {
  color: #fff;
  padding-top: 130px;
}
section.slider .swiper-slide .altbaslik {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
}
section.slider .swiper-slide .baslik {
  font-size: 40px;
  font-weight: bold;
  margin-top: 7px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
section.slider .swiper-slide .baslik::before {
  content: "";
  width: 46px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
section.slider .swiper-slide p {
  font-size: 22px;
  line-height: 1.36;
  text-align: left;
  color: #fff;
}
section.slider .swiper-slide span.swiper-pagination-bullet {
  width: 23px;
  height: 8px;
  margin: 50px 5px 0px 5px;
  opacity: 0.5;
  border-radius: 4px;
  background-color: #fff;
}
section.slider .swiper-slide span.swiper-pagination-bullet-active {
  width: 42px;
  height: 8px;
  margin-left: 0px;
  opacity: 1;
  border-radius: 4px;
  background-color: #fff;
}

section.domain {
  background: url("../img/domainbg.png") bottom center no-repeat #fff;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 48px;
  position: relative;
}
section.domain .baslik {
  margin-bottom: 35px;
}
section.domain .baslik .metin {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.69;
  color: #666d89;
}
section.domain input.form-control, section.domain .form-select {
  border-radius: 2px;
  border: solid 2px #d7dde3;
  background-color: #fff;
  height: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.83;
  color: #8187a1;
  padding: 10px 25px;
}
section.domain input.form-control::placeholder, section.domain .form-select::placeholder {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.83;
  color: #8187a1;
}
section.domain input.form-control:active, section.domain input.form-control:focus, section.domain .form-select:active, section.domain .form-select:focus {
  border: solid 2px #b9c4ce;
}
section.domain .btn-domain-ara {
  padding: 16px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.domain .btn-domain-ara:hover {
  background-image: linear-gradient(to right, #1a7bba, #1a7bba);
}
section.domain .btn-domain-ara i {
  margin-right: 15px;
  font-size: 22px;
}
section.domain .domainfiyatlari {
  content: "";
  position: absolute;
  top: -76px;
  border-radius: 2px;
  box-shadow: -37.5px 37.5px 25px 0 rgba(102, 109, 137, 0.1);
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  padding: 30px 10px 20px;
  color: #fff;
  z-index: 98;
}
section.domain .domainfiyatlari .liste {
  margin-bottom: 20px;
}
section.domain .domainfiyatlari .liste .oge {
  border-radius: 2px;
  box-shadow: -8.5px 8.5px 25px 0 rgba(0, 0, 0, 0.09);
  background-image: linear-gradient(to top, #ffefe2, #fff);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: calc(33.3% - 20px);
}
section.domain .domainfiyatlari .liste .oge:hover {
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.domain .domainfiyatlari .liste .oge svg {
  max-height: 12px;
  width: auto;
  max-width: 100%;
}
section.domain .domainfiyatlari .liste .oge .ust {
  padding: 15px;
}
section.domain .domainfiyatlari .liste .oge .alt {
  border-top: 1px solid #ebeef3;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #6e7685;
}
section.domain .domainfiyatlari a.btn-domain-fiyatlari {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  display: inline-flex;
  justify-content: center;
  margin-top: 20px;
  padding: 9px;
}
section.domain .domainfiyatlari a.btn-domain-fiyatlari:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

section.hosting {
  background: url("../img/hostingbg.png") top center no-repeat #373d4b;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 81px;
  color: #fff;
}
section.hosting .baslik {
  margin-bottom: 35px;
}
section.hosting .baslik .metin {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.69;
  color: #fff;
}
section.hosting .baslik .metin span {
  color: #1a7bba;
}
section.hosting ul#pills-tab {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 12px;
}
section.hosting ul#pills-tab li.nav-item {
  flex-grow: 1;
}
section.hosting ul#pills-tab li.nav-item a {
  color: #fbfcfd;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
}
section.hosting ul#pills-tab li.nav-item a.active {
  color: #373D4C;
  background: #fff;
}
section.hosting .tab-content {
  margin-top: 75px;
}
section.hosting .paket {
  border-radius: 2px;
  background-image: linear-gradient(to top, #e0e3ef, #fdfefe);
  color: #373D4B;
  padding-bottom: 20px;
}
section.hosting .paket:hover .ust .ikon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1.1);
  box-shadow: -2.8px 2.8px 25px 0 rgba(26, 123, 186, 0.42);
}
section.hosting .paket a.btn-satin-al {
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  width: calc(100% - 40px);
  display: inline-flex;
  padding: 20px;
  text-align: center;
  margin-left: 20px;
  margin-top: 20px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
section.hosting .paket a.btn-satin-al:hover {
  background-image: linear-gradient(to top, #1a7bba, #1a7bba);
}
section.hosting .paket .ust {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
section.hosting .paket .ust .baslik {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #373d4b;
}
section.hosting .paket .ust .altbaslik {
  font-size: 16px;
  line-height: 1.88;
  color: #6e7685;
}
section.hosting .paket .ust .ikon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 17px 23px 26px 24px;
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  border-radius: 5px 5px 50px 50px;
}
section.hosting .paket .fiyat {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 0 0 25px 0 rgba(129, 135, 161, 0.23);
}
section.hosting .paket .fiyat span {
  background-image: linear-gradient(to top, #1a7bba, #1a5495), linear-gradient(to bottom, #1a7bba, #1a7bba);
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
  color: #1a7bba;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.hosting .paket .liste {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
section.hosting .paket .liste .oge {
  border-radius: 2px;
  box-shadow: -2.8px 2.8px 25px 0 rgba(102, 109, 137, 0.1);
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: calc(50% - 20px);
  padding: 18px;
}
section.hosting .paket .liste .oge:hover {
  transform: scale(1.1);
}
section.hosting .paket .liste .oge .ikon i {
  background-image: linear-gradient(to top, #1a7bba, #1a5495), linear-gradient(to bottom, #1a7bba, #1a7bba);
  font-size: 18px;
  text-align: center;
  color: #1a7bba;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.hosting .paket .liste .oge .metin {
  font-size: 16px;
  text-align: center;
  color: #8187a1;
  line-height: 1.5;
}
section.hosting .paket .liste .oge .metin b {
  font-size: 18px;
  font-weight: 600;
}

.hostpage .paket {
  border-radius: 2px;
  background-image: linear-gradient(to top, #e0e3ef, #fdfefe);
  color: #373D4B;
  padding-bottom: 20px;
}
.hostpage .paket:hover .ust .ikon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1.1);
  box-shadow: -2.8px 2.8px 25px 0 rgba(26, 123, 186, 0.42);
}
.hostpage .paket a.btn-satin-al {
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  width: calc(100% - 40px);
  display: inline-flex;
  padding: 20px;
  text-align: center;
  margin-left: 20px;
  margin-top: 20px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.hostpage .paket a.btn-satin-al:hover {
  background-image: linear-gradient(to top, #1a7bba, #1a7bba);
}
.hostpage .paket .ust {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.hostpage .paket .ust .baslik {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #373d4b;
}
.hostpage .paket .ust .altbaslik {
  font-size: 16px;
  line-height: 1.88;
  color: #6e7685;
}
.hostpage .paket .ust .ikon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 17px 23px 26px 24px;
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  border-radius: 5px 5px 50px 50px;
}
.hostpage .paket .fiyat {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 0 0 25px 0 rgba(129, 135, 161, 0.23);
}
.hostpage .paket .fiyat span {
  background-image: linear-gradient(to top, #1a7bba, #1a5495), linear-gradient(to bottom, #1a7bba, #1a7bba);
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: center;
  color: #1a7bba;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hostpage .paket .liste {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.hostpage .paket .liste .oge {
  border-radius: 2px;
  box-shadow: -2.8px 2.8px 25px 0 rgba(102, 109, 137, 0.1);
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: calc(50% - 20px);
  padding: 18px;
}
.hostpage .paket .liste .oge:hover {
  transform: scale(1.1);
}
.hostpage .paket .liste .oge .ikon i {
  background-image: linear-gradient(to top, #1a7bba, #1a5495), linear-gradient(to bottom, #1a7bba, #1a7bba);
  font-size: 18px;
  text-align: center;
  color: #1a7bba;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hostpage .paket .liste .oge .metin {
  font-size: 16px;
  text-align: center;
  color: #8187a1;
  line-height: 1.5;
}
.hostpage .paket .liste .oge .metin b {
  font-size: 18px;
  font-weight: 600;
}

section.fark {
  background: url("../img/farkbg.png") top center no-repeat #fff;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 105px;
  position: relative;
}
section.fark .baslik {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.38;
  text-align: center;
  color: #666d89;
}
section.fark .baslik span {
  color: #1a7bba;
}
section.fark .aciklama {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  color: #6e7685;
}
section.fark .oge {
  margin-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.fark .oge:hover {
  margin-top: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.fark .oge:hover .ogebaslik {
  color: #1a7bba;
}
section.fark .oge:hover .ikon {
  box-shadow: -5.7px 5.7px 25px 0 rgba(26, 123, 186, 0.8);
}
section.fark .oge .ikon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  border-radius: 5px 5px 50px 50px;
  box-shadow: -5.7px 5.7px 25px 0 rgba(26, 123, 186, 0.6);
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  margin-bottom: 20px;
}
section.fark .oge .ogebaslik {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.44;
  text-align: center;
  color: #6e7685;
}
section.fark .oge p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6e7685;
}

section.references {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.references .swiper-slide {
  height: 100%;
}

section.copyright {
  background: #1D212C;
  color: #B2B7CB;
}
section.copyright .fbg1 {
  border-right: 1px solid #323847;
}
section.copyright ul.sayfalar {
  float: right;
  margin: 0px;
  display: flex;
  align-items: center;
}
section.copyright ul.sayfalar li {
  margin-right: 20px;
}
section.copyright ul.sayfalar li:last-child {
  margin-right: 0px;
}
section.copyright ul.sayfalar li a {
  font-size: 16px;
  color: #b2b7cb;
}
section.copyright ul.sayfalar li a:hover {
  color: #d0d3e0;
}

section.ustfooter, footer {
  background: #292e3b;
  color: #fff;
}
section.ustfooter .border-bottom, footer .border-bottom {
  border-color: #323847 !important;
}
section.ustfooter .fbg1, footer .fbg1 {
  border-right: 1px solid #323847;
}
section.ustfooter .baslik, footer .baslik {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
section.ustfooter ul.sayfalar, footer ul.sayfalar {
  margin: 0px;
}
section.ustfooter ul.sayfalar li, footer ul.sayfalar li {
  margin-bottom: 20px;
}
section.ustfooter ul.sayfalar li a, footer ul.sayfalar li a {
  font-size: 16px;
  color: #b2b7cb;
}
section.ustfooter ul.sayfalar li a:hover, footer ul.sayfalar li a:hover {
  color: #d0d3e0;
}
section.ustfooter ul.sosyal, footer ul.sosyal {
  margin: 0;
}
section.ustfooter ul.sosyal li, footer ul.sosyal li {
  padding-right: 20px;
}
section.ustfooter ul.sosyal li a, footer ul.sosyal li a {
  font-size: 16px;
  color: #fff;
}
section.ustfooter .detaylar .liste, footer .detaylar .liste {
  margin-bottom: 20px;
}
section.ustfooter .detaylar .liste .metin, footer .detaylar .liste .metin {
  font-size: 16px;
  line-height: 1.5;
  color: #b2b7cb;
}
section.ustfooter .detaylar .liste .metin.bb, footer .detaylar .liste .metin.bb {
  font-size: 22px;
}
section.ustfooter .detaylar .liste .metin.bb b, footer .detaylar .liste .metin.bb b {
  font-weight: 600;
}

section.notfound {
  background: url("../img/404bg.png") top center no-repeat;
}
section.notfound .metin {
  font-size: 30px;
  font-weight: 500;
  line-height: 3.67;
  color: #979ead;
}
section.notfound a.btn-anasayfa {
  border-radius: 34px;
  box-shadow: -12px 12px 32px 0 rgba(234, 127, 45, 0.55);
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  padding: 20px 60px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

section.page {
  background: url("../img/pagebg.png") top center no-repeat;
}
section.page.ss {
  background: url("../img/404bg.png") top center no-repeat;
}
section.page.clientarea {
  background: url("../img/clientareabg.png") top center no-repeat;
}
section.page.clientarea .ssmenu {
  border-radius: 2px;
  box-shadow: -6.4px 6.4px 27px 0 rgba(102, 107, 116, 0.05);
  background-color: #fff;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7490;
}
section.page.clientarea .ssmenu .navbar-nav {
  padding: 30px;
  border-bottom: 1px solid #f3f5f8;
}
section.page.clientarea .ssmenu .navbar-nav .dropdown-toggle::after {
  display: none;
}
section.page.clientarea .ssmenu .navbar-nav .dropdown-menu {
  position: static;
  float: none;
  border-radius: 2px;
  box-shadow: -6.4px 6.4px 27px 0 rgba(102, 107, 116, 0.2);
  background-color: #fff;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7490;
  border: 0;
}
section.page.clientarea .ssmenu .navbar-nav .dropdown-menu a.dropdown-item {
  padding: 5px 15px;
  justify-content: start;
}
section.page.clientarea .ssmenu .navbar-nav .dropdown-menu a.dropdown-item:hover, section.page.clientarea .ssmenu .navbar-nav .dropdown-menu a.dropdown-item:focus, section.page.clientarea .ssmenu .navbar-nav .dropdown-menu a.dropdown-item:active {
  background: #fff;
  color: #414556;
}
section.page.clientarea .ssmenu .navbar-nav li {
  flex-grow: 1;
  text-align: center;
  padding: 0;
}
section.page.clientarea .ssmenu .navbar-nav li.active a {
  color: #1a7bba;
}
section.page.clientarea .ssmenu .navbar-nav li.active a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  left: 0;
  top: -30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
}
section.page.clientarea .ssmenu .navbar-nav li a {
  font-size: 18px;
  font-weight: 500;
  color: #8187a1;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.page.clientarea .ssmenu .navbar-nav li a:hover {
  color: #50556c;
}
section.page.clientarea .ssmenu .navbar-nav li a i {
  color: #1a7bba;
}
section.page.clientarea .ssmenu .bakiye {
  font-size: 18px;
  color: #8187a1;
}
section.page.clientarea .ssmenu .bakiye span {
  color: #1a7bba;
  font-weight: 600;
}
section.page.clientarea .ssmenu a.btn-bakiye {
  padding: 15px 70px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
section.page.clientarea .ssmenu a.btn-bakiye:hover {
  background-image: linear-gradient(to right, #1a7bba, #1a7bba);
}
section.page.clientarea .head2 {
  padding: 5px 30px;
  border-bottom: 1px solid #f3f5f8;
  margin: 0 !important;
}
section.page.clientarea .head2 .uikon {
  font-size: 30px;
  color: #fff;
  border-radius: 2px;
  box-shadow: -6.4px 6.4px 27px 0 rgba(26, 123, 186, 0.44);
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -10px;
}
section.page.clientarea .head2 .baslik {
  font-size: 18px;
  font-weight: 600;
  color: #8187a1;
  margin-left: 20px;
}
section.page.clientarea .head2 a.btn-devam {
  padding: 12px 32px;
  border-radius: 24px;
  background-color: #6e7685;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
}
section.page.clientarea .head2 a.btn-devam:hover {
  background-color: #575d69;
}
section.page .head .ikon {
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  padding: 25px;
  border-radius: 4px 50px 50px 4px;
}
section.page .head h1 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-left: 30px;
}
section.page .head span {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
section.page .head .ad {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
section.page .head .item {
  border-radius: 2px;
  box-shadow: -8.5px 8.5px 25px 0 rgba(0, 0, 0, 0.09);
  background-image: linear-gradient(to top, #63A6D2, #fff);
  padding: 18px;
}
section.page .head .item .sikon {
  width: 64px;
  height: 64px;
  border-radius: 2px;
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.page .head .item .detay {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin-left: 18px;
}
section.page .head .item .detay .sayi {
  font-size: 20px;
  font-weight: 600;
  color: #1a7bba;
}
section.page .head .item .detay .altbaslik {
  font-size: 16px;
  font-weight: 600;
  color: #6e7685;
}
section.page .head ul.pills-tab2 {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 12px;
}
section.page .head ul.pills-tab2 li.nav-item {
  flex-grow: 1;
}
section.page .head ul.pills-tab2 li.nav-item a {
  color: #fbfcfd;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
}
section.page .head ul.pills-tab2 li.nav-item a.active {
  color: #373D4C;
  background: #fff;
}
section.page .body .btn-kayitol {
  border-radius: 2px;
  box-shadow: 0 0 35px 0 rgba(235, 134, 44, 0.52);
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  width: 100%;
  padding: 28px;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
section.page .body .btn-kayitol:hover {
  box-shadow: 0 0 35px 0 rgba(235, 134, 44, 0.72);
}
section.page .body .auth .form-check-input {
  width: 25px;
  height: 25px;
  margin-top: -1px;
}
section.page .body .auth .form-check-label {
  margin-bottom: 0;
}
section.page .body .metin {
  border-radius: 2px;
  box-shadow: -6.4px 6.4px 27px 0 rgba(102, 107, 116, 0.05);
  background-color: #fff;
  padding: 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7490;
}
section.page .body .metin a.btn-devam {
  color: #1a7bba;
  font-weight: 500;
}
section.page .body .metin > * {
  margin-bottom: 20px;
}
section.page .body .metin b, section.page .body .metin strong {
  font-weight: 600;
}
section.page .body .metin .head {
  padding: 19px 30px;
  border-bottom: 3px solid #f3f5f8;
  margin: 0;
}
section.page .body .metin .head .uikon {
  font-size: 30px;
  color: #1a7bba;
}
section.page .body .metin .head .uikon i {
  background-image: linear-gradient(to top, #1a7bba, #1a5495), linear-gradient(to bottom, #1a7bba, #1a7bba);
  color: #1a7bba;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.page .body .metin .head .baslik {
  font-size: 20px;
  font-weight: 500;
  color: #1a7bba;
  margin-left: 20px;
}
section.page .body .metin .head .nav-link {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #8187a1;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
section.page .body .metin .head .nav-pills .nav-link.active, section.page .body .metin .head .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fff;
  color: #1a7bba !important;
  display: flex;
}
section.page .body .metin .head .nav-pills .nav-link.active {
  position: relative;
}
section.page .body .metin .head .nav-pills .nav-link.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #1a7bba;
  bottom: -33px;
}
section.page .body .metin .auth .iti {
  width: 100%;
}
section.page .body .metin .auth .iti--separate-dial-code .iti__selected-flag {
  background-color: #f3f5f8;
  border-radius: 2px;
}
section.page .body .metin .auth .iti__flag-container {
  position: absolute;
  top: 8px;
  bottom: 8px;
  padding: 1px;
  left: 8px !important;
  border-radius: 2px;
}
section.page .body .metin .auth input#phone {
  padding: 14px 12px 14px 100px !important;
}
section.page .body .metin .auth .iti__selected-dial-code {
  font-size: 16px;
  font-weight: 600;
  color: #8187a1;
}
section.page .body .metin .auth .iti__country {
  margin-bottom: 0px;
}
section.page .body .metin .auth div#passmoyo .zayif {
  background: #f30235;
  width: 50px;
  height: 24px;
  border-radius: 14px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 24px;
  text-align: center;
}
section.page .body .metin .auth div#passmoyo .orta {
  background: #fdca00;
  width: 50px;
  height: 24px;
  border-radius: 14px;
  font-size: 12px;
  color: #fff;
  display: none;
  line-height: 24px;
  text-align: center;
}
section.page .body .metin .auth div#passmoyo .guclu {
  background: #21d475;
  width: 50px;
  height: 24px;
  border-radius: 14px;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  display: none;
}
section.page .body .metin .auth div#passmoyo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: flex;
}
section.page .body .metin .auth .paygroup .group.position-relative > i {
  position: absolute;
  font-size: 20px;
  color: #8c95aa;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
section.page .body .metin .auth .paygroup label {
  font-size: 16px;
  font-weight: 600;
  color: #8187a1;
  margin-bottom: 10px;
}
section.page .body .metin .auth .paygroup .group.position-relative > i {
  position: absolute;
  font-size: 20px;
  color: #8c95aa;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
section.page .body .metin .auth .paygroup .group.position-relative .form-control, section.page .body .metin .auth .paygroup .group.position-relative .form-select {
  padding: 14px 10px 14px 44px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.page .body .metin .auth .paygroup .form-control, section.page .body .metin .auth .paygroup .form-select {
  width: 100%;
  border: 2px solid #d9dfe8;
}
section.page .body .metin .auth .paygroup .form-control:hover, section.page .body .metin .auth .paygroup .form-control:focus, section.page .body .metin .auth .paygroup .form-control:active, section.page .body .metin .auth .paygroup .form-select:hover, section.page .body .metin .auth .paygroup .form-select:focus, section.page .body .metin .auth .paygroup .form-select:active {
  border: 2px solid #b9c4d5;
  outline: none;
  box-shadow: none;
}
section.page .body .metin .auth .input-group {
  border-radius: 2px;
  border: solid 2px #c2c8d4;
  background-color: #fff;
}
section.page .body .metin .auth .input-group .form-control, section.page .body .metin .auth .input-group .form-select {
  border: 0;
  padding-left: 0;
}
section.page .body .metin .auth .input-group .form-control:active, section.page .body .metin .auth .input-group .form-control:focus, section.page .body .metin .auth .input-group .form-control:hover, section.page .body .metin .auth .input-group .form-select:active, section.page .body .metin .auth .input-group .form-select:focus, section.page .body .metin .auth .input-group .form-select:hover {
  border: 0 !important;
}
section.page .body .metin .auth .input-group .input-group-text {
  background: #fff;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  color: #d9dfe8;
}
section.page .body .metin .auth .input-group .form-check.form-check-inline {
  width: calc(50% - 10px);
  margin: 0px 10px 0px 0px;
  border-radius: 2px;
}
section.page .body .metin .auth .input-group .form-check.form-check-inline input {
  display: none;
}
section.page .body .metin .auth .input-group .form-check.form-check-inline label {
  border-radius: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #8187a1;
  padding: 9px;
  cursor: pointer;
}
section.page .body .metin .auth .input-group .form-check.form-check-inline input:checked + label {
  background-color: #6e7685;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
section.page .body .metin .auth a.btn-sifremiunuttum {
  font-size: 16px;
  font-weight: 600;
  color: #8187a1;
}
section.page .body .metin .auth a.btn-sifremiunuttum:hover {
  color: #666d89;
}
section.page .body .metin .auth .btn-gonder {
  border-radius: 2px;
  box-shadow: -12px 12px 21px 0 rgba(26, 123, 186, 0.25);
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  padding: 22px 70px;
}
section.page .body .metin .btn-kayitol {
  border-radius: 2px;
  box-shadow: -12px 12px 21px 0 rgba(26, 123, 186, 0.25);
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  padding: 22px 70px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  border: 0;
}
section.page .body .metin .btn-kayitol:hover {
  background-image: linear-gradient(to right, #1a7bba, #1a7bba);
}
section.page .body .metin .body {
  padding: 30px;
}
section.page .body .metin ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
section.page .body .metin ul li i {
  color: #e66c2e;
  margin-bottom: 0;
  margin-right: 10px;
}
section.page .body .metin ul.bankalar li {
  border-bottom: 1px solid #f3f5f8;
  padding: 25px;
  color: #787e98;
}
section.page .body .metin ul.iletisim {
  padding: 30px;
  padding-bottom: 0;
}
section.page .body .metin ul.iletisim li {
  margin-bottom: 30px;
}
section.page .body .metin ul.iletisim li .ikon {
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  color: #fff;
  font-size: 20px;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
section.page .body .metin ul.iletisim li .ikon i {
  color: #fff;
  margin: 0;
  font-size: 30px;
}
section.page .body .metin ul.iletisim li small {
  font-size: 18px;
  font-weight: 500;
  color: #787e98;
}
section.page .body .metin ul.iletisim li p {
  font-size: 20px;
  font-weight: 500;
  color: #787e98;
}
section.page .body .metin form {
  padding: 30px;
}
section.page .body .metin form .form-control, section.page .body .metin form .form-select {
  border-radius: 2px;
  border: solid 2px #c2c8d4;
  background-color: #fff;
  height: auto;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #787e98;
}
section.page .body .metin form .form-control:active, section.page .body .metin form .form-control:focus, section.page .body .metin form .form-select:active, section.page .body .metin form .form-select:focus {
  border: solid 2px #a4adbf;
}
section.page .body .metin form .btn-gonder {
  padding: 20px 50px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
section.page .body .metin form .btn-gonder:hover {
  background-image: linear-gradient(to right, #1a7bba, #1a7bba);
}
section.page .body .metin .arabaslik {
  background-color: #f3f5f8;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #787e98;
  margin: 0px;
}
section.page .body .menu {
  border-radius: 2px;
}
section.page .body .menu .head {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  padding: 25px;
  font-size: 18.5px;
  font-weight: 600;
  color: #fff;
}
section.page .body .menu ul li {
  background: #fff;
  border-bottom: 1px solid #f3f5f8;
}
section.page .body .menu ul li:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
section.page .body .menu ul li a {
  display: inline-flex;
  font-size: 18px;
  padding: 18px 25px;
  color: #787e98;
  width: 100%;
}
section.page .body .menu ul li a:hover {
  color: #60657d;
}

section.domainfiyatlari {
  background-image: linear-gradient(to left, #1a7bba, #1a5495);
  padding-top: 45px;
  padding-bottom: 45px;
}
section.domainfiyatlari .baslik {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
section.domainfiyatlari .domainfiyatlari {
  color: #fff;
}
section.domainfiyatlari .domainfiyatlari .liste .oge {
  border-radius: 2px;
  box-shadow: -8.5px 8.5px 25px 0 rgba(0, 0, 0, 0.09);
  background-image: linear-gradient(to top, #ffefe2, #fff);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: calc(7.14285714% - 20px);
}
section.domainfiyatlari .domainfiyatlari .liste .oge:nth-child(1) {
  margin-left: 0px;
}
section.domainfiyatlari .domainfiyatlari .liste .oge:nth-child(14) {
  margin-right: 0px;
}
section.domainfiyatlari .domainfiyatlari .liste .oge:hover {
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.domainfiyatlari .domainfiyatlari .liste .oge svg {
  max-height: 12px;
  width: auto;
  max-width: 100%;
}
section.domainfiyatlari .domainfiyatlari .liste .oge .ust {
  padding: 15px;
}
section.domainfiyatlari .domainfiyatlari .liste .oge .alt {
  border-top: 1px solid #ebeef3;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #6e7685;
}

.whmcs {
  background: #fff;
}
.whmcs .whmcsremove {
  padding: 150px;
  text-align: center;
  border-radius: 2px;
  background: #8187a1;
  font-size: 83px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.72;
  letter-spacing: normal;
  color: #fff;
}

section.sss {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.sss .baslik {
  font-size: 24px;
  font-weight: 600;
  color: #575b6d;
  margin-bottom: 40px;
}
section.sss .card {
  border: 0;
  border-radius: 2px;
  box-shadow: -8.5px 8.5px 25px 0 rgba(129, 135, 161, 0.05);
  background-color: #fff;
}
section.sss .card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #f3f5f8;
}
section.sss .card .card-header button.btn.btn-link {
  font-size: 16px;
  font-weight: 600;
  color: #8187a1;
  text-decoration: none;
  padding-left: 0px;
}
section.sss .card .card-header button.btn.btn-link:not(.collapsed) {
  color: #1a5495;
}
section.sss .card .card-header button.btn.btn-link:not(.collapsed):hover, section.sss .card .card-header button.btn.btn-link:not(.collapsed):active, section.sss .card .card-header button.btn.btn-link:not(.collapsed):focus {
  color: #1a7bba;
}
section.sss .card .card-header button.btn.btn-link:hover, section.sss .card .card-header button.btn.btn-link:active, section.sss .card .card-header button.btn.btn-link:focus {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  color: #666d89;
}
section.sss .card .card-body {
  font-size: 16px;
  line-height: 22px;
  color: #6e7685;
}
section.sss .canlidestek {
  padding: 28px 0 0;
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  height: 100%;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.sss .canlidestek .baslik {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
section.sss .canlidestek a.btn-canlidestek {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 14px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.sss .canlidestek a.btn-canlidestek i {
  margin-left: 10px;
}
section.sss .canlidestek a.btn-canlidestek:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.auth .form-control, .auth .form-select {
  font-size: 16px;
  font-weight: 500;
  color: #8187a1 !important;
}
.auth .form-control::placeholder, .auth .form-select::placeholder {
  color: #9ea3b7 !important;
}

section.uygulamalar {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.uygulamalar .baslik {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #666d89;
}
section.uygulamalar .item {
  border-radius: 2px;
  box-shadow: -8.5px 8.5px 25px 0 rgba(129, 135, 161, 0.05);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin-bottom: 24px;
}
section.uygulamalar .item svg {
  max-width: 60%;
}
section.uygulamalar .item:hover {
  transform: scale(1.1);
}
section.uygulamalar .item .number {
  padding: 16px 36px;
  border-radius: 2px;
  box-shadow: -8.5px 8.5px 25px 0 rgba(23, 123, 186, 0.27);
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
section.uygulamalar .item span {
  font-size: 26px;
  text-align: left;
  color: #666d89;
  margin-left: 30px;
}

section.yaninda {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
}
section.yaninda .baslik {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
section.yaninda p {
  font-size: 16px;
  text-align: left;
  color: #fff;
  margin-top: 21px;
}
section.yaninda .item {
  flex-grow: 1;
  width: calc(20% - 20px);
  min-width: calc(20% - 20px);
  border-radius: 2px;
  box-shadow: -8.5px 8.5px 25px 0 rgba(0, 0, 0, 0.09);
  background-image: linear-gradient(to top, #1a7bba, #fff);
  padding: 37px 5px 22px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
section.yaninda .item:hover {
  transform: scale(1.1);
}
section.yaninda .item:nth-child(1) {
  margin-left: 0;
}
section.yaninda .item:nth-child(5) {
  margin-right: 0;
}
section.yaninda .item i {
  background-image: linear-gradient(to top, #1a7bba, #1a5495), linear-gradient(to bottom, #1a7bba, #1a7bba);
  font-size: 32px;
  color: #1a7bba;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.yaninda .item .itembaslik {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #6e7685;
}

table.servers {
  border-radius: 2px;
  border: 0;
}
table.servers tr {
  border-bottom: 1px solid #e7ebf3;
}
table.servers tr:hover {
  background: #fafafa;
}
table.servers tr:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
table.servers tr:last-child {
  border-bottom: 0;
}
table.servers tr:last-child * {
  border-bottom: 0;
}
table.servers tr td, table.servers tr th {
  border-right: 1px solid #e7ebf3;
  vertical-align: middle;
  color: #2e3141;
  font-size: 16px;
}
table.servers tr th * {
  float: left;
}
table.servers tr th span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  color: #2e3141;
}
table.servers tr th:first-child {
  border-top-left-radius: 2px;
  border-left: 0px;
}
table.servers tr th:last-child {
  border-right: 0;
  border-top-right-radius: 2px;
}
table.servers tr td img {
  margin-right: 15px;
}
table.servers tr td:first-child {
  border-left: 0px;
}
table.servers tr td:first-child div span, table.servers tr td b {
  font-weight: 600;
  color: #2e3141;
}
table.servers tr td:last-child {
  border-right: 0;
}
table.servers tr td a.btn-buy {
  padding: 0px 29px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  color: #fff;
}

.metin .table-responsive {
  border-radius: 2px;
}

.packages {
  border-radius: 2px;
  background-color: #fff;
}
.packages.ssl .items .big {
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
  max-height: 75px;
  border-bottom: 2px solid #f3f5f8 !important;
}
.packages.ssl ul.list-item li:not(.border-start-0) {
  text-align: center !important;
}
.packages.ssl .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  color: #4a4e5e;
  -webkit-background-clip: padding-box;
  background: transparent;
  -webkit-text-fill-color: inherit;
}
.packages button.btn.btn-primary.btn-block.d-flex.align-items-center.justify-content-between {
  border-radius: 0px;
  padding: 20px;
  background-color: #6e7685;
  border: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.packages button.btn.btn-primary.btn-block.d-flex.align-items-center.justify-content-between i {
  margin-left: 15px;
}
.packages .items li.border-start-0 {
  border-left: 0 !important;
}
.packages .items .big {
  padding: 21px 24px;
  border-bottom: 2px solid #f3f5f8;
  border-left: 1px solid #f3f5f8;
  max-height: 93px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  font-size: 22px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
  color: #393e4c;
}
.packages .items .big .ikon {
  border-radius: 2px;
  box-shadow: -5.7px 5.7px 18px 0 rgba(26, 123, 186, 0.59);
  background-image: linear-gradient(to top, #1a7bba, #1a5495);
  width: 58px;
  height: 58px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.packages .items .big.asds {
  border-bottom: 2px solid #1a7bba;
}
.packages .items .big span.light {
  font-weight: 400;
}
.packages .items ul.list-item li {
  padding: 14px 24px;
  border-left: 1px solid #dee4ee;
  border-bottom: 1px solid #dee4ee;
  font-size: 16px;
  font-weight: 500;
  color: #393e4c;
  text-align: left;
}
.packages .items ul.list-item li:not(.border-start-0):last-child {
  border-bottom: 0;
}
.packages .items small {
  background-image: linear-gradient(to right, #1a7bba, #1a5495), linear-gradient(to right, #1a5495, #1a5495);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #1a5495;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 15px;
}
.packages a.btn-buy {
  display: block;
  padding: 16px 0px;
  border-radius: 2px;
  box-shadow: -7.1px 7.1px 25px 0 rgba(26, 123, 186, 0.29);
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: 100%;
}
.packages a.btn-buy:hover {
  background-image: linear-gradient(to right, #1a7bba, #1a7bba);
}
.packages .price {
  background-image: linear-gradient(to top, #1a7bba, #1a5495), linear-gradient(to bottom, #1a7bba, #1a7bba);
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-weight: 600;
  line-height: 50px;
  color: #1a5495;
}

.btlbbl5 {
  border-top-left-radius: 5px;
}

.btlbbl6 {
  border-top-right-radius: 5px;
}

.menubar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #292e3b;
  z-index: 999;
  display: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.menubar__links {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #292e3b;
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
}

.menubar__links li.active {
  background: #1a5495;
  transform: scale(1.2);
  border-radius: 5px;
  position: relative;
  top: -3px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
}

.menubar__links li.active a, .menubar__links li.active a i {
  color: #fff;
}

.menubar__links li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 3px transparent;
  box-shadow: inset 0 3px transparent;
}

.menubar__links li a {
  text-decoration: none !important;
  outline: none !important;
  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;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.menubar__links li a i {
  color: #fff;
  font-size: 22px;
}

.menubar__links li span.balance {
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #4479ff;
}

section.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #383e4c;
  z-index: 991;
}
section.mobile-menu ul.navbar-nav {
  margin-top: 30px;
}
section.mobile-menu ul.navbar-nav li.nav-item .nav-link {
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #222c41;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.mobile-menu ul.navbar-nav li.nav-item .nav-link i:first-child {
  font-size: 24px;
  color: #ccd7e5;
  margin-right: 10px;
  font-weight: normal;
}
section.mobile-menu ul.navbar-nav li.nav-item .nav-link i.ri-arrow-down-s-line {
  font-size: 24px;
  color: #ccd7e5;
  margin-right: 0;
  float: right;
  font-weight: normal;
}
section.mobile-menu ul.navbar-nav li.nav-item .nav-link i.ri-arrow-right-s-line {
  font-size: 24px;
  color: #ccd7e5;
  margin-right: 0;
  float: right;
  font-weight: normal;
}
section.mobile-menu ul.navbar-nav a.nav-link:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-bottom: 0;
}
section.mobile-menu ul.navbar-nav .dropdown-submenu {
  background: #fff;
  margin-bottom: 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
section.mobile-menu ul.navbar-nav .dropdown-submenu .nav-link {
  border-top: 1px solid #ccd7e5;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
section.mobile-menu ul.navbar-nav .dropdown-submenu .nav-link:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*# sourceMappingURL=main.css.map */
