.storyboss .is-item/*
    Theme Name: Space
    Theme URL: https://nivusoft.com/theme/space/
    Author: Nivusoft
    Author URL: https://nivusoft.com/
    */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
    font-family: Gilroy;
    font-weight: 600;
    src: url("Gilroy-ExtraBold.otf") format("opentype");
}

@font-face {
    font-family: Gilroy;
    font-weight: lighter;
    src: url("Gilroy-ExtraBold.otf") format("opentype");
    /*src: url("Gilroy-Light.otf") format("opentype");*/
} 

    
    html{
        margin:0;
        padding: 0;
    }
    body{
        background: url(../img/bg.png), #edeff3;
        margin:0;
        font-family: "Poppins", sans-serif;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    a:hover, a:focus{
        text-decoration: none;
    }
    ol, ul {
        padding-left: 20px;
    }
    input:focus, input:active, button:focus, button:active, select:focus, select:active {
        outline:none;
    }
    * {
        outline: 0;
    }
    .preloader {
        position:fixed;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        left:0;
        right:0;
        top:0;
        bottom:0;
        background:#fff;
        z-index:9999;
        width:100%;
        height:100%
    }
    .pre-flex {
        display:flex;
        justify-content:center;
        align-items:center
    }
    .pre-item1{
        width:130px;
        height:130px;
        border:15px solid var(--color1);
        animation:2s infinite preturnright;
    }
    .pre-item2 {
        color:var(--color2);
        position:absolute;
        font-size:50px;
        font-weight:600;
        animation:2s infinite scaleboom;
    }
    .preloader span{
        margin-top:35px;
        font-size:22px;
        color:var(--color1);
        letter-spacing:5px
    }
    /* Header */
    .header-area {
      position: relative;
      padding: 0px 15px;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9997;
      margin: 0 auto;
      background: #fff;
  }
  .head-nav {
    padding: 20px 0px;
}
.head-nav .logo img {
    height: 55px;
    width: auto;
}


.nsa-body.show{
    margin-top: -8px;
    border-radius: 0 0 7px 7px !important;
}

.navbar-nav li a {
    color: var(--color3);
    display: inline-block;
    font-weight: 600;
    padding: 10px 12px;
}
.dropdown-element i {
    margin-left: 3px;
}
.navbar-nav .nav-contact a {
    color: #ffffff;
    background: var(--color2);
    padding: 10px 25px;
    border-radius: 10px;
    transition: .3s;
    font-weight: 600;
    box-shadow: 0px 4px 15px var(--color2-sd);
}
.navbar-nav .nav-contact a:hover {
    position: relative;
    transform: translateY(-5px);
    box-shadow: 0px 10px 15px var(--color2-sd);
}
.navbar-nav .nav-contact {
    margin-left: 15px;
}
.navbar-nav .order-search-btn {
    margin-left: 12px;
}
.navbar-nav .order-search-btn a {
    color: #fff;
    background: var(--color1);
    box-shadow: 0px 4px 15px var(--color1-sd);
    padding: 10px 20px;
    border-radius: 10px;
    transition: .3s;
    font-weight: 600;
}
.navbar-nav .order-search-btn a:hover {
    position: relative;
    transform: translateY(-5px);
    box-shadow: 0px 10px 15px #00000020;
}
.dropdown-sub {
    position: absolute;
    visibility: hidden;
    transition: .2s;
    opacity: 0;
    margin-top: 20px;
    padding-top: 10px;
}
.dropdown-items {
    background: #fff;
    box-shadow: 0px 5px 30px #00000015;
    border-radius: 10px;
    padding: 15px 5px;
    position: relative;
}
.dropdown-items::before {
    position: absolute;
    content: "";
    top: -8px;
    left: 55px;
    margin-left: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.drop-down:hover .dropdown-sub {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.navbar-nav .dropdown-sub a {
    display: block !important;
    color: #555;
    width: 100%;
    padding: 3px 18px !important;
    padding-left: 33px !important;
    font-weight: 500 !important;
    opacity: .9;
    position: relative;
}
.navbar-nav .dropdown-sub a:hover {
   color: var(--color1);
}
.navbar-nav .dropdown-sub a::before {
    content: "\f192";
    color: #555;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 16px;
    top: 7px;
    transition: .2s;
    font-size: 11px;
}
.navbar-nav .dropdown-sub a:hover:before {
    content: "\f111";
    color: var(--color1);
}
.menu-toggler {
    display: block;
    width: 30px;
    height: 26px;
    position: relative;
    cursor: pointer;
    margin-left: auto;
}
.menu-toggler .line-1 {
    width: 30px;
    height: 6px;
    position: absolute;
    border-radius: 12px;
    background: var(--color1);
    top: 0;
    left: 0;
    transition: .3s;
}
.menu-toggler .line-2 {
    width: 30px;
    height: 6px;
    border-radius: 12px;
    background: var(--color1);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    transition: .3s;
}
.menu-toggler .line-3 {
    width: 30px;
    height: 6px;
    border-radius: 12px;
    background: var(--color1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
}
.menu-toggler.active .line-1 {
    transform: rotate(45deg);
    top: calc(50% - 3px);
}
.menu-toggler.active .line-2 {
    visibility: hidden;
    opacity: 0;
}
.menu-toggler.active .line-3 {
    transform: rotate(-45deg);
    bottom: calc(50% - 3px);
}

.droplapse.show .dropdown-sub {
    position: relative;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
    display: none;
}
.droplapse.show .dropdown-items {
    background: #00000005;
    box-shadow: none;
    padding: 10px 0px;
}
.nav-buts-flex {
    display: flex;
    gap: 10px;
    margin-left: 7px;
}
.noclick {
    pointer-events: none;
}
.pointer {
    cursor: pointer;
}
/* Intro */

.intro-area {
    position: relative;
    min-height: 500px;
    padding: 100px 0px;
    width: 100%;
    background: url(../img/intro-bg.png) var(--color1);
}
.intro {
  margin-bottom: 50px;
}
.intro.full-width {
    margin-top: 0;
}
.intro.full-width .ordersearch-area {
    border-radius: 0;
    padding: 0;
    min-height: 550px;
}
section.testimonial {
    padding: 100px 0px;
}
section.faq {
    padding: 75px 0px;
    position: relative;
    background: var(--color1);
}
section.blog-posts {
    padding: 75px 0px;
}
section.blog-list-area {
    padding: 50px 0px;
    min-height: 500px;
}
section.content-area, .contact-area {
    padding: 50px 0px;
}
.notfoundpage {
    padding: 70px 0px;
}

@keyframes preturnright {
    0% {
        transform: rotate(0deg);
        border-radius: 0px;
    }
    50% {
        border-radius: 65px;
    }
    100% {
        transform: rotate(360deg);
        border-radius: 0px;
    }
}
@keyframes scaleboom {
    0% {
        transform: scale(0.8);
        opacity: .4;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(0.8);
        opacity: .4;
    }
}
.faq::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 62px;
  transform: rotateX(180deg);
  top: -20px;
  background: url(../img/intro-end.png);
}
.faq::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 62px;
  bottom: -20px;
  background: url(../img/intro-end.png);
}
section.intro-area::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    bottom: 0;
    background: url(../img/intro-end.png);
}
.intro-start {
    padding-bottom: 30px;
    position: relative;
}
.story > .owl-stage-outer {
  height: 115px;
}
.story-area {
  position: relative;
}
.service-story {
    display: flex;
    justify-content: space-between;
}
.story-item {
    width: 25%;
    padding: 0px 10px;
}
.storyboss {
    margin-bottom: 40px;
}
@media(max-width:767px){
    .storyboss {
    padding: 0px 15px;
    }
}


.best-seller > .container{
    margin-top: 15px !important;
}
.storyboss .is-item:first-child {
    margin-right:8px;
}
.storyboss{

    display: flex;
    align-items: center;
    justify-content: center;
}
.storyboss .is-item {
    width: calc(50% - 8px);
}
.story-item:nth-child(1){
  padding-left: 0;
}
.story-item:nth-last-child(1){
  padding-right: 0;
}
.iservice-item {
    text-align: center;
    line-height: 23px;
    font-weight: 600;
    font-size: 18px;
    background: #fff;
    color: #fff;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 20px 10px;
    transition: .2s;
    display: flex;
    align-items: center;
}
.iservice-item i {
    color: #fff !important;
    font-size: 40px;
    width: 50px;
    margin-right:10px;
    display: block;
}
.iservice-item span {
    display: block;
    font-weight: 300;
}
.iser-detail {
    text-align: left;
    font-size: 18px;
}
.ordersearch-area {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 75px;
    padding-right: 75px;
    min-height: 500px;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}
.ordersearch-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color1);
    opacity: .85;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 18px;
}
.fast-flex {
    position: relative;
    display: flex;
    align-items: center;
}
.fast-first {
    width: 80%;
    padding-right: 20px;
}
.fast-first h1 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    max-width: 510px;
}
.fast-first p {
    color: #ffffffc7;
}
.fast-sec {
    width: 50%;
    margin-left: 20px;
}
.fast-sec select {
    height: 50px;
    border: none;
    border-radius: 12px;
}
.fast-order-btn {
    width: 100%;
    color: #fff;
    background: var(--color2);
    box-shadow: 0px 2px 20px var(--color2-sd);
    padding: 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 20px;
}
.fast-sec .form-control {
  opacity: .8;
}
.fast-sec .form-control.active {
  opacity: 1;
}

