._main_uazrm_1 {
    /* background: linear-gradient(180deg, #d8971a 0%, #efd02c 100%); */
    /* background: linear-gradient(180deg, #d8971a 0%, #efd02c 100%); */
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    box-sizing: border-box;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    z-index: 0;
    gap: 1rem;
    position: relative;
    height: 75vh;
}

._formWrapper_uazrm_13 {
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    z-index: 15;
    max-width: 90%;
}

._badge_uazrm_19 {
    position: relative;
    z-index: 11;
    width: 380px;
    /* width: 90%; */
    margin: auto;
}

._badge_uazrm_19 p {
    color: white;
    font-weight: 800;
    font-size: 50px;
    position: absolute;
    top: 25px;
    right: 60px;
}

.indexRightImg>img {
    /* scale: 90%; */
}

.slidehero img {
    width: 100%;
}

/* Container Styles */
._container_uazrm_40 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    margin: auto;
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 60px;
    z-index: 10;
}

/* Input Field Styles */
._inputContainer_uazrm_58 {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

._icon_uazrm_68 {
    width: 34px;
    height: 24px;
    margin-right: 10px;
    background: rgba(20, 85, 5, 1);
    padding: 10px;
    border-radius: 5px 0 0 5px;
}

._inputField_uazrm_77 {
    border: none;
    background: none;
    outline: none;
    width: 55%;
    font-size: 16px;
    padding: 5px;
}

.sign1 {
    display: flex;
}

/* Register Button Styles */
._registerButton_uazrm_87 {
    width: 60%;
    background: radial-gradient(49.93% 2459.09% at 49.93% 50%, white);
    /* color: #fff; */
    padding: 10px;
    background-color: #f3f3f3;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    /* cursor: pointer; */
    margin-bottom: 15px;
    /* transition: background 0.3s; */
}

/* ._registerButton_uazrm_87:hover {
    background: linear-gradient(to right, #388e3c, #1b5e20, #388e3c);
} */

/* Separator Styles */
._separator_uazrm_105 {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    color: #777;
    margin: 20px 0;
}

._separator_uazrm_105 span {
    margin: 0 10px;
}

._line_uazrm_118 {
    flex: 1;
    height: 1px;
    background-color: #7c7c7cb5;
}

/* Google Button Styles */
._googleButton_uazrm_125 {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
    font-weight: 600;
    font-size: 14px;
}

._googleButton_uazrm_125:hover {
    background-color: #f7f7f7;
}

._googleIcon_uazrm_144 {
    width: 34px;
    height: 34px;
    padding-right: 10px;
    margin-right: 40px;
    border-right: 1px solid lightgray;
}

._chips_uazrm_153 {
    position: relative;
    z-index: 1;
}

._chip1_uazrm_158 {
    position: absolute;
    width: 70px;
    bottom: -10px;
    right: 30px;
    z-index: 2;
}

._chip2_uazrm_165 {
    position: absolute;
    width: 120px;
    z-index: 2;
    bottom: -20px;
    left: 30px;
}

._chip3_uazrm_172 {
    position: absolute;
    width: 120px;
    z-index: 2;
    bottom: 20px;
    left: 170px;
}



.sliderBackgroundWrapper {
    position: relative;
    overflow: hidden;
    /* height: 75vh; */
}

.backgroundSlider {
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

/* hero slider start */

.sliderhero {
    /* margin: 0 auto; */
    /* max-width: 940px; */
}

.slide_viewerhero {
    /* height: 340px; */
    height: 75vh;
    overflow: hidden;
    position: relative;
}

.slide_grouphero {
    height: 100%;
    position: relative;
    width: 100%;
}

.slidehero {
    display: none;
    height: 100%;
    width: 100%;
}

.slidehero:first-child {
    display: block;
}

.slidehero:nth-of-type(1) {
    /* background: #D7A151; */
    background-image: url(assetsnew/image/hero-banner/hero-banner-1.svg);
}

.slidehero:nth-of-type(2) {
    /* background: #F4E4CD; */
    background-image: url(assetsnew/image/hero-banner/hero-banner-2.svg);
}

.slidehero:nth-of-type(3) {
    /* background: #C75534; */
    background-image: url(assetsnew/image/hero-banner/hero-banner-3.svg);
}

.slidehero:nth-of-type(4) {
    /* background: #D1D1D4; */
    background-image: url(assetsnew/image/hero-banner/hero-banner-4.svg);
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428cc6;
    cursor: pointer;
}

.directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -340px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

/* hero slider end  */

/* Banner Carousel */
/* .banner-carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1; 
} */

/* .carousel-container {
	display: flex;
	width: 400%;
	height: 100%;
	transition: transform 0.5s ease-in-out;
} */

/* .carousel-slide {
	width: 100%;
	flex: 1;
} */

/* .carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */

/* Carousel Navigation Buttons
.carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px 15px;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	border-radius: 5px;
} */

/* .carousel-btn.prev {
	left: 10px;
} */

/* .carousel-btn.next {
	right: 10px;
} */

/* .carousel-btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
} */
@media (min-width: 1024px) and (max-width: 1440px) {
    ._main_uazrm_1 {
        /* flex-direction: column; */
        height: 60vh;
    }

    ._formWrapper_uazrm_13 {
        scale: 0.9;
    }
}

@media screen and (max-width: 1024px) {
    ._main_uazrm_1 {
        /* flex-direction: column; */
        height: 50vh;
    }

    ._formWrapper_uazrm_13 {
        scale: 0.8;
    }
}

/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 1024px) {
    ._inputContainer_uazrm_58 {
        justify-content: space-around;
    }

    ._formWrapper_uazrm_13 {
        padding: 10px;
    }

    /* ._badge_uazrm_19 {
		width: 110%;
		margin-left: -15px;
	} */
    ._badge_uazrm_19 {
        width: 100%;
        /* margin-left: -15px; */
    }

    ._container_uazrm_40 {
        width: 96%;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        padding-top: 100px;
        margin-top: -100px;
        margin-bottom: 60px;
    }

    ._main_uazrm_1 {
        flex-direction: column;
        height: 100%;
    }

    .sign1 {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    ._registerButton_uazrm_87 {
        /* width: 69%; */
    }

    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }

    .sliderBackgroundWrapper {
        /* background-color: #ffb739; */
        background: linear-gradient(180deg, #d8971a 0%, #efd02c 100%);
    }

    .backgroundSlider {
        display: none;
    }
}


@media screen and (max-width: 370px) {
    ._badge_uazrm_19 p {
        font-size: 39px;
    }
}