:root {
    --accent: #b06e4b;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 0;
}

#mobile_navbar {
    display: none;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Medium.ttf);
}

@font-face {
    font-family: YesevaOne;
    src: url(../font/YesevaOne-Regular.ttf);
}

body,
html {
    /* height: 100%; */
    margin: 0;
    font-family: Montserrat, YesevaOne;
    /* background-color: red; */
}

#header {
    display: none;
}

.main_footer_mobile {
    display: none;
}

.testimonials_header_mobile {
    display: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #b06e4b;
}

.active {
    color: #b06e4b !important;
}

/* General font styles */
.font_header {
    font-family: YesevaOne;
}

.font_para {
    font-family: Montserrat;
}

.header {
    position: absolute;
    top: 5%;
    left: 3%;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 7%;
    z-index: 2;
}

.logo {
    font-size: 2rem;
    margin: 0;
}

.nav-links {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.nav-link {
    font-size: 1.1rem;
    text-decoration: none;
    color: white;
    margin-left: 70px;
}

/* Home Section 1 */
.home_section1 {
    height: 970px;
    background: url('../assets/homepage/1.webp') center/cover no-repeat;
}

.container1 {
    margin-top: 20%;
    margin-left: 10%;
}

/* Brown color */
.brown-color {
    color: #b06e4b !important;
}

/* Header text */
.header-text {
    font-size: 4rem;
}

.nav-links a:hover {
    color: #b06e4b;
    border-bottom: 2px solid #b06e4b;
}


.nav-link-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    /* border:1px solid white; */
    display: none;
    position: absolute;
    background-color: transparent;
    top: 100%;
    left: 0;
    /* z-index: 1; */
    /* transition: display 1s ease; */
}

.nav-link-dropdown:hover .dropdown-content {
    display: block;
}

.nav-link-dropdown a:hover #down_arrow {
    visibility: visible !important;
}

.nav-link-dropdown .nav-link {
    margin-right: 10px;
}

.dropdown-content a:hover {
    margin-bottom: none;
}

.dropdown-content .nav-link {
    white-space: nowrap;
    color: #FFF;
    border-bottom: none;
}

.student-achivement-link {
    border-bottom: none;
}

/* Paragraph text */
.paratext {
    color: white;
    font-size: 1.4rem;
    line-height: 150%;
}

/* Custom button */
.custom_button {
    color: #b06e4b;
    border-color: #b06e4b;
    width: 12rem;
    height: 4rem;
    margin-top: 3%;
    font-size: 1.4rem;
    border-radius: 0px;
}

/* Home Section 2 */
.home_section2 {
    height: 970px;
    background: url('../assets/homepage/2.webp') center/cover no-repeat;
}

.container2 {
    margin-top: 18%;
}

/* Home Section 3 */
.home_section3 {
    height: 970px;
    background: url('../assets/homepage/3.webp') center/cover no-repeat;
}

.container3 {
    margin-top: 15%;
    margin-left: 10%;
}

/* Home Section 4 */
.home_section4 {
    height: 970px;
    background: url('../assets/homepage/4.webp') center/cover no-repeat;
}

.container4 {
    margin-top: 14%;
}

/* Home Section 5 */
.home_section5 {
    height: 800px;
    position: relative;
    background-color: black;
}

.contact-form-box {
    height: 600px;
    width: 30vw;
    background-color: #b06e4b;
    position: absolute;
    top: 110px;
    left: 25%;
}

.contact-form-text {
    position: absolute;
    left: 25%;
    margin-top: 20px;
}

.contact-form-image {
    position: absolute;
    height: 500px;
    width: 20vw;
    background: url('../assets/homepage/5.webp') center/cover no-repeat;
    top: 160px;
    left: 53%;
}

.youtube-text {
    position: absolute;
    top: 685px;
    left: 58%;
}
.contact-form-youtube-icon {
	position: absolute;
	top: 45%;
	left: 41%;
}
#youtube-icon-homepage{
    width:45px;
}
.performance-youtube-logo-container{
    position:relative;
}
.performance-youtube-logo-container a .img-fluid{
    
        max-width: 75%;
        height: auto;
    
}
.performace-youtube-logo {
	position: absolute;
	top: 45%;
	left: 43%;
}
.performace-youtube-logo a i{
    font-size: 4rem;
}
.contact-details-box {
    margin-left: 10%;
    margin-top: 75px;
}