.fast-box-area {
  display: flex;
  margin-top: 25px;
}
.fast-box {
  color: var(--color1);
  font-weight: 600;
  background: #fff;
  box-shadow: 0px 3px 20px #ffffff40;
  padding: 10px 30px;
  margin-bottom: 10px;
  border-radius: 15px;
  margin: 0px 5px;
  font-size: 22px;
  cursor: pointer;
  transition: .2s;
  position: relative;
  top: 0;
}
.fast-box:hover {
  position: relative;
  box-shadow: 0px 13px 20px #ffffff40;
  top: -5px;
}
.fast-box:hover i {
  transform: rotate(360deg);
}
.fast-box i {
  transition: .3s;
}
.fast-box span {
  font-weight: 600;
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.os-area {
  position: relative;
  text-align: center;
}
.os-area h1 {
    font-weight: 600;
    color: #fff;
    font-size: 40px;
}
.os-area p {
    color: #ffffffcc;
    font-size: 16px;
}
.os-search-area {
    display: flex;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 45px;
}
.os-area input {
    border: none !important;
    box-shadow: none !important;
    height: 70px;
    border-radius: 15px;
    padding-left: 20px;
}
.int-search-button {
    color: #fff !important;
    background: var(--color2);
    font-weight: 500;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    padding: 12px 40px;
    transition: .2s;
}
.show-area {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
}
.show-item1 {
    grid-column: span 4;
    padding-right: 50px;
}
.show-item1 h1 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.show-item1 p {
    color: #ffffffe6;
}
.show-item2 {
    grid-column: span 2;
    position: relative;
    display: block;
}
.show-item2 img {
    max-width: 100%;
    display: inline-block;
    animation: 4s infinite salla;
}
.show-buttons {
    display: flex;
    margin-top: 30px;
}
.sb-item, .it-item {
    background: #fff;
    padding: 12px 30px;
    margin-right: 10px;
    border-radius: 12px;
    transition: .2s;
    font-weight: 600;
    font-size: 18px;
    color: var(--color1);
    cursor: pointer;
    -webkit-user-select: none;
}
.sb-item:hover, .it-item:hover {
    padding: 12px 40px;
}
.int-search-button:hover {
    padding: 12px 50px;
}
.intro-text-area {
    position: relative;
    text-align: center;
}
.intro-text-area h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.intro-text-area p {
    color: #ffffffc9;
}
.it-buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.it-item {
    background: #fff;
    padding: 12px 30px;
    margin-right: 10px;
    border-radius: 12px;
    transition: .2s;
    font-weight: 600;
    font-size: 18px;
    color: var(--color1);
    cursor: pointer;
    -webkit-user-select: none;
}
.fast-order {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 4px 15px #00000007;
    height: 100%;
}
.fast-order::before {
    content: "";
    position: absolute;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: url(../img/fast-bg.png);
    background-size: inherit;
}
.fast-order h2 {
    font-weight: 600;
    font-size: 30px;
    color: #555;
}
.fast-order p {
    font-size: 15px;
    color: #666;
}
.btn.fast-or-btn {
    color: #fff;
    background: var(--color2);
    box-shadow: 0px 5px 10px var( --color2-sd);
    border-radius: 10px;
    margin-top: 7px;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    font-size: 18px;
}
.pack-item {
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 15px #00000007;
    border-radius: 12px;
    padding: 20px 10px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    position: relative;
    display: flex;
    flex-direction: column;
}
.pack-item.special {
  border: 3px solid;
}
.pack-item.special .pack-special-detail {
  display: block;
}
.pack-special-detail {
    display: none;
    color: #ffffff;
    position: absolute;
    font-size: 15px;
    top: -3px;
    left: calc(50% - 100px);
    width: 200px;
    padding: 3px 15px;
    background: var(--color1);
    text-align: center;
    font-weight: 400;
    border-radius: 0 0 30px 30px;
    -webkit-user-select: none;
}
.pack-special-detail i {
    margin-right: 2px;
}
.pack-item.special .pack-price {
  color: var(--color1);
} 
.pack-item.special .pack-icon i {
  color: var(--color1);
} 
.pack-item.special .btn-pack-buy {
  background: #41305b;
  box-shadow: 0px 4px 20px #00000010;
} 
.fav-items .pack-item {
  overflow: hidden;
}
.fav-items .pack-icon {
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 20px;
    top: -18px;
    left: -45px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 0;
    background: var(--color2);
    width: 125px;
    transform: rotate(-45deg);
}
.best-seller-area {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.best-seller-area::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 8px;
    width: 95%;
    height: 2px;
    border-radius: 5px;
    background: linear-gradient(45deg, #d1d1d1, transparent);
}
.best-sell-all {
    margin-left: auto;
    text-align: right;
    min-width: 150px;
}
.best-sell-all a {
    color: var(--color3);
    font-weight: 500;
    transition: .2s;
}
.best-sell-all i {
    background: var(--color3);
    color: #ffffff;
    text-align: center;
    padding: 6px 7px 6px 10px;
    margin-left: 5px;
    border-radius: 5px;
    transition: .2s;
}
.best-sell-all:hover a {
   font-weight: 600;
}
.best-sell-all:hover i {
   margin-left: 10px;
   border-radius: 50px;
}
.best-seller {
    margin-bottom: 50px;
    position: relative;
   
}
.about-us {
    position: relative;
    padding: 75px 0px;
    margin-top: 100px;
    padding-bottom: 75px;
    background: var(--color1);
}
.about-us::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 62px;
  transform: rotateX(180deg);
  top: -20px;
  background: url(../img/intro-end.png);
}
.about-us::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 62px;
    bottom: -20px;
    background: url(../img/intro-end.png);
}
.why-us-text {
    text-align: center;
    margin-bottom: 35px;
}
.why-us-box {
    display: flex;
    justify-content: center;
}
.wu-item {
    /* background: #fff; */
    width: calc(100%/4);
    text-align: center;
    margin: 0px 8px;
    border-radius: 10px;
    padding: 0px 10px;
    transition: .3s;
    padding-bottom: 40px;
}
.wu-item i {
    display: block;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 15px;
    color: var(--color2);
}
.wu-item span {
    font-size: 20px;
    font-weight: 600;
    color: var(--color1);
}
.wu-item p {
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.best-seller h2 {
  color: var(--color3);
  margin-bottom: 2px;
  font-weight: 500;
}
.pack-icon {
  margin-top: 25px;
}
.pack-icon i {
    font-size: 60px;
    color: var(--color2);
    margin-bottom: 7px;
}
.pack-title {
    color: #444;
    font-weight: 600;
    font-size: 20px;
}
.pack-title span {
    color: #888;
    font-size: 18px;
    display: block;
    font-weight: 400;
}
.pack-detail {
    margin-bottom: auto;
    margin-top: auto;
}
.pack-detail ul {
    padding: 0;
    margin: 15px;
}
.pack-detail ul li {
    list-style: none;
}
.pack-detail.detailscroll ul {
    margin: 15px 5px;
    padding: 0;
    max-height: 112px;
    overflow: auto;
}
.pack-detail ul::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.pack-detail ul::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.pack-detail ul::-webkit-scrollbar-thumb
{
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #b6b6b6;
}
.pack-detail ul li {
    font-size: 15px;
    color: #666;
}
.pack-price {
    padding: 15px 0px;
    padding-top: 0;
    font-size: 30px;
    font-weight: 600;
    color: var(--color2);
}
.pack-price span {
    display: block;
    font-size: 16px;
    margin-bottom: -8px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
}
.btn-pack-buy {
    color: #fff !important;
    font-weight: 600;
    font-size: 19px;
    width: 80%;
    transition: .2s;
    padding: 10px;
    margin: 0 auto;
    background: var(--color2);
    box-shadow: 0px 4px 20px var(--color2-sd);
    border-radius: 10px;
    margin-bottom: 10px;
}
.btn-pack-buy:hover {
  width: 90%;
}
.best-seller p {
  color: #777;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.intro-ct {
    padding-top:80px;
    padding-bottom: 150px;
    align-items: center;
}
.intro-service-icons {
    width: 60px;
    background: var(--color2);
    text-align: center;
    padding: 20px 0px;
    display: table-cell;
    border-radius: 12px;
}
.intro-service-icons i {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    padding: 15px 0px;
    transition: 1s;
}
.intro-service-icons i:hover {
  transform: rotate(360deg);
}
.intro-title {
    color: #fff;
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.intro-title h2 {
    font-weight: 600;
    font-size: 45px;
}
.intro-title h2 span {
    display: block;
    color: var(--color2);
}
.intro-title p {
    font-weight: 300;
    font-size: 17px;
}

.service-box {
    background: #fff;
    color: var(--text-color1);
    padding: 30px;
    transition: .2s;
    box-shadow: 0px 5px 25px #00000020;
    border-radius: 25px;
    text-align: center;
}
.service-box:hover {
    transform: scale(1.04);
}
.service-box > i {
    font-size: 55px;
    margin-bottom: 15px;
}
.service-box p {
    opacity: .8;
    font-size: 17px;
    margin-bottom: 0;
}
.service-box.sb-special {
    color: #fff;
    background: var(--color2);
    box-shadow: 0px 5px 25px var(--color2-sd);
    margin-top: 25px;
}
.service-box.sb-special p {
    opacity: 1;
}

/* Main */
.why-us-text > span {
    font-size: 21px;
    font-weight: 600;
    color: var(--color2);
}
.why-us-text h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.why-us-text p {
    color: #fff;
    opacity: .7;
    font-size: 17px;
}
.lb-area {
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}
.lb-area::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 95%;
    height: 2px;
    border-radius: 5px;
    background: linear-gradient(45deg, #d1d1d1, transparent);
}
.lb-area > span {
    font-size: 21px;
    font-weight: 600;
    color: var(--color2);
}
.lb-area h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--color3);
}
.lb-area p {
    color: var(--text-color1);
    opacity: .7;
    font-size: 17px;
}
.lb-area-all {
    margin-left: auto;
    text-align: right;
    /* min-width: 150px; */
}
.lb-area-all a {
    color: var(--color3);
    font-weight: 500;
    transition: .2s;
}
.lb-area-all i {
    background: var(--color3);
    color: #ffffff;
    text-align: center;
    padding: 6px 7px 6px 10px;
    margin-left: 5px;
    border-radius: 5px;
    transition: .2s;
}
.lb-area-all:hover a {
   font-weight: 600;
}
.lb-area-all:hover i {
   margin-left: 10px;
   border-radius: 50px;
}
.last-blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
}
.lb-item {
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 8px 30px #00000008;
}
.lb-top {
    margin-bottom: 10px;
}
.lb-top img {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.lb-date {
    background: var(--color1);
    display: inline-block;
    padding: 1px 16px;
    font-size: 13px;
    color: #fff;
    border-radius: 7px;
}
.lb-detail h2, .lb-detail h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color1);
}
.lb-detail p {
    font-size: 16px;
    color: #777;
    line-height: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
a.btn.lb-read-btn {
    color: #fff !important;
    background: var(--color2);
    padding: 10px 25px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0px 4px 15px var(--color2-sd);
}

.lb-read-btn:hover i {
    margin-left: 15px;
}
.lb-read-btn i {
    transition: .3s;
}
.btn-why {
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 6px;
    transition: .3s;
    padding-left: 23px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    background: var(--color1);
    box-shadow: 0px 3px 15px var(--color1-sd);
}
.btn-why:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 15px var(--color1-sd); 
}
.whyus-chevron {
    background: var(--color2);
    display: inline-block;
    padding: 7px 25px;
    text-align: center;
    transition: .3s;
    border-radius: 6px;
    margin-left: 95px;
}
.gtco-testimonials {
  text-align: center;
  position: relative;
}
.gtco-testimonials span {
    font-size: 21px;
    font-weight: 600;
    color: var(--color2);
}
.gtco-testimonials p {
    color: var(--text-color1);
    opacity: .7;
    font-size: 17px;
}
.gtco-testimonials h2 {
  font-size: 35px;
  font-weight: 600;
  color: var(--color3);
}
.gtco-testimonials p {
    color: var(--text-color1);
    font-size: 17px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid var(--color1);
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: var(--color1);
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 40px auto 0;
  box-shadow: 0 4px 25px var(--color1-sd);
  width: 100px;
  height: 100px;
}
.owl-item.active.center .card {
    overflow: hidden;
}
.owl-item.active .card::after {
    width: calc(100% + 10px);
    content: "";
    position: absolute;
    left: 0;
    bottom: -45px;
    height: 45px;
    background: var(--color1);
    opacity: 0;
    transition: .3s;
}
.owl-item.active.center .card::after {
    content: "";
    transform: rotate(-3deg);
    bottom: -25px;
    opacity: 1;
}
.gtco-testimonials .card h5 {
  color: var(--color2);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: var(--color1);
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.gtco-testimonials .owl-item:hover {
    opacity: 1;
}
.nsa-body {
    display: none;
    padding: 20px;
    padding-top: 0;
    color: #dbdbdb;
}
.nsa-header {
    color: var(--color3);
    background: #f4f4f4;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px;
    margin-bottom: 0;
    border-radius: 7px;
    cursor: pointer;
}
.nsa-header::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    color: var(--color2);
    margin-right: 5px;
}
.sidebar-item .ns-accordion .nsa-header {
    background: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}
