@charset "UTF-8";
body {
  background-color: #FBFBFB;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.package {
  height: 100%;
  overflow: hidden;
}

.dropdown-toggle {
  border: 0;
}

.dropdown-item {
  color: #fff;
}

.navbar .navbar-nav .nav-item a:hover {
  background-color: none;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #ff8f2d;
}

.packages-info {
  height: 50rem;
  overflow: scroll;
  scrollbar-color: #c3c3c3 #e0e0e0;
}
.packages-info::-webkit-scrollbar {
  width: 0.625rem;
}
.packages-info::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border-radius: 0.625rem;
}
.packages-info::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

.breadcrumb .breadcrumb-item a {
  color: #000000;
}
.breadcrumb .active {
  color: #ff8f2d;
}

.blog {
  width: 33.125rem;
}
.blog .blog-location {
  height: 100%;
  box-shadow: 0.1875rem 0.1875rem 1.5625rem rgba(0, 0, 0, 0.07);
  border-radius: 0.3125rem;
  padding: 0.625rem;
}
.blog .blog-location .blog-content {
  padding: 1.875rem;
}
.blog .blog-location .blog-content .blog-title {
  font-size: 20px;
  font-weight: 700;
  color: #3a3a5e;
}
.blog .blog-location .blog-content .blog-desc {
  font-size: 16px;
}
.blog .blog-location .blog-content .read-more .blog-btn {
  color: #000000;
  font-size: 14px;
}
.blog .blog-location .blog-content .date p {
  font-size: 14px;
  color: #78859b;
}

.blog-detail .blog-location {
  height: 100%;
  box-shadow: 0.1875rem 0.1875rem 1.5625rem rgba(0, 0, 0, 0.07);
  border-radius: 0.3125rem;
  padding: 0.625rem;
}
.blog-detail .blog-location .blog-content {
  padding: 1.875rem;
}
.blog-detail .blog-location .blog-content .blog-title {
  font-size: 20px;
  font-weight: 700;
  color: #3a3a5e;
}
.blog-detail .blog-location .blog-content .blog-desc {
  font-size: 16px;
}
.blog-detail .blog-location .blog-content .read-more .blog-btn {
  color: #000000;
  font-size: 14px;
}
.blog-detail .blog-location .blog-content .date p {
  font-size: 14px;
  color: #78859b;
}

