@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

* {
    margin: 0;
    padding: 0;
}

a {
    color: currentColor;
}

a:hover {
    color: currentColor;
    text-decoration: none;
}

.para {
    color: #424447;
    font-family: "Poppins", sans-serif;
}

footer .para {
    color: #e8e8e8;
    font-size: 14px;
}

footer .heading {
    color: white;
    font-size: 24px !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2C2B29;
    margin-bottom: 0;
}

dl,
ol,
ul {
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

.site-title {
    font-size: 0;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.329);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 22, 22, 0.479);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff0000;
}


html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Josefin Sans", sans-serif;
    scroll-behavior: smooth;
    transition: all ease 1s;
}

.object-cover {
    transition: all ease .7s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.object-contain {
    transition: all ease .7s;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.logo {
    transition: ease-in-out 0.5s;
    padding: 0px;
    height: 80px;
    width: 190px;
    opacity: 1;
    position: relative;
}

.logo img {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-SPK {
    transition: all ease .5s;
    background-color: #e93646;
    color: white;
    border: 0.2px solid #00000052;
    font-size: 17px;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 8px;
}

.btn-SPK:hover {
    background-color: white;
    color: black;
    border: 0.5px solid #3333338a;
}

.mt-10{
    margin-top: 130px;
}

.text-SPK {
    color: #ef4328 !important;
}

/* animation */
.reveal-in {
    position: relative;
    transform: translateX(0px)scale(0.950);
    opacity: 0;
    transition: 1s all ease;
    transition-delay: 0.5s;
}

.reveal-r {
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 0.5s all ease;
}

.reveal-r.t0_5 {
    transition: 0.5s all ease;
}

.reveal-r.t1_0 {
    transition: 1.0s all ease;
}

.reveal-r.t1_5 {
    transition: 1.5s all ease;
}

.reveal-r.t2_0 {
    transition: 2.0s all ease;
}

.reveal-l {
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 0.5s all ease;
}

.reveal-up-0_5,
.reveal-up-1_0,
.reveal-up-1_5,
.reveal-up-2_0 {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
}

.reveal-up-0_5 {
    transition: 0.5s all ease;
}

.reveal-up-1_0 {
    transition: 1s all ease;
}

.reveal-up-1_5 {
    transition: 1.5s all ease;
}

.reveal-up-2_0 {
    transition: 2s all ease;
}

.reveal-fade {
    opacity: 0;
    transition: 2s all ease;
}

.squezzing {
    transition: all ease 1s;
    opacity: 0;
    transform: rotate(14deg) skewX(20deg) translateY(100px) scaleX(0.7);
}

.squezzing.active {
    opacity: 1;
    transform: rotate(0deg) skewX(0deg) translateY(0px) scaleX(1);
}

.reveal-l.active,
.reveal-in.active,
.reveal-r.active {
    transform: translateX(0px)scale(1.000);
    opacity: 1;
}

.reveal-up-1.active,
.reveal-up-0_5.active,
.reveal-up-1_0.active,
.reveal-up-1_5.active,
.reveal-up-2_0.active,
.reveal-fade.active {
    transform: translateY(0px);
    opacity: 1;
}

.reveal-up-0_5.active._d1 {
    transition-delay: 0.5s;
}

.reveal-up-0_5.active._d2 {
    transition-delay: 1.2s;
}

.hover-pointer:hover {
    cursor: pointer;
}

/* site specific styles */

.nav_links {
    font-size: 16px;
    margin: 4px 20px;
    display: inline-block;
}

.navlinks_container li a {
    transition: all ease 0.5s;
    color: #1f1f1f;
    font-weight: 600;
    text-shadow: 1px 1px #00000030;
}

.navlinks_container li {
    transition: all ease 0.8s;
    position: relative;
}

.navlinks_container li:hover a {
    transition: all ease 0.5s;
    color: rgb(41, 41, 41);
    transform: translateY(-4px);
}


nav .title_text {
    text-shadow: 2px 2px #0000001f;
}

nav .title_text {
    transition: all ease 1s;
    text-shadow: 2px 2px #00000026;
    font-size: 48px;
}

nav.minimized .logo {
    top: 10px;
    height: 70px;
}

nav.minimized .title_text {
    text-shadow: 2px 2px #00000000;
    font-size: 32px;
}

nav.minimized .navlinks_container li a {
    color: black;
}

nav {
    transition: all ease 1s;
    height: 110px;
    background: #ffffff70;
    backdrop-filter: blur(3px);
    padding-bottom: 0px;
}

.bg-light_white {
    background: #ffffff70;
}

.shadow.bg-light_white {
    box-shadow: 0 6px 5px #00000017 !important;
}

nav.minimized .bg-light_white {
    background: #ffffff00;
}

.scroll_btn {
    height: 80px;
    width: auto;
    display: block;
    margin-top: 24px;
}

.scroll_down_icon {
    height: 32px;
    width: 36px;
}

nav.minimized {
    height: 110px;
    padding-bottom: 40px;
}

.footer_links {
    position: relative;
}

.footer_links::before {
    content: "";
    transition: all ease 1s;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #2c2a2973;
}

.footer_links:hover::before {
    width: 100%;
}

.products_slider {
    height: 90vh;
    width: 100%;
    background-color: rgba(255, 0, 0, 0);
}

.about_content {
    display: flex;
    justify-content: center;
}

.showing_bg_text {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.nav_slider_area {
    transition: all ease 0.5s;
    transform: translateY(-50px);
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #ffffff85;
}

.nav_slider_area.show {
    transform: translateY(0px);
}

.logo.minimize {
    width: 100px;
    height: 120%;
}

.another_slider {
    height: 70vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image_container,
.content_container {
    width: 50%;
    height: 100%;
}

.appa_image {
    height: 100%;
    width: 160px;
    object-fit: contain;
    position: relative;
}

.small_arrow_up {
    width: 12px;
    height: 11px;
    margin-bottom: 8px;
}

.appa_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: calc(100% + 40px);
    border-color: #2c2b291a;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 4px;
}

/* nav.minimized .appa_image img {
    background-color: rgba(255, 255, 255, 0.212);
    backdrop-filter: 2px;
} */


.home_slider {
    height: calc((100vh + 150px) * 4);
    padding-top: 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, #ffffff 0%, #b7f0f745 18%, #b5683436 35%, #d9913b1c 69%, #fff7ed4d 75%, #ffffff 100%);
}

.slice_card_sections {
    top: 10px;
    position: sticky;
    height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px;
}


.slice_card_container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 4px 0px #4141412e;
    padding: 12px 14px;
    background-color: white;
}

.slice_img_bg {
    position: relative;
    transition: all ease 0.5s;
    overflow: hidden;
    border-radius: 8px;
    height: 77%;
    display: block;
}

.slice_img_bg img {
    filter: brightness(0.8);
}

.slice_img_content {
    position: absolute;
    bottom: 60px;
    left: 50px;
    width: 40%;
    z-index: inherit;
}

.slice_img_content.t2 {
    z-index: 2;
    bottom: 170px;
    left: 80px;
}

.slice_mini_images {
    width: 90px;
    height: 90px;
}

.slice_img_bg:hover {
    box-shadow: 0 0 10px 0 #212529;
}


.first_animate_text {
    font-size: 5vw;
    color: white;
}

.first_big_text {
    height: 90vh;
    transition: all ease 0.1s;
}

.main_bg_image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.8);
}

.sticky-top {
    z-index: 100;
}

.question_container {
    height: 110vh;
    margin-bottom: 10vh;
    display: flex;
}

.question_container_2 {
    height: 30vh;
    display: flex;
}


.section_3_cards {
    position: sticky;
    top: 20vh;
}

.section_3_cards.card_1 {
    margin-top: 0vh;
}

.section_3_cards.card_2 {
    margin-top: 30vh;
}

.section_3_cards.card_3 {
    margin-top: 50vh;
}


.section_3_cards_img {
    width: 100%;
    height: 330px;
    border-radius: 8px;
    overflow: hidden;
}

.section_2_img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.section_2_img.reveal-r {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: 0.7s all ease;
    transition-delay: 0.4s;
}

.section_2_img.reveal-l {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: 0.7s all ease;
    transition-delay: 0.4s;
}

.section_2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_2_title_1 {
    font-size: 69px;
}

.section_2_title_2 {
    font-size: 59px;
}

.section_2_title_3 {
    font-size: 20px;
}

aside {
    transition: all ease 1s;
    position: fixed;
    top: 80px;
    right: -100%;
    width: 80vw;
    height: calc(100vh - 80px);
    z-index: 99;
    background-color: #ffffff;
    padding: 24px;
}

.side_nav_links {
    display: block;
    padding: 12px 14px;
    border-bottom: 1px solid #00000026;
}

.big_round_ball,
.big_round_ball2 {
    width: 400px;
    height: 400px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 5%;
    z-index: -1;
}

.big_round_ball2 {
    left: -50%;
}


.mandabam_slider {
    width: 100%;
    overflow: hidden;
}

.mandabam_slides {
    display: flex;
    transition: transform 0.5s ease;
}

.mandabam_slide {
    min-width: 100%;
    box-sizing: border-box;
    height: 450px;
    padding: 4px;
}

.mandabam_slide img {
    border-radius: 8px;
    overflow: hidden;
}

.dramatic_line {
    position: relative;
}

.dramatic_line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, transparent, #e9364652, transparent);
}


