@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);
/* -------Fonts------- */

/* -------Global Css-------*/

:root {
    --main-color: #ffffff;
    --color-1: #E91E63;
    --color-2: #f5ae10;
    --color-3: #09d69c;
    --bg-dark: #2b2c2f;
    --main-to-dark-color: var(--main-color);
    --dark-to-main-color: var(--bg-dark);
    --shadow-black-100: 0 5px 15px rgba(0, 0, 0, 0.1);
    --shadow-black-300: 0 5px 15px rgba(0, 0, 0, 0.3);
    --black-900: #000000;
    --black-400: #555555;
    --black-100: #f7f7f7;
    --black-000: #ffffff;
    --black-alpha-100: rgba(0, 0, 0, 0.05);
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #ffc30f;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

ul {
    list-style: none;
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #ffc30f;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.section-title h4 {
    font-size: 30px;
    margin: 30px;
    font-weight: bold;
    color: #ffc30f;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.col-lg-10 {
    white-space: nowrap;
}

label {
    /* Other styling... */
    text-align: right;
    clear: both;
    float: left;
    margin-right: 15px;
}

.owl-carousel .owl-dots {
    padding: 0 15px;
    text-align: center;
    margin-top: 20px;
}

.owl-carousel button.owl-dot {
    height: 6px;
    width: 24px;
    background-color: #dddddd;
    display: inline-block;
    margin: 0 4px;
    border-radius: 5px;
}

.owl-carousel button.owl-dot.active {
    background-color: #ffc30f;
}


/* -------Navbar Topbar------- */

.navbar {
    background-color: var(--main-color);
    padding: 20px 0;
}

.navbar>.container {
    padding: 15px 0;
}

.navbar .navbar-brand {
    font-size: 30px;
    color: #ffc30f;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar .nav-item {
    margin-left: 40px;
}

.navbar .nav-item .nav-link {
    color: #414143;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    position: relative;
}

.navbar .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #ffc30f;
    transition: all 0.5s ease;
    transform: scale(0);
}

.navbar .nav-item .nav-link:hover:before {
    transform: scale(1);
}

.navbar .nav-ite .order-now {
    position: relative;
    background-color: #ffc30f;
    margin-left: 30px;
    width: 150px;
    padding: 9px 25px;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    box-shadow: var(--shadow-black-300);
    font-weight: 400;
    white-space: nowrap;
    -webkit-animation: pluse_01 2s ease infinite;
            animation: pluse_01 2s ease infinite;
}

.navbar .nav-ite .order-now:focus {
    box-shadow: var(--shadow-black-300);
}

.navbar .nav-ite .order-now:hover {
    color: #ffc30f;
    background-color: var(--black-100);
    -webkit-animation: none;
            animation: none;
    box-shadow: var(--shadow-black-300);
}

@-webkit-keyframes pluse_01 {
    0% {
        transform: scale(0.94);
        box-shadow: 0 0 0 0 rgba(0, 0, 63, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 63, 0);
    }
    100% {
        transform: scale(0.94);
        box-shadow: 0 0 0 0 rgba(0, 0, 63, 0);
    }
}

@keyframes pluse_01 {
    0% {
        transform: scale(0.94);
        box-shadow: 0 0 0 0 rgba(0, 0, 63, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 63, 0);
    }
    100% {
        transform: scale(0.94);
        box-shadow: 0 0 0 0 rgba(0, 0, 63, 0);
    }
}


/* -------Carousel------- */

.tales {
    width: 100%;
}

.carousel-item {
    height: 600px;
    overflow: hidden;
    width: 100%;
}

.carousel-item img {
    width: 100%;
}

@media (max-width: 688px) {
    .carousel-item>img {
        max-height: 146px;
    }
}

.carousel-inner .item {
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.item {
    height: 200px;
}

.item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
}


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {}


/* -------Services------- */

.services .services-item {
    box-shadow: var(--shadow-black-100);
    margin: 15px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services .services-item::before,
.services .services-item::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}

.services .services-item:hover:before {
    left: 10px;
    opacity: 1;
}

.services .services-item:hover:after {
    opacity: 1;
    right: -15px;
}

.services .services-item::before {
    height: 20px;
    width: 20px;
    background-color: var(--color-1);
    left: -20px;
    top: 40%;
}

.services .services-item::after {
    height: 30px;
    width: 30px;
    background-color: var(--color-2);
    right: -30px;
    top: 80%;
}

.services .services-item .icon {
    height: 60px;
    width: 60px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 30px;
    color: #ffc30f;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

.services .services-item .icon::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc30f;
    transition: all 0.5s ease;
    z-index: -1;
    opacity: 0;
}

.services .services-item:hover .icon {
    color: #ffffff;
    font-size: 16px;
}

.services .services-item:hover .icon::before {
    left: 0;
    border-radius: 50%;
    opacity: 1;
}

.services .services-item .icon i {
    line-height: 60px;
    font-size: 30px;
}