.navbar .navbar-brand,
.navbar .mobile-munu-logo {
  width: 9.375rem;
}
.navbar .navbar-toggler {
  position: relative;
  z-index: 1001;
}
.navbar .navbar-nav .nav-item a {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-nav .nav-item a.active {
  font-weight: 800;
}
.navbar .navbar-nav .nav-item a:hover {
  transform: translateY(-0.125rem);
  color: #FF8F2D !important;
}
.navbar .navbar-nav .btn-login-header {
  border: 0.0625rem solid #000000;
  font-size: 15px;
  color: #272727;
  font-weight: 600;
  padding: 0.5625rem 4.375rem;
  border-radius: 1.875rem;
}
.navbar .navbar-nav .btn-web-site {
  background-color: #FF8F2D;
  border-radius: 1.875rem;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5625rem 1.5625rem;
  transition: all 0.4s ease-in-out;
}
.navbar .navbar-nav .btn-web-site:hover {
  box-shadow: rgba(244, 197, 116, 0.4) 0rem 0rem 0rem 0.125rem, rgba(223, 195, 160, 0.65) 0rem 0.25rem 0.375rem -0.0625rem, rgba(227, 188, 124, 0.08) 0rem 0.0625rem 0rem inset;
}
@media (max-width: 62rem) {
  .navbar .navbar.sticky .nav-item a {
    color: #000;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    transition: left 0.3s ease-in-out;
    z-index: 1001;
  }
  .navbar .navbar-collapse.show {
    left: 0;
  }
  .navbar .navbar-collapse .close-menu {
    font-size: 1.875rem;
    margin-left: auto;
  }
  .navbar .navbar-nav {
    flex-direction: column;
    align-items: baseline !important;
    padding-top: 16px;
    padding: 1rem;
  }
  .navbar .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar .navbar-nav .nav-item a {
    display: block;
    padding: 0.625rem 1.25rem;
    font-size: 16px;
    border-bottom: 0.0625rem solid #dedede;
    position: relative;
    color: #000000 !important;
    padding-left: 0 !important;
  }
  .navbar .navbar-nav .nav-item a::after {
    content: url("https://cmsapi.ekolaykod.com/api/v1/uploads/load/clrsoft-mobile-arrow-dedb98d7-0177-4552-aa6a-75f9604992ea.svg");
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar .navbar-nav .btn-web-site {
    margin-top: 16px;
  }
}
.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000000 !important;
  z-index: 1000;
  transition: background-color 0.3s ease-in-out;
}
.navbar.sticky .nav-item a {
  color: #FFFFFF;
}
.navbar.sticky .btn-web-site {
  background-color: #FFFFFF;
  color: #FF8F2D;
}
.navbar.sticky .btn-web-site img {
  filter: invert(66%) sepia(55%) saturate(2139%) hue-rotate(337deg) brightness(101%) contrast(101%);
}
.navbar .navbar-toggler {
  background-color: white;
}

.header-top {
  background-color: #272727;
  color: #FFFFFF;
}
.header-top .header-info .us-call-you {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  background-color: #ffffff;
  padding: 0.3125rem 1.25rem;
  border-radius: 1.875rem;
  font-size: 15px;
  color: #272727;
}
@media (max-width: 48rem) {
  .header-top .header-info .us-call-you {
    font-size: 10px;
  }
}
.header-top .header-info .phone-number,
.header-top .header-info .or {
  font-size: 16px;
  color: #FFFFFF;
}
@media (max-width: 48rem) {
  .header-top .header-info .phone-number,
  .header-top .header-info .or {
    font-size: 10px;
  }
}
@media (max-width: 48rem) {
  .header-top .header-info {
    flex-direction: column;
    gap: 0.3125rem;
  }
}

.top-info {
  font-size: 15px;
  font-weight: bold;
  background: linear-gradient(270deg, #ff8f2d, rgb(236, 153, 80), #f09f58, #f0ae75, rgba(255, 222, 193, 0.9294117647), rgba(238, 222, 208, 0.9294117647));
  background-size: 1200% 1200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: colorChange 5s ease infinite;
}
@media (max-width: 48rem) {
  .top-info {
    font-size: 10px;
  }
}

@keyframes colorChange {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.content-main {
  margin-top: 5rem;
}
.content-main .promotion-area .demo-info {
  font-size: 64px;
  font-style: italic;
  color: #000000;
}
.content-main .promotion-area .create-now {
  font-size: 16px;
  font-weight: 500;
  background-color: #272727;
  color: #FFFFFF;
  padding: 0.6875rem 1.875rem;
  border-radius: 1.875rem;
  transition: all 0.2s ease-in-out;
}
.content-main .promotion-area .create-now:hover {
  background-color: #4C4C4C;
  box-shadow: #939393 0rem 0.625rem 1.875rem -0.625rem;
}
.content-main .promotion-area .website-call-us a {
  color: #272727;
  font-size: 20px;
  border-bottom: 0.0625rem solid #4C4C4C;
  padding-bottom: 0.625rem;
}

figure .animation-location {
  position: absolute;
  left: 19%;
  transform: translateY(13.4375rem);
  animation: jump 2s infinite alternate;
}
figure .animation-left {
  position: absolute;
  left: -20%;
  transform: translateY(15rem);
  animation: jump 5s infinite alternate;
}
figure .animation-top {
  position: absolute;
  left: 0%;
  transform: translateY(0.5rem);
  animation: jump 4s infinite alternate;
}
figure .animation-top-right {
  position: absolute;
  right: 0%;
  transform: translateY(-6.25rem);
  animation: jump 4s infinite alternate;
}
@keyframes jump {
  0% {
    top: 0; /* Başlangıç pozisyonu */
  }
  100% {
    top: 1.25rem; /* Bitiş pozisyonu (yukarı hareket) */
  }
}
figure .front-img {
  position: absolute;
  right: 53%;
  transform: translateX(-3.75rem);
  bottom: 0rem;
  z-index: 9;
}

.highlight-section {
  background-color: #FF8F2D;
  padding: 4.375rem;
}
.highlight-section h2 {
  color: #FFFFFF;
  font-size: 25px;
}
.highlight-section p {
  color: #FFFFFF;
  font-size: 20px;
}

.feature-section img {
  width: 100%;
  border-radius: 1.25rem;
}
.feature-section .commerce-right {
  padding: 2.5rem;
}
.feature-section .commerce-right h3,
.feature-section .commerce-right p {
  font-size: 17px;
  color: #4C4C4C;
}

.more-btn a {
  font-size: 16px;
  color: #4C4C4C;
  transition: all 0.4s ease-in-out;
}
.more-btn a::after {
  content: "";
  background-color: #4C4C4C;
  width: 100%;
  height: 0.0625rem;
  display: block;
  transition: width 0.6s ease-in;
}
.more-btn a:hover {
  transform: translateY(-0.3125rem);
}
.more-btn a:hover::after {
  width: 0;
  background-color: #FF8F2D;
}

/* Swiper Web Site */
.mySwiper {
  width: 100%;
  height: 100%;
  padding-bottom: 4.375rem;
  /* Ensure the default text is hidden */
}
.mySwiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper .swiper-slide .slide-text h3 {
  font-size: 17px;
  color: #4C4C4C;
  margin-top: 1.25rem;
}
.mySwiper .swiper-slide .slide-text p {
  font-size: 14px;
  color: #4C4C4C;
  padding: 0.75rem;
}
.mySwiper .swiper-button {
  position: absolute;
  display: flex;
  bottom: 2.5rem;
  justify-content: flex-end;
  width: 100%;
  padding-top: 0.5rem;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  width: 2.5rem; /* Set the desired width */
  height: 2.5rem; /* Set the desired height */
  background-size: contain; /* Ensure the background image fits the button */
  background-repeat: no-repeat; /* Prevent background image from repeating */
  margin-right: 0.3125rem; /* Adjust this value to control the space between arrows */
  background-color: #FF8F2D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper .swiper-button-next {
  margin-left: 0.3125rem;
  left: 50%;
}
.mySwiper .swiper-button-prev {
  margin-right: 0.3125rem;
  left: 37%;
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  display: none;
}

/* Referance Swiper */
.referance-location {
  background-color: #F2F2F2;
}
.referance-location .referance-swiper-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.referance-location .referance-swiper {
  width: 100%;
}
.referance-location .referance-swiper .swiper-wrapper {
  display: flex;
  align-items: baseline;
}
.referance-location .referance-swiper .swiper-slide {
  margin-right: 2.5rem;
  text-align: center;
  flex-shrink: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  filter: grayscale(1);
}
.referance-location .referance-swiper .swiper-slide:hover {
  transform: translateY(-0.3125rem);
  filter: drop-shadow(0.3125rem 0.4375rem 0.0625rem #d3d3d3);
}
.referance-location .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5625rem;
}
@media (min-width: 75rem) {
  .referance-location .content {
    width: 50%;
  }
}
.referance-location .content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #272727;
}
.referance-location .content p {
  font-size: 20px;
  color: #4C4C4C;
  font-weight: 300;
}
.referance-location .content a {
  background-color: #272727;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0.5625rem 2.5rem;
  border-radius: 1.5625rem;
  cursor: pointer;
}

.smilar-advantages {
  padding: 2.5rem 0;
}
.smilar-advantages .advantages-title {
  font-size: 30px;
  font-weight: 600;
  color: #4C4C4C;
  margin-left: 3.125rem;
}
.smilar-advantages .container {
  max-width: 75rem;
  margin: 0 auto;
}
.smilar-advantages .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.smilar-advantages .box {
  background-color: #EBEBEB;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 1.25rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  margin: 1.25rem;
  padding: 1.875rem;
  overflow: hidden;
  height: 28.4375rem;
  width: 19.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smilar-advantages .box .advantages-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
}
.smilar-advantages .box .advantages-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.smilar-advantages .box .advantages-text h3 {
  font-size: 17px;
  margin-bottom: 0.9375rem;
  color: #272727;
}
.smilar-advantages .box .advantages-text p {
  font-size: 12px;
  color: #4C4C4C;
  margin-bottom: 1.25rem;
}
.smilar-advantages .box .advantages-text a {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background-color: #272727;
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
  border-radius: 1.875rem;
  transition: background-color 0.3s ease;
}
.smilar-advantages .box .advantages-text a:hover {
  background-color: #555;
}

.asked-questions {
  margin-bottom: 6.875rem;
  margin-top: 6.875rem;
}
.asked-questions .questions-title h3 {
  font-size: 40px;
  color: #272727;
  font-weight: 600;
}
.asked-questions .accordion {
  padding: 0rem 9.375rem;
}
@media (max-width: 48rem) {
  .asked-questions .accordion {
    padding: 0rem 0.9375rem;
  }
}
.asked-questions .accordion .accordion-button:not(.collapsed) {
  background-color: #FF8F2D;
  color: #FFFFFF;
  border-radius: 0.625rem;
}
.asked-questions .accordion .accordion-item {
  border: 0;
  background-color: transparent;
}
.asked-questions .accordion .accordion-button {
  background-color: transparent;
  font-size: 20px;
  color: #686666;
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
}
@media (max-width: 48rem) {
  .asked-questions .accordion .accordion-button {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 14px;
  }
}
.asked-questions .accordion .accordion-body p {
  color: #686666;
  font-size: 13px;
}
.asked-questions .accordion-button:focus {
  box-shadow: none;
}
.asked-questions .show-hidden {
  background-color: #FF8F2D;
  color: #FFFFFF;
  border: 0;
  border-radius: 1.875rem;
  font-size: 16px;
  padding: 0.625rem 1.25rem;
  margin-top: 1.25rem;
  margin-left: 1.5625rem;
  transition: all 0.2s ease-in-out;
}
.asked-questions .show-hidden:hover {
  box-shadow: #ffa251 0rem 0.625rem 1.875rem -0.625rem;
  transform: translateY(-0.1875rem);
}
.asked-questions .accordion-button::after {
  content: "";
  background-image: url(https://cmsapi.ekolaykod.com/api/v1/uploads/load/clrsoft-arrow-down-583e0e82-829f-427a-8ce7-633f7ae0ff2c.svg);
  background-repeat: no-repeat;
  background-color: #FF8F2D;
  border-radius: 100%;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
}
.asked-questions .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url(https://cmsapi.ekolaykod.com/api/v1/uploads/load/clrsoft-arrow-up-c9e96133-f6b3-49a6-903d-a742cb9e10b3.svg) !important;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-radius: 100%;
  transform: none;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
}

.call-us {
  margin-bottom: 6.875rem;
  margin-top: 6.875rem;
}
.call-us .img-us {
  display: flex;
  justify-content: center;
  position: relative;
}
.call-us .img-us .images img,
.call-us .img-us .images-left img,
.call-us .img-us .images-right img {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 100%;
}
.call-us .img-us .images-left {
  position: absolute;
  left: 40%;
}
.call-us .img-us .images-right {
  position: absolute;
  right: 40%;
}
.call-us .call-us-info h3 {
  font-size: 30px;
  color: #272727;
  font-weight: 600;
  text-align: center;
}
.call-us .call-us-info p {
  font-style: italic;
  font-size: 30px;
  color: #272727;
  font-weight: 400;
}
.call-us .call-us-info a {
  background-color: #272727;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  border-radius: 1.875rem;
  padding: 0.5625rem 1.5625rem;
  transition: all 0.2s ease-in-out;
}
.call-us .call-us-info a:hover {
  background-color: #4C4C4C;
  box-shadow: #939393 0rem 0.625rem 1.875rem -0.625rem;
  transform: translateY(-0.1875rem);
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 6.875rem 0;
}
.footer .footer-title {
  font-size: 18px;
  margin-bottom: 1.5625rem;
  position: relative;
}
.footer .footer-title .arrow {
  display: block;
  margin-left: auto;
  width: 0.75rem;
  transition: transform 0.3s ease;
}
.footer .footer-content {
  list-style: none;
  padding: 0;
  display: none;
}
.footer .footer-content li {
  margin-bottom: 0.625rem;
}
.footer .footer-content li a {
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: none;
}
.footer .footer-content li a:hover {
  text-decoration: underline;
}
.footer .social-media {
  text-align: center;
  margin-top: 1.25rem;
}
.footer .social-media h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.footer .social-media .social-icons {
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
}
.footer .social-media .social-icons a {
  transition: transform 0.5s ease;
}
.footer .social-media .social-icons a:hover {
  color: #f0f0f0;
  transform: rotate(180deg);
}
.footer.active .arrow {
  transform: rotate(180deg);
}

@media (min-width: 48rem) {
  .footer .footer-content {
    display: block;
  }
  .footer .footer-title .arrow {
    display: none;
  }
}
@media (max-width: 48rem) {
  .footer .footer-section .footer-title {
    display: flex;
    align-items: center;
    border-bottom: 0.0625rem solid #444444;
    padding: 0.9375rem 1.25rem;
  }
  .footer .footer-section .footer-content {
    padding-left: 1.25rem;
  }
  .advantages-title {
    margin-left: 0 !important;
  }
}
.packages-prices .prices-title h2 {
  font-size: 63px;
  color: #000000;
}
@media (max-width: 48rem) {
  .packages-prices .prices-title h2 {
    font-size: 3.125rem;
    text-align: center;
  }
}
.packages-prices .prices-title a {
  background-color: #272727;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 0.9375rem 2.1875rem;
  border-radius: 1.875rem;
  transition: all 0.3s ease-in-out;
}
.packages-prices .prices-title a:hover {
  transform: translateY(-0.125rem);
  background-color: #FF8F2D !important;
}

.packages-swiper-container {
  overflow-x: hidden;
  position: relative;
}
.packages-swiper-container .packages-swiper .swiper-container {
  width: 100%;
  overflow: hidden;
}
.packages-swiper-container .packages-swiper .swiper-wrapper {
  display: flex;
}
.packages-swiper-container .packages-swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  background-color: #F2F2F2;
  padding: 1.25rem;
  border-radius: 1.25rem;
}
.packages-swiper-container .packages-swiper .swiper-slide .packages-location {
  background-color: #E0E0E0;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.packages-swiper-container .packages-swiper .swiper-slide .packages-location .title {
  font-size: 21px;
  color: #272727;
}
.packages-swiper-container .packages-swiper .swiper-slide .packages-location .price-packages {
  font-size: 15px;
}
.packages-swiper-container .packages-swiper .swiper-slide .packages-location .price-packages .price {
  font-size: 37px;
  font-weight: 600;
  color: #272727;
}
.packages-swiper-container .packages-swiper .swiper-slide .packages-location .price-btn {
  background-color: #272727;
  color: #FFFFFF;
  font-size: 15px;
  padding: 0.4375rem 2.5rem;
  border-radius: 1.875rem;
}
@media (max-width: 48rem) {
  .packages-swiper-container .packages-swiper .swiper-slide .packages-location .price-btn {
    padding: 0.625rem 1.875rem;
  }
}
.packages-swiper-container .packages-swiper .swiper-slide .packages-info .info-title {
  font-size: 14px;
  color: #4C4C4C;
  margin-bottom: 1.25rem;
}
.packages-swiper-container .packages-swiper .swiper-slide .packages-info ul {
  padding-left: 0.9375rem;
}
.packages-swiper-container .packages-swiper .swiper-slide .packages-info ul li {
  font-size: 16px;
  color: #4C4C4C;
  margin-bottom: 1.25rem;
}

.recommended {
  background-color: #F9E5D3 !important;
}
.recommended .recommended-location {
  background-color: #FF983D;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.recommended .recommended-location .price-btn {
  background-color: #fff;
  color: #272727;
  font-size: 15px;
  padding: 0.4375rem 2.5rem;
  border-radius: 1.875rem;
}
@media (max-width: 48rem) {
  .recommended .recommended-location .price-btn {
    padding: 0.625rem 1.875rem;
  }
}
.recommended .title {
  font-size: 23px;
  color: #FFFFFF;
}
.recommended .price-packages {
  font-size: 15px;
  color: #FFFFFF;
}
.recommended .price-packages .price {
  font-size: 37px;
  font-weight: 600;
  color: #FFFFFF;
}

.swiper-pagination {
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
}

.swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 0.3125rem;
  border-radius: 50%;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #ff8f2d;
}

.our-users .our-users-title {
  margin-bottom: 2.1875rem;
}
.our-users .our-users-title h2 {
  font-size: 23px;
  color: #272727;
}
.our-users .our-users-title span {
  color: #000000;
}
.our-users .referance {
  padding: 1.25rem;
}

.cards {
  display: flex;
  width: 80vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 3.125rem;
}
.cards .card1 {
  background-image: url("https://cmsapi.ekolaykod.com/api/v1/uploads/load/clrsoft-TNR-HOTEL-WEB-09f4c2e5-2ece-4ceb-a069-e7de63520a1d.png");
  width: 50%;
}
.cards .card2 {
  background-image: url("https://cmsapi.ekolaykod.com/api/v1/uploads/load/clrsoft-ysb-WEB-902ebc5b-92b4-426e-9736-195b78480178.png");
  width: 30%;
}
.cards .card3 {
  background-image: url("https://cmsapi.ekolaykod.com/api/v1/uploads/load/clrsoft-ROYELLA-WEB-33795fa5-96aa-4eed-b2ed-8bce2497af8b.png");
  width: 30%;
}
.cards div {
  background-size: cover;
  width: 50%;
  height: 30vh;
  border-radius: 1.875rem;
  margin-right: 1vw;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
.cards .card1:hover,
.cards .card2:hover,
.cards .card3:hover {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cards h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.25rem 0 3.125rem 1.5625rem;
  font-family: sans-serif;
  font-weight: 900;
  color: white;
  font-size: 28.8px;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.6s;
}
.cards .card1:hover h1,
.cards .card2:hover h1,
.cards .card3:hover h1 {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.start-ecommerce {
  background-color: #FF8F2D;
  padding: 6.875rem;
}
.start-ecommerce .info-location .start-title {
  font-size: 50px;
  color: #FFFFFF;
}
@media (max-width: 48rem) {
  .start-ecommerce .info-location .start-title {
    font-size: 23px;
  }
}
@media (max-width: 48rem) {
  .start-ecommerce .info-location {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media (max-width: 48rem) {
  .start-ecommerce {
    padding: 1.5625rem;
  }
}

.logo-ref {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.logo-ref .logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.125rem;
}
@media (max-width: 48rem) {
  .logo-ref .logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }
}
.logo-ref .logos .logo {
  background-color: white;
  padding: 10px;
  border: 1px solid #e8ecee;
  height: 90px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 200ms ease-in-out;
}
.logo-ref .logos .logo:hover {
  border-color: #ff8f2d;
}
.logo-ref .logos img {
  transition: all 500ms;
}
.logo-ref .logos img:hover {
  transform: scale(1.1);
}

.contant-form .form-location {
  background-color: #F2F2F2;
  padding: 2.5rem;
  border-radius: 1.25rem;
}
.contant-form .form-location form {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.contant-form .form-location form .input-group {
  display: flex;
  flex-direction: column;
}
.contant-form .form-location form .input-group input {
  width: 100%;
  border-width: 0;
  background-color: transparent;
  border-bottom: 0.0625rem solid;
  border-radius: 0;
  border-color: #272727;
  padding-bottom: 0.625rem;
  transition: all 0.5s ease-in-out;
}
.contant-form .form-location form .form-control:focus {
  box-shadow: none;
  border-color: #FF8F2D;
}
.contant-form .form-location form .info-help {
  font-size: 20px;
  color: #272727;
}
@media (max-width: 48rem) {
  .contant-form .form-location form .info-help {
    font-size: 14px;
  }
}
.contant-form .form-location form .form-check-input:checked {
  background-color: #FF8F2D;
  border-color: #FF8F2D;
}
.contant-form .form-location form .form-check label {
  color: #959494;
  font-size: 16px;
}
.contant-form .form-location form .btn-form {
  background-color: #272727;
  height: 3.125rem;
  width: 25rem;
  margin: auto;
  color: #FFFFFF;
  border-radius: 1.875rem;
  transition: all 0.5s ease-in-out;
}
.contant-form .form-location form .btn-form:hover {
  background-color: #4C4C4C;
  box-shadow: #939393 0rem 0.625rem 1.875rem -0.625rem;
}
@media (max-width: 48rem) {
  .contant-form .form-location form .btn-form {
    width: 12.5rem;
  }
}
.contant-form .info-form {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.contant-form .info-form h3 {
  font-size: 60px;
  color: #000000;
}
@media (max-width: 48rem) {
  .contant-form .info-form h3 {
    font-size: 25px;
  }
}
.contant-form .info-form p {
  font-size: 25px;
  font-weight: 300;
}
@media (max-width: 48rem) {
  .contant-form .info-form p {
    font-size: 14px;
  }
}

.form-check .form-check-input {
  border: 0.125rem solid #d1d5db;
  background: #ffffff;
  width: 1.125rem;
  height: 1.125rem;
  color: #4b5563;
  border-radius: 0.375rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.company-info .company-text h4 {
  font-size: 22px;
  color: #4C4C4C;
}
.company-info .company-text p {
  font-size: 16px;
  color: #4C4C4C;
  font-weight: 300;
}

.login-content form {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.login-content form .input-group {
  display: flex;
  flex-direction: column;
}
.login-content form .input-group input {
  width: 100%;
  border-width: 0;
  background-color: transparent;
  border-bottom: 0.0625rem solid;
  border-radius: 0;
  border-color: #272727;
  padding-bottom: 0.625rem;
  transition: all 0.5s ease-in-out;
}
.login-content form .form-control:focus {
  box-shadow: none;
  border-color: #FF8F2D;
}
.login-content form .form-check-input:checked {
  background-color: #FF8F2D;
  border-color: #dedede;
}
.login-content form .form-check label {
  color: #959494;
  font-size: 12px;
}
.login-content form .btn-form {
  background-color: #272727;
  height: 3.125rem;
  width: 25rem;
  margin: auto;
  color: #FFFFFF;
  border-radius: 1.875rem;
  transition: all 0.5s ease-in-out;
}
.login-content form .btn-form:hover {
  background-color: #4C4C4C;
  box-shadow: #939393 0rem 0.625rem 1.875rem -0.625rem;
}
@media (max-width: 48rem) {
  .login-content form .btn-form {
    width: 12.5rem;
  }
}

.login-grid {
  display: grid;
  grid-template-columns: repeat(3, 0.3fr);
  justify-content: center;
}
@media (max-width: 48rem) {
  .login-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.login-grid .forgot-email span {
  border-bottom: 0.0625rem solid #000000;
  color: #000000;
  font-size: 14px;
}

.login-content .social-button {
  display: flex;
  align-items: center;
  height: 2.5rem;
  width: 18.75rem;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
  text-decoration: none;
  border: 0.0625rem solid transparent;
}
.login-content .social-button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 2.875rem;
  background-color: #ffffff;
}
.login-content .social-button .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 0.625rem;
  border: 0.0625rem solid #dcdcdc;
  border-left: none;
}
.login-content .social-button.google .text {
  background-color: #4285f4;
  border-color: #4992ff;
  padding: 0.625rem;
}
.login-content .social-button.google .icon {
  border: 0.0625rem solid #4992ff;
}
.login-content .social-button.facebook .text {
  background-color: #3b5998;
  border-color: #3b5998;
  padding: 0.625rem;
}
.login-content .social-button.facebook .icon {
  border: 0.0625rem solid #3660a0;
}
.login-content .social-button.apple .text {
  border-color: #000000;
  padding: 0.625rem;
  color: #000;
}
.login-content .social-button.apple .icon {
  border: 0.0625rem solid #000000;
}
.login-content .social-button img {
  width: 1.25rem;
  height: 1.25rem;
}
.login-content .or-divider span {
  background-color: #FBFBFB;
  padding: 0.3125rem;
  color: #494949;
  font-size: 14px;
  font-weight: 300;
}
.login-content .or-divider::after {
  content: "";
  background-color: #e6e6e6;
  width: 0.125rem;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 48rem) {
  .login-content .or-divider::after {
    height: 0.125rem;
    width: 100%;
  }
}
@media (max-width: 48rem) {
  .login-content .or-divider {
    margin: 0.9375rem 0 0.9375rem 0;
  }
}

.login-title h2 {
  font-size: 60px;
  color: #000000;
}
.login-title p {
  font-size: 18px;
  font-weight: 300;
}
.login-title p a {
  color: #396cd0;
}

.modal-dialog {
  max-width: 59.375rem;
  top: 9.375rem;
}

.modal-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  justify-content: center;
}
.modal-body form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
}
.modal-body .modal-text .input-group {
  display: flex;
  flex-direction: column;
}
.modal-body .modal-text .input-group input {
  width: 100%;
  border-radius: 0.9375rem !important;
}
.modal-body .modal-text .modal-title {
  font-size: 35px;
  font-weight: 800;
  color: #272727;
}
.modal-body .modal-text .modal-description {
  font-size: 27px;
  font-weight: 300;
}
.modal-body .btn-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8F2D;
  border-color: #FF8F2D;
  color: #FFFFFF;
  border-radius: 0.9375rem;
  height: 2.8125rem;
  width: 10.3125rem;
  transition: all 0.6s ease-in-out;
}
.modal-body .btn-modal:hover {
  box-shadow: #ffa251 0rem 0.625rem 1.875rem -0.625rem;
  transform: translateY(-0.1875rem);
}
@media (max-width: 48rem) {
  .modal-body {
    display: flex;
    flex-direction: column;
  }
}

.modal-header {
  border-bottom: 0;
}

.banner-location {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5625rem;
  align-items: center;
}
@media (max-width: 47.9375rem) {
  .banner-location {
    display: none !important;
  }
}

@media (max-width: 47.9375rem) {
  .nav-btn {
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #ffffff;
    border: 0;
    padding-left: 1.25rem;
  }
}
@media (min-width: 62.0625rem) {
  .toggle #navbarDropdown::after {
    content: url("https://cmsapi.ekolaykod.com/api/v1/uploads/load/clrsoft-mobile-arrow-dedb98d7-0177-4552-aa6a-75f9604992ea.svg");
    position: absolute;
    right: 0.75rem;
    top: 35%;
    transform: rotate(1.5427rad);
  }
}
.modal-body-kvkk {
  padding: 2.5rem;
}
.modal-body-kvkk .kvkk-content {
  font-size: 14px;
}

.check .dialog-check {
  max-width: 37.5rem;
  top: 0;
}

#message {
  font-size: 16px;
  font-weight: 700;
  color: #058028;
}

.blog-area .blog-location {
  height: 85%;
  border-radius: 0.3125rem;
  padding: 0.625rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0rem 0.4375rem 1.8125rem 0rem;
}
.blog-area .blog-location .blog-content {
  padding: 1.875rem;
}
.blog-area .blog-location .blog-content .blog-btn {
  color: #000000;
  font-size: 14px;
}

.basket-content .basket-area {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.basket-content .title {
  font-size: 1.875rem;
}
.basket-content .basket-back {
  color: #000000;
  font-size: 1.875rem;
}
.basket-content .product-img img {
  width: 7.5rem;
}
.basket-content .product-location .product-brand {
  font-size: 12px;
  color: #676767;
}
.basket-content .product-location .product-title {
  font-size: 16px;
  color: #f78f2f;
}
.basket-content .basket-price .basket-btn {
  background-color: #FF983D;
  color: #FFFFFF;
  height: 3.125rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}/*# sourceMappingURL=main.css.map */