/* header start */

.header .row img {
    width: 100%;
    height: 100%;
}

.header .row .head-links {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    margin-top: 7px;
}

.header .row .head-links .icon .fa {
    color: #dcae27;
    font-size: 31px;
    padding: 13px;
}

.header .row .head-links a {
    text-decoration: none;
    color: #000;
}

.header .row .head-links .head-text h6 {
    color: #01251d;
    font-weight: 700;
    font-size: 15px;
}

.header .row .head-links .head-text p {
    color: #01251d;
    line-height: 15px;
    font-size: 13px;
}

.mobile {
    display: none;
}

.header .row .head-social-links .fa {
    font-size: 22px;
    color: #000;
    padding: 0 2px;
}

.header .row .head-social-links {
    word-wrap: break-word;
}

.header .row .head-social-links .btn-group {
    border: 1px solid;
    border-radius: 7px;
}
.header .row .head-social-links .btn-group .btn:focus{
    box-shadow: none;
}

.header .row .head-social-links .btn-group .btn {
    border-right: 1px solid;
}

/* navigatioin-bar Start */
.navigation-bar {
    background-color: #00271e;
    padding: 0;
}

.navigation-bar .navbar .navbar-brand img {
    width: 100%;
    max-width: 200px;
    height: 100%;
}

.navigation-bar .navbar .navbar-nav .nav-item a {
    margin-left: 5px;
    color: white;
    text-transform: uppercase;

}

.navigation-bar .navbar .btn {
    color: white;
    background-color: #dcae27;
    border-radius: 6px;
}
.navigation-bar .navbar .btn:focus{
    box-shadow: none;
}

.navigation-bar .mobile .fa {
    font-size: 25px;
    color: white;
    padding-right: 10px;
}

/* slides-section */
.slides h1 {
    font-weight: 700;
    color: #dcae27;
    margin-bottom: 0;
}

.slides h2 {
    margin-top: -6px;
}

.slides .carousel-indicators [data-bs-target] {
    padding: 2px 14px;
    background-color: #fff;
    opacity: 1;
    border-radius: 10px;
}

.slides .carousel-indicators .active {
    background-color: #dcae27;
    opacity: 1;
}

/* capital-orchards */
.capital-orchards .container .row img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.capital-orchards h1 {
    color: #dcae27;
    font-weight: 800;
    margin-top: -6px;
    font-size: 46px;
}

.capital-orchards h2 {
    font-size: 48px;
}

.capital-orchards h5 {
    font-weight: 700;
}

.capital-orchards p {
    text-align: justify;
    line-height: 20px;
    -webkit-text-stroke-width: thin;
}

.capital-orchards .capital-orchards-btn {
    border-top: 3px solid #f7f7f8 !important;
    border: 0;
    color: #dcae27;
    background-color: #fff;
    font-size: 17px;
    font-weight: 700;
}

/* Segments Section */
/* segment-1 */
.segments-section {
    background-image: url('../img/segment-bg.jpg');
    padding: 30px 0;
    background-repeat: round;
}

.segments-section .row .main-content .product {
    padding-right: 20px;
}

.segments-section .row .main-content .segment-1 {
    background-color: #97d409;
    width: 100%;
    max-width: 106px;
    height: 345px;
    border-radius: 70px;
}

.segments-section .row .main-content .segment-1 h5 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    padding-bottom: 106px;
    color: #fff;
    font-weight: 700;
    padding-right: 9px;
}

/* segment-2 */
.segments-section .row .main-content .segment-2 {
    background-color: #3e852c;
    width: 100%;
    max-width: 106px;
    height: 345px;
    border-radius: 70px;

}

.segments-section .row .main-content a {
    text-decoration: none;
}

.segments-section .row .main-content .segment-2 h5 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    padding-bottom: 95px;
    color: #fff;
    font-weight: 700;
    padding-right: 9px;
}

/* segment-3 */
.segments-section .row .main-content .segment-3 {
    background-color: #008566;
    width: 100%;
    max-width: 106px;
    height: 345px;
    border-radius: 70px;

}

.segments-section .row .main-content .segment-3 h5 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    padding-bottom: 103px;
    color: #fff;
    font-weight: 700;
    padding-right: 9px;
}

/* segment-4 */
.segments-section .row .main-content .segment-4 {
    background-color: #19643c;
    width: 100%;
    max-width: 106px;
    height: 345px;
    border-radius: 70px;

}

.segments-section .row .main-content .segment-4 h5 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    padding-bottom: 104px;
    color: #fff;
    font-weight: 700;
    padding-right: 9px;
}

/* segment-5 */
.segments-section .row .main-content .segment-5 {
    background-color: #daaa25;
    width: 100%;
    max-width: 106px;
    height: 345px;
    border-radius: 70px;

}

.segments-section .row .main-content .segment-5 h5 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    padding-bottom: 125px;
    color: #000;
    font-weight: 700;
    padding-right: 9px;
}

/* segment-6 */
.segments-section .row .main-content .segment-6 {
    background-color: #fbc212;
    width: 100%;
    max-width: 106px;
    height: 345px;
    border-radius: 70px;

}

.segments-section .row .main-content .segment-6 h5 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    padding-bottom: 135px;
    color: #000;
    font-weight: 700;
    padding-right: 9px;
}