.sidebar-item .ns-accordion .nsa-body {
    color: #767676;
}
.intro-head {
    display: grid;
    align-items: center;
    position: relative;
    padding: 75px;
    min-height: 300px;
    overflow: hidden;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-size: cover !important;
    background-position: center !important;
}
.intro-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color1);
    opacity: .85;
}
.ihead-well {
    position: relative;
    display: block;
  
}
.ihead-wells{
      
      margin-top:-25px;
}
.intro-head.container {
    margin-top: 30px;
    border-radius: 20px;
}
.well-one {
    min-width: 200px;
    order: 2;
    text-align: right;
}
.well-one i {
    font-size: 120px;
    color: #fff;
    animation: 1.5s infinite salla;
}
.well-one i.durdur {
  animation: inherit;
}
.well-two {
    order: 1;
    width: 100%;
}

.well-two h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}
.well-two p {
    color: #ffffffd1;
    padding-bottom: 25px;
    margin-bottom: 12px;
    position: relative;
   
}
.well-two p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    border-radius: 12px;
    width: 100px;
    background: #fff;
}
.wt-icons {
    margin-top: 25px;
}
.wt-icons a {
    cursor: pointer;
}
.wt-icons span {
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    opacity: .7;
}
.wt-icons i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    opacity: .7;
    transition: .3s;
} 
.wt-icons i:hover {
  opacity: 1;
}
.platform-area {
    padding-top: 50px;
    min-height: 450px;
    margin-bottom: 100px;
}
.platform-list {
    display:flex;
    align-items:center;
}
.plat-item {
   
    background: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0px 5px 25px #00000010;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
   
}