.services .services-item h3 {
    font-size: 22px;
    margin: 0 0 20px;
    color: var(--black-900);
    font-weight: 500;
    text-transform: capitalize;
}

.services .services-item p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: var(--black-400);
    margin: 0 0 15px;
}


/* -----------Calculator----------- */

.calculate {
    background-color: transparent;
}

.calc-info h3 {
    font-size: 22px;
    color: var(--black-900);
    font-weight: 500;
    margin: 0 0 40px;
}

.calc-info-item {
    position: relative;
    padding-left: 55px;
}

.calc-info-item i {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    border-radius: 50%;
    font-size: 16px;
    color: #ffc30f;
    border: 1px solid #ffc30f;
    text-align: center;
    line-height: 38px;
}

.calc-info-item h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
    color: var(--black-900);
}

.calc-info-item p {
    font-size: 16px;
    font-weight: 300;
    margin: 0.8rem;
    line-height: 26px;
    color: var(--black-400);
}

.calc-form .form-group {
    margin-bottom: 25px;
    justify-content: center;
}

label {
    font-size: 18px;
    margin: 3px;
    margin-bottom: 3px;
    font-weight: bolder;
    color: #ffc30f;
    overflow: hidden;
}

.calc-form .form-control {
    height: 52px;
    justify-content: center;
    border: 1px solid transparent;
    box-shadow: var(--shadow-black-100);
    border-radius: 30px;
    padding: 0 24px;
    color: var(--black-900);
    background-color: var(--black-000);
    transition: all 0.5s ease;
}

.calc-form .form-control option {
    border-radius: 30px;
}

.calc-form .textarea {
    height: 150px;
    width: 100%;
    justify-content: center;
    border: 1px solid transparent;
    box-shadow: var(--shadow-black-100);
    border-radius: 30px;
    padding: 0 24px;
    color: var(--black-900);
    background-color: var(--black-000);
    transition: all 0.5s ease;
    resize: none;
}

.calc-form .form-control:focus {
    border-color: #ffc30f;
}

.calc-form .btn-2 {
    background-color: #ffc30f;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    box-shadow: var(--shadow-black-300);
    font-weight: 500;
}

.calc-form .btn-2:focus {
    box-shadow: var(--shadow-black-300);
}

.calc-form .btn-2:hover {
    color: #ffc30f;
    background-color: #ffffff;
}


/* -----------Footer----------- */

