@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    color: #464646;
    text-decoration: none;
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 16px;
    color: #000;
    font-family: "Poppins", sans-serif;
}

section {
    padding: 50px 0px;
}

.container {
    max-width: 1200px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.main_title {
    color: black;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.ttle_text {
    color: #6E6E6E;
    text-align: center;
    font-size: 16px;
}

.navbar {
    margin: 0;
}

.header .navbar-nav .nav-link {
    padding: 0px !important;
    color: #fff;
    margin: 0px 14px;
}

.header.active .navbar-nav .nav-link {
    padding: 0px !important;
    color: #fff;
    margin: 0px 14px;
}

.header .navbar-nav .nav-link.active {
       color: #fb7142 !important;
    background: #ffffff;
    border-radius: 100px;
    padding: 0px 15px !important;
}

.header.active .navbar-nav .nav-link.active {
      color: #fb7142 !important;
    background: #ffffff;
}

.navbar-nav {
    margin-top: 0px !important;
}

.navbar-toggler-icon {
    color: #fff;
    margin-top: 10px;
}

.header.active .navbar-toggler-icon {
    color: #00A3D3;
    margin-top: 10px;
}


.navbar-toggler:focus {
    box-shadow: none;
}

.services {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    width: 287px;
    height: 264px;
    align-items: center;
    padding: 30px;
}

.services img {
    margin-bottom: 20px;
}

.services h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services p {
    font-size: 16px;
    color: #434343;
    margin-bottom: 0;
}

.gap30 {
    gap: 30px;
}

.icon img {
    margin-bottom: 30px;
}

.icon p {
    color: white;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0px 15px;
}

.srivari_text {
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    font-size: 22px;
    background-color: #FFDF7D;
    margin-bottom: 35px;
    width: 711px;
}

.namam_img {
    height: 400px;
}

.srivari_subtext {
    color: #6E6E6E;
    font-size: 16px;
}

.bg-acharya {
    background-color: #FB7142;
}

.read_button {
    background-color: #951F00;
    font-size: 16px;
    padding: 8px 16px;
    color: white;
    border-radius: 30px;
    border: 1px solid #951F00;
    width: 126px;
}

.header {
    position: fixed;
    /*top: 40px;*/
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: 100px;
    background-color: rgba(251, 113, 66, 1);
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 0px 100px;
    color: #FFFFFF;
}

.header .logo-g {
    display: none;
    transition: 0.5s;
}

.header.active {
    color: #FFFFFF;
    background-color: rgba(251, 113, 66, 1);
    top: 0px !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.header.active .logo-g {
    display: block;
    transition: 0.5s;
}

.header.active .logo-w {
    display: none;
    transition: 0.5s;
}

.header.active .logo-g .logo {
    width: 100% !important;
    transition: 0.5s;
    /*background-image:url('../images/konu-logo.svg');*/
    /*background-repeat:no-repeat;*/
}

.logo {
    width: 100% !important;
    transition: 0.5s;
}

.banner_bg {
    background-image: url(../images/banner-sri.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 507px;
    margin-top: 40px;
}

.banner_text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 507px;
}

.button_upcoming {
    background-color: rgba(255, 199, 32, 1);
    color: #000000;
    font-size: 16px;
    height: 50px;
    width: 198px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.contact_btn {
    background-color: rgba(255, 199, 32, 1);
    color: #000000;
    font-size: 16px;
    height: 50px;
    width: 198px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.main-text {
 margin-bottom: 30px;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}


.banner_text p {
    color: #6E6E6E;
}

.banner_text p {
    margin-bottom: 38px;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.slider_img {
    height: 287px;
    width: 530px;
    object-fit: cover;
}

.navbar-nav .btn-success {
    background: #00a596;
    color: #fff !important;
    line-height: 40px;
    border-radius: 10px;
    padding: 0px 15px !important;
    border: none;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
    color: #00A3D3 !important;
    font-size: 30px;
}

.social-icons i {
    margin-left: 25px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0ad8ec;
}

h5 {
    color: #00A3D3;
    margin-bottom: 10px;
}

h2 {
    color: #434242;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
}

p {
    margin-bottom: 20px;
    font-size: 15px;
}


.theme-btn {
    background: #00A3D3;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s;
}

.theme-btn:hover {
    background: #434242;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s;
}

.h-300 {
    min-height: 300px;
}

.card {
    padding: 40px 20px;
    background: #434242;
    color: #fff;
    transition: 0.3s;
    margin-bottom: 20px;
}

.card:hover,
.card.active {
    background: #00A3D3;
    color: #000;
    transition: 0.3s
}

.card i {
    font-size: 40px;
}

.card h3 {
    margin-bottom: 20px;
}

.icon {
    margin-top: -10rem;
    text-align: center;
    padding-bottom: 50px;
}

.icon i {
    font-size: 40px;
}

footer {
   background: #951F00;
    color: white;
    padding: 3rem 2rem 1rem;
    text-align: center;
}

footer a {
    color: #ccc;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}
.social-icons a {
    color: #fff;
    font-size: 2rem;
    transition: all 0.3s ease;
}
.social-icons a:hover {
    transform: translateY(-3px);
    color: rgba(251, 113, 66, 1);
}
.footer-links a:hover {
    color: rgba(251, 113, 66, 1);
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.event_img {
        width: 52px;
}
.events {
    width: 340px;
    height: 315px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    align-items: center;
    padding: 30px;
}
.events img {
    margin-bottom: 20px;
}
.margin_call {
    margin: 50px 0px;
    padding: 0px;
}
.swamy-title {
    font-size: 20px;
    font-weight: 700;
    color: #951f00;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
a:hover {
    text-decoration: none;
    color: #fb7142;
}
.acharya2 {
    padding-left: 3rem;
}
.acharya2 li{
    list-style-type: square;
}
.swamy-title::before {
    content: '';
    width: 5px;
    height: 5px;
}
.swamy-title span {
        width: 20px;
    height: 30px;
    display: inline-block;
}
.events h6 {
    font-size: 20px;
    font-weight: 600;
        color: #000;
    margin-bottom: 20px;
}
.inner_bg {
        background-color: #951F00;
    padding: 50px 0px;
    margin-top: 50px;
}
.inner_bg h1 {
        font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.events p {
    font-size: 16px;
    color: #434343;
    margin-bottom: 0;
}



.inner-banner {
    padding: 150px 0px 50px;
    background: #00A3D3
}

.points {
    margin-left: 30px;
}

.points li {
    list-style: circle;
    margin-bottom: 10px;
    font-size: 14px;
}




/*Responsive*/
@media screen and (max-width: 768px) {

    .container {
        width: 100%;
    }

    .header {
        top: 0px;
        height: 70px;
    }

    .header.active .logo,
    .logo {
        width: 60%;
    }

    .navbar-collapse {
        background: #00A3D3;
    }

    .navbar-nav .nav-link {
        color: #fff;
    }
}