.contact_boxes {
    display: block;
    height: 160px;
    background-color: #e93646;
    border-radius: 14px;
    overflow: hidden;
    transition: all ease 1s;
    box-shadow: 0 0 0px 0 #0000002e;
}

.contact_boxes:hover {
    box-shadow: 0 0 10px 0 #0000002e;
}

.contact_boxes svg {
    display: block;
    margin: auto;
    height: 40px;
    width: 40px;
    margin-top: 36px;
    margin-bottom: 24px;
    fill: #ffffff;
}

.form-control {
    border: 1px solid #e51426;
    border-radius: 14px;
}

.contact_container {
    top: 30vh;
    z-index: 0;
}

.map_container {
    height: 400px;
}

.map_container iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.warning_text {
    transition: all ease 1s;
    display: inline-block;
    overflow: hidden;
    height: 0px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: red;
    padding: 0px 0px;
    border-radius: 10px;
    margin-top: 0px;
}

.warning_text.show {
    height: 31px;
    font-size: 14px;
    background-color: #fff4f4;
    border: 1px solid #ffcaca;
    color: red;
    padding: 4px 8px;
    margin-top: 4px;
    animation: blinking_bg 1s infinite;
}

.form_check_box {
    height: 20px;
    width: 20px;
}

@keyframes blinking_bg {
    0% {
        background-color: #fff4f4;
    }

    50% {
        background-color: #ffd6d6;
    }

    100% {
        background-color: #fff4f4;
    }
}