.feedback-box {
    line-height: 1px;
    margin-left: 10%;
}

#contact-input {
    border-radius: 0px;
    resize: none;
}

.form-submit-button {
    margin-top: 20px;
    width: 30%;
    background-color: white;
    border-radius: 0px;
    font-size: 1.4rem;
}

/* Main footer */
.main_footer {
    height: 450px;
    border-top: 1px solid black;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 10%;
    margin-right: 10%;
    color: black;
    padding: 20px;
}

/* Each section within the footer */
.footer-section {
    margin-top: 4%;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-section ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-section ol li {
    margin: 5px 0;

}

.footer-section ol li a {
    text-decoration: none;
    color: #000;
}

.footer-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

.footer_icon_images{
    width:75%;
}

.text-light {
    font-size: 1.3rem;
}

.footer-icons a {
    margin: 5px 0;
}

.contact-text {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
    color: black;
    font-size: 1.3rem;
}

.contact-button {
    background-color: #b06e4b;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.horizontal-line {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    border-top: 1px solid #b06e4b;
}

/* Intro Section */
/* .intro-section {
    background-image: url("../assets/Artist-Introduction/1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: fit-content;
} */

.text-accent {
    color: var(--accent);
}

.intro-section {

    background-image: url("../images/intro-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    /* Set the width of the section */
    min-height: 980px;
    height: fit-content;
}

.text-accent {
    color: var(--accent);
}

.bg-accent {
    background-color: var(--accent);
}

.invert-img-color {
    filter: invert(100%);
}

.left-quote {
    height: 10%;
    position: absolute;
    top: -4%;
    left: 5%;
}

.right-quote {
    height: 10%;
    position: absolute;
    bottom: -4%;
    right: 5%;
}

.right-image {
    height: 610px;
    width: auto;
    margin-top:100px;
}

.left-image {
    height: 610px;
    width: auto;
    margin-top:100px;
}

.achievements {
    background-image: url("../assets/Achievements/1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: fit-content;
}



.achievements_letter_spacing {
    letter-spacing: 1px;
    line-height: 200%;
}

.achievements-inner-section {
    margin-top: 6%;
    margin-left: 10%;
}

.achivements_text-color-black {
    color: black !important;
}

.achievment2 {
    background-image: url("../assets/Achievements/2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center end;
    min-height: 980px;
    position: relative;
}

.achievment2-inner-section {
    /* margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    width:55%; */
    position: absolute;
    top: 14%;
    left: 10%;
}

.students_achivements {
    height: 850px;
    background-image: url("../assets/Achievements/3.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center end;
}

.margin-top-of-student-main {
    margin-top: 8%;
    margin-left:5%;
}

.students_achivements_text {
    line-height: 200%;
    font-size: 1.4rem;
}


.testimonial_main_section {
	height: auto;
    max-height: fit-content;
    background: url('../assets/Testimonials/1.webp') no-repeat;
    background-size: contain;
    /* background-position-x: center; */
    /* background-position-y: revert-layer; */
    background-color: #000;
}


.main_image {
	/* background-image: url("../assets/Testimonials/1.webp"); */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-position: center end; */
	/* height: 150vh; */
	position: absolute;
}

.main_content {
	position: relative;
	padding-top: 15%;
	padding-bottom: 40px;
	padding-left: 10%;
}

.testimonials_text {
    line-height: 2.5rem;
}

.testimonials_header {
    font-size: 3.2rem;
}

.testimonial_header_para {
    font-size: 1.8rem;
}



.intro-inner-section {
    margin-top: 7%;
    margin-left: 10%;
}

.intro-inner-section2 {
    margin-top: 7%;
    margin-left: 10%;
    margin-right: 10%;
}

.text-card {
    width: 35%;
    height: 720px;
}

.img-card {
    height: 600px;
    width: 25%;
}

.artist_intro_padding {
    margin-top: 20%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 15%;
    text-align: center;
}


.performance-inner-section {
    margin-left: 10%;
    margin-right: 7%;
    /* padding-top: 10% ; */
    margin-top: 10%;
}

.performance2-inner-section {
    margin-left: 10%;
    margin-right: 7%;
    /* padding-top: 10% ; */
    /* margin-top: 10%; */
}

.performance-container {
    position: relative;
}

/* .image-left{
    position:absolute;
    left:1%;
} */
.image-right {
    position: absolute;
    right: 1%;
}

.text-field-perf {
    text-align: center;
    position: absolute;
    width: 60%;
    left: 20%;
    right: 20%;
}

.choreographie2-section {
    position: relative;
    height: 980px;
    background-image: url("../assets/Choreographies/3.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: start start;
}



.choreographie2-inner-section {
	/* border: 1px solid blue; */
	position: absolute;
	top: 15%;
	right: 15%;
	/* height: 30vh; */
	/* width: 40vw; */
}


.card-box {
	background-color: var(--accent);
	height: 585px;
	width: 400px;
	position: relative;
	/* max-height: fit-content; */
}

.text-area-box {
	font-family: font_header;
	font-size: 1.9rem !important;
	font-weight: bold;
	/* position: absolute; */
	/* top: 22%; */
	/* bottom: 20%; */
	left: 2%;
	right: 2%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}



.choreographie-section {
    position: relative;
    height: 980px;
    background-color: #000;
}

.choreo_text {
    position: absolute;
    left: 10%;
    width: 40%;
    top: 25%;
}

.choreo_image {
    position: absolute;
    right: 10%;
    /* width: 50%; */
    top: 25%;
}

/* Medium devices such as tablets (768px and up) */
/* @media only screen and (min-width: 640px) {
    
}


@media only screen and (min-width: 768px) {
    
} */


/* 1366 */
@media (min-width: 981px) and (max-width: 1367px) {
    .header {
        top: 10px;
    }
    .nav-link {
        font-size: 0.7rem;
        margin-left: 6px;
    }

    .contact-details-box {
        margin-left: 10%;
        margin-top: 6%;
    }
    .logo {
        width: auto;
    }

    .feedback-box h4 {
        font-size: 0.8rem;
    }

    .paratext {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }
    .home_section1 {
        height: 600px;
    }
    .home_section2 {
        height: 600px;
    }
    .home_section3 {
        height: 600px;
    }
    .home_section4 {
        height: 600px;
    }
    .home_section5 {
        height: 630px;
    }
    .contact-form-box {
        height: 450px;
    }
    .contact-form-image {
        height: 350px;
    }
    .form-submit-button {
        width: auto;
    }
    .container1 {
        margin-top: 17%;
        /* margin-left: 10%; */
    }

    .container2 {
        margin-top: 14%;
    }

    .container3 {
        margin-top: 8%;
        /* margin-left: 10%; */
    }

    .container4 {
        margin-top: 8%;
    }

    .contact-form-text {
        margin-top: 2%;
    }

    .contact-details-box span {
        font-size: 0.8rem !important;
    }

    .form-submit-button {
        margin-top: 10px;
    }

    
    .youtube-text {
        position: absolute;
        top: 525px;
        left: 58%;
    }
    .performace-youtube-logo a i{
        font-size: 2rem;
    }

    .text-light {
        font-size: 0.9rem;
    }

    #chor_img_1 img {
        height: 400px !important;
    }

    #chor_img_2 img {
        height: 400px !important;
    }

    .text-area-box {
        font-size: 1.5rem !important;
    }

    .choreographie2-inner-section {
        right: 16%;
    }

    .testimonial_main_section {
        height: 310vh;
    }

    .margin-top-of-student-main {
        margin-top: 6%;
        margin-left: 4%;
    }
    .text-card{
        height:471px;
    }
    .right-image {
        height: 500px;
        margin-top: 0px;
    }
    .left-image {
        height: 500px;
        margin-top: 0px;
    }
    .text-card {
        /* height: 618px; */
        height: fit-content;
        padding-bottom: 136px;
    }
    .left-quote {
        height: 8%;
    }
    .right-quote {
        height: 8%;
    }
    .artist_intro_padding {
        /* margin-top: 20%; */
        margin-left: 3%;
        margin-right: 3%;
        /* margin-bottom: 15%; */
        text-align: center;
        transform: translate(0%, 15%);
    }
    .achievements {
        background-position: center;
    }
    .achievment2 {
        background-image: url("../assets/Achievements/2.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 755px;
        position: relative;
    }
    .achievment2-inner-section {
        /* margin-left: 10%; */
        /* margin-right: 10%; */
        /* margin-top: 5%; */
        /* width: 55%; */
        position: absolute;
        top: 14%;
        left: 10%;
        width: 57%;
    }
    .header-text {
        font-size: 3rem;
    }
    .choreographie-section {
        position: relative;
        height: 650px;
        background-color: #000;
    }
    .choreographie2-section {
        height: 650px;
        background-position: center;
    }
    .card-box {
        background-color: var(--accent);
        height: 400px;
        width: 300px;
        position: relative;
        /* max-height: fit-content; */
    }
    .text-area-box {
        font-size: 1.3rem !important;
    }
    .testimonial_main_section {
        height: auto;
        max-height: fit-content;
        background: url('../assets/Testimonials/1.webp') no-repeat;
        background-size: contain;
        /* background-position-x: center; */
        /* background-position-y: revert-layer; */
        background-color: #000;
    }
    .main_content {
        position: relative;
        padding-top: 15%;
        /* left: 9%; */
    }
    .performance-youtube-logo-container a .img-fluid{
    
        max-width: 100%;
        height: auto;
    
}
    .main_image {
        /* background-image: url("../assets/Testimonials/1.webp"); */
        /* background-size: cover; */
        /* background-repeat: no-repeat; */
        /* background-position: center end; */
        /* height: 150vh; */
        position: absolute;
    }
    .intro-section{
        min-height: 600px;
    }
    .artist_intro_padding {
        /* margin-top: 20%; */
        margin-left: 3%;
        margin-right: 3%;
        /* margin-bottom: 15%; */
        text-align: center;
        transform: translate(0%, 0%);
    }
    .text-card {
        /* height: 618px; */
        height: fit-content;
        padding-bottom: 30px;
    }
    .left-image {
        height: 415px;
        margin-top: -79px;
    }
    .right-image {
        height: 415px;
        margin-top: -79px;
    }
    .artist_intro_padding {
        margin-top: 20%;
        margin-left: 3%;
        margin-right: 3%;
        /* margin-bottom: 15%; */
        text-align: center;
        transform: translate(0%, 0%);
    }
    .students_achivements {
        height: auto;
        background-image: none;
        /* background-size: cover;
        background-repeat: no-repeat;
        background-position: center; */
        background-color: #000;
    }
    #student-achievements .row .col-md-5{
        /* border:1px solid red; */
            /* height: auto; */
            background-image: url("../assets/Achievements/3small.webp");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-top:40px;
            margin-bottom: 40px;
            margin-left:4%;
            height:520px;

    }
    .margin-top-of-student-main {
        margin-top: 10%;
        margin-left: 3%;
    }
}

/* upto 1366 */
@media (min-width: 1367px) and (max-width: 1699px) {
    .performance-youtube-logo-container a .img-fluid{
    
        max-width: 90%;
        height: auto;
    
}
    .container1 {
        margin-top: 25%;
        /* margin-left: 10%; */
    }

    .container2 {
        margin-top: 25%;
    }

    .container3 {
        margin-top: 18%;
        /* margin-left: 10%; */
    }

    .container4 {
        margin-top: 17%;
    }

    .contact-details-box span {
        font-size: 1rem !important;
    }

    .paratext {
        font-size: 1rem !important;
        /* letter-spacing: 2px; */
    }

    /* .chor_imag_container .chor_img_1,.chor_img_2 img{
        height:400px !important;
    } */
    #chor_img_1 img {
        height: 400px;
    }

    #chor_img_2 img {
        height: 400px;
    }

    .testimonials_text {
        line-height: 1.8rem;
    }

    .text-light {
        font-size: 1rem;
    }

    .main_footer {
        border-top: 2px solid #000;
    }

    .choreographie2-inner-section {
        /* border: 1px solid blue; */
        position: absolute;
        top: 15%;
        right: 15%;
    }

    .text-area-box {
        font-size: 1.7rem !important;
        transform: translateY(0%);
    }

    .nav-link {
        font-size: 1rem;
        margin-left:25px;
    }

    .contact-details-box {
        margin-left: 10%;
        margin-top: 6%;
    }

    .feedback-box h4 {
        font-size: 1rem;
    }

    .paratext {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }

    .choreo_image{
        height: 80%;
    }
    .contact-form-box {

        width: 35vw;
    }
    .feedback-box textarea{
        height:280px !important;
    }
    .contact-form-image {
        left: 57%;
    }
    .youtube-text {
        top: 680px;
        left: 62%;
    }
    .text-center {
        text-align: center !important;
        /* -ms-transform: translate(-50%, -50%); */
        transform: translate(0%, 15%);
    }
    .students_achivements {
        height: 643px;
        background-size: contain;
        background-color: #000;
    }
    .achievements {
        /* height: fit-content; */
        background-position: center;
    }
    .achievment2 {
        background-position: center;
    }
    .achievment2-inner-section {
        width: 60%;
    }
    #chor_img_1 img {
        height: 400px;
        height: 470px !important;
    }
    #chor_img_2 img {
        height: 470px !important;
    }
    .choreographie-section {
        position: relative;
        height: 844px;
        background-color: #000;
    }
    .choreographie2-section {
        background-position: center;
        height:650px;
    }
    .card-box {
        height: 450px;
        /* max-height: fit-content; */
    }
    .text-area-box {
        top: 81px;
    }
    .intro-inner-section {
        margin-top: 10%;
        margin-left: 10%;
    }
    .text-card {
        width: 35%;
        height: 624px;
    }
    .left-image {
        height: 500px;
        width: auto;
        margin-top: 40px;
    }
    .right-image {
        height: 500px;
        width: auto;
        margin-top: 40px;
    }
    .main_content {
        position: relative;
        top: 10%;
        /* left: 9%; */
    }
    .testimonial_main_section {
        height: auto;
        max-height: fit-content;
        background: url('../assets/Testimonials/1.webp') no-repeat;
        background-size: contain;
        /* background-position: center; */
        background-color: #000;
    }
    .main_image {
        /* background-image: url("../assets/Testimonials/1.webp"); */
        /* background-size: cover; */
        /* background-repeat: no-repeat; */
        /* background-position: center end; */
        /* height: 150vh; */
        position: absolute;
        
    }
    .main_content {
        position: relative;
        padding-top: 15%;
        padding-bottom: 40px;
        /* left: 10%; */
    }
}