.plat-item.plat-fw {
    grid-column: span 2;
}

.plat-icon {
    color: #fff;
    font-size: 30px;
    padding: 14px 16px;
    border-radius: 15px;
}
.plat-detail {
    margin-top: -5px;
    text-align: left;
    padding-left: 11px;
    padding-right: 22px;
    margin-right: 50px;
}
.plat-item h2 {
    font-weight: 500;
    font-size: 28px;
    position: relative;
    color: var(--color1);
    margin-bottom: 0;
    padding:8px;
}
.plat-detail p {
    font-size: 16px;
    line-height: 22px;
    color: #777;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.plat-action {
    margin-top: 0;
    min-width: 100px;
    text-align: right;
     position:absolute;
      right:0; 
    
}
.plat-action-btn {
    color: #fff !important;
    position: relative;
    width: 100%;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    background: var(--color1);
    border-radius: 100px;
    margin-bottom: 5px;
    transition: .2s;
}
.plat-action-btn:hover {
    width: 100%;
    box-shadow: 0px 5px 15px var(--color1-sd);
}
.packs-area {
    padding-top: 50px;
}
.pack-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 25px;
}
.order-pack-area .card {
    border: 3px solid rgba(217,217,217,0.8);
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
}
.order-pack-area .card .card-header {
    background: #fff;
    border: none;
    font-weight: 600;
    font-size: 17px;
    color: #777;
    cursor: pointer;
}
.order-pack-area .card .card-body {
  padding-top: 10px;
}
.order-pack-area .box-title {
    position: relative;
}
.order-pack-area .box-title span i {
    position: absolute;
    top: 4px;
    right: 0;
    transition: .3s;
}
.order-pack-area .card-header.collapsed .box-title span i {
  transform: rotate(-90deg);
}

.order-pack-area .form-control {
    padding: 12px 18px;
    height: auto;
    color: #888;
    font-size: 17px;
    border-radius: 12px;
    border: 3px solid rgba(217,217,217,0.8);
    box-shadow: none;
    display: flex;
    justify-content: space-between;
}
.order-pack-area .form-control.f-bilg.mb-2.d-block > span {
    float: right;
}
.order-end .form-control {
    align-items: center;
}
.order-pack-list ul {
    padding: 0;
    padding-left: 15px;
    margin: 0;
}
.order-area {
    padding-top: 50px;
    min-height: 550px;
    padding-bottom: 100px;
}
.order-pack-list ul li {
    list-style: none;
    color: #777;
}
.order-pack-area .f-bilg span {
    font-weight: 600;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    margin-left:28px;
}
.order-steps-tab {
    height: 55px;
    background: rgba(217,217,217,0.6);
    border-radius: 15px;
}
.order-created {
    text-align: center;
    padding: 30px 0px;
}
.order-created i {
    font-size: 60px;
    animation: 2s infinite preturnright;
    color: var(--color1);
}
.order-created span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    color: var(--color1);
    letter-spacing: 1px;
    font-weight: 500;
}
.obj-tab {
    list-style: none;
    height: 100%;
    margin: 0 0.35em;
    width: 100%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transform: translate3d(0, 0, 0) scale(1.000000005);
    transition: transform 150ms ease, opacity 200ms ease;
}
.obj-tab:hover {
  opacity: 0.8;
}
.obj-tab:active {
  transform: translate3d(0, 0, 0) scale(0.9);
}