/* segment-7 */
.segments-section .row .main-content .segment-7 {
    background-color: #cecdcf;
    width: 100%;
    max-width: 106px;
    height: 345px;
    border-radius: 70px;

}

.segments-section .row .main-content .segment-7 h5 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    padding-bottom: 115px;
    color: #000;
    font-weight: 700;
    padding-right: 9px;
}

/* master-plane */
.master-plane {
    background-image: url(../img/master-plan.jpg);
    width: 100%;
    height: 480px;
    background-repeat: round;
}

.master-plane .main-content .text h3 {
    font-weight: 700;
}

.master-plane .main-content .text p {
    line-height: 20px;
}

/* Downloads-Sectioni */
.download-section .main-content .image-section {
    width: 100%;
    max-width: 200px;
    height: 145px;

    background-color: #005b20;
    text-align: center;
    border-radius: 12px 12px 0 0;
}

.download-section a {
    text-decoration: none;
}

.download-section .main-content .image-section img {
    width: 80px;
    height: 90px;
    margin-top: 30px;
}

.download-section .main-content .booking {
    border-radius: 0 0 12px 12px;
    width: 100%;
    max-width: 200px;
    height: 80px;
    background-color: #35a31d;
    padding: 10px 27px 0px 25px;
    word-wrap: break-word;
}

.download-section .main-content .booking p {
    font-weight: 700;
}

.download-section .main-content .file {
    margin-right: 15px;
}

.download-section .writing h1 {
    font-weight: bold;
}

/* footer-Section */
.footer-section {
    background-color: #01251d;
    color: #fff;
    padding: 25px 0 10px 0;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

.footer-section .row .contact-detail hr {
    width: 100%;
    max-width: 28px;
    margin-top: -8px;
    color: white;
    opacity: 1;
    height: 3px !important;
}

.footer-section .row .contact-detail .main-content .icon .fa {
    font-size: 35px;
    color: #fff;
}

.footer-section .row .contact-detail .main-content p {
    margin-bottom: -3px !important;
    font-size: 9px;
}

.footer-section .row .follow-us hr {
    width: 100%;
    max-width: 28px;
    opacity: 1;
    margin: 0 95%;
    margin-top: -8px;
    height: 3px !important;
}

.footer-section .row .follow-us .footer-links .fa {
    font-size: 30px;
    padding-left: 17px;
}

.footer-section .row .follow-us .text-links a {
    padding: 0 0px 0px 10px
}

.footer-section .row .follow-us .text-links a:not(:last-child) {
    border-right: 2px solid;
    padding-right: 15px;
}

.footer-section .row .follow-us .copyrights p {
    font-size: 14px;
}

/* media quries for Mobile */
@media(max-width:767px) {
    .footer-section .row .contact-detail {
        text-align: center !important;
    }

    .footer-section .row .follow-us {
        text-align: center !important;
        margin-top: 25px;
    }

    .footer-section .row .follow-us hr {
        margin: 0 45% !important;
    }

    .footer-section .row .contact-detail hr {
        margin: 0 45% !important;
    }

    .footer-section .row .contact-detail .main-content {
        justify-content: center;
    }

    .navbar-collapse {
        text-align: center;
    }
}

/* media quries for Medium */
@media(max-width:992px) {
    .footer-section .row .contact-detail hr {
        margin: 0 1%;
    }

    .footer-section .row .follow-us hr {
        margin: 0 92%;
    }

    .mobile {
        display: block;

    }

    .header {
        display: none;
    }

    .navbar-collapse {
        text-align: center;
    }
}

/* media quries for Large Size */
@media(max-width:1400px) and (min-width:992px) {
    .navbar-brand img {
        display: none;
    }

}


/* ABOUT US PAGE STYLING */
.about-us .row .main-content .heading h1 {
    font-size: 50px;
    color: #00271e;
    font-weight: 800;
    text-decoration-line: underline;
}

.about-us .row p {
    -webkit-text-stroke-width: thin;
    line-height: 28px;
    text-align: justify;
}

.about-us .row img {
    width: 100%;
    height: 100%;
}

/* CONTACT US PAGE STYLING */
.contact-us h1 {
    color: #dcae27;
    text-align: center;
    font-weight: 700;
    text-decoration-line: underline;
}

.contact-us .row .contact-btn {
    color: #fff;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 35px;
    border-radius: 25px;
    background-color: #00271e;
}
.contact-us .row .contact-btn:hover{
    background-color:#dcae27 ;
    color: #000;
    transition: 0.5s;
}
.contact-us .row .form-control:focus {
    box-shadow: none;
    background-color: #2e7263 !important;
    color: #fff;
}

.contact-us .icon a {
    text-decoration: none;
    color: black;
    flex-wrap: wrap;
}

.contact-us .call-icon .fa {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 35px auto 20px;
    background: #04b261;
    font-size: 21px;
    text-align: center;
    color: white;
    padding: 20px;
}

.contact-us .call-icon a {
    text-decoration: none;
    color: black;
    flex-wrap: wrap;
}

.contact-us .call-icon p {
    margin-bottom: 0;
    flex-wrap: wrap;
}

/* map section */
.map {
    filter: invert(90%);
}