*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*  Import the fonts that will be used */

@font-face {
    font-family: weddingDeco;
    src: url(../fonts/goldroomD.otf);
}

@font-face {
    font-family: weddingDecoSubtitles;
    src: url(../fonts/breamcatcherRg.otf);
}

ul,
li {
    list-style-type: none;
}

/* Main colors*/
.green-text {
    color: #3a754e;
}

/*  Header styling */

#header {
    width: 100%;
    height: 700px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.30)), url("../images/wedding-pic-header.jpg") no-repeat center center;
    background-size: cover;
}

#header>nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
}

#header>nav>ul.navigation {
    float: right;
    transform: translateY(-2px);
}

.website-logo {
    float: left;
    display: block;
    width: 260px;
    position: relative;
    top: -15px;
}

.website-logo>img {
    display: block;
    width: 100%;
}

.website-logo>picture>img {
    padding-top: 10px;
    width: 270px;
}

ul.navigation>li {
    float: left;
    margin-left: 10px;
}

ul.navigation>li>a {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: capitalize;
    padding: 3px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    color: #FFF;
    text-decoration: none;
    font-size: 0.9em;
    position: relative;
    opacity: 0.7;
    transition: 300ms;
}

ul.navigation>li>a:hover {
    text-decoration: underline;
    opacity: 1;
}

ul.navigation>li:first-child {
    margin-left: 0;
}

.navigation>li:first-child>a {
    border: none;
}

.bars {
    float: right;
    color: #767676;
    font-size: 1.5em;
    padding-top: 15px;
    opacity: 0.8;
    display: none;
}

.bars:hover {
    opacity: 1;
    cursor: pointer;
}

/* Finish Of Header styling*/
/*---------------------------------------------------------------*/
/*  Main front styling */

.hero-section-slogan {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
}

.hero-section-slogan>h1 {
    font-size: 110px;
    font-family: weddingDeco;
    letter-spacing: 5px;
    font-weight: 100;
}

.hero-section-slogan>h2 {
    font-size: 100px;
    font-family: weddingDeco;
    letter-spacing: 5px;
    font-weight: 100;
}

.hero-section-slogan>p {
    margin-top: 10px;
    font-size: 12px;
    font-family: Lato;
}

/* Finish Of Main front */
/*---------------------------------------------------------------*/
/* We Are Section */

.similar-section {
    width: 100%;
}

.similar-section::after,
.our_story::after,
.we-are-time-more::after,
.our-story-description::after,
.section-container::after,
.wedding::after,
.grooms-and-brides::after,
.we-are-time::after {
    content: "";
    display: table;
    clear: both;
}

.section-container {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 100px 0;
}

.we-are-title {
    width: 100%;
}

.we-are-title>h1 {
    font-family: weddingDeco;
    font-size: 55px;
    color: #333;
    font-weight: 100;
}

.we-are-title>h2 {
    font-family: weddingDeco;
    font-size: 50px;
    color: #333;
    font-weight: 100;
}

.we-are-description {
    color: #b0b0b0;
    max-width: 550px;
    font-size: 17px;
    margin: 0 auto 50px;
    line-height: 30px;
    font-family: Lato;
}

.we-are-time {
    width: 100%;
}

.we-are-time>h1 {
    font-size: 45px;
    font-family: weddingDecoSubtitles;
    color: #c9cbaf;
    margin-bottom: 65px;
}

.we-are-time>h2 {
    font-size: 40px;
    font-family: weddingDecoSubtitles;
    color: #c9cbaf;
    margin-bottom: 65px;
}

.wedding-time-font {
    font-size: 20px;
    font-family: weddingDecoSubtitles;
}

.wedding-time-font-big {
    font-size: 30px;
    font-family: weddingDecoSubtitles;
}

.wedding-time-only-font {
    font-family: weddingDecoSubtitles;
    letter-spacing: 0.07em;
}

.we-are-time-more {
    width: 100%;
}

.we-are-time-box {
    width: 25%;
    height: auto;
    float: left;
    background-color: #c9cbaf;
    color: #FFF;
    font-size: 35px;
    padding: 20px 0;
    text-align: center;
    border-right: 2px solid #FFF;
}

.we-are-time-box:last-child {
    border: none;
}