.obj-tablink {
    padding: 0px 15px;
    color: var(--color3) !important;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.obj-tab.active .obj-tablink {
  color: #fff !important;
}
.obj-tabcontent {
    position: relative;
    display: flex;
    padding: 0;
    z-index: 50;
    height: 100%;
}

.obj-tabindicator {
  width: 100%;
  height: 43px;
  background: var(--color1);
  position: absolute;
  display: block;
  border-radius: 12px;
  top: 0.35em;
  bottom: 0.35em;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.os-tabs {
    padding: 0px 15px;
    padding-top: 40px;
    display: none;
}
.os-tabs.show {
  display: block;
}
.os-tabs.os-tab3.show#step4 {
    padding: 0;
    padding-top: 35px;
}
.os-tabs h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #555;
}
.os-tabs p {
    font-size: 16px;
    color: #777;
}
.os-tabs .form-control {
    min-height: 60px;
    border: 3px solid rgba(217,217,217,0.6);
    border-radius: 12px;
    box-shadow: none !important;
    padding: 12px 20px;
}
.os-tabs .form-control.form-num{
     font-family: 'Montserrat', sans-serif;
}
.os-next-btn {
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    background: var(--color1);
    padding: 12px 40px;
    border-radius: 15px;
    transition: .3s;
}
.os-next-btn:hover {
    padding: 12px 50px;
}
.os-pri-btn {
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    background: var(--color2);
    padding: 12px 40px;
    border-radius: 15px;
    transition: .3s;
    margin-right: 6px;
}
.os-pri-btn:hover {
    padding: 12px 50px;
}
.coupon-code-input {
    position: relative;
}
.btn-coupon {
    position: absolute;
    right: 9px;
    top: 9px;
    height: 41px;
    color: #666;
    font-weight: 600;
    padding: 0px 20px;
    background: #ececec;
    border-radius: 8px;
}
.payment-choice {
    margin-top: 50px;
    margin-bottom: 30px;
}
.payments-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
}
.pay-item {
    background: #fff;
    padding: 10px 20px;
    border: 3px solid #ececec;
    border-radius: 14px;
    transition: .3s;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.pay-icon {
    color: #777;
    font-size: 40px;
}
.pay-text {
    font-weight: 600;
    color: #7c7c7c;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
}
.pay-check {
    margin-left: auto;
}
.pay-check-box {
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    border-radius: 7px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.pay-checked {
    height: 100%;
    width: 100%;
    background: #777;
    padding-top: 5px;
    font-size: 14px;
    color: #fff;
    display: none;
}
.pay-item.selected .pay-checked{
    display: block;
}
.pay-item.selected {
    border: 3px solid #d3d3d3;
}
.blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.ns-pagi {
    justify-content: center;
    margin-top: 40px;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.ns-pagi .page-link {
    color: #6c757d;
}
ul.ns-pagi li a {
    border: none;
    box-shadow: 0px 0px 10px #00000010 !important;
    margin: 0px 3px;
}
.ns-pagi .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--color2);
    border-color: var(--color2);
}
.post-content {
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 10px 40px #00000010;
    margin-bottom: 30px;
}
.post-image img {
    width: 100%;
}
.post-header {
    padding: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
}
.post-header h1 {
    font-weight: 600;
    font-size: 34px;
    color: #444;
}
.post-header::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 6px;
    width: 150px;
    border-radius: 17px;
    background: #555;
}
.entry-content {
    padding: 25px;
    padding-top: 0;
}
.entry-content img {
    padding: 15px;
    max-width: 100%;
}
.entry-content.page {
  padding-top: 25px;
}
.entry-content blockquote {
    padding: 7px;
    padding-left: 15px;
    background: #00000005;
    border-left: 4px solid #00000020;
}
.entry-content blockquote p {
    margin-bottom: 0 !important;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  color: #444;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.entry-content h1{
    font-size: 35px;
}
.entry-content h2{
    font-size: 30px;
}
.entry-content h3{
    font-size: 25px;
    font-weight:400;
}
.entry-content p {
    color: #777;
    font-size: 16px;
    line-height: 25px;
}
.sidebar-title {
    font-size: 17px;
    padding-left: 18px;
    position: relative;
    color: #888;
    margin-bottom: 15px;
}
.sidebar-title::before {
    content: "";
    position: absolute;
    left: 2px;
    width: 7px;
    border-radius: 16px;
    height: 100%;
    background: var(--color2);
}
.sidebar-title span {
    color: var(--color2);
    font-weight: 500;
}
.sidebar-title h3 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #444;
}
.sidebar-title i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #0000002e;
}
.ob-item {
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 7px 38px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
}
.ob-thumb img {
    width: 125px;
    min-height: 80px;
    max-height: 80px;
    border-radius: 8px;
}
.ob-detail {
    margin-left: 12px;
}
.ob-detail h4 {
    color: #555;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar-item {
  margin-bottom: 50px;
}
.sidebar-item:nth-last-child(1){
    position: sticky;
    top: 20px;
}
.sidebar-contact {
    padding: 25px;
    background: #ffffff;
    border-radius: 15px;
    color: var(--color1);
    text-align: center;
}
.sidebar-contact i {
    font-size: 95px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.sidebar-contact h4 {
    font-weight: 600;
    font-size: 30px;
}
.sidebar-contact p {
    color: #959595;
}
.sidebar-contact-btn {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 20px;
    background: var(--color1);
    box-shadow: 0px 5px 20px var(--color1-sd);
    padding: 10px 40px;
    border-radius: 15px;
    margin-top: 8px;
    margin-bottom: 15px;
}
.sidebar-service-list {
    background: #fff;
    padding: 12px 15px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 7px 38px rgba(0,0,0,.1);
}
.sise-icon {
    width: 50px;
    text-align: center;
}
.sise-item {
    color: var(--color1);
    padding: 10px 0;
    border-bottom: 1px solid #00000010;
    display: flex;
    align-items: center;
}
.sise-item:nth-child(1){
  padding-top: 5px;
}
.sise-item:nth-last-child(1){
  border-bottom: none;
  padding-bottom: 5px;
}
.sise-item i {
    font-size: 43px;
}
.sise-detail {
    padding: 0px 12px;
}
.sise-detail a {
    color: #444;
    font-weight: 600;
}
.sise-detail a span {
    display: block;
    font-weight: 400;
    position: relative;
    margin-top: -5px;
}
.sise-action {
    margin-left: auto;
    color: #333;
}
.sise-action i {
    color: #444;
    font-size: 30px;
    transition: .5s;
}
.sise-action i:hover {
    color: var(--color2);
}
.contact-form {
  margin-bottom: 40px;
}
.contact-area .form-control {
    height: 60px;
    border: 3px solid #ececec;
    border-radius: 12px;
    box-shadow: none !important;
    padding: 5px 20px;
    transition: .3s;
}
.contact-area .form-control:active, .contact-area .form-control:focus {
  border-color: var(--color1);
}
.contact-area textarea {
  min-height: 100px;
  padding: 15px 20px !important;
}
.contact-area .form-group label {
  padding-left: 7px;
  margin-bottom: 4px;
  color: #555;
}
.contact-send-btn {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    background: var(--color1);
    padding: 10px 30px;
    border-radius: 12px;
    transition: .3s;
}
.contact-send-btn:hover {
  padding: 10px 40px;
}
.search-area {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 95px;
    background: #fff;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 9998;
    box-shadow: 0px 4px 15px #00000007;
}
.search-area.show {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.search-close i {
    position: absolute;
    font-size: 40px;
    color: var(--color1);
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    cursor: pointer;
    transition: .3s;
}
.search-close:hover i {
  transform: translateY(-50%) rotate(90deg);
}
.search-input {
    display: flex;
    align-items: center;
}
.search-input i {
    margin-right: 5px;
}
.search-input-relative {
    display: flex;
    align-items: center;
    width: 100%;
}
.search-input .form-control {
    height: 55px;
    border-radius: 12px;
    border: 2px solid #ececec;
    box-shadow: none !important;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}
.search-input-btn {
    color: #fff !important;
    font-size: 19px;
    background: var(--color1);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    height: 52px;
    border-radius: 12px;
    margin-left: 12px;
}
.contact-sidebox {
    background: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    border: 3px solid #ececec;
    display: flex;
    align-items: center;
}
.cosi-icon {
    font-size: 60px;
    color: #555;
}
.cosi-detail {
    margin-left: 15px;
}
.cosi-detail h4 {
    font-weight: 600;
    color: #555;
    margin-bottom: 0px;
}
.cosi-detail span:nth-child(3) {
    font-weight: 600;
}
.cosi-detail span:nth-last-child(1) {
  margin-top: 10px;
  margin-bottom: 0;
}
.owl-carousel.mustu .owl-item {
   /* height: 490px !important;*/
}
.owl-carousel .owl-item {
    padding:3px!important;
}

.cosi-detail span {
    display: block;
    color: #666;
    position: relative;
    margin-bottom: -4px;
}
.ns-select {
    box-shadow: 0px 3px 15px #0000001c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    height: 50px;
    padding: 15px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color1);
    background-color: #fff;
}
.ns-select i.dropicon {
    transition: .3s;
}
.ns-select.show i.dropicon {
    transform: rotate(90deg);
}
ul.ns-dropselect {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px #00000020;
    padding: 0;
    max-height: 208px;
    overflow: auto;
    border-radius: 10px;
}
.ns-select-area {
    position: relative;
    margin-bottom: 15px;
    transition: .2s;
}
ul.ns-dropselect li {
    color: var(--color1);
    list-style: none;
    cursor: pointer;
    text-align: left;
    transition: .3s;
    padding: 9px 15px;
    font-size: 15px;
    border-bottom: 1px solid #00000010;
    font-weight: 500;
}
ul.ns-dropselect li:hover {
    background: #fafafa;
}
ul.ns-dropselect li:nth-last-child(1) {
    border: none;
}
ul.ns-dropselect li i {
    float: right;
    position: relative;
    top: 4px;
}
#hizli-al {
    padding: 0px 12px;
    font-family: 'Montserrat', sans-serif;
    
}
#hizli-satin-al {
    width: 100%;
    color: #fff !important;
    background: var(--color2);
    padding: 15px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 19px;
}
.ns-dropselect::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #eaeaea;
}
.ns-dropselect::-webkit-scrollbar
{
    width: 8px;
    background-color: #eaeaea;
    position: relative;
}
.ns-dropselect::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}


