@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800");

/* GLOBAL
----------------------*/

body {
    font-family: 'Roboto', sans-serif;
    position: relative;
    background-color: #000000;
}

.hidden {
    visibility: hidden;
}

.row {
    margin: 0;
}

a {
    color: #ff0000;
}

a:hover,
a:focus {
    color: #ff0000;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #ff0000;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #ff0000;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ff0000;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.main-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 40px;
    line-height: 40px;
}

@media (min-width:767px) {
    .main-title {
        font-size: 52px;
        font-weight: 800;
        line-height: 62px;
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .main-title {
        font-size: 36px;
        font-weight: 800;
        line-height: 42px;
        margin-bottom: 40px;
    }
}

@media (max-width:420px) {
    .main-title {
        font-size: 36px;
        font-weight: 800;
        line-height: 38px;
        margin-bottom: 40px;
        text-align: left;
    }
}

@media (max-width:360px) {
    .main-title {
        font-size: 36px;
        font-weight: 800;
        line-height: 32px;
        margin-bottom: 40px;
        text-align: left;
    }
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient(122deg, #ff0000 0%, #ac0202 100%);
    background-image: -webkit-linear-gradient(122deg, #ff0000 0%, #ac0202 100%);
    background-image: -ms-linear-gradient(122deg, #ff0000 0%, #ac0202 100%);
    background-image: linear-gradient(122deg, #ff0000 0%, #ac0202 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient(122deg, #ff0000 0%, #ac0202 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #000
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: #000;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 0rem 0 !important;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #000000;
    background: -moz-linear-gradient(135deg, rgb(0, 0, 0) 45%, rgb(255, 0, 0) 100%);
    background: -webkit-linear-gradient(135deg, rgb(0, 0, 0) 45%, rgb(255, 0, 0) 100%);
    background: linear-gradient(135deg, rgb(0, 0, 0) 45%, rgb(255, 0, 0) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 5px 23px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 23px 0px rgba(255, 255, 255, 0.2);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

.logo {
    width: 300px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }

    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #ff0000;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }
}

.pl {
    height: 15px;
    width: 30px;
    vertical-align: middle;
    margin-left: -20px
}

.eng {
    height: 15px;
    vertical-align: middle;
    margin-left: 30px;
}

@media (max-width:991px) {
    .eng {
        margin: 0px;
    }

    .pl {
        margin: 0px;
    }
}

@media (max-width:420px) {
    .logo {
        width: 185px;
        vertical-align: center;
    }
}

/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-color: #000000;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 26%;
    overflow: hidden;
}

@media (max-width:1690px) {
    .img-holder {
        padding-bottom: 35%;
    }
}

@media (max-width:1290px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:980px) {
    .img-holder {
        padding-bottom: 65%;
    }
}

@media (max-width:736px) {
    .tagline {
        font-size: 17px;
    }

    .img-holder {
        padding-bottom: 70%;
    }
}

@media (max-width:480px) {
    .tagline {
        font-size: 17px;
    }

    .img-holder {
        padding-bottom: 70%;
    }
}

/* GALLERY */

.gallery {
    text-align: center;
}

.gall-photo {
    margin-bottom: 10px;
}


/* FEATURES
----------------------*/
.about-text {
    word-wrap: break-word;
    font-size: 26px;
}

@media (max-width:1690px) {
    .about-text {
        word-wrap: break-word;
        font-size: 24px;
    }
}

@media (max-width:1290px) {
    .about-text {
        word-wrap: break-word;
        font-size: 22px;
    }
}

@media (max-width:980px) {
    .about-text {
        word-wrap: break-word;
        font-size: 20px;
    }
}

@media (max-width:736px) {
    .about-text {
        word-wrap: break-word;
        padding: 20px;
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .about-text {
        word-wrap: break-word;
        padding: 20px;
        font-size: 16px;
    }
}

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }

    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #e24141 0%, #690404 100%);
    background: -webkit-linear-gradient(top, #e24141 0%, #690404 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #ff0000;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient(122deg, #ff0000 0%, #d30000 100%);
    background-image: -webkit-linear-gradient(122deg, #ff0000 0%, #d30000 100%);
    background-image: -ms-linear-gradient(122deg, #ff0000 0%, #d30000 100%);
    background-image: linear-gradient(122deg, #ff0000 0%, #d30000 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABSs
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #ff0000;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(255, 255, 255, 0.3);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #bb0000;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #bb0000;
    box-shadow: 0px 9px 32px 0px rgba(255, 255, 255, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
    transform: scale(0.75);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(0.85);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}

/*  GOOGLE MAPS
----------------------*/
.container-fluid {
    padding: 0px;
}

.py-5 {
    padding-bottom: 0rem !important;
}

.go-link {
    color: #ffffff;
}

@media (max-width:400px) {
        .go-link{ 
           text-align: center;
        }
    }

.go-link:hover {
    color: #ff0000;
    text-decoration: none;
}

.go-link-1 {
    color: #fff;
}

.go-link-2 {
    color: #ff0000;
}

#map {
    width: 100%;
    height: 500px;
    background-color: white;
}

@media (max-width:1690px) {
    #map {
        width: 100%;
        height: 450px;
        background-color: white;
    }
}

@media (max-width:1290px) {
    #map {
        width: 100%;
        height: 400px;
        background-color: white;
    }
}

@media (max-width:980px) {
    #map {
        width: 100%;
        height: 350px;
        background-color: white;
    }
}

@media (max-width:736px) {
    #map {
        width: 100%;
        height: 250px;
        background-color: white;
    }
}

@media (max-width:480px) {
    #map {
        width: 100%;
        height: 200px;
        background-color: white;
    }
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ff0000;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/
.line {
    width: 80%;
    clear: both;
    background-color: #fff;
    height: 1px;
}


footer {
    color: #999999;
    font-style: italic;
    font-size: 15px;
    text-decoration: none;
}

.abovewave {
    color: #fff;
}


.abovewave:hover {
    color: #00f2ff;
    text-decoration: none;
}

.social-icons {
    text-align: right;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

@media (max-width:480px) {
    .abovewave {
        font-size: 12px;
    }
}