/* section */
.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/* image */

.image-container {
    width: 100%;
    height: 650px;
    border-radius: 10px;
}

/* contact Information */

.contact-info {
    position: absolute;
    bottom: 0;
    width: 95%;
    background-color: white;
    border-radius: 8px;
    margin-left: 2.5%;
    padding: 20px;
    margin-bottom: 10px;
}

/* form style */


.form-section {
    background-color: #F9FAFB;
    padding: 2.75rem;
    border-radius: 8px;
}


.input-field {
    width: 100%;
    height: 3rem;
    color: #4B5563;
    background-color: transparent;
    font-size: 1.125rem;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding-left: 1rem;
    outline: none;
}

.input-field::placeholder {
    color: #9CA3AF;
}



/* Radio Button */

.radio-option {
    display: flex;
    align-items: center;
    margin-right: 2.75rem;
}

.radio-input {
    display: none;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #6B7280;
    font-size: 1rem;
}

.radio-custom {
    display: inline-block;
    border: 1px solid #D1D5DB;
    border-radius: 9999px;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    position: relative;
    background-color: white;
    transition: border-color 0.3s ease;
}

.radio-input:checked+.radio-label .radio-custom {
    border-color: #e93646;
}

.radio-input:checked+.radio-label .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #e93646;
}

/* Dropdown */

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-select {
    width: 100%;
    height: 3rem;
    color: #4B5563;
    background-color: transparent;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding-left: 1rem;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}



.dropdown-icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: #9CA3AF;
}

.page_title,
.page_title_center {
    position: relative;
}

.page_title::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #e93646, transparent);
}

.page_title_center::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, transparent, #e93646, transparent);
}

.loading_screen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(21px);
    background-color: #0000005e;
    z-index: -1;
}

.loading_screen {
    transition: all ease 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -101;
    opacity: 0;
}

.loading_screen.show {
    z-index: 1000;
    opacity: 1;
}

.loader {
    margin: 0 auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 10px;
}