/* Footer */
.foot-flex {
  background: url(../img/bg.png), var(--color1);
  padding: 75px;
  min-height: 350px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.foot-top-item1 {
  padding-left: 35px;
  position: relative;
}
.foot-top-item1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  border-radius: 25px;
  background: #fff;
}
.foot-top-item1 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
}
.foot-top-item1 p {
  color: #f8f8f8;
  margin-bottom: 0;
}
.foot-top-item2 {
  min-width: 350px;
  text-align: right;
}
.footer-contant-btn {
  background: #fff;
  color: #263653;
  box-shadow: 0px 10px 30px #00000030;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 15px;
}
.footer-body {
  margin-top: 40px;
  padding-top: 40px;
  background: #fff;
}
.foot-content {
  display: flex;
  align-items: center;
}
.fc-logo img {
  max-height: 70px;
  max-width: 100%;
  width: auto;
}
.fc-navs {
  margin-left: auto;
}
.fc-navs ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.foot-contact {
    margin-top: 50px;
}
.fc-navs ul li a {
  padding: 8px 15px;
  margin-left: 5px;
  font-weight: 500;
  color: #727272;
  transition: .3s;
  border-bottom: 3px solid #00000000;
}
.fc-navs ul li.selected a, .fc-navs ul li:hover a {
  border-bottom: 3px solid var(--color1);
  color: var(--color1);
}
.foot-down {
  padding: 0px 15px;
  padding-top: 10px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}
.fd-copyright {
  color: #727272;
}
.fd-social-media {
  margin-left: auto;
}
.fd-social-media i {
  font-size: 26px;
  margin-left: 10px;
  color: var(--color1);
}

/* Other Codes */
.ns-center {
    display: inherit;
}
.ns-center > div {
    align-self: center;
}
.well-bros {
    position: fixed;
    left: 20px;
    bottom: 20px;
    transform: translateY(0);
    transition: .3s;
    z-index: 99;
}
.well-bros.close {
    position: fixed;
    left: 2px;
    bottom: 2px;
    transform: translateY(0);
}
.well-bros.close .wb-item.wb-close {
    border-bottom-left-radius: 0;
    padding: 0;
}
.wb-item {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 12px;
    cursor: pointer;
}
.wb-item.wb-close {
  margin-bottom: 0;
  transition: .3s;
}
.wb-icon {
    width: 40px;
    height: 40px;
    display: grid;
    align-items: center;
    text-align: center;
}
.wb-item i {
    font-size: 25px;
    color: #fff;
}
.wb-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-left: 7px;
    padding-right: 15px;
    position: absolute;
    width: max-content;
    visibility: hidden;
    margin-left: -20px;
    opacity: 0;
}
.wb-item:hover .wb-text {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-left: 10px;
    transition: .5s;
}
.wb-item.wb-whatsapp i {
    font-size: 29px;
    position: relative;
    top: -1px;
}
.wb-item.wb-phone i {
    font-size: 23px;
    position: relative;
    top: -1px;
}
.wb-item.wb-osearch i {
    font-size: 24px;
}
.wb-item.wb-close {
    background: #aaa;
}
.wb-item.wb-close .wb-icon i {
    transition: .3s;
}
.wb-item.wb-close:hover .wb-icon i.fas.fa-times {
  transform: rotate(360deg);
}
i.fas.fa-angle-double-up {
    position: relative;
    left: 2px;
    bottom: 2px;
    transform: rotate(45deg);
}
.wb-item.wb-whatsapp {
    background: #5aba70;
}
.wb-item.wb-phone {
    background: var(--color4);
}
.wb-item.wb-osearch {
    background: var(--color2);
}
.ico-chance {
    display: grid;
    align-items: center;
}
.nonshake {
    animation: .5s ease shake;
}
.notFoundArea {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.notFoundArea h2 {
    font-weight: 600;
    color: #555;
}
.notFoundArea span {
    color: #777;
}
.nf-flex {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    column-gap: 10px;
}
.nf-item {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.nf-item {
    color: #6c6c6c !important;
    background: #e9e9e9;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    transition: .3s;
}
.nf-item:hover {
    padding: 15px 50px;
}
.usinfor {
    display: block;
}
.usinfor a {
    color: var(--color1) !important;
    font-weight: 600;
}
.modal-botto {
    justify-content: center;
}
.modal-butto {
    border: none;
    padding: 7px 20px;
    border-radius: 7px;
    background: #d1d1d1;
}
.usinfor .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.usinfor .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.usinfor .cbx span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.usinfor .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.usinfor .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color1);
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.usinfor .cbx span:last-child {
  padding-left: 8px;
}
.usinfor .cbx:hover span:first-child {
  border-color: var(--color1);
}

.usinfor .inp-cbx:checked + .cbx span:first-child {
  background: var(--color1);
  border-color: var(--color1);
  animation: wave 0.4s ease;
}
.usinfor .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.usinfor .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
}
}



/* Keyframes */

@keyframes salla {
  0%, 50% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(.2, .25, .55, 1)
}

25% {
    transform: rotate(-5deg);
    animation-timing-function: cubic-bezier(.45, 0, .8, .75)
}

75% {
    transform: rotate(5deg);
    animation-timing-function: cubic-bezier(.45, 0, .8, .75)
}

to {
    transform: rotate(0deg);
}
}

/* Media Codes */

@media (min-width: 1200px) {
    .container {
      max-width: 1200px;
  }   
  .intro-head.container {
      max-width: 1220px;
  }
  .why-us-text {
      padding-right: 20px;
  }
  .foot-top-item2::after {
      content: "";
      position: absolute;
      top: 28%;
      right: -10%;
      height: 100%;
      width: 40%;
      border-radius: 100px;
      background: var(--color2);
      z-index: -1;
      transform: rotate(51deg);
      border: 14px solid #f8f8f8;
  }
  .iservice-item:hover {
      padding: 25px 10px;
  }
}

@media (min-width: 1370px) {
    .container {
      max-width: 1250px;
  } 
}
@media (min-width: 992px) {
  .wu-item:hover {
    margin-bottom: -15px;
    margin-top: -15px;
    padding-top: 15px;
    cursor: pointer;
}
.menu-toggler {
    display: none;
}
.best-seller-area {
    padding-left: 12px;
}
.ihead-wells{
    display:flex;
}
.well-one i{
    padding:20px;
}
}
@media (max-width: 991px) {
  .droplapse {
    display: none;
    border-top: 1px solid #0000001f;
    margin-top: 25px;
    padding: 15px 0px;
    max-height: calc(100vh - 100px);
    overflow: auto;
}
.nav-buts-flex {
    margin-top: 15px;
    flex-flow: wrap;
}
.navbar-nav .nav-contact a:hover {
    transform: translateY(0px);
}
.navbar-nav .order-search-btn a:hover {
    transform: translateY(0px);
}
.intro {
    margin-top: 35px;
}
.blog-list {
    grid-template-columns: repeat(2,1fr);
}
.fast-flex {
    display: block;
}
.ordersearch-area {
    padding: 50px 40px;
}
.fast-first {
    width: auto;
    text-align: center;
    padding-right: 0px;
}
.fast-first h2 {
    font-size: 30px;
    max-width: 100%;
}
.fast-sec {
    width: auto;
    margin-left: 0;
    margin-top: 15px;
}
.fast-box-area {
    justify-content: center;
}
.best-seller-area::after {
  background: linear-gradient(45deg, transparent, #d1d1d1, transparent);
}
.navbar-nav .dropdown-sub a {
    padding: 8px 18px !important;
    padding-left: 33px !important;
}
.navbar-nav .dropdown-sub a::before {
    top: 12px;
}
.dropdown-items::before {
  content: none;
}
.platform-list {
  display: block;
}
.plat-item {
  margin-bottom: 20px;
  padding:15px 15px;
}
.intro-head {
    margin-top: 0 !important;
    border-radius: 0px 0px 20px 20px !important;
    padding: 13px 2px;
    display: block;
}

.well-one i {
    font-size: 50px !important;
}
.well-two h1 {
    font-size: 29px;
}
.well-one, .well-two {
    text-align: center;
}
.well-two {
    margin-top: 15px;
}
.well-two p::after {
    left: calc(50% - 50px);
}
.pack-list {
    grid-template-columns: repeat(2, 1fr);
}
.m-or1 {
    order: 1;
}
.m-or2 {
    order: 2;
}
.obj-tab span {
    display: none;
}
.payments-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.pay-icon {
    color: #777;
    font-size: 35px;
    width: 40px;
}
.well-one{
    width: 100%;
    text-align: center;
    display: grid;
}
.order-steps-tab{
    border-radius: 15px 15px 0 0 !important;
}
.os-tabs > .form-control{
    border-radius: 0 0 12px 12px !important;
}
.order-pack-area .card{
    border-radius: 0 0 12px 12px !important;
}
.os-tabs {
    padding: 0px;
    padding-top: 40px;
    text-align: center;
}

.os-tabs h4 {
    font-size: 30px;
}
.os-next-btn, .os-pri-btn {
    padding: 12px 35px;
}
section.content-area {
    padding: 20px 0;
}
.search-input-btn span {
    display: none;
}
.wb-text {
    display: none;
}
.wb-item {
    padding: 3px;
}
.wb-icon {
    width: 35px;
    height: 35px;
}
.wb-item {
    margin-bottom: 6px;
}
.wb-item.wb-whatsapp i {
    font-size: 25px;
    top: 0;
}
.wb-item.wb-phone i {
  font-size: 19px;
}
.wb-item.wb-osearch i {
  font-size: 20px;
}
.well-bros {
    left: 10px;
    bottom: 15px;
}
.os-area h2 {
    font-size: 35px;
}
.os-search-area {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.int-search-button {
    padding: 12px 20px !important;
}
.int-search-button span {
    display: none;
}
.show-area {
    display: block;
    text-align: center;
}
.show-item1 {
    padding-right: 0;
}
.show-buttons {
    display: 
}
.show-buttons {
    justify-content: center;
}
.nf-flex {
    flex-direction: column;
    row-gap: 10px;
}
}

@media (max-width: 767px) {

    .pho-items {
    top: calc(50% - 65px);
    left: calc(50% - 113px);
}
    .phonemg img {
    width: 153px;
}
.potem1 {
    top: 63px;
}
.phone-item {
    width: 230px;
    animation: 3s infinite bildir;
    background: #fff;
    padding: 8px;
    height: 42px;
    box-shadow: 0 3px 15px #0003;
    margin: 15px 0;
}
.p-item1 {
    color: #fff;
    font-size: 13px;
    width: 35px;
    height: 24px;
}
.p-item2 {
    padding-left: 11px;
    text-align: left;
    line-height: 15px;
    font-size: 11px;
}
.potem2 {
    top: 111px;
}

    .asdasdad{
            margin-bottom: -50px;
    }
    .fast-box {
    border-radius: 10px;
    margin: 0px 2px;
    font-size: 17px;
  
}
    .fast-first h1 {
    font-size: 25px;
}
.why-us-text p {
    color: #fff;
     opacity: 1;
    font-size: 14px;
    margin-top: 1rem;
}
  .gtco-testimonials {
    margin-top: 20px;
}
.intro-start .container {
    padding-right: 0;
    padding-left: 0;
    height:76px;
}
.navbar-nav .nav-contact {
    margin-left: 0;
    margin-top: 12px;
}
.navbar-nav .order-search-btn {
    margin-left: 0;
    margin-top: 12px;
}
.intro-start {
    padding-bottom: 20px;
}
.about-us {
    padding: 75px 0px;
    margin-top: 50px;
}
.testimonial {
    padding: 50px 0px;
}
.faq {
    padding: 100px 0px;
}
.blog-posts {
    padding: 50px 0px;
}
.why-us-box {
    flex-flow: wrap;
}
.wu-item {
    padding: 0px 22px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}
.last-blog-list {
    grid-template-columns: repeat(1, 1fr);
}
.lb-item {
    margin-bottom: 15px;
}
.lb-detail p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.lb-detail {
    text-align: center;
}
.lb-read-button {
    text-align: center;
}
.foot-flex {
    padding: 25px !important;
    flex-flow: wrap;
}
.foot-top-item1 {
    padding-left: 0 !important;
    text-align: center;
}
.foot-top-item1::before {
    display: none;
}
.foot-top-item1 h3 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.foot-top-item2 {
    width: 100%;
    min-width: auto !important;
    text-align: center !important;
    padding: 40px 0px;
}
.foot-content {
    display: block !important;
}
.fc-logo {
    width: 100%;
    text-align: center !important;
}
.fc-navs {
  margin-left: 0;
  margin-top: 17px;
  width: 100%;
  text-align: center;
}
.fc-navs ul li.selected a, .fc-navs ul li:hover a {
  border-bottom: none !important;
}
.fc-navs ul li a {
  padding:5px 15px !important;
  display: block !important;
}
.foot-down {
  display: block !important;
  text-align: center;
}
.fc-navs ul {
    display: block !important;
}
.fd-copyright {
  margin-bottom: 15px;
}
.iservice-item{
    padding: 15px 10px !important;
}
.iser-detail{
    font-size: 16px !important;
}
.best-seller .container {
    padding-right: 0;
    padding-left: 0;
}
.header-area {
    padding: 0;
}
.head-nav .logo img {
    height: 40px;
}
.fast-box-area {
    display: none;
}
.blog-list {
    grid-template-columns: repeat(1,1fr);
}
.intro {
    margin-top: 0;
    margin-bottom: 35px;
}
.intro .container {
    padding: 0;
}
.intro-head, .ordersearch-area {
    margin-top: 0 !important;
    text-align: center;
    
}
.ordersearch-area, .ordersearch-area {
    padding: 50px 25px;
    border-radius: 0px 0px 25px 25px !important;
}
.ordersearch-area::before {
    border-radius: 0px 0px 25px 25px !important;
}
.best-seller h2, .lb-area h3 {
    font-size: 25px;
}
.best-sell-all span, .lb-area-all span {
    display: none;
}
.best-sell-all i, .lb-area-all i {
    margin-left: 0;
}
.best-sell-all {
    min-width: auto;
}
.best-seller p {
    display: none;
}
.best-seller-area {
    padding: 0 15px;
}
.best-seller-area::after {
    background: linear-gradient(45deg, #41305b, transparent);
    left: 15px;
    opacity: .6;
}
.best-seller-area p {
    display: none;
}
.best-sell-all a, .lb-area-all a {
    font-weight: 600;
}
.why-us-text > span, .gtco-testimonials span {
    font-size: 18px;
    font-weight: 600;
}
.why-us-text h3, .gtco-testimonials h2 {
    font-size: 25px;
}
.nsa-header {
  color: var(--color3);
  font-size: 16px;
  padding: 12px;
  margin-bottom: 0;
}
.lb-title p {
    display: none;
}
.plat-detail p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
}
.plat-item h2{
    font-size: 18px !important;
}
.pack-list {
    grid-template-columns: repeat(1, 1fr);
}
.search-input-relative {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(100% - 50px);
}
.search-input .form-control {
    height: 55px;
    border-radius: 12px;
    border: 2px solid #ececec;
    box-shadow: none !important;
    padding: 20px;
}
.search-input-btn {
    position: absolute;
    right: 7px;
    height: 41px;
    padding: 10px 16px;
    border-radius: 9px;
}
.search-close i {
    font-size: 33px;
    color: #919191;
    right: 20px;
}
.show-buttons {
    display: none;
}
.intro-text-area h2 {
    font-size: 35px;
}
.it-buttons {
    display: block;
}
.it-item {
    margin-right: 0;
    margin-bottom: 12px;
    text-align: right;
    padding: 13px 20px;
}
.it-item span {
    float: left;
}
}
.gecistir {
    position: relative;
    overflow: hidden;
    cursor: not-allowed !important;
    pointer-events: none;
}
.gecistir::before {
    content: '';
    display: block;
    position: absolute;
    left: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    background: linear-gradient(to right, transparent 0%, #e8e9ef 50%, transparent 100%);
    animation: load .7s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
    z-index: 99;
    cursor: wait;
}
@keyframes load {
    from {
        left: -300px;
    }
    to   {
        left: 100%;
    }
}
.nonshake {
    animation: shake 0.2s cubic-bezier(.11,.07,.19,.10) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.obj-tabindicator {
    opacity: 0;
}
.active .obj-tabindicator {
    opacity: 1;
}
.active .obj-tablink {
    color: #fff !important;
    z-index: 2;
}

.nav-link.obj-tablink.active{
    color: #fff !important;
    border:1px solid #007bff;
}

}



@media (max-width: 400px) {
    .fast-first h1 {
    font-size: 20px;
}

}