* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
  }
body {
    color: rgb(0, 0, 0);
}

.main_section {
    background: #fde6b5;
    /* background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(0 0 0) 66%, rgba(0,212,255,1) 100%); */
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.container {
    justify-content: center;
    align-items: center;
}

.section_01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 50px;
    height: 80vh;
    overflow: hidden;
}

.left {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 70px;
    position: relative;
    margin-right: 30px;
}
.left .sun {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-in;
}
.bar {
    width: 1px;
    background: #fff;
}
.right {
    position: relative;
    height: 100%;
    width: 550px;
}
.steps-container {
    position: absolute;
    transition: top 1s ease, opacity 1s ease;
    left: 0;
    width: 100%;
    opacity: 0;
}

.right .questions {
}
.right .questions h2 {
    font-size: 40px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(222deg,#ffcd00,#ffffff,#59b287,#4c5faa,#f9423a);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 300% 300%;
    margin-bottom: 20px;
}
.right .questions p {
    font-size: 20px;
}
.right  .answer_information {
    margin-top: 30%;
    display: flex;
    gap: 30px;
}

.right  .answer_buttons {
    margin-top: 25%;
    display: flex;
    gap: 30px;
}

.right  .answer_buttons button {
    background: transparent;
    border: 1px solid rgb(0, 0, 0);;
    color: rgb(0, 0, 0);
    padding: 10px 40px;
    cursor: pointer;
}

.right  .answer_buttons .yes {
}
.right  .answer_buttons .yes:hover {
    background: green;
    border: 1px solid green;
}

.right  .answer_buttons .no {
}

.right  .answer_buttons .no:hover {
    background: #ed5858;
    border: 1px solid #ed5858;
}

.right  .answer_buttons .noyes:hover {
    background: #ed5858;
    border: 1px solid #ed5858;
}

.nopopup {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: green;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}
.nopopup .container {
    width: 40%;
    text-align: center;
}
.nopopup .container p {
    font-size: 25px;
    margin-bottom: 60px;
}
.nopopup .container a {
    text-decoration: none;
    border: 1px solid #fff;
    padding: 15px 80px;
    color: #fff;
    font-size: 20px;
}

.thankyou {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: green;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}
.thankyou .container {
    width: 40%;
    text-align: center;
}
.thankyou .container p {
    font-size: 25px;
    margin-bottom: 60px;
    color: #fff;
}
.thankyou .container a {
    text-decoration: none;
    border: 1px solid #fff;
    padding: 15px 80px;
    color: #fff;
    font-size: 20px;
}


.show {
    display: flex !important;
}
.contact-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #bae0eb;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 1s ease-in;
}
.form-container {
    width: 40%;
    background: #ffffffbd;
    padding: 50px;
    border-radius: 20px;
}
.form-container .main-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
.form-container .main-form h2 {
    color: #666;
}
.form-container .main-form .group {
    display: inline-flex;
    flex-direction: row;
    gap: 15px;
}
.form-container .main-form .group input[type=text], .form-container .main-form .group input[type=email] {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #d5cdcd;
    font-size: 18px;
    outline-color: #ff9825b3;
}
.form-container .main-form .group textarea {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #d5cdcd;
    font-size: 18px;
    outline-color: #ff9825b3;
    height: 150px;
}
.form-container .main-form .group label {
    color: #444;
}

#submit {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    cursor: pointer;
    outline: none;
    background: #ff5800;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 0px 20px;
}
#submit:hover {
    background: #4345e0;
}
.gMap {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#map_canvas {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex !important;
  }


.mapbtn {
    position: absolute;
    z-index: 40;
    bottom: 5%;
    right: 30%;
    display: flex;
    width: 40%;
    gap: 50px;
}
.cords-collector {
    
    padding: 15px 15px;
    outline: none;
    background: #ffa32f;
    border: none;
    box-shadow: 1px 1px 20px #333333f7;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 767px){
    .contact-form {
        width: 100%;
    }
    .form-container {
        width: 100%;
        padding: 30px;
        border-radius: 0;
    }
}