/* Largest devices such as desktops (1280px and up) */



/* Media Query for Desktop */


/* upto 1280px */
/* @media (max-width: 1025px) {

    .container1 {
        margin-top: 18%;
        margin-left: 10%;
    }

    .home_section1 {
        height: 80vh;
        background: url('../images/HomePage/homepage/1.png') center/cover no-repeat;
    }

    .paratext {
        font-size: 0.9rem;
        letter-spacing: 0.8px;
    }

    .home_section2 {
        height: 60vh;
        background: url('../images/HomePage/homepage/2.png') center/cover no-repeat;
    }

    .home_section3 {
        height: 70vh;
        background: url('../images/HomePage/homepage/3.png') center/cover no-repeat;
    }

    .home_section4 {
        height: 62vh;
        background: url('../images/HomePage/homepage/4.png') center/cover no-repeat;
    }

    .home_section5 {
        height: 75vh;
        position: relative;
        background-color: black;
    }

    .contact-form-box {
        height: 50vh;
        width: 30vw;
        background-color: #b06e4b;
        position: absolute;
        top: 11vh;
        left: 25%;

        width: 34vw;
        left: 25%;

    }

    .contact-form-image {
        height: 36vh;
        width: 21vw;
        left: 54%;
        top: 18vh;
    }

    .contact-form-text {
        left: 25%;
        margin-top: 2%;
    }

    .container2 {
        margin-top: 12%;
    }

    .container3 {
        margin-top: 12%;
        margin-left: 10%;
    }

    .container4 {
        margin-top: 8%;
    }

    .youtube-text {
        position: absolute;
        top: 55vh;
        left: 60%;
    }

    .feedback-box h4 {
        font-size: 1rem;
        line-height: 0.5px;
    }

    .nav-link {
        font-size: 0.9rem;
    }


    .intro-section {
        background-image: url("../images/intro-bg.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        min-height: 73vh;
        height: fit-content;
    }

    .intro-inner-section {
        margin-top: 10%;
        margin-left: 10%;
    }

    .img-card {
        height: 50vh;
        width: 25%;
    }

    .text-card {
        width: 35%;
        height: 800px;
    }
} */


