.info_panel {
    position: fixed;
    transform: rotate(270deg);
    transform-origin: right;
    right: 17px !important;
    bottom: 50%;
    /* display: none; */
    border-radius: 6px 0;
    z-index: 8;
}

.info_panel a {
    background-color: #ffffffe3;
    color: #295389;
    padding: 10px 15px;
    margin: 0 !important;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    transition: .2s linear;
}

.info_panel a:hover {
    background-color: #c4ad1c;
    color: white;
}

.info_panel .p_button1 {
    border-radius: 9px 0 0 0;
    border: 2px solid #e8cd20;
}

.info_panel .p_button2 {
    border-radius: 0 9px 0 0;
    border: 2px solid #e8cd20;
}

.banner {
    width: 100%;
    height: 100vh;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner video {
    min-width: 100% !important;
    max-height: 100vh !important;
    object-fit: cover;
}

.project_name img {
    width: 80px;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.project_name h3 {
    font-family: 'EB Garamond', serif;
    font-size: 50px;
    font-weight: 400;
    color: #295389;
    text-align: center;
}

h3::before,
h3::after {
    content: '';
    height: 3px;
    background-color: #e8cd20;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border: none;
    border-radius: 5px;
}

.project_name p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #838383;
    text-align: center;
}

.project_details .container {
    min-width: 80%;
    border: 1px solid #d7d7d7;
    padding: 40px 20px 10px 20px;
}

.project_details h5 {
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: #295389;
}

.project_details p {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #838383;
    margin-top: 15px;
    padding-bottom: 20px;
}

.download_brochure {
    max-width: 100%;
    text-align: center;
    margin-top: 50px;
}

.download_brochure button {
    font-size: 18px;
    background-color: transparent;
    border: 3px solid gold;
    border-radius: 9px;
    padding: 15px 30px;
    color: #295389;
    font-style: quicksand;
    text-shadow: 2px 2px 3px #c4c4c4;
    background-color: transparent;
    box-shadow: 4px 6px 8px #80808047;
    transition: .2s linear;
    outline: none;
}

.download_brochure button:hover {
    border: 3px solid white;
    color: white;
    background-color: #295389;
    text-shadow: none;
}

.download_brochure button i {
    color: rgb(255, 208, 21)
}

.project_overview .container {
    margin-top: 70px;
    min-width: 80%;
}

.project_overview h3,
.project_gallery h3,
.project_plans h3,
.project_contact h3,
.project_amenities h3,
.property h3 {
    font-family: 'EB Garamond', serif;
    font-size: 35px;
    font-weight: 400;
    color: #295389;
    text-align: center;
    margin-bottom: 30px;
}

.project_overview p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #838383;
    text-align: justify;
}

.project_gallery .container {
    margin-top: 100px;
    min-width: 70%;
}

.project_gallery .col-md-3 {
    padding: 5px;
}

.project_gallery .col-md-3 img {
    border-radius: 5px;
}

.project_amenities {
    width: 100%;
    margin-top: 100px;
    background-color: #f0f0f040;
    padding: 60px 0;
}

.project_amenities img {
    max-width: 35%;
    margin: auto;
}

.project_amenities h4 {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    margin-top: 10px;
    color: #445b2c;
    margin-top: 15px;
    text-align: center;
}

.project_amenities .owl-nav {
    display: none !important;
}

.project_plans .container {
    margin-top: 100px;
    max-width: 60%;
}

.project_plans h3 {
    margin-top: 100px;
    min-width: 80%;
}

.project_plans .slider-for {
    padding: 20px;
}

.project_plans .slider-for img {
    width: 90%;
    margin: auto;
    padding: 10px;
    box-shadow: 5px 5px 12px #80808059;
    border-radius: 8px;
    border: 1px solid rgba(128, 128, 128, 0.17);
}

.project_plans .slider-nav div {
    padding: 3px;
}

.project_plans .slider-nav img {
    border: 1px solid #d7d7d7;
}

.project_plans .slick-dots {
    display: none !important;
}

.project_contact .container {
    margin-top: 100px;
    min-width: 85%;
}

.project_contact form {
    padding: 40px 0;
}

.project_contact input {
    padding: 7px 15px;
    margin: 10px 0;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #636363;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(128, 128, 128, 0.275);
    border: 1px solid #29538975;
}
textarea.form-control {
    box-shadow: 2px 2px 8px rgba(128, 128, 128, 0.275);
      border: 1px solid #29538975;
}
.project_contact button {
    margin: 10px;
    padding: 7px 20px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    border: 2px solid #e8cd20;
    background-color: transparent;
    border-radius: 6px;
    font-weight: 500;
    color: #636363;
    transition: .2s linear;
}

.project_contact button:hover {
    background-color: #e8cd20;
    border: 2px solid transparent;
    color: white;
}

.project_modal .modal {
    text-align: center;
}

.project_modal .modal-content {
    max-width: 82%;
    margin: auto;
    border-radius: 25px;
}

.project_modal .modal .close {
    font-size: 16px !important;
    position: absolute !important;
    right: 20px;
    top: 20px;
}

.project_modal .modal .modal-body {
    padding: 20px 10px;
}

.project_modal .modal h2 {
    font-family: 'EB Garamond', serif;
    font-size: 27px;
    font-weight: 400;
    color: #295389;
    text-align: center;
    margin: auto;
}

.project_modal .modal input {
    padding: 7px 15px;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #29538975;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #636363;
}

.project_modal .modal ::placeholder {
    color: #445b2c;
}

.project_modal .modal form button {
    margin: 10px;
    padding: 7px 15px;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    border: 2px solid #e8cd20;
    background-color: transparent;
    border-radius: 6px;
    font-weight: 500;
    color: #636363;
    transition: .2s linear;
    margin-bottom: 50px;
}

.project_modal .modal form button:hover {
    background-color: #e8cd20;
    border: 2px solid transparent;
    color: white;
}