.footer {
    background-color: var(--black-100);
    padding: 50px 0 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.footer-col h5 {
    font-size: 18px;
    font-weight: bold;
    color: #ffc30f;
    margin: 25px 0 15px;
    text-transform: capitalize;
}

.footer-col ul {
    margin: 0;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    color: #414143;
    font-weight: 300;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-decoration: none;
}

.footer-col ul li a:hover {
    padding-left: 6px;
}

.footer-col .aw {
    position: relative;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #414143;
    text-align: center;
    line-height: 38px;
}

.footer-col .aws {
    position: relative;
    height: 25px;
    width: 25px;
    left: 0;
    top: 0;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
}

.footer .copyright-text {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #414143;
    font-weight: 300;
    margin: 50px 0 0;
    border-top: 1px solid #414143;
}


/*--------------Responsive------------------*/

@media(max-width:991px) {
    .navbar-toggler {
        background-color: #ffffff;
        height: 36px;
        width: 44px;
        padding: 0;
        font-size: 17px;
        color: #ffc30f;
    }
    .navbar-nav {
        background-color: #ffffff;
    }
    .navbar .nav-item .nav-ite {
        margin: 0;
        padding: 5px 15px;
    }
}


/*--------------Galery------------------*/

.page-wrapper {
    position: relative;
    transition: margin 0.4s, opacity 0.5s;
}

.loaded>.page-wrapper {
    opacity: 1;
}

.tariff .tarif-item {
    margin: 15px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.tarif-item p {
    text-align: left;
}

.tariff img {
    margin-left: 20rem;
}

.table {
    width: 100%;
    max-width: 720px;
    margin: 40px auto;
    box-shadow: 0px 4px 20px var(--shadow-black-300);
    -moz-box-shadow: 0px 4px 20px var(--shadow-black-300);
    -webkit-box-shadow: 0 4px 20px var(--shadow-black-300);
}

@media screen and(max-width:767px) {
    table thead {
        display: none;
    }
    table tbody,
    table tbody tr {
        display: block;
        width: 100%;
    }
    table tbody tr td::before {
        content: attr(data-title);
        display: block;
    }
}


/* Contact */

#map {
    height: 360px;
    width: 100%;
    border-radius: 10px;
}

.contact .contact-item {
    box-shadow: var(--shadow-black-100);
    margin: 15px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact .contact-item::before,
.contact .contact-item::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}

.contact .contact-item:hover:before {
    left: 10px;
    opacity: 1;
}

.contact .contact-item:hover:after {
    opacity: 1;
    right: -15px;
}

.contact .contact-item::before {
    height: 20px;
    width: 20px;
    background-color: var(--color-1);
    left: -20px;
    top: 40%;
}

.contact .contact-item::after {
    height: 30px;
    width: 30px;
    background-color: var(--color-2);
    right: -30px;
    top: 80%;
}

.contact .contact-item .icon {
    height: 60px;
    width: 60px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 30px;
    color: #ffc30f;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

.contact .contact-item .icon::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc30f;
    transition: all 0.5s ease;
    z-index: -1;
    opacity: 0;
}

.contact .contact-item:hover .icon {
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:hover .icon::before {
    left: 0;
    border-radius: 50%;
    opacity: 1;
}

.contact .contact-item .icon i {
    line-height: 60px;
    font-size: 30px;
}

.contact .contact-item h3 {
    font-size: 22px;
    margin: 0 0 20px;
    color: var(--black-900);
    font-weight: 500;
    text-transform: capitalize;
}

.contact .contact-item a {
    font-size: 16px;
    color: #ffc30f;
    font-weight: 300;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-decoration: none;
}

.tariff>.container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    padding: 40px 0;
}

.container-fluid .card {
    position: relative;
    min-width: 340px;
    height: 460px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin: 10px;
}

.container-fluid .card .box {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-fluid .card:hover .box {
    transform: translateY(-30px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #4f29cd, #ffc30f);
    transition: all 0.5s ease;
}

.container-fluid .card .box .content h4 {
    font-size: 1.5em;
    font-weight: 200;
    color: #ffc30f;
    z-index: 1;
    transition: 0.5s;
}

.container-fluid .card .box .content p {
    font-size: 1em;
    font-weight: 300;
    color: #ffc30f;
    border-bottom: 1px dotted #ffc30f;
    z-index: 1;
    transition: 0.5s;
}

.container-fluid .card:hover .box .content h4 {
    color: #fff;
}

.container-fluid .card:hover .box .content p {
    color: #fff;
    border-bottom: 1px dotted #fff;
}


/* Order Now */

.order-now {
    background-color: transparent;
}

.order-info h3 {
    font-size: 22px;
    color: var(--black-900);
    font-weight: 500;
    margin: 0 0 40px;
}

.order-info-item {
    position: relative;
    padding-left: 55px;
}

.order-info-item i {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    border-radius: 50%;
    font-size: 16px;
    color: #ffc30f;
    border: 1px solid #ffc30f;
    text-align: center;
    line-height: 38px;
}

.order-info-item h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
    color: var(--black-900);
}

.order-info-item p {
    font-size: 16px;
    font-weight: 300;
    margin: 0.8rem;
    line-height: 26px;
    color: var(--black-400);
}

.order-form .form-group {
    margin-bottom: 25px;
    justify-content: center;
}

label {
    font-size: 18px;
    margin: 3px;
    margin-bottom: 3px;
    font-weight: bolder;
    color: #ffc30f;
    overflow: hidden;
}

.order-form .form-control {
    height: 52px;
    justify-content: center;
    border: 1px solid transparent;
    box-shadow: var(--shadow-black-100);
    border-radius: 30px;
    padding: 0 24px;
    color: var(--black-900);
    background-color: var(--black-000);
    transition: all 0.5s ease;
}

.order-form .form-control option {
    border-radius: 30px;
}

.order-form .textarea {
    height: 150px;
    width: 100%;
    justify-content: center;
    border: 1px solid transparent;
    box-shadow: var(--shadow-black-100);
    border-radius: 30px;
    padding: 0 24px;
    color: var(--black-900);
    background-color: var(--black-000);
    transition: all 0.5s ease;
    resize: none;
}

.order-form .form-control:focus {
    border-color: #ffc30f;
}

.order-form .btn-2 {
    background-color: #ffc30f;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 17px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    box-shadow: var(--shadow-black-300);
    font-weight: 500;
    text-align: center;
}

.order-form .btn-2:focus {
    box-shadow: var(--shadow-black-300);
}

.order-form .btn-2:hover {
    color: #ffc30f;
    background-color: #ffffff;
}

.custom-checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0 0 1.1rem 0.9rem;
}

.custom-checkbox .label {
    font-size: 1.2em;
    margin: 0 1rem 1rem 1rem;
}

.custom-checkbox .checkmark {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #ffc30f;
    display: inline-block;
    border-radius: 50%;
    background: #ffc30f url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/White_check.svg/1200px-White_check.svg.png) center/1250% no-repeat;
    transition: background-size 0.2s ease;
}

.custom-checkbox input:checked+.checkmark {
    background-size: 60%;
    transition: background-size 0.25s cubic-bezier(0.7, 0, 0.18, 1.24);
}

.custom-checkbox input {
    display: none;
}

.logo {
    width: 5.6em;
    height: auto;
}

.logof {
    margin-top: 1.2em;
    width: 9.6em;
    height: auto;
}


/* AFTER UPDATE */

#totalprice {
    font-weight: bold;
}

#totalprice:not(:empty):after {
    content: ' ₼'
}

#startDateInput, #endDateInput {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
