
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0px;

}

.section-color {
    background-color: #fff;
    padding: 70px;
    border-radius: 30px;
}

.section-color .color {
    color: #ffcc01;
    border-color: #ffcc01;
    font-size: 20px;
}

.section-color .color:hover {
    background-color: #ffcc01;
    color: #fff;
    border-color: #ffcc01;
}


.section-color .color1 {
    color: #ffcc01;
    border-color: #ffcc01;
    font-size: 20px;
    margin-top: 15px;
}

.section-color .color1:hover {
    background-color: #ffcc01;
    color: #fff;
    border-color: #ffcc01;
}

.form-control {
    color: black;
    border-color: #ccc;
    /* Default border color */
    outline: none;
    /* Remove the default focus outline */
}

.form-control:focus {
    border-color: #ffcc01;
    /* New focus border color */
    box-shadow: 0 0 5px #ffcc01;
    /* Add a custom focus shadow */
}

.background {
    border: 2px solid #ffcc01;
    background-color: #ffcc01;
    color: #fff;
    font-size: 15px;
}

.background:hover {
    background-color: #fff;
    color: #ffcc01;
    border: 2px solid #ffcc01;
    border-color: #ffcc01;
}

.contact-button {
    position: fixed;
    top: 20%;
    /* Adjust as needed */
    right: 0px;
    /* Adjust as needed */
    transform: translateY(-50%) rotate(180deg);
    background-color: #ffcc01;
    padding: 20px 20px;
    border-radius: 5px;
    z-index: 1000;
    /* Ensure the button is above other content */
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 9000;

}

.contact-button a {
    text-decoration: none;
    color: #fff;
    writing-mode: vertical-lr;
}

.contact-button2 {
    position: fixed;
    top: 50%;
    /* Adjust as needed */
    right: 0px;
    /* Adjust as needed */
    transform: translateY(-50%) rotate(180deg);
    background-color: #ffcc01;
    padding: 20px 20px;
    border-radius: 5px;
    z-index: 1000;
    /* Ensure the button is above other content */
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 9000;

}

.contact-button2 a {
    text-decoration: none;
    color: #fff;
    writing-mode: vertical-lr;
}

.contact-button3 {
    position: fixed;
    top: 80%;
    /* Adjust as needed */
    right: 0px;
    /* Adjust as needed */
    transform: translateY(-50%) rotate(180deg);
    background-color: #ffcc01;
    padding: 20px 20px;
    border-radius: 5px;
    z-index: 1000;
    /* Ensure the button is above other content */
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 9000;

}

.contact-button3 a {
    text-decoration: none;
    color: #fff;
    writing-mode: vertical-lr;
}

.section-color .full1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-color .full1 h5 {
    width: 300px;
}

.section-color h3 {
    text-align: center;
    position: relative;
    bottom: 20px;
}

/* Add a new CSS rule for the video container */
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Place the video behind other content */
    overflow: hidden;
}

/* Style the video element */
video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
