
/* GENERAL */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    min-width: 360px;
    font-family: "Montserrat", sans-serif;
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 768px) {
    .col-3, .col-4, .col-5, .col-6, .col-7 {
        width: 100% !important;
    }

    .gallery .col-3 {
        width: 50% !important;
        padding: 5px;
        box-sizing: border-box;
        float: left;
    }
}

@media (min-width: 769px) {
    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.67%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .gallery .col-3 {
        width: 25% !important;
        padding: 3px;
        box-sizing: border-box;
        float: left;
    }
}

.col-12 {
    width: 100%;
}

::selection {
    background: rgba(255, 0, 98, 0.3);
}

.header {
    height: 100vh;
}

.header-bar {
    position: absolute;
    height: 100px;
    width: 100%;
    min-width: 360px;
    align-content: center;
    z-index: 2;
}

.header-bar .row {
    justify-content: space-between;
}

.header-bar .row {
    align-items: center;
    padding-top: 20px;
}

.header-bar .address {
    font-size: 1.2rem;
    line-height: 1.2;
    color: white;
}

.header-bar .phone a {
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    color: white;
}

.header-bar .icons img {
    width: 42px;
}

.header-bar .icons a {
    margin: 0 5px;
}

@media (max-width: 768px) {
    .address, .phone, .icons {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    .header-bar .icons a {
        margin: 0 7px;
    }
}

.header-banner {
    height: 100vh;
    width: 100%;
    min-width: 360px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.banner-background {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    background-color: #353535;
}

#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
    filter: brightness(50%);
}

.banner-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

h1.heading {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 33px;
}

h2.subhead {
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1.2;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

h3.announce {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.1;
}

h3.announce span.bold {
    font-weight: 500;
}

h3.announce span.small {
    font-size: 66%;
}

.light-pink {
    color: #ffbbdd;
}

.light-yellow {
    color: #fff4bb;
}

.hr {
    width: 50%;
    color: white;
    opacity: .3;
    margin: 90px auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #ff005c;
}

@media (max-width: 576px) {
    h1.heading {
        font-size: 2rem;
        padding: 0 20px;
    }

    h2.subhead {
        font-size: 1.75rem;
        padding: 0 20px;
    }

    h3.announce {
        font-size: 1.3rem;
    }

    .hr {
        margin: 40px auto;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    h1.heading {
        font-size: 2.6rem;
        padding: 0 20px;
    }

    h2.subhead {
        font-size: 2.3rem;
        padding: 0 20px;
    }

    h3.announce {
        font-size: 1.5rem;
    }

    .hr {
        margin: 40px auto;
    }
}

.section {
    padding: 80px 0;
}

.title {
    font-size: 2.5rem;
    margin: 0 auto 60px auto;
    text-align: center;
    color: #555;
}

.promo {
    padding: 80px 0;
}

.promo img {
    width: 100%;
    border-radius: 20px;
}

.promo .heading {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.promo:nth-child(odd){
    background-color: #fffbc4;
}

.promo h2 {
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: #ff005c !important;
    margin-bottom: 30px;
}

.promo h2.highlight {
    background: #fffbc4;
    padding: 2px 6px;
}

.promo h3 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    color: #555;
}

.promo h4 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #555;
    text-align: center;
    line-height: 1.3;
}

@media (min-width: 769px) {
    .promo h3, .promo h4 {
        padding-left: 20px;
    }
}

.promo table {
    color: #555;
    width: 100%;
    max-width: 800px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.promo td {
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 1.3;
    border-bottom: 1px solid #ececec;
    vertical-align: middle;
}

.promo p {
    color: #777;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.promo span.new-price {
    font-weight: 600;
    color:#ff4d8d;
}

.promo span.old-price {
    font-weight: 500;
    text-decoration: line-through;
}

.promo span.highlight {
    background: #fffbc4;
    padding: 2px 6px;
	font-weight: 500;
}

@media (max-width: 768px) {
    .promo h2 {
        font-size: 1.9rem;
        font-weight: 600;
        margin-top: 30px;
    }

    .promo h3 {
        font-size: 1.7rem;
        margin-top: 30px;
    }

    .promo h4 {
        font-size: 1.3rem;
    }

    .promo td {
        font-size: 1rem;
    }
}

.gallery {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.gallery .container {
    padding: 0 15px;
}

.gallery img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.services .row {
    margin-bottom: 70px;
    align-items: center;
}

.services .row:last-child {
    margin-bottom: 0;
}

.services .title {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .services .container .reverse:nth-child(odd) {
        flex-direction: column-reverse;
    }
}

.services h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #555;
}

@media (max-width: 768px) {
    .services h3 {
        margin-top: 30px;
        text-align: center;
    }

    .services tr td:first-child {
        padding-right: 15px;   
    }
}

.services table {
    color: #555;
    width: 100%;
}

@media (min-width: 769px) {
    .services .reverse:nth-child(even) table, .services .reverse:nth-child(even) h3 {
        padding-left: 40px;
    }

    .services .reverse:nth-child(odd) table, .services .reverse:nth-child(odd) h3 {
        padding-right: 40px;
    }
}

@media (min-width: 1200px) {
    .services .reverse:nth-child(even) table, .services .reverse:nth-child(even) h3 {
        padding-left: 80px;
    }

    .services .reverse:nth-child(odd) table, .services .reverse:nth-child(odd) h3 {
        padding-right: 80px;
    }
}

.services td {
    padding: 10px 0;
    line-height: 1.3;
    border-bottom: 1px solid #ececec;
    vertical-align: middle;
}

.services tr td:last-child {
    min-width: 70px;
}

.services img {
    width: 100%;
    border-radius: 20px;
	transition: filter 0.3s ease;
}

.services img:hover {
	filter: brightness(90%);
}

.services b {
    font-weight: 600;
}

.master {
    background-color: #f5f5f5;
}

.master .col-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0 0;
}

@media (min-width: 769px) {
    .master .col-7 {
        padding: 40px 40px 40px 80px;
    }
}

.master h3 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #555;
}

@media (max-width: 768px) {
    .master h3 {
        font-size: 2.4rem;
    }
}

.master h4 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 40px;
    color: #555;
}

.master p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.3;
    margin-bottom: 20px;
}

.master p b {
    font-weight: 500;
}

.master p:last-child {
    margin-bottom: 0;
} 

.master img {
    width: 100%;
    border-radius: 20px;
}

.gift h3 {
    font-size: 2rem;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #555;
}

.gift p {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #555;
    line-height: 1.3;
    margin-bottom: 30px;
}

.highlight {
    color: #ff005c !important;
}

footer {
    background-color: #353535;
}

footer h4 {
    font-size: 1.2rem;
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
    color: #e6e6e6;
}

.social-icons {
    padding: 40px 0;
    margin: auto;
}

.social-icons img {
    width: 50px;
}

.contacts {
    padding: 60px 0;
    margin: auto;
}

.copyright {
    padding-bottom: 40px;
}

footer p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    color: #999;
    margin-bottom: 20px;
}

footer a {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #999;
    margin-bottom: 20px;
}

.strong {
    font-weight: 500;
}

.map {
    width: 100%;
    margin-bottom: 20px;
}

.w-100 {
    width: 100%;
}


