@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Inder&display=swap');

* {
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #F0AC35;/* Replace with your desired color code */
  }
  

.container-fluid .row1 {
    height: 100vh;
}

.circle-logo {
    margin-top: 40px;
    background-color: black;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.container-fluid .row .col1 .first-row button {
    background-color: var(--primary-color);
    font-family: 'Holtwood One SC', serif;
    width: max(10vw, 100px);
    height: max(4vw, 40px);
    border-radius: 50px;
    margin-left: -45px;
    margin-top: max(1.5vw, 10px);
    border: #000000;
    font-size: max(1.2vw, 15px);
}

.container-fluid .row .col1 .first-row button:hover {
    background-color: #000000;
    animation: button 0.5s ease-in-out; 
}

.container-fluid .row .col1 .row .col-lg-6 button {
    background: var(--primary-color);
    font-family: 'Holtwood One SC', serif;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    margin-top: 40px;
    border: #000000;
}

.container-fluid .row .col1 .row .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-fluid .row .col1 .row button:hover {
    animation: button 0.5s ease-in-out; 
}

.container-fluid .row .col1 .center-div {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.container-fluid .row .col1 .center-div form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.container-fluid .row .col1 .center-div form .details {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-fluid .row .col1 .center-div form .details div {
    width: 90%;
}

.container-fluid .row .col1 .center-div form .row {
    width: 90%;
}

.container-fluid .row .col1 .center-div form .row img {
    left: 4%;
    top: 32%;
    width: max(2vw, 30px);
}

/* .container-fluid .row .col1 .center-div form .row label {
    left: 0%;
    top:50%;
    pointer-events: none;
} */

.container-fluid .row .col1 .center-div .row .mb-3 label {
    position: absolute;
    font-family: 'Inder', serif;
    text-align: left;
    width: 100%;
    left: max(12%,50px);
    top: 42%;
    letter-spacing: 1px;
    cursor: text;
    transition: font-size 0.3s ease-in-out, top 0.3s ease-in-out;
    /* background-color: var(--primary-color); */
    pointer-events: none;
    font-size: max(1vw, 15px);
}

/* .container-fluid .row .col1 .center-div .row .mb-3 input {
    width: max(30vw,150px);
} */

.container-fluid .row .col1 .center-div form .row label span {
    color: var(--primary-color);
}

.container-fluid .row .col1 .center-div form .mb-3 input {
    height: 60px;
    border-radius: 50px;
    border-color: #000000;
    margin-top: 15px;
}

.container-fluid .row .col1 .center-div .mb-3 {
    position: relative;
    width: 90%;
}

.container-fluid .row .col1 .center-div .details .mb-3 label {
    position: absolute;
    font-family: 'Inder', serif;
    text-align: left;
    width: 100%;
    left: max(12%,50px);
    top: 42%;
    letter-spacing: 1px;
    cursor: text;
    transition: font-size 0.3s ease-in-out, top 0.3s ease-in-out;
    /* background-color: var(--primary-color); */
    pointer-events: none;
    font-size: max(1vw, 15px);
}

.container-fluid .row .col1 .center-div .mb-3 label span {
    color: var(--primary-color);
}

.container-fluid .row .col1 .center-div .mb-3 input {
    font-family: 'Inder', sans-serif;
}

.container-fluid .row .col1 .center-div .mb-3 small {
    display: block;
    position: absolute;
    text-align: left;
    width: 100%;
    left: 6%;
    font-family: 'Inder', sans-serif;
    color: var(--primary-color);
}

.container-fluid .row .col1 .center-div .mb-3 input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
    border-width: 3px;
}

.container-fluid .row .col1 .center-div form button {
    background: var(--primary-color);
    font-family: 'Holtwood One SC', serif;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    margin-left: -45px;
    margin-top: 20px;
    border: #000000;
}

@keyframes button {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.container-fluid .row .col1 .center-div form button:hover {
    background-color: #000000;
    animation: button 0.5s ease-in-out; 
}

.container-fluid .row .col1 .center-div form .mt-3 {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
}

.container-fluid .row .col1 .center-div form .mt-3 small {
    font-family: 'Inder', sans-serif;
    font-size: 18px;
}

.container-fluid .row .col1 .center-div form .mt-3 a {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-family: 'Inder', sans-serif;
    font-size: 20px;
    width: max(20vw,290px);
    height: 50px;
    border-radius: 50px;
}

.container-fluid .row .col1 .center-div form .mt-3 a:hover {
    animation: button 0.5s ease-in-out; 
}

.container-fluid .row .col1 .center-div form .mt-3 a img {
    width: max(3vw, 30px);
    margin-right: 30px;
}

.container-fluid .row .col1 .center-div form .details h5 {
    font-family: 'Holtwood One SC', serif;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 85%; 
    text-align: left;
}

.container-fluid .row .col1 .center-div form .details .row .col-1 {
    width: auto;
}

.container-fluid .row .col1 .center-div form .details .row .col-1 span i{
    border: 1px solid #000000;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: aliceblue;
}

.container-fluid .row .col1 .center-div form .details .row .col-11 p a{
    color: var(--primary-color);
}

.mb-3 img {
    position: absolute;
    left: 2.5%;
    top: 32%;
    
}

.col2{
    padding: 0;
    margin: 0;
    background-color: #000000;
    color: white;
    height: 100%;
    position: fixed; 
    left: 50%;
}
/* .container,
#myCarousel,
.carousel-inner{
    height: 100%;
} */

.carousel-item {
    margin-top: max(1.5vw, 10px);
}

.carousel-item img {
    width: max(50%,300px);
    border-radius: 50px;
    margin-top: max(1vw, 10px);
}

.carousel-item div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-item div h3 {
    font-family: 'Holtwood One SC', serif;
    width: 70%;
    font-size: max(1.7vw, 20px);
}

.carousel-item div h3 span {
    color: var(--primary-color);
}

.carousel-item div ul {
    width: 70%;
    font-family: 'Inder', sans-serif;
}

.butn{
    padding-bottom: 30px;
    margin-top: -20px;
}

@media (max-width: 767px) {

    .container-fluid .row1 {
        overflow: scroll;
    }

    .container-fluid .row .col1 .center-div h3 {
        width: 90%;
    }

    .container-fluid .row .col1 .center-div p {
        width: 90%;
    }

    .container-fluid .row .col1 .center-div form {
        width: max(90%,300px);
    }
    .col2{
        margin-top: 30px;
        height: 100%;
        position: relative;
        left: 0;
    }
}

#submit {
    pointer-events: none;
    background:grey;
    transition: background 0.3s ease-in-out;
}
