/* Login Page Css */

input[type="password"]::-ms-reveal {
    display: none !important;
}

input[type="password"]::-ms-clear {
    display: none !important;
}

.rightImg {
    background-image: url(/assets/images/login-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.registerLeftContent {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100dvh;
    flex-direction: column;
    padding: 25px 80px;
    overflow-y: auto;
}

.logmainCard {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    border: 0px;
    background: transparent;
}

.logmainCard .card-body {
    width: 100%;
    padding: 0;
}

.log-logo {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 24px;
    width: 180px;
    height: auto;
}

.log-logo img {
    width: 280px;
    height: auto;
}

.logtitle {
    color: #161C23;
    font-family: Hanken Grotesk !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 8px !important;
    text-align: left;
}

.logsubtitle {
    color: #64748B;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.registerForm label {
    color: #212529;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.registerForm .form-control {
    display: flex;
    padding: 10px 12px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(16, 24, 40, 0.05);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Hanken Grotesk;
    color: #64748B !important;
}

.registerForm .form-control::placeholder {
    color: #667085;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

}

.forgetxt {
    color: #F0B537;
    font-family: Hanken Grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.forgetxt:hover {
    text-decoration: underline;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 12px;
}

.registerBtn {
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #F0B537;
    color: #2D2D2D;
    text-align: center;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.rememdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rememdiv .form-check-input:checked {
    background-color: #f0b537;
    border-color: #f0b537;
    cursor: pointer;
}

.rememdiv .form-check-input:focus {
    box-shadow: none !important;
    border-color: unset !important;
}

.registerBtn:hover,
.registerBtn:active {
    background: transparent !important;
    border: 1px solid #212529 !important;
    color: #212529 !important;
}

.rememdiv label {
    color: #64748B;
    font-family: Hanken Grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rememdiv .form-check-input {
    margin-top: 0px !important;
    cursor: pointer;
}

.remember {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.signupcon {
    color: #64748B;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.signupcon a {
    color: #2D2D2D !important;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-decoration: none;
}

.signupcon a:hover {
    text-decoration: underline !important;
    color: #F0B537 !important;
}

.bottomdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.bottomdiv p {
    color: #A6B2C6;
    font-family: Hanken Grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0 !important;
}

.bottomdiv hr {
    margin: 0 !important;
    width: 100%;
    border-top-color: #A6B2C6;
    opacity: 1;
}

.googlesign,
.applesign {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(10, 13, 18, 0.05), 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    color: #2D2D2D;
    text-align: center;
    font-family: Hanken Grotesk;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;

}

.googlesign:hover,
.applesign:hover {
    border: 1px solid #212529;
    background-color: #212529;
    color: #fff;
}

.copyRightCon p {
    color: #64748B;
    font-family: Hanken Grotesk;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.copyRightCon a {
    color: #F0B537 !important;
}

.copyRightCon a:hover {
    text-decoration: underline;
}

.applesign:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(71deg) brightness(107%) contrast(103%);
}

.signinBtns {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


@media (min-width:768PX) and (max-width:1024px) {
    .registerLeftContent {
        padding: 25px 35px !important;
    }
}




/* @media screen and (min-width:768px) and (max-width:800px) {
    .registerLeftContent{
        overflow-y: hidden !important;
    }
} */

@media screen and (min-width:1024px) and (max-width:1366px) {
    .registerLeftContent {
        padding: 25px 40px;
    }
}


/* Slider CSS */


.silderOne>* {
    min-width: 25%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 6px;
}

.maincard {
    min-height: 300px;
    height: 300px;
    position: relative;
}

.maincardcon {
    height: 250px;
    min-height: 250px;
    position: relative;
}


.maincon {
    display: flex;
    justify-content: end;
    padding: 20px;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-radius: 10px;

}

.condiv {
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.maincon::before {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.80) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}


.condiv p {
    margin-bottom: 0 !important;
    color: #231F20;
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.condiv span {
    color: #231F20;
    font-family: Hanken Grotesk;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.colorcon {
    background: linear-gradient(0deg, #FBBC05 0%, #FBBC05 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
}

.colorcon2 {
    background: linear-gradient(0deg, #4D45B1 0%, #4D45B1 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
}

.colorcon3 {
    background: linear-gradient(0deg, #34B46D 0%, #34B46D 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
}

.colorcon4 {
    background: linear-gradient(0deg, #BD4D49 0%, #BD4D49 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
}

.profcon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.combtn {
    display: flex;
    width: 140px;
    padding: 9px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 55px;
    background: #FFF;
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    border: 1px solid #fff;
    pointer-events: none;
}

.firstimg {
    background-image: url(/assets/images/loginslider/firstimg.png);
    background-repeat: repeat;
    background-size: cover;
}

.Secondimg {
    background-image: url(/assets/images/loginslider/secondimg.png);
    background-repeat: repeat;
    background-size: cover;
}

.thirdimg {
    background-image: url(/assets/images/loginslider/thirdimg.png);
    background-repeat: repeat;
    background-size: cover;
}

.fourthimg {
    background-image: url(/assets/images/loginslider/fourthimg.png);
    background-repeat: repeat;
    background-size: cover;
}

.firstimg2 {
    background-image: url(/assets/images/loginslider/firstimg2.png);
    background-repeat: repeat;
    background-size: cover;
}

.secondimg2 {
    background-image: url(/assets/images/loginslider/secondimg2.png);
    background-repeat: repeat;
    background-size: cover;
}

.fourthimg2 {
    background-image: url(/assets/images/loginslider/fourthimg2.png);
    background-repeat: repeat;
    background-size: cover;
}

.fifthimg2 {
    background-image: url(/assets/images/loginslider/fifthimg2.png);
    background-repeat: repeat;
    background-size: cover;
}

.firstimg3 {
    background-image: url(/assets/images/loginslider/firstimg3.png);
    background-repeat: repeat;
    background-size: cover;
}

.secondimg3 {
    background-image: url(/assets/images/loginslider/secondimg3.png);
    background-repeat: repeat;
    background-size: cover;
}

.fourthimg3 {
    background-image: url(/assets/images/loginslider/fourthimg3.png);
    background-repeat: repeat;
    background-size: cover;
}

.thirdimg3 {
    background-image: url(/assets/images/loginslider/thirdimg3.png);
    background-repeat: repeat;
    background-size: cover;
}

.firstimg4 {
    background-image: url(/assets/images/loginslider/firstimg4.png);
    background-repeat: repeat;
    background-size: cover;
}

.secondimg4 {
    background-image: url(/assets/images/loginslider/secondimg4.png);
    background-repeat: repeat;
    background-size: cover;
}

.fourthimg4 {
    background-image: url(/assets/images/loginslider/fourthimg4.png);
    background-repeat: repeat;
    background-size: cover;
}

.thirdimg4 {
    background-image: url(/assets/images/loginslider/thirdimg4.png);
    background-repeat: repeat;
    background-size: cover;
}



.comdiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.comdiv img {
    width: 80px;
    height: auto;
}

.colorcon2 .condiv p,
.colorcon2 .condiv span {
    color: #fff;
}

.silderOne .slick-track {
    display: flex !important;
    flex-direction: column !important;
}


.silderOne .slick-vertical .slick-slide {
    height: 250px !important;
}

.silderOne .slick-slider .slick-list,
.slick-slider .slick-track {
    height: 100% !important;
    gap: 12px;
}

.silderOne {
    height: 100%;
    overflow: hidden;
    display: flex;
    /* gap: 12px; */
    margin-left: -100px;
    margin-right: -6px;
}

.commonDiv {
    height: 100vh;
}

.slide2 {
    transform: rotate(180deg);
}

/* Rotate each slide back to normal */
.slide2 .slick-slide {
    transform: rotate(180deg);
}

.namediv,
.passdiv {
    display: flex;
    gap: 12px;
}


.namediv>*,
.passdiv>* {
    width: 50%;
}


.errastris {
    color: #BA0000 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width:767px) {
    .silderOne>* {
        min-width: 50% !important;
    }

    .registerLeftContent {
        padding: 25px 30px;
    }
}

@media (max-width:991px) {

    .registerLeftContent {
        position: absolute;
        z-index: 2;
    }

    .silderOne {
        margin-right: 0px !important;
    }

    .silderOne::before {
        content: '';
        background: #ffffffeb;
        width: 100%;
        height: 100vh;
        position: absolute;
        z-index: 1;
        left: 0;
    }

    .log-logo {
        margin-bottom: 25PX !important;
        margin: auto;
    }

    .logtitle,
    .logsubtitle {
        text-align: center;
    }
}

@media (max-width:1100px) {

    .namediv>*,
    .passdiv>* {
        width: 100% !important;
    }

    .namediv,
    .passdiv {
        display: flex;
        flex-direction: column;
        gap: 0px !important;
    }
}