@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,400&display=swap');

body {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
}

.kobay {
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.fs-07 {
  font-size: 0.7rem;
}

.fs-08 {
  font-size: 0.8rem;
}

.fs-09 {
  font-size: 0.9rem;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.letter-n1 {
  letter-spacing: -1px;
}

.letter-n2 {
  letter-spacing: -2px;
}

.z-index-n1 {
  z-index: -1;
}

.z-index-3 {
  z-index: 3;
}

.z-index-5 {
  z-index: 5;
}

.pointer {
  cursor: pointer;
}

.text-first {
  color: #0e4da4;
}

.text-second {
  color: #ff8230;
}

.btn-second {
  background-color: #ff8230;
  color: #fff;
}

.rounded {
  border-radius: 10px!important;
}

.btn-second2 {
  background-color: #00b679;
  color: #fff;
}

.btn-second3 {
  background-color: #147c7c;
  color: #fff;
}

.btn-second4 {
  background-color: #029ac8;
  color: #fff;
}

.btn-second5 {
  background-color: #0a355d;
  color: #fff;
}


.bg-kununu {
  background: #dfe461;
}

.kununu-color {
  color: #dfe461;
}

.py-075 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.nav-link {
  color: #000000;
  font-weight: 500;
  position: relative;
  transition: all 0.4s;
  width: 100%;
}

.bg-grey {
  background: #f4f1f1;
}

.color-grey {
  color: #dcdcdc;
}

.color-y {
  color: #f0c832;
}


.mega-menus {
  width: 100%;
  z-index: 99;
  display: none;
}
.mega-menus-item {
  display: none;
  height: 300px;
  overflow-y: auto;
  padding-left: 20px;
}
.mega-menus-item::-webkit-scrollbar {
  width: 20px;
}
.mega-menus-item::-webkit-scrollbar-track {
  background-color: transparent;
}
.mega-menus-item::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.mega-menus-item::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

@media (min-width: 1200px) {
  .mega-menus {
    width: 960px;
    position: absolute;
    left: -300px;
    top: 100%;
    padding-top: 10px;
  }
  .mega-menus-item {
    padding-left: 50px;
  }

  .mega-parent:hover .mega-menus {
    display: block;
  }
}

.owl-nav button {
  position: absolute;
  top: 45%;
  background-color: #fff;
  z-index: 999999;
  display: block;
  width: 50px;
  height: 50px;
  background: white !important;
  font-size: 22px;
  font-weight: 900 !important;
  border-radius: 50% !important;
  transform: translateY(-50%);
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.175) !important;
}
.owl-nav button:hover {
  color: inherit !important;
}
.owl-nav .owl-prev {
  left: 0px;
}
.owl-nav .owl-next {
  right: 0px;
}

.slide-one {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
.slide-one .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.slide-one .card {
  border-radius: 13px;
  box-shadow: 0 1px 15px rgba(165, 163, 163, 0.568);
}

#service .item, #plans .item, #single-service .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
#service .card, #plans .card, #single-service .card {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 1px 15px rgba(165, 163, 163, 0.568);
}

.map-bg > img {
  object-fit: cover;
  object-position: left top;
}
.map-bg form input {
  border: 1px solid #ece6e6;
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .map-bg {
    background-color: #0e4da4;
    color: #e9edeb;
    height: 500px;
  }
  .map-bg form input {
    border: none;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 1199.98px) {
  .mob-nav {
    position: fixed !important;
    top: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    z-index: 999;
    width: 275px;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 9999;
    box-shadow: 0 1px 9px 3px #00000014;
  }
  .mob-nav a.nav-link {
    color: #000;
    border-bottom: 1px solid #000000;
    padding: 19px 0 0 0;
  }
  .mob-nav a.nav-link.active::before {
    display: none;
  }

  .slide-one {
    position: relative;
    top: -75px;
    margin-bottom: -75px;
  }
}
@media (min-width: 1200px) {
  .two, .team, #service, .our-world, .revie, .frie, .faq, .map {
    padding-top: 120px;
  }

  .mob-nav li {
    height: 75px;
    display: flex;
    align-items: center;
  }
  .mob-nav li .nav-link {
    padding: 0 4rem 0 0;
    transition: all 0.4s;
  }
  .mob-nav li .nav-link::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #094498;
    left: 0;
    bottom: 0px;
    width: 0;
    transition: all 0.4s;
  }
  .mob-nav li .nav-link.active::before, .mob-nav li .nav-link:hover::before {
    content: "";
    position: absolute;
    height: 2px;
    background: #094498;
    left: 0;
    bottom: 0px;
    width: 2rem;
    transition: all 0.4s;
  }
  .mob-nav li .nav-link:hover {
    color: #351a44;
    transition: all 0.4s;
  }
  .mob-nav li .nav-link:hover::before {
    width: 45%;
  }
  .mob-nav li .nav-link:hover.active::before {
    background: #351a44;
    width: 45%;
  }
}
.single-hero-img {
  top: 60px;
}

.single-hero {
  height: 100%;
}

@media (min-width: 768px) {
  .pt-80 {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .single-hero {
    padding-top: 80px;
  }

  .single-hero-img {
    top: 0px;
  }
}
.step .card {
  background-color: white;
  box-shadow: 0px 0px 15px  #0000002c;
  height: 600px;
}
.step .card .s-top-img {
  max-width: 99%;
  height: 250px;
  width: auto;
  margin-bottom: 2rem;
}
.step .item {
  padding-left: 15px;
  padding-right: 15px;
}

.f-div > div {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-size: 12px;
}

.accordion-button::after {

  background-image: url(../img/plus-lg.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;


}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/dash-lg.svg);
  transform: rotate(-180deg);
}

.accordion-item {
border: none!important;
box-shadow: 0px 0px 2px #0000002c;
}
/*# sourceMappingURL=index.css.map */

.global-title {
  font-weight: 600;
  letter-spacing: -1px;
}

@media (min-width:991px) {
  .global-title {
    line-height: 55px;
  }
}

.bg-primary2 {
  background: #e61647;
}

.bi-check-lg {
  color: #e61647;
}

.sepetimt{
  z-index: 9999 !important;
}

.sepetmain{
  width: 350px;
  border-radius: 15px;
  z-index: 1999;
}

@media (max-width:1699.98px){
  .sepetmain{
    right:  0%;
  }
}

@media (min-width:1700px){
  .sepetmain{
    right:  0;
     transform: translateX(50%);
  }
}

.sepetimimg{
  width: 60px;
}

.sepetimt{
  border-bottom: 1px solid #5e5e61;
  padding-bottom: 10px;
}

.sepp-add-item{
  max-height: 250px;
  overflow-y: auto;
}

@media (max-width:400px){
  .sepetmain {
      width: 300px;
  }
  .sepetmain a.btn{
    font-size: 12px !important;
  }
}

    .single-hero {
        margin-top: 100px;
    }
