@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

body {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    color: #666 !important;
    letter-spacing: .25px !important;
}

body h5,
body h4,
body h3,
body h2,
.display-6,
.display-5,
.display-4 {
    font-family: 'Playfair Display', serif;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.link:hover {
    color: #da1134 !important;
}


.fs-12 {
    font-size: .75rem;
}

.fs-14 {
    font-size: .875rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.text-main {
    color: #da1134 !important;
}
.text-purple {
    color: #5b1d71 !important;
}

.link:hover{
    color: #da1134 !important;
}

.bg-light {
    background: #f7f7f7 !important;
}

.btn.btn1 {
    color: #fff;
    background: #da1134;
    border-color: #da1134;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 18px 30px;
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
    transition: all .4s ease;
    min-width: 140px;
}

.btn.btn1:hover {
    color: #fff !important;
    background: #ed1a3f !important;
    border-color: #ed1a3f !important;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.padding {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 3px;
    padding-right: 3px;
}

.space-top {
    margin-top: 100px;
}



.logo1 {
    width: 50px;
    margin-right: 2px;
    vertical-align: middle;
    transition: all 1s ease;
}
.navbar-brand.logo-txt {
    font-weight: 500;
    color: #fff;
    font-size: 1.375em;
    letter-spacing: 1.5px;
    font-family: 'Playfair Display', serif;
}

.header-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 24px 3px;
    z-index: 999;
    background-color: transparent;
    transition: all 1s ease;
}
nav.navbar {
    padding: 0;
}
nav.navbar .nav-item .nav-link {
    color: #fff;
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 400;
    transition: all .4s ease;
}
nav.navbar .nav-item .nav-link.show,
nav.navbar .nav-item .nav-link:hover {
    color: #da1134;
    /* -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12); */
}

nav.navbar .nav-item .nav-link.active {
    color: #da1134;
}

nav.navbar .nav-item .nav-link i.fa-minus {
    display: none;
}

nav.navbar .navbar-toggler {
    border: 0;
    padding: 4px 4px;
    margin: 0;
    box-shadow: none !important;
    background: #da1134;
}

nav.navbar .nav-item .btn {
    color: #fff;
    background: #da1134;
    border-radius: 3px;
    padding: 14px 20px;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    display: inline-block;
}

nav.navbar .nav-item .btn:hover {
    background: #ed1a3f;
    color: #fff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

nav.navbar .nav-item .btn.btn-login {
    background: transparent;
    transition: all .4s ease, background .1s ease;
}


nav.navbar .nav-item .btn.btn-login:hover {
    background: #da1134;
}

nav.navbar .nav-item .dropdown-menu {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 2px 30px rgb(0 0 0 / 12%);
}

nav.navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 1em;
    padding: 10px 20px;
    color: #666;
}

nav.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: #da1134;
    background: transparent;
}

.header-top.fixed {
    background: #fff;
    padding: 12px 3px;
    box-shadow: 1px 2px 23px -15px rgba(29,38,54,0.7);
}
.header-top.fixed .navbar-brand.logo-txt {
    color: #5b1d71;
}

.header-top.fixed  .nav-item .nav-link{
    color: #666;
}

.header-top.fixed .line-img {
    display: none;
}


.header-top.other-header {
    background: rgb(255 255 255 / 50%);
    box-shadow: 1px 2px 23px -15px rgba(29,38,54,0.7);
}
.header-top.other-header .navbar-brand.logo-txt {
    color: #5b1d71;
}

.header-top.other-header  .nav-item .nav-link{
    color: #666;
}
.header-top.other-header.fixed {
    background: #fff;
    box-shadow: 1px 2px 23px -15px rgba(29,38,54,0.7);
}




.video-banner {
    position: relative;
    background-color: black;
    height: 100vh;
    /* min-height: 40rem; */
    width: 100%;
    overflow: hidden;
}

.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-banner .container {
    position: relative;
    z-index: 2;
}

.video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
}

.flower-img {
    position: fixed;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    opacity: .35;
    width: 80%;
    max-width: 1400px !important;
    z-index: -1;
}


.section-01 .container {
    position: relative;
    z-index: 2;
}

.section-01 .img-01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .25;
    width: 450px;
}

.what-we-box {
    padding: 40px;
    background-color: #fff;
    box-shadow: 1px 4px 24px rgb(0 0 0 / 15%);
    height: 100%;
    transition: all .5s ease;
}

.what-we-box:hover {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 2%);
    transform: translateY(5px);
}

.what-we-box i {
    font-size: 4em;
    margin-bottom: 30px;
    color: #da1134;
}

.about-banner {
    background: url(../images/img2.jpg);
    background-size: cover;
    height: 400px;
    background-position: center;
}

.about-banner .overlay {
    background: rgb(0 0 0 / 60%);
}

.contact-box {
    padding: 40px;
    background-color: #fff;
    box-shadow: 1px 4px 24px rgb(0 0 0 / 15%);
    height: 100%;
    transition: all .5s ease;
}

.contact-box:hover {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 5%);
    transform: translateY(5px);
}

.contact-box i {
    font-size: 4em;
    margin-bottom: 30px;
    color: #da1134;
}



.event-box img {
    height: 320px;
    object-fit: cover;
}


.signin-box {
    padding: 40px;
    background-color: #fff;
    box-shadow: 1px 4px 24px rgb(0 0 0 / 15%);
    transition: all .5s ease;
}



/* .form.form1 */

.form.form1 .form-control {
    height: 50px;
    padding: 8px 15px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.form.form1 .form-control:focus {
    border-color: #da1134;
}




.pdf-box {
    padding: 40px;
    background-color: #fff;
    box-shadow: 1px 4px 24px rgb(0 0 0 / 15%);
    height: 100%;
    transition: all .5s ease;
}

.pdf-box:hover {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 2%);
    transform: translateY(5px);
}

.pdf-box img {
    width: 100px;
    margin-bottom: 20px;
}







/* footer-section */
.footer-section{
    padding: 50px 3px;
    color: rgb(255 255 255 / 50%);
    background: #2e2e2e;
}
.logo-ftr {
    width: 80px;
}

.logo-txt-ftr {
    font-weight: 500;
    color: #fff;
    font-size: 1.375em;
    letter-spacing: 2px;
    font-family: 'Playfair Display', serif;
}