/* upto 2300px */
@media (min-width: 2300px) {

    .header-text {
        font-size: 6rem;
    }

    .paratext {
        /* color: white; */
        font-size: 1.8rem;
        line-height: 150%;
    }

    .container1 {
        margin-top: 15%;
        margin-left: 10%;
    }

    .container3 {
        margin-top: 12%;
        margin-left: 10%;
    }

    .container3 h4 {
        font-size: 2rem;
    }
}

/* upto 3000px */
@media (min-width: 3000px) {
    .header-text {
        font-size: 8rem;
    }

    .paratext {
        /* color: white; */
        font-size: 2.3rem;
        line-height: 150%;
    }

    .container1 {
        margin-top: 15%;
        margin-left: 10%;
    }

    .container3 {
        margin-top: 12%;
        margin-left: 10%;
    }

    .container3 h4 {
        font-size: 3rem;
    }

    .logo {
        font-size: 4rem;
    }

    .nav-link {
        font-size: 2.4rem;
    }

    .custom_button {
        color: #b06e4b;
        border-color: #b06e4b;
        width: 15rem;
        height: 6rem;
        margin-top: 3%;
        font-size: 2.4rem;
        border-radius: 0px;
    }

    .contact-details-box span {
        font-size: 2.3rem !important;
    }

    .feedback-box h4 {
        line-height: 1px;
        font-size: 2.5rem !important;
    }

    .form-submit-button {
        margin-top: 33px;
        width: 30%;
        background-color: white;
        border-radius: 0px;
        font-size: 2.4rem;
    }
}