.we-are-time-box>span {
    display: block;
    font-weight: 300;
}

/* Finish Of We Are Section */
/*---------------------------------------------------------------*/
/* Heart line style */

.heart-line {
    margin: 50px auto;
    background-color: #c3c3c3;
    height: 1px;
    width: 450px;
    position: relative;
}

.heart-line>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    color: #CF1B15;
    text-align: center;
    line-height: 40px;
    background-color: #FFF;
}

.heart-line-story i {
    background-color: #dcdcdc;
}



/* Finish Heart line */
/*------------------------------------------------------*/
/* Start Our Story */

.our_story {
    width: 100%;
    height: auto;
    background-color: #dcdcdc;
}

.our_story::before,
.our_story::after {
    content: "";
    border: 20px solid transparent;
    border-top-color: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    position: relative;
    float: left;
}

.our_story::after {
    top: 100%;
    border-top-color: #dcdcdc;
}

.our-story-description {
    width: 100%;
    margin-bottom: 50px;
}

.our-story-description-side {
    width: 50%;
    padding: 0 50px;
    float: left;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

.our-story-description-side>p {
    color: #9e9e9e;
}

.who-we-are-card {
    position: relative;
    top: 75px;
    left: 25%;
    font-size: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    width: 50%;
}

.who-we-are-card>h1 {
    font-family: weddingDeco;
    color: #d7a31e;
    font-weight: 100;
}

.who-we-are-card>h2 {
    font-family: weddingDeco;
    color: #d7a31e;
    font-weight: 100;
}

.who-we-are-gold>div>p {
    font-family: weddingDecoSubtitles !important;
    color: #d7a31e !important;
    font-size: 33px;
    font-weight: 100;
}

.who-we-are {
    width: 100%;
    height: 30%;
    padding: 250px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.400), rgba(0, 0, 0, 0.400)), url("../images/background-bg.jpg") no-repeat center center / cover fixed;
    text-align: center;
}

.who-we-are>p {
    font-size: 33px;
    color: #FFF;
    position: relative;
    top: 75px;
    font-family: weddingDecoSubtitles;
}

.wedding {
    width: 100%;
    margin: auto;
}

.wedding-box {
    width: 50%;
    padding: 0 50px;
    float: left;
}

.wedding-box>h1 {
    margin-bottom: 50px;
    font-family: weddingDeco;
    font-size: 50px;
    font-weight: 300;
}

.wedding-box>h2 {
    margin-bottom: 50px;
    font-family: weddingDeco;
    font-size: 48px;
    font-weight: 300;
}

.wedding-box figure {
    width: 100%;
    position: relative;
}

.wedding-box>figure>.wedding-img-holder {
    width: 100%;
    overflow: hidden;
}

.wedding-img-holder>img {
    width: 100%;
    display: block;
    transition: 600ms;
}

.wedding-img-holder:hover>img {
    transform: scale(1.1);
}

.wedding-box>figure>figcaption {
    margin: 20px 0;
    font-size: 32px;
    font-family: weddingDecoSubtitles;
    font-weight: 200;
}

.wedding-box>figure>p {
    color: #7d7d7d;
    font-size: 17px;
    font-family: lato;
    line-height: 32px;
}

/* End Our Story */
/*------------------------------------------------------*/
/* Wedding Details */


.wedding-details {
    width: 100%;
    padding: 200px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.33), transparent, rgba(0, 0, 0, 0.33)), url("../images/wedding-colorful-light-balls-bw.jpg") no-repeat center center fixed;
    background-size: cover;
    text-align: center;
}

.our-option .wedding-box>figure>figcaption>p {
    font-size: 15px;
    margin: 10px 0;
    color: #7d7d7d;
}

.our-option .wedding-box>h1 {
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    margin-bottom: 10px;
}

.our-option .wedding-box>h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
}

.our-option .wedding {
    width: 100%;
    max-width: 1400px;
}

.our-option .wedding-box>p {
    margin: 15px 0;
    color: #8b8b8b;
}

.our-option .wedding-box .wedding-location>p {
    font-size: 25px;
}

/* Custom card */
/*------------------------------------------------------*/

.card {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 120ms;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.5em;
    padding-bottom: 3.4em;
}

