h1, h2, h3 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Asap', sans-serif;
    color: #05001a;
}


h1 {
    font-size: 3.1rem;
    line-height: 1;
    letter-spacing: -2px;
}

h2 {
    font-size: 2.9rem;
    line-height: 1.1;
    letter-spacing: -1px;
}

a {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

p, li {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #05001a;
    letter-spacing: 0px;
}

p.text_1 {
    font-weight: 700;
    font-size: 1.3rem;
    font-family: 'Asap', sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
}

p.text_2 {
    font-size: 20px;
    line-height: 1.4;
}

p.text_3 {
    color: #5c5858;
    line-height: 1.7;
}

p.text_4 {
    color: #5c5858;
    font-size: 15px;
}


.row-fixed .container-fluid {
    max-width: 1200px;
}

.fa-whatsapp-square {
    color: #1ad741;
    font-size: 4rem;
}
.container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*.bg-home-top {
    background-image: url(../images/banner.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.bg-home-top .cover {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bg-home-top .owl-slide {
    padding: 90px 0;
    height: 498px;
}

.text-right {
    text-align: right;
}

.bg-home-top .color1_3 {
    color: #0c3c8e;
}

.our-service h3 {
    margin-top: 0;
}

.container-our-service .row {
    padding: 10px 0;
}

.our-service .our-service-left {
    background-image: url(../images/our-service-bg1.jpeg);
}

.our-service .our-service-right {
    background-image: url(../images/our-service-bg2.jpeg);
}

.our-service .our-service-left, .our-service .our-service-right {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 130px;
    padding-top: 130px;
}

.our-service .container-our-service {
    padding: 20px 20px;
    background-color: rgba(255,255,255,0.95);
    transition-duration: 0.4s;
}

.our-service-right h2, .our-service-right p {
    color: #ffffff;
}

.our-service a {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    color: #ffffff;
    background-color: #14b5f0;
    padding: 17px 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

.google-reviews {
    font-family: 'Asap', sans-serif;
}

.google-reviews .container {
    min-height: auto;
    margin-bottom: 40px;
}

.google-reviews .owl-reviews .box-title {
    display: flex;
    align-items: center;
}

.google-reviews .owl-reviews .box-title span {
    display: flex;
    margin-left: 14px;
    flex-direction: row;
}

.google-reviews .owl-reviews .box-title span.name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    color: rgb(17, 17, 17);
}

.google-reviews .owl-reviews .box-title span.date {
    font-size: 12px;
    line-height: 14px;
    color: rgba(17, 17, 17, 0.5);
}

.google-reviews .owl-reviews .item img.avatar {
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
    width: 40px;
}

.google-reviews .owl-reviews .item .g-logo {
    margin-left: auto;
}

.google-reviews .owl-reviews .item {
    box-sizing: border-box;
    gap: 15px;
    min-width: 50%;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #d6dae4;
    border-radius: 15px;
    color: #111827;
    cursor: pointer;
    font-size: 14px;
    /*height: 100%;*/
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}

.owl-reviews .owl-prev, .owl-reviews .owl-next {
    fill-opacity: .5;
    background: #fff;
    border: 1px solid #d6dae4;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 40px;
    z-index: 999;
}

.owl-reviews .owl-prev span, .owl-reviews .owl-next span {
    zoom: 2;
    color: gray;
}

.owl-reviews .owl-prev {
    left: 0;
    top: 50%;
}

.owl-reviews .owl-next {
    right: -40px;
    top: 50%;
}

.google-reviews .summary-reviews {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 18px 24px 24px;
    background-color: rgba(17, 17, 17, 0.05);
    margin-bottom: 28px;
    border-radius: 8px;
}

.google-reviews  .rating {
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    color: rgb(17, 17, 17);
    word-break: normal !important;
}

.google-reviews .content-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}

.summary-reviews .title-review a {
    display: flex;
    align-items: center;
}

.summary-reviews .title-review span {
    margin-left: 12px;
    color: #000;
}

.summary-reviews .total-reviews {
    overflow: hidden;
    font-weight: 400;
    line-height: 1.8;
    align-self: flex-end;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
}

#map {
    width: 100%;
    height: 460px;
}

.about-us-left {
    font-size: 0;
}

.about-us-left img {
    padding-top: 50px;
    width: 100%;
}

.about-us-right ul li {
    font-weight: 700;
    font-size: 16px;    
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    position: relative;
    padding: 0 0 0 30px;
    line-height: 1.3;
    margin-bottom: 10px;
}

ul li:before {
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 0;
    font-family: "Font Awesome 5 Free";
    color: #14b5f0;
    content: "\f058";
    text-align: center;
}

.about-us-right .about-text {
    padding-top: 80px;
}

.about-us-right .about-text ul li:last-child {
    width: 70%;
}

.about-us .our-service-box {
    display: block;
    margin: auto;
}

.wa_me-link {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 5;
}

.wrapper-footer {
    background-color: #f6f6f8;
    padding: 8px;
}

.wrapper-top {
    padding: 10px;
}

.wrapper-top p {
    margin: 0;
}

.wrapper-top i {
    color: #273f53;
    margin-top: 8px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 26px;
}

.wrapper-top p a {
    color: #05001a;
}

.wrapper-top .top-line-sep:after {
    content: "";
    height: 100%;
    background-color: #273f53;
    width: 2px;
    position: absolute;
    right: 68px;
}

.prices {
    padding: 40px 0;
}

.prices .card-top {
    text-align: center;
}

.prices .price-content {
    background-color: #fff;
}

.prices .card-top {
    background-color: #0c3c8e;
}

.prices .card-middle {
    padding: 50px 0;
    margin: auto;
}

.prices .card:nth-child(2) .card-top {
    background-color: #14b5f0;
}

.prices .card:nth-child(2) {
    border: solid 1px #14b5f0;
    margin-top: 30px;
}

.prices .card:not(:nth-child(2)) {
    margin-top: 80px;
}

.prices .card h3 {
    color: #fff;
    margin: 50px 0;
}

.prices .card h3 span {
    font-size: 10px;
    display: block;
}

.prices .price-content p {
    margin: 0;
    padding: 12px 0;
}

.prices ul li {
    font-weight: 400;
    color: #5c5858;
    font-size: 16px;
}

.spacing-auto {
    padding-left: 0px;
    padding-right: 0px;
}

.photos {
    padding: 40px 0;
}

.not-found {
    background-image: url(../images/banner3.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}


.modal {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.modal.modal--bg {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.modal .modal__content {
    position: absolute;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    max-height: 540px;
    max-width: 960px;
    background-color: $light2;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 250ms ease-in-out;
}

.modal .modal__content.modal__content--show {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.modal .modal__content .modal__img {
    width: 100%;
}

.modal .modal__content .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: $dark2;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    z-index: 3;
}

.modal .modal__content .modal__close:hover {
    color: #df4747;
}

.modal .modal__content .modal__left, .modal .modal__content .modal__right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


.modal .detail .detail__title, .modal .detail .detail__description {
    text-transform: uppercase;
}

.modal .detail .detail__price {
    font-weight: bold;
}

@media (max-width: 600px) {
    .modal .modal__content {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .modal .modal__content.modal__content--show {
        max-height: 100%;
        min-width: 400px;
    }

    .modal .modal__content .modal__left {
        margin-top: 40px;
    }
}


@media (max-width:961px) {
    h1, h2 {
        font-size: 2.7rem;
    }

    p.text_1 {
        font-size: 0.9rem;
    }

    p.text_2 {
        font-size: 16px;
    }

    .about-us-right .about-text {
        padding-top: 0;
    }

    .text-banner-top {
        padding: 100px 0;
    }

    .our-service .container-our-service {
        padding: 16px 16px;
    }

    .container-our-service h3, .container-our-service p {
        text-align: center;
    }

    span.image-link {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .wrapper-top .top-line-sep:after {
        content: none;
    }

    .wrapper-top {
        text-align: center;
    }

    .wrapper-top .top-line-sep {
        margin-bottom: 30px;
    }

    .wrapper-top p {
        text-align: center;
    }

    .wrapper-top img {
        margin-bottom: 20px;
    }

    .spacing-auto {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 415px)  {
    h1, h2 {
        font-size: 2rem;
    }

    .our-service .our-service-left, .our-service .our-service-right {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .our-service h2 {
        margin-top: 0;
    }

    .our-service .container-our-service {
        padding: 0px 16px;
    }

    .wrapper-top .top-line-sep {
        margin-bottom: 12px;
    }

    .wrapper-top img {
        margin-bottom: 8px;
    }

    .wrapper-top i {
        display: block;
    }

    .prices .card-middle {
        padding: 30px 0;
    }
    .prices .card:nth-child(2) {
        border: none;
        margin-top:  0;
    }

    .prices .card:not(:nth-child(2)) {
        margin-top:  0;
    }

    .wrapper-top {
        padding: 10px;
    }

    .bg-home-top .cover {
        background-size: 350%;
    }

    .bg-home-top .owl-slide {
        padding: 60px 0;
        height: 345px;
    }
}
