@font-face {
    font-family: hanken;
    font-weight: 300;
    src: url('../webfonts/HankenGrotesk-Light.ttf');
}
@font-face {
    font-family: hanken;
    src: url('../webfonts/HankenGrotesk-Regular.ttf');
}
@font-face {
    font-family: hanken;
    font-weight: 600;
    src: url('../webfonts/HankenGrotesk-SemiBold.ttf');
}
@font-face {
    font-family: hanken;
    font-weight: 700;
    src: url('../webfonts/HankenGrotesk-Bold.ttf');
}
@font-face {
    font-family: syne;
    src: url('../webfonts/Syne-Medium.ttf');
}
@font-face {
    font-family: syne;
    font-weight: 800;
    src: url('../webfonts/Syne-ExtraBold.ttf');
}

html, body{
    font-family: syne, hanken, Arial;
    font-size: 1.1rem;
    background-color: white;
}
.btn{
    font-family: hanken, syne, Arial;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
}
.btn-radius{
    border-radius: 30px;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.txt-green{
    color: #347843;
}
.bg-green{
    background-color: #063120;
}
.mce-content-body {
    background: #888888
}
.imglogoMain{
    width: 220px;
    margin-left: 185px;
}
.text-gradient-chuppa{
    font-size: 3vw;
    line-height: 3vw;
}
/*owl mod end*/
#toTopBtn {
    position: fixed;
    bottom: -150px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    padding: 6px 13px;
    border-radius: 4px;
    transition: bottom 0.3s;
    border: none;
    background-color: rgba(0,0,0,0.7);
    color: whitesmoke;
}
#toTopBtn:hover {
    border: thin solid #000;
    background: white;
    color: black;
}
#floatCalendar{
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #0a0e14;
    border-radius: 15px;
    /*box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);*/
    padding: 3px 12px;
}
#floatWA {
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #6cff51;
    border-radius: 15px;
    /*box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);*/
    padding: 3px 12px;
    margin-top: 62px;
}
.parallax {
    /* Set a specific height */
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Tiny Slider Controls (prev/next buttons) */
.tns-controls {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    transform: translateY(-20%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
    z-index: 1;
}

.tns-controls button {
    background-color: rgba(255,255,255,0.5);       /* dark background */
    color: #347843;                  /* white text */
    border: none;
    border-radius: 25px;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 0 5px;
    pointer-events: all;
    box-shadow: 0 0 8px rgba(10, 54, 34, 0.6);
}

.tns-controls button:hover {
    background-color: #347843;
}

/* Nav dots */
.tns-nav {
    text-align: center;
    margin-top: 10px;
}

.tns-nav button {
    border: none;
    background-color: #ccc;       /* inactive dot color */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s;
}

.tns-nav button.tns-nav-active {
    background-color: #347843;       /* active dot color */
}
/* END Tiny-Slider Mod */

.navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23eadcc7' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"
    ) !important;
}

#homepage{
    min-height: 700px;
    height: 100vh;
}
#homepage .imgbghome{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    height: 100vh;
    min-height: 700px;
}
@media (max-width: 575px) {
    #homepage{
        min-height: 300px;
        height: auto;
    }
    #homepage .imgbghome{
        height: auto;
        min-height: 300px;
    }
}
@media (max-width: 768.98px){
    .imglogoMain{
        width: 155px;
        margin-left: 0;
    }
    .text-gradient-chuppa{
        font-size: 7vw;
        line-height: 7vw;
    }
}