.card .title {
    font-family: lato;
    font-size: 16px;
    position: absolute;
    left: 0.625em;
    bottom: 1.875em;
    font-weight: 400;
    color: #000;
}

.card:hover::after {
    bottom: 0;
    opacity: 1;
    transform: scale(0.98);
}

.card-image {
    width: 95%;
    height: auto;
    margin: 2%;
}

.image {
    background: rgb(241, 241, 241);
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

/* Custom telegram button */
/*------------------------------------------------------*/

.telegram-button {
    background-color: #0088cc;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 80px;
}

/* DropDown menu */
/*------------------------------------------------------*/

.dropdown {
    position: relative;
    display: inline-block;
    visibility: hidden;
}

.dropdown-content {
    right: 0;
    left: auto;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: weddingDecoSubtitles;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Fade effect of div */

.fade-out {
    opacity: 1;
    transition: opacity 3s;
}

.fade-out.hide {
    opacity: 0;
}

.fade-in {
    opacity: 0;
    transition: opacity 3s;
}

.fade-in.show {
    opacity: 1;
}

/* Helpers */

.rotate-text {
    display: inline-block;      /* Needed so the transform applies properly */
    transform: rotate(180deg);  /* Flip horizontally to create the opening question mark */
}

/* Media Queries  for phones*/

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

    .hotels .wedding-box h1 {
        font-size: 2.3em;
    }

    .hotels .wedding-box h2 {
        font-size: 2.2em;
    }

    .hotels .wedding-box p {
        font-size: .7rem;
    }

    .hotels .wedding-box {
        padding: 0 30PX;
    }

    .who-we-are-card {
        font-size: 40px;
    }
}

@media only screen and (max-width: 990px) {
    .navigation {
        display: none;
    }

    .bars {
        display: block;
    }

    #header>nav {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .website-logo {
        position: relative;
        top: 1px;
    }

    .gb-images>figure {
        width: 50%;
    }

    .gb-images>figure:nth-child(3) {
        margin-left: 25%;
    }

    .hotels>.wedding-box {
        padding: 0 15px;
    }

    .hero-section-slogan {
        top: 50%;
        left: 50%;
    }

    .who-we-are-card {
        position: relative;
        top: 75px;
        left: 0%;
        font-size: 30px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        height: 100%;
        width: 100%;
        overflow-y: auto;
    }

    .wedding-details {
        padding: 0px 0px 200px 0px;
    }

    .who-we-are>p {
        font-size: 15px;
        color: #FFF;
        position: relative;
        top: 75px;
    }

    .who-we-are {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.400), transparent, rgba(0, 0, 0, 0.400)), url("../images/background-bg-phone.jpg") no-repeat center center;
    }

    .wedding-details {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.33), transparent, rgba(0, 0, 0, 0.33)), url("../images/wedding-colorful-light-balls-bw.jpg") no-repeat center center;
    }

    .dropdown {
        position: relative;
        display: inline-block;
        visibility: visible !important;
    }
}

@media only screen and (max-width: 865px) {
    .hotels>.wedding-box {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 840px) {
    .we-are-time-box {
        font-size: 26px;
    }

    .wedding-box {
        width: 100%;
        margin-bottom: 50px;
        border-bottom: 1px solid silver;
        padding-bottom: 40px;
    }

    .hotels>.wedding-box {
        padding: 0 2px;
    }
}

@media only screen and (max-width: 780px) {
    .we-are-time-box {
        font-size: 34px;
        width: 50%;
        margin-bottom: 2px;
    }

    .we-are-time-box:nth-child(2) {
        border: none;
    }

    .our-story-description-side {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }

    .gb-images>figure {
        width: 100%;
    }

    .gb-images>figure:nth-child(3) {
        margin-left: 0;
    }

    .hotels .wedding-box {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .gb-title {
        font-size: 30px;
    }

}

@media only screen and (max-width: 660px) {
    .we-are-time-box {
        width: 100%;
        border: none;
    }

    .gb-title {
        font-size: 40px;
    }

    .heart-line {
        width: 300px;
    }

    .gb {
        width: 100%;
    }

    .gb-images>figure>figcaption {
        font-size: 2rem;
    }
}