.top-n6 {
    top: -6%;
}




.bottom-n6 {
    bottom: -6%;
}



.slick-slider button {
    position: absolute;
    top: 32%;
    outline: none;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 35px;
    background-color: orange;
    color: white;
    z-index: 99;
}

.slick-slider .slick-prev {
    left: -30px;
    font-size: 0;
    background-color: #b06e4b;
}
.slick-dots{
    display:none !important;
}
.slick-slider .slick-prev::before {
    content: '<';
    line-height: 1;
    font-size: 25px;
}

.slick-slider .slick-next {
    right: -30px;
    font-size: 0;
    background-color: #b06e4b;
}

.slick-slider .slick-next::after {
    content: '>';
    line-height: 1;
    font-size: 25px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 1px;
    background-color: #ccc;
    margin: 10px 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.slick-dots button {
    display: none;
}

.slick-dots li.slick-active {
    background: #ffc107;
}

.slick-slide {
    padding: 40px 0;
    position: relative;
    height: auto !important;
    opacity: 0.5;
    transition: all 900ms ease;
}

.slick-current {
    opacity: 1;
    transform: scale(1.2);
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slick-slide .xyz {
    opacity: 0;
}

.slick-current .xyz {
    opacity: 1;
}

/* a {
    text-decoration: none !important;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    position: relative;
    top: -10px;
    color: #fff;
    padding: 5px 13px;
    background-color: transparent;
    transition: 0.4s;
    border-radius: 5px;
} */
.slick-slide img.grayscale {
  display: none;
}

.section_carousel{
    background-color:#000;
}

.slider_image_items{
    height:500px;
}

.slick-current .card{
    background-size: contain;
    background-repeat: no-repeat;

}