@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('custom-responsive.css');

.text-c {
    color: #34938f;
}
nav .navbar-brand .brand-logo {
    width: 120px; /* Default size for desktop */
    height: 120px; /* Default size for desktop */
    box-shadow: 5px 5px 10px #acaaaa; /* Box shadow */
}
.item-border h4 {font-weight: 500;}
.about-daizel {
    line-height: 2; font-size: 16px; padding:20px 80px 0px 80px;
}
.mb-5 {
    margin-bottom: 50px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-5 {
    margin-top: 50px;
}

.grayscale {
    filter: grayscale(100%);
    /* Optional: Add smooth transition for hover effect */
    transition: filter 0.3s ease;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;

}

.bg-b1 {
    background-color: #002347;
}

.bg-b2 {
    background-color: #003366;
}

.bg-b3 {
    background-color: #003F7D;
}

.bg-or1 {
    background-color: #FF8E00;
}

.bg-or2 {
    background-color: #FD7702;
}

.bg-or3 {
    background-color: #FF5003;
}

.text-b1 {
    color: #002347;
}

.text-b2 {
    color: #003366;
}

.text-b3 {
    color: #003F7D;
}

.text-or1 {
    color: #FF8E00;
}

.text-or2 {
    color: #FD7702;
}

.text-or3 {
    color: #FF5003;
}

.text-white {
    color: #fafafa;
}

.btn-b:hover {
    color: #002347;
    background: #FF8E00;
}

.header {
    background-image: url(../images/daizel_hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}

.header2 {
    /*    background-image: url(../images/bg-2.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 150px; */
    height: auto;
}

.mob_join_button {
    display: none;
}


.shadow-sm {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.shadow-lg {
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

/*custom-sandeep*/
.nav-link::after {
    padding: 5px;
    content: "/";
    font-size: 15px;
}

/*slider-overflow*/
.overflow {
    overflow: hidden;
}

.item {
    height: 500px;
    overflow: hidden;
    align-content: center;
}

/*about-us section */
.about-section {
    height: 600px;
    background-color: azure;
    /* height: auto; */
}

.about-line-height {
    line-height: 3;
}

/* video library */
.video-section {
    min-height: 600px;
    height: auto;
    /* height: auto; */
    background-color: #072567;
    background-image: url(../images/bg-business.png);

}

.video-head {
    color: aliceblue;
    font-size: 38px;
    text-shadow: 1px 1px #ebebeb;
    line-height: 3;
}

.founder-msg-div-main {
    padding: 70px;
}

.founder-msg-div-2 {
    width: 350px;
    padding: 10px;
}

.president-message-area {
    min-height: 600px;
    height: auto;
    /* height: auto; */
    background-color: #ffff3e;
    background-image: url(../images/bg-business.png);

}

.president-message-area-head {
    color: #072567;
    font-size: 38px;
    text-shadow: 1px 1px #ebebeb;
    line-height: 3;
}

.text-height {
    line-height: 1.8
}

.president-message-bulletin {
    min-height: 600px;
    height: auto;
    background-color: #072567;
    background-image: url(../images/bg-business.png);


}

.newsletter {
    width: 350px;
    height: 80px;
    line-height: 80px;
    color: white;
    border-radius: 10px;
    background-color: #ff7b0a;
    font-size: 35px;
    vertical-align: middle;
    text-align: center;
    align-items: center;
}

.newsletter:hover {
    background: #b71a5d;
    transition: background-color .2s linear;
}

.space {
    height: 20px;
}

/*end custom sandeep */



#row-sp .col-md-2 {
    margin-bottom: 15px;
    margin-right: 30px;
    font-size: 14px;
}

.mem-photo {
    width: 150px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #caeeca;
    box-shadow: 0 4px 10px #CCC;
}

.pr-msg {
    background-image: url(images/bg_pattern.png);
    margin-left: -15px;
    padding: 20px;
    margin-bottom: 70px;
}

.p-img {
    padding-right: 10px;
}

.news-l {
    width: 350px;
}

.img-know {
    padding: 10px;
}

.btn-sp {
    margin-bottom: 5px;
    padding: 10px;
}

.fa-sps {
    margin-right: 5px;
}

.pads {
    padding: 20px;
}

.notice-board h1 {
    margin: 0px;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    font-weight: 800;
}

.notice-board {
    /* background-color: #eeeeed; */
    background-color:#fffffa;
    height: 350px;
    padding: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.notice-layout {
    height: 150px;
    border-left: 5px solid #003F7D;
    padding: 30px;
}

.notice-icon {
    background-color: #FD7702;
    border: 4px solid #003F7D;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    margin-left: -10px;
    margin-top: 60px;
}

.upcomming-event {
    background-color: #eeeeed;
    height: 350px;
    padding: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);

}

.news-n {
    min-height: 250px;
    max-height: 350px;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
}

.team_member {
    font-weight: 800;
    margin-bottom: 50px;
}

.clock {
    font-size: 12px;
    color: darkgray;
}

#bottom_link {
    position: absolute;
    /* added */
    bottom: 0;
    /* added */
    right: 0;
    /* added */
    padding: 20px;
}

.wrapper.wrapper_boxed {
    background-color: #fff;
    margin: 40px auto;
    position: relative;
    width: 1180px;
    border-top: 4px solid #1f1f1f;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.wrapper {
    margin-top: .08em;
    position: relative;
}

.block span {
    margin-top: 220px;
    padding: 20px 20px 20px 22px;
    background-color: rgba(25, 26, 25, 0.6);
    border-radius: 60%;
    font-size: 20px;
    margin-bottom: -10px;
}


.logo {
    width: 100px;
    height: 100px;
}

.heading {
    padding-top: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.heading a {
    text-decoration: none;
}

.navbar-default {
    background: transparent !important;
    /* text-transform: uppercase; */
}

.navbar-default a {
    color: #F3F5F7 !important;
    font-weight: 900;
    font-size: 18px;

}

.navbar-nav li:hover {
    /* background-color: #FF8E00; */
    border-bottom: 2px solid #23aaa6;

}

.navbar-nav li {
    border-bottom: 2px solid transparent;
    display: block;
    padding: 5px;
    /* border-bottom: 2px solid rgba(255,255,255,.15); */
}

.dropdown-menu {
    background-color: #1A8C89;
    color: white;
}

.dropdown-menu li {
    border-left: 1px solid #072567;
    border-bottom: 1px solid #098282
}

.dropdown-menu li:hover {
    border-left: 1px solid #072567;
    background-color: #1A8C89 !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #1A8C89;
}

.navbar {
    border: none !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}


.fa-cls .fa {
    font-size: 80px !important;
    color: #053350;
}

.fa-cls .col-sm-4:hover {
    background-color: #f1f4f4;
    padding: 20px;
    /* border-radius: 50%; */
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

.fa-cls .col-sm-4 {
    padding: 20px;
    transition: all 0.3s ease;
}

.news:hover {
    background-color: beige;
}

/**** program page */
.v-align {
    height: 200px;
    vertical-align: middle;

}

#price-m .col-sm-3 {
    background-color: #fcfdfd;
    height: 300px;
    margin-right: 15px;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-top: 160px #046f48 solid;
}

#price-m .p-head {
    text-align: center;
    font-size: 25px;
    margin-top: -160px;
    color: white;
    font-weight: 700;
}

#price-m .buy-now {
    margin: auto;
    font-size: 20px;
    border: 2px solid #ffffff;
    width: 100px;
    text-align: center;
    border-radius: 15px;
    padding: 2px;
    margin-top: 10px;
    color: white;
}

#price-m .buy-now:hover {
    background-color: white;
    color: #072567;
}

#price-m a {
    text-decoration: none;
}

#price-m p {
    margin-top: 30px;
}


/*  pay-next classes */
.paytm {
    min-height: 350px;
    height: auto;
}

.side-m {
    border-left: 1px solid #989898;
    padding-left: 50px;
}

/* ********** Decoration ****/
.decor4_2 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 4px 10px #CCC;
    -webkit-box-shadow: 0 4px 10px #CCC;
    box-shadow: 0 4px 10px #CCC;
}

/* *********** End Decoration    */

.mem {
    /*
    width:150px; */
    height: auto;
    width: 220px;
    padding: 5px;
    background-color: white;
    transition: all 0.3s ease;

}

.mem:hover {
    background-color: #f0f2f4;
}

.mem-bg {
    background-image: url(../images/bg_pattern.png);
    padding: 5px;

}

/*end section for about us area */
.become-nfps-member {
    width: 660px;
}

.header-tag-line {
    color: #14213D;
    font-size: 30px;
    font-weight: 700;
    line-height: 70px;
}

@media screen and (max-width: 640px) {

    /* @media screen and (max-width: 767px) {     */
    .become-nfps-member {
        width: 100%;
    }

    .header-tag-line {
        font-size: 14px;
        font-weight: 700;
        line-height: 10px;
    }

    .wrapper.wrapper_boxed {
        background-color: #fff;
        margin: 0px !important;
        position: relative;
        width: auto !important;
        border-top: 4px solid #1f1f1f;
        overflow: hidden;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    }

    /* logo settings */
    .address {
        display: none;
    }

    .log-img {
        text-align: center;
    }

    /* slider screen section */
    .item {
        height: 150px;
        overflow: hidden;
        align-content: center;
    }

    .wrapper {
        margin-top: .08em;
        position: relative;
    }

    .log-img img {
        width: 80%;
        margin: 0 auto;
    }

    .notice-board {
        /* background-color: ; */
        min-height: 250px;
        height:auto;
        padding: 5px;
    }

    .about-line-height {
        line-height: 3;
        text-align: center;
    }

    .about-section {
        height: auto;
        background-color: azure;
        /* height: auto; */
    }

    .mob_view {
        margin-bottom: 30px;
    }

    .mob_join_button {
        display: inline;
        right: 80px;
        position: absolute;
    }

    .mob-hide {
        display: none !important;
    }

    #row-sp .col-md-2 {

        text-align: center;
    }

    .founder-msg-div-main {
        padding: 10px !important;
    }

    .founder-msg-div-2 {
        width: 300px;
        padding: 10px;
    }

    .president-message-area-head {
        color: #072567;
        font-size: 28px;
        font-weight: 800;
        text-shadow: 1px 1px #ebebeb;
        line-height: 1;
        text-align: center;
    }

    .mob_centre {
        text-align: center;
    }

    .he_know_more {
        font-size: 45px;
        font-weight: 800;
    }

    .newsletter {
        width: 250px;
        height: 80px;
        line-height: 80px;
        color: white;
        border-radius: 10px;
        background-color: #ff7b0a;
        font-size: 35px;
        vertical-align: middle;
        text-align: center;
        align-items: center;
    }

    .team_member {
        font-size: 48px;
        font-weight: 800;
    }

    .mob-margin {
        margin-top: 80px;
    }

    .block span {
        margin-top: 60px !important;
        padding: 20px 20px 20px 22px;
        background-color: rgba(25, 26, 25, 0.6);
        border-radius: 60%;
        font-size: 20px;
        margin-bottom: -10px;
    }

    .news-n {
        min-height: 250px !important;
        max-height: auto !important;
        width: 95%;
        margin: 0 auto;
        padding: 10px;
    }

    .mem {

        height: 300px;
        width: 100%;
        padding: 10px;
        background-color: white;
    }

    /* .mem {
        /*
        width:150px; 
        height: auto;
        width: 220px;
        padding: 5px;
        background-color: white;
        transition: all 0.3s ease;
    
    } */


    .mem img {
        width: 200px;
        height: 250px;
        padding: 10px;
        background-color: white;
    }

}

/*** end media **/


/* Index Page Start */
.section-new {
    min-height: 720px;
    height: auto;
}

.section-bg-default {
    /* background-color: #FCF5E8; */
    background-color: #FAFDFF;
}

.section-bg-light-white {
    background-color: #F6F6F6;
}

.section-bg-dark2 {
    background-color: #136161;
}

.section-bg-blue {
    background-color: #1c436a;
}

.section-bg-blue h2 {
    color: white !important;
}

.section-new h2 {
    font-weight: 800;
    margin: 0px;
    padding-top: 80px;
    padding-bottom: 30px;
    font-size: 50px;
    color: #4f4f4f;
}