html {
  overflow-x: hidden;
  height: auto;
}
* {
  font-family: "prompt", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.overlayer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; /* This will make the div cover the height of its parent, which is body in this case */

  background-color: #000;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.visible-hid {
  visibility: visible;
  opacity: 0.5;
}
a {
  text-decoration: none;
  color: #000;
}
#navbar-open-close svg {
    stroke: #000;
    /* siyah */
    fill: none;
}
.navbar-open-close {
  display: none;
  background-color: #0078ff;
  padding: 2px 10px;
  border-radius: 6px;
}
.Mynavbar-right {
  transition: all 0.4s ease-in-out;
  z-index: 100;
}
.Mynavbar-right .bi-chevron-down {
  display: none;
}
.Mynavbar-right .bi-chevron-up {
  display: none;
}
.Mynavbar-right-mobile-close-icon-active {
  font-size: 1.4rem;
  visibility: hidden;
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 310px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.homePageCarausel {
  margin-top: 50px;
}
.animate-on-scroll {
  opacity: 0; /* Başlangıçta görünmez yapıyoruz */
}
.homePageCarausel p {
  color: #0078ff;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}
.homePageCarausel h1 {
  color: #0078ff;
  text-align: center;
  font-weight: 600;
}
.navbar-btn {
  height: 90px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.navbar-btn-active {
  height: 90px;
  background-color: #0078ff;
  color: #fff;
}

.navbar-btn:hover {
  background-color: var(--bs-primary);
  color: var(--bs-badge-color);
}
@media (max-width: 1200px) {
  .Mynavbar-right .bi-chevron-down {
    display: inherit;
  }
  .Mynavbar-right .bi-chevron-up {
    display: inherit;
  }
  .topbar-calendar {
    display: none !important;
  }
  .homePageSlider {
    display: none;
  }
  .slider-mobile-full {
    display: flex !important;

    /* background-image: url("../img/mobile-slider/mobile-slider2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
  }
  .navbar-open-close {
    display: inherit;
  }
  .Mynavbar-right {
    padding: 20px 10px;
    background-color: #fff;
    width: 350px;
    display: flex;
    position: fixed !important;
    flex-direction: column;
    height: calc(100vh - 150px);
    overflow-y: auto !important;
    gap: 10px !important;
    scrollbar-width: thin; /* Firefox için ince kaydırma çubuğu */
    scrollbar-color: #888 #f1f1f1; /* Firefox için kaydırma çubuğu ve izi */
  }
  .mynavbar-right::-webkit-scrollbar {
    width: 8px; /* Kaydırma çubuğu genişliği */
  }
  .mynavbar-right::-webkit-scrollbar-track {
    background: #f1f1f1; /* Kaydırma çubuğu izi arka planı */
  }
  .Mynavbar-right > :nth-child(2) {
    margin-top: 15px;
  }
  .mynavbar-right::-webkit-scrollbar-thumb {
    background-color: #888; /* Kaydırma çubuğu rengi */
    border-radius: 10px; /* Kaydırma çubuğu yuvarlak köşeler */
    border: 2px solid #f1f1f1; /* Kaydırma çubuğu kenarlığı */
  }

  /* Kaydırma çubuğuna hover efekti */
  .mynavbar-right::-webkit-scrollbar-thumb:hover {
    background: #555; /* Kaydırma çubuğu hover rengi */
  }
  .Mynavbar-right-mobile-close {
    right: -930px;
    top: 50px;
  }
  .Mynavbar-right-mobile-open {
    right: 0px;
    top: 50px;
  }

  .navbar-btn {
    height: 20px !important;
    width: 200px;
  }
  .Mynavbar-right-mobile-close-icon-active {
    visibility: visible;
  }
  .dropdownList {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: none !important;
    border-top: 5px solid #0078ff !important;
    display: none !important;
  }
  .Mynavbar-right li a span {
    font-size: 1rem !important;
  }
  .dropdownList a {
    font-size: 0.8rem !important;
  }
  .d-block-imp {
    display: block !important;
  }
  .dropdown-wrapper a {
    display: flex;
    align-items: center;
  }
  .mySwiper {
    max-width: 750px !important;
    height: 460px !important;
  }
}
@media (max-width: 697px) {
  .topbar-mail {
    display: none !important;
  }
  .topbar-social-media {
    display: none !important;
  }
}
.Mynavbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.Mynavbar-right li a {
  border-radius: 6px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-logo {
  height: 70px;
  padding: 5px;
}
.topbar-social-media a {
  color: #0078ff;
  padding: 4px 7px;
  border-radius: 150px;
}
.topbar-social-media a:hover {
  background-color: #001b40;
  color: #fff;
}
.dropdown-wrapper {
  position: relative;
}
.dropdownList {
  background-color: #fff;
  border: 1px solid #001b40;
  color: #0078ff;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 90px;
  left: 0;
  border-top: 5px solid #0078ff;
  border-radius: 0 5px 5px 5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dropdownList li {
  width: 200px;
  padding: 6px 10px;
  border-bottom: 1px solid black;
}
.dropdownList li:hover {
  background-color: #e8e6e6;
}
.dropdownList > :last-child {
  border: none;
}
.dropdown-wrapper:hover a {
  border-radius: 10px 10px 0 0;
}
.dropdown-wrapper:hover > .dropdownList {
  visibility: visible;
  opacity: 1;
}
.dropdown-wrapper:hover > a {
  background-color: #0078ff;
}
.rotate-navbar-open-close {
  transform: rotate(360deg);
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 360px) {
  .Mynavbar-right {
    width: 100vw !important;
  }
  .Mynavbar-right-mobile-close-icon-active {
    top: 15px !important;
    left: 15px !important;
  }
  .navbar-logo {
    height: 50px;
    padding: 5px;
  }
}
.carousel-control-prev:hover {
  background-color: transparent !important;
}
.carousel-control-next:hover {
  background-color: transparent !important;
}
.carousel-control-prev {
  background-color: transparent !important;
}
.carousel-control-next {
  background-color: transparent !important;
}

.slider-mobile-full {
  display: none;
  justify-content: center;
  align-items: center;
  max-height: calc(100vh - 140px);
  max-width: 1200px;
  width: 100%;
  height: 100vh;
  background-color: rgba(107, 107, 107, 0.1);
  /* background-image: url("../img/mobile-slider/mobile-slider2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  margin: 0 auto;
  position: relative;
}

.slider-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-mobile-left {
  width: 60%;
  padding-right: 20px;
}

.slider-mobile-right {
  width: 40%;
  text-align: center;
}

.slider-mobile-right img {
  width: 450px;
}
.slider-mobile-left h4 {
  font-weight: 400;
  color: #0078ff;
}
.slider-mobile-left h1 {
  font-weight: 700;
  color: #000000a4;
}
.slider-mobile-left p {
  font-weight: 400;
  color: #000;
}
.slider-mobile-left-autowriter {
  font-weight: 800;
  color: #0078ff;
  caret-color: black;
  font-size: 50px;
}
@media (max-width: 768px) {
  .slider-mobile {
    flex-direction: column-reverse;
    text-align: center;
  }
  .slider-mobile-left-autowriter {
    font-weight: 700;
    font-size: 30px;
  }
  .slider-mobile-left,
  .slider-mobile-right {
    width: 100%;
    padding: 10px 0;
  }

  .slider-mobile-right img {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .slider-mobile-left,
  .slider-mobile-right {
    padding: 5px 0;
  }

  .slider-mobile-right img {
    width: 100%;
    max-width: 200px;
  }
  .slider-mobile-left h1 {
    font-size: 25px;
  }
  .slider-mobile {
    padding: 15px;
  }
  .slider-mobile-full {
    max-height: 640px;
  }
}
@media (max-width: 400px) {
  .slider-mobile-right img {
    max-width: 150px;
  }
}
/* .carousel-hiddener {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 2;
} */
.hizmetlerCarousel {
  margin: 2px auto;
  max-width: 1000px;
  max-height: 530px;
  position: relative !important;
}

.mySwiperSlide {
  text-align: center;
  height: 470px;
  min-width: 250px;
}

.mySwiperSlide img {
  display: block;
  object-fit: cover;
  margin-bottom: 0;
  height: 230px;
}
.mySwiperSlide h3 {
  padding: 0;
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}
.hizmetCarousel {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.slideDetayliBilgi {
  display: flex;
  align-items: center;
  color: #0078ff;
  margin-top: 15px;
}
.homePageSlogan {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  height: auto;
  z-index: 4 !important;
  background-color: rgba(1, 1, 1, 0.1);
}
.homePageSlogan-img {
  background-image: url(../img/global-network.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.26;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.homePageSlogan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  gap: 50px;
  text-align: center;
}
.homePageSlogan__Slogan {
  margin-bottom: 10px;
}
.homePageSlogan__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  z-index: 4;
}
.homePageSlogan__Text {
  font-size: 20px;
}
.homePageSlogan__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.homePageSlogan__item-number {
  font-size: 70px;
  color: #0078ff;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
.homePageSlogan__item-text {
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 716px) {
  .homePageSlogan__items {
    flex-direction: column;
  }
  .homePageSlogan {
    height: auto;
  }
  .homePageSlogan__item-number {
    font-size: 50px;
  }
  .homePageSlogan__items {
    gap: 10px;
  }
  .homePageSlogan-content {
    gap: 0px;
  }
  .homePageSlogan__Sloganlar {
    margin-bottom: 0;
  }
  .homePageNedenBiz-right {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 50px !important;
  }
}
@media (max-width: 406px) {
  .homePageSlogan__items {
    flex-direction: column;
  }
  .homePageSlogan {
    padding: 5px;
  }
  .homePageSlogan__item-number {
    font-size: 50px;
  }
  .homePageSlogan__items {
    gap: 10px;
  }
  .homePageSlogan-content {
    gap: 10px;
  }
}
@media (max-width: 360px) {
  .homePageSlogan__items {
    flex-direction: column;
  }
  .homePageSlogan {
    padding: 5px;
  }
  .homePageSlogan__item-number {
    font-size: 40px;
  }
  .homePageSlogan__items {
    gap: 10px;
  }
  .homePageSlogan-content {
    gap: 10px;
  }
  .homePageSlogan__item-text {
    font-weight: bold;
    font-size: 16px;
  }
  .homePageSlogan__Slogan {
    font-size: 28px;
  }
}
.pack_card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  border: 2px solid #0078ff;
  padding: 1.5rem 1rem 1rem 1rem;
  margin-top: 1rem;
  background-color: #fff;
  max-width: 300px;
  width: 100%;
}

.HomePackages-banner {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -0.5rem;
  display: flex;
  justify-content: center;
}

.banner_tag {
  display: flex;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #0078ff;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

.pack_name {
  margin-bottom: 0.1rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  color: rgb(31 41 55);
}

.HomePackages-description {
  margin: 0 auto 0.3rem auto;
  text-align: center;
  color: rgb(107 114 128);
}

.HomePackages-lists > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
}

.HomePackages-list {
  display: flex;
  gap: 0.5rem;
}

.HomePackages-list svg {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  color: #0078ff;
}

.HomePackages-list span {
  color: rgb(75 85 99);
}

.HomePackages-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.HomePabottomckage- {
  margin-bottom: 30px;
}
.HomePackages-price_container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
  margin: 15px 0;
}

.HomePackages-price_container-devise {
  align-self: flex-start;
  color: #0078ff;
  font-size: 25px;
}

.HomePackages-price_container-price {
  font-size: 3rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #0078ff;
}

.HomePackages-price_container-date {
  color: #0078ff;
}

.HomePackages-price_container-btn {
  display: block;
  border-radius: 0.5rem;
  background-color: #0078ff;
  padding: 0.75rem 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #fff;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);

  margin-top: 15px;
}
.HomePackages-Top {
  margin-bottom: 30px;
}
.HomePackages-price_container-btn:hover {
  color: #001b40 !important;
  cursor: pointer !important;
}

.HomePackages-price_container-btn:active {
  background-color: #0078ff;
  color: #fff;
}

.HomePackages {
  max-width: 1250px;
  margin: 10px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  width: 100%;
  gap: 15px;
}
@media (max-width: 1300px) {
  .HomePackages {
    max-width: 620px;
    grid-template-columns: repeat(2, 1fr);
  }
  .homePageNedenBiz {
    padding: 50px 80px !important;
  }
}
@media (max-width: 650px) {
  .HomePackages {
    width: auto;
    grid-template-columns: repeat(1, 1fr);
    padding: 5px;
  }
  .homePageSurecNasilIsliyor {
    height: 1150px !important;
  }
}
.homePageSurecNasilIsliyor {
  width: 100vw;
  height: 1050px;
  position: relative;
}
.homePageSurecNasilIsliyor-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  text-align: center;
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 20px;
  background: transparent;
}
.homePageSurecNasilIsliyor-title h1 {
  color: #0078ff;
}
.HomePackages-title h2 {
  color: #0078ff;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.HomePackages-title h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #001b40;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%); /* Ortalamak için */
}
.homePageSurecNasilIsliyor-title .adim {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  max-width: 750px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: auto;
  margin-top: 25px;
}
.homePageSurecNasilIsliyor-title .adim-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  max-width: 550px;
  padding: 15px;
  border-left: 3px solid #0078ff;
  gap: 15px;
  
}
.homePageSurecNasilIsliyor-title .adim-body p {
  font-size: 14px;
}
.homePageSurecNasilIsliyor-title .adim-body h3 {
  color: #0078ff;
}
.homePageSurecNasilIsliyor-title .adim-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.homePageSurecNasilIsliyor-title .adim-head i {
  padding: 10px 15px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  border: 2px solid #0078ff;
}
.homePageSurecNasilIsliyor-title .adim-head span {
  font-size: 20px;
}
@media (max-width: 512px) {
  .homePageSurecNasilIsliyor {
    height: 1250px !important;
  }
}
@media (max-width: 432px) {
  .homePageSurecNasilIsliyor {
    height: 1350px !important;
  }
}
@media (max-width: 399px) {
  .homePageSurecNasilIsliyor {
    height: 1450px !important;
  }
}
@media (max-width: 390px) {
  .homePageSurecNasilIsliyor {
    height: 1600px !important;
  }
}
@media (max-width: 372px) {
  .homePageSurecNasilIsliyor {
    height: 1800px !important;
  }
}
@media (max-width: 337px) {
  .homePageSurecNasilIsliyor {
    height: 1950px !important;
  }
  .topbar-all {
    padding: 0 5px !important;
  }
  .Mynavbar {
    padding: 0 5px !important;
  }
}
@media (max-width: 317px) {
  .homePageSurecNasilIsliyor {
    height: 2050px !important;
  }
}
@media (max-width: 305px) {
  .homePageSurecNasilIsliyor {
    height: 2250px !important;
  }
}
@media (max-width: 290px) {
  .homePageSurecNasilIsliyor {
    height: 2350px !important;
  }
}
.homePageNedenBiz {
  display: grid;
  gap: 20px;
  padding: 50px 150px;
  grid-template-columns: 2fr 3fr;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
.homePageNedenBiz-left {
  display: flex;
  align-items: start;
  gap: 25px;
  flex-direction: column;
}
.homePageNedenBiz-left h1 {
  color: #0078ff;
}
.homePageNedenBiz-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.homePageNedenBiz-right i {
  font-size: 30px;
  padding: 5px 8px;
  background-color: rgba(0, 120, 255, 0.2);
  border-radius: 5px;
}
.homePageNedenBiz-right-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.homePageNedenBiz-right-item h3 {
  color: #0078ff;
  font-weight: 600;
}
@media (max-width: 1070px) {
  .homePageNedenBiz {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px !important;
  }
}
.homePageYorumlar {
  width: 100%;
  height: auto;
  background-color: rgba(127, 127, 127, 0.1);
  text-align: center;
  padding: 30px 10px;
}
.homePageYorumlar h1 {
  color: #0078ff;
  font-weight: 500;
  margin-bottom: 10px;
}
.homePageYorumlarCarousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 370px !important;
  margin: auto;
}
.homePageYorumlarCarousel .bi-person-circle {
  font-size: 100px;
  color: #001b40;
  margin-bottom: 0;
}
.homePageYorumlarCarouselItem {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.homePageYorumlarCarouselItem .bi-star-fill {
  color: #0078ff;
}
.homePageYorumlarCarouselItemYildizlar {
  margin: 10px 2px;
}
.homePageYorumlarCarouselItemYildizlar i {
  color: #0078ff;
}
.homePageBulten {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%; /* Auto yerine %100 kullanımı */
  margin: auto;
  gap: 25px;
  padding: 10px 30px;
}

.homePageBulten img {
  width: 100%; /* 450px yerine %100 */
  max-width: 450px; /* Maksimum genişlik */
}

.homePageBulten-input {
  display: flex;
  align-items: center;
  width: 100%; /* Auto yerine %100 */
}

.homePageBulten-input button {
  background-color: #0078ff;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 40%;
  /* Önemli değil, önemli yerine width ayarı */
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box; /* Box sizing ekle */
}

.homePageBulten-input input {
  height: 50px;
  max-width: 800px;
  width: 75%; /* Auto yerine %100 */
}
@media (max-width: 400px) {
  .homePageBulten-input input {
    width: 100% !important;
  }
  .homePageBulten-input button {
    width: 100% !important;
  }
  .homePageBulten-input {
    flex-direction: column; /* Column direction ekle */
  }
}
.homePageBulten-left {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-direction: column;
  max-width: 700px;
  width: 100%; /* Auto yerine %100 */
}

.homePageBulten-left h2 {
  color: #0078ff;
}

@media (max-width: 1100px) {
  .homePageBulten {
    flex-direction: column-reverse;
    align-items: center; /* Center alignment ekle */
  }

  .homePageBulten img {
    width: 100%; /* 250px yerine %100 */
    max-width: 250px; /* Maksimum genişlik */
  }
}

@media (max-width: 330px) {
  .homePageBulten {
    padding: 10px; /* Yalnızca 10px kullan */
  }

  .homePageBulten img {
    width: 100%; /* 250px yerine %100 */
    max-width: 250px; /* Maksimum genişlik */
  }
}
.homePageMesajSSS-full {
  background-color: rgba(127, 127, 127, 0.1);
  width: 100vw;
  padding: 30px;
  margin: 40px 0;
}
.homePageMesajSSS {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1100px;
  width: 100%;
  padding: 10px 30px;
  margin: 0 auto;
}
.homePageSikSorulanSorular {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-direction: column;
  width: 50%;
  background-color: #0078ff;
  max-height: 500px;
  overflow-y: auto;
  padding: 40px 50px;
  border-radius: 25px 0 0 25px;
}
/* Scrollbar Styling */
.homePageSikSorulanSorular::-webkit-scrollbar {
  width: 8px; /* Scrollbar genişliği */
}

.homePageSikSorulanSorular::-webkit-scrollbar-thumb {
  background-color: #e0e0e0; /* Scrollbar rengi */
  border-radius: 4px; /* Köşe yuvarlama */
}

.homePageSikSorulanSorular::-webkit-scrollbar-thumb:hover {
  background-color: #d0d0d0; /* Hover durumunda scrollbar rengi */
}

.homePageSikSorulanSorular::-webkit-scrollbar-track {
  background-color: #0078ff; /* Track rengi */
}
.homePageSikSorulanSorular-header h2 {
  color: #fff;
  font-weight: 600;
}
.homePageSikSorulanSorular-header h4 {
  color: #fff;
  font-weight: 400;
}
.homePageMesajBirak {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: end;
  gap: 5px;
  flex-direction: column;
}
.homePageMesajBirak textarea {
  width: 100%;
  padding: 5px;
}
.homePageMesajBirak input {
  width: 100%;
  height: 40px;
  padding: 5px;
}
.homePageSikSorulanSorular-soru {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  width: 100%;
}
.homePageSikSorulanSorular-soru h5 {
  color: #0078ff;
  border-bottom: 2px solid rgba(127, 127, 127, 0.3);
  margin-bottom: 5px;
}
.homePageMesajBirak h4 {
  color: #0078ff;
  font-weight: 400;
}
.homePageMesajBirak h2 {
  color: #0078ff;
  font-weight: 600;
}
@media (max-width: 890px) {
  .homePageMesajSSS {
    flex-direction: column;
  }
  .homePageSikSorulanSorular {
    width: 100%;
    border-radius: 0;
  }
  .homePageMesajBirak {
    width: 100%;
  }

  .kurumsalBizKimiz {
    flex-direction: column !important;
    width: 100% !important;
  }
  .kurumsalBizKimiz-left {
    width: 100% !important;
  }
  .kurumsalBizKimiz-right {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .homePageSikSorulanSorular {
    padding: 15px 15px;
  }
  .homePageMesajSSS-full {
    padding: 5px;
  }
}
.footer-full {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  color: #fff;
  max-width: 1300px;
  margin: 50px auto;
  gap: 60px;
  padding: 0px 30px;
  position: relative;
  bottom: 0;
}
.footer-full2 {
  margin-top: 150px;
}
.footer-full h4 {
  color: #0078ff;
  font-weight: 500;
}
.footer-left,
.footer-center,
.footer-right {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-around;
}
.footer-center {
  justify-content: start;
  gap: 5px;
}
.footer-left p {
  color: rgba(84, 84, 84, 0.9);
}
.footer-center a {
  color: rgba(84, 84, 84, 0.9);
}
.footer-right a {
  color: rgba(84, 84, 84, 0.9);
}
.footer-full i {
  color: #0078ff;
  font-size: 20px;
}
.footer-left i {
  font-size: 22px;
  padding: 1px 5px;
  border: 2px solid #0078ff;
  border-radius: 5px;
}
.footer-bottom {
  margin-top: 10px;
  border-top: 1px solid rgba(127, 127, 127, 0.9);
  text-align: center;
  padding: 10px 0;
}
.footer-bottom b {
  color: #0078ff;
}
.footer-logo {
  width: 150px;
}
@media (max-width: 830px) {
  .footer-full {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 500px;
  }
  .footer-left,
  .footer-right {
    justify-content: center;
    gap: 10px;
  }
}
.kurumsalBizKimiz {
  display: flex;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  gap: 20px;
  padding: 0 30px;
}
.kurumsalBizKimiz-left {
  width: 40%;
}
.kurumsalBizKimiz-right {
  width: 60%;
}
.kurumsalBizKimiz-left img {
  width: auto;
  max-width: 100%;
}
.kurumsalBizKimiz-right h1 {
  color: #0078ff;
  font-weight: 600;
}
.kurumsalBizKimiz-right p {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
.kurumsalBizKimiz-right b {
  font-size: 20px;
}
.HomePackages-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HomePackages-bottom a {
  padding: 10px 15px;
  background-color: #0078ff;
  font-weight: 500;
  border: 1px solid transparent;
  font-size: 20px;

  transition: all 0.2s ease-in-out;
}
.HomePackages-bottom a:hover {
  padding: 10px 15px;
  background-color: #0078ff;
  color: white;
}
.hizmetPage-items .hizmetPage-item {
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
  flex-direction: column;
  background-color: rgba(127, 127, 127, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  border: 4px solid transparent;
  transition: all 0.2s;
}
.hizmetPage-item img {
  max-width: 300px;
  width: 100%;
}
.hizmetPage-item:hover {
  border: 4px solid #0078ff;
  transform: scale(1.1);
}
.hizmetPage-item h3 {
  color: #0078ff;
  font-weight: 600;
}
.hizmetPage-item a span {
  font-size: 20px;
}
.hizmetPage-item a {
  font-size: 20px;
  padding: 2px 8px;
}
.hizmetPage-item a:hover {
  color: #fff;
  background-color: #0078ff;
  border-radius: 5px;
}
.hizmetPage-items {
  display: grid;
  max-width: 1300px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  gap: 15px;
  padding: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 950px) {
  .hizmetPage-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .hizmetPage-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .hizmetPage-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 350px) {
  .hizmetPage-items {
    padding: 10px;
  }
}
.hizmet-page {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  padding: 10px;
}
.hizmet-page-title {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
}
.hizmet-page-title p {
  font-size: 20px;
  color: #000;
}
.hizmet-page-title h1 {
  font-weight: 600;
  color: #0078ff;
}
.iletisimPage {
  display: flex;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  padding: 10px 40px;
}
@media (max-width: 470px) {
  .iletisimPage {
    padding: 5px 5px !important;
  }
  .iletisimPage-left {
    align-items: center !important;
    text-align: center;
  }
}
.iletisimPage-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 50%;
  gap: 10px;
  font-size: 20px;
}
.iletisimPage-left h2 {
  font-weight: 600;
  color: #0078ff;
}
.iletisimPage-right {
  width: 50%;
}
.iletisimPage-right iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 850px) {
  .iletisimPage {
    flex-direction: column;
  }
  .iletisimPage-left {
    margin: auto;
    width: 100%;
  }
  .iletisimPage-right {
    margin: auto;
    width: 100%;
  }
}
.pageBottomLinks {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: 20px;
  right: 20px;
  bottom: 20px;
  gap: 15px;
  z-index: 9999;
}
.pageBottomLinks a i {
  font-size: 30px !important;
}
.pageBottomLinks a {
  background-color: rgb(0, 255, 0);
  padding: 5px 8px;
  color: #001b40;
  border-radius: 14px;
  cursor: pointer;
}