.loader>div {
    height: 100%;
    width: 8px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay 0.8s infinite ease-in-out;
    animation: delay 0.8s infinite ease-in-out;
}

.loader .bar1 {
    background-color: #dd3342;
}

.loader .bar2 {
    background-color: #dd3342;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loader .bar3 {
    background-color: #dd3342;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader .bar4 {
    background-color: #dd3342;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loader .bar5 {
    background-color: #dd3342;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loader .bar6 {
    background-color: #dd3342;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes delay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.05);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes delay {

    0%,
    40%,
    100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.about_us_header {
    overflow: hidden;
    position: relative;
    background-color: #e93646;
}

.about_us_header::before {
    content: "";
    position: absolute;
    top: 95%;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3%;
    background-color: #ffffff;
}

.about_container2 {
    height: auto !important;
    margin-bottom: 0vh !important;
    display: block !important;
}

.quote_symbol_start {
    position: absolute;
    top: -10px;
    left: -14px;
}

.quote_symbol_end {
    position: absolute;
    top: -6px;
    right: -8px;
}

.big_i {
    font-size: calc(100% + 5px);
}

.big_word {
    font-size: 48px;
}

.big_word_subtitle {
    font-size: 22px;
}

.vh-md-100 {
    height: 100vh;
}


@media screen and (max-width: 760px) {
    .mandabam_slide {
        height: 210px;
    }

    .big_round_ball,
    .big_round_ball2 {
        width: 400px;
        height: 400px;
    }

    .home_about_title {
        font-size: 26px;
    }

    .home_about_title_2 {
        font-size: 19px;
    }

    .home_about_title_3 {
        font-size: 16px;
    }

    .slice_mini_images {
        width: 50px;
        height: 50px;
    }

    .slice_img_content {
        transition: all ease 1s;
        bottom: 30px;
        left: 30px;
        width: 80%;
        opacity: 0;
    }

    .slice_img_content:hover {
        opacity: 1;
    }

    .slice_img_content .h2 {
        font-size: 22px;
    }

    .slice_img_content .h6 {
        font-size: 16px;
    }

    aside.show {
        right: 0%;
    }

    .appa_image img {
        height: calc(100%);
    }

    nav {
        margin-bottom: 0px;
        height: 80px;
        box-shadow: 0 0 10px 0 #00000038;
    }

    nav.minimized {
        height: 80px;
        padding-bottom: 0px;
    }

    nav.minimized .logo {
        top: 0px;
    }

    .section_2_img {
        height: 200px;
    }

    .section_2_img.reveal-r,
    .section_2_img.reveal-l {
        border-radius: 0px;
    }

    .appa_image {
        width: 100px;
    }

    nav.logo.minimize {
        height: 80px;
    }

    .section_3_container {
        height: auto;
    }

    .section_3_cards.card_3 {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .section_3_cards.card_2 {
        padding-top: 5vh;
        margin-top: 0;
    }

    .another_slider {
        height: 100%;
        flex-direction: column;
    }

    .content_container {
        width: 100%;
        order: 1;
    }

    .image_container {
        width: 100%;
        height: 50vh;
        order: 2;
    }

    .logo {
        width: 100px;
        padding: 0px !important;
    }

    .first_big_text {
        height: 80vh;
    }

    .slice_card_sections {
        top: 80px;
        margin-bottom: 0;
        height: calc(88vh);
        margin-bottom: 18vh;
    }

    .home_slider {
        height: calc(120vh* 4);
    }

    .slice_card_container {
        box-shadow: none;
        width: 100%;
    }

    .slice_img_bg {
        height: 45%;
    }

    .slice_card_container .h4 {
        font-size: 20px !important;
    }

    .slice_card_container .h6 {
        font-size: 14px !important;
    }

    .question_container {
        height: 90vh;
        margin-bottom: 50px;
    }

    .section_2_title_1 {
        font-size: 32px;
    }

    .section_2_title_2 {
        font-size: 30px;
    }

    .section_2_title_3 {
        font-size: 16px;
    }

    .scroll_btn {
        height: 50px;
    }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 1100px) {}

/* style Thamizh */

.indented-paragraph {
    text-indent: 80px;
}
.marriage-hall img{
    width: 100px;
    height: 80px;
}

.modal{
    z-index: 100;
}
.modal-backdrop{
    z-index: 99;
}