.story>.owl-stage-outer {
    height: 115px
}

.story-area {
    position: relative
}

.service-story {
    display: flex;
    justify-content: space-between
}

.story-item {
    width: 25%;
    padding: 0 10px
}

.storyboss {
    padding: 0 15px;
    margin-bottom: 40px
}

.storyboss .is-item {
    margin-bottom: 10px
}

.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: 700;
    font-size: 18px;
    background: #ba0d40;
    color: #fff;
    box-shadow: 0 4px 15px #00000007;
    border-radius: 12px;
    padding: 20px 10px;
    transition: .2s;
    display: flex;
    align-items: center
}

.iservice-item i {
    color: var(--color2);
    font-size: 40px;
    width: 75px;
    display: block
}

.iservice-item span {
    display: block;
    font-weight: 300
}

.iser-detail {
    text-align: left
}

.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
}

.fast-flex {
    position: relative;
    display: flex;
    align-items: center
}

.fast-first {
    width: 80%;
    padding-right: 20px
}

.fast-first h1 {
    color: #fff;
    font-weight: 700;
    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: 0 2px 20px var(--color2-sd);
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    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: 700;
    background: #fff;
    box-shadow: 0 3px 20px #ffffff40;
    padding: 10px 30px;
    margin-bottom: 10px;
    border-radius: 15px;
    margin: 0 5px;
    font-size: 22px;
    cursor: pointer;
    transition: .2s;
    position: relative;
    top: 0
}

.fast-box:hover {
    position: relative;
    box-shadow: 0 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: 700;
    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: 700;
    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
}

.it-item,.sb-item {
    background: #fff;
    padding: 12px 30px;
    margin-right: 10px;
    border-radius: 12px;
    transition: .2s;
    font-weight: 700;
    font-size: 18px;
    color: var(--color1);
    cursor: pointer;
    -webkit-user-select: none
}

.it-item:hover,.sb-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: 700
}

.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: 700;
    font-size: 18px;
    color: var(--color1);
    cursor: pointer;
    -webkit-user-select: none
}

.fast-order {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 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: 700;
    font-size: 30px;
    color: #555
}

.fast-order p {
    font-size: 15px;
    color: #666
}

.btn.fast-or-btn {
    color: #fff;
    background: var(--color2);
    box-shadow: 0 5px 10px var(--color2-sd);
    border-radius: 10px;
    margin-top: 7px;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    font-size: 18px
}