
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    font-family: "figtree";
}

.home_buttons{
	display:flex;
}

/* Buttons -- Start */
.white_button {
	display:flex;
    background-color: #ffffff;
    width           : 140px;
    height          : 43px;
    border-radius   : 7px;
    align-items     : center;
    justify-content : center;
    border          : 0px;
    gap             : 0px;
    font-size       : 15px;
    padding-right   : 10px;
    margin-top      : 1px;
    text-align      : center;
	color: black;
	text-decoration: none;
}

.white_button {
    text-decoration: none;
    color: black;
	
}

.green_button {
	display:flex;
    color           : #ffffff;
    background-color: #679C2B;
    width           : 140px;
    height          : 43px;
    border-radius   : 7px;
    align-items     : center;
    justify-content : center;
    border          : 0px;
    gap             : 0px;
    font-size       : 15px;
    padding-left    : 2px;
    padding-right   : 10px;
    text-align      : center;
	color: white;
	text-decoration: none;
}

.green_button a{
    text-decoration: none;
    color: white;
}
/* Buttons -- End */


/* Navbar -- Start */
.navbar .navbar-toggler{
    border: none;
	z-index: 9999;
}

.navbar.navbar-expand-lg {
    position       : fixed !important;
    justify-content: flex-start;
    top            : 0;
    width          : 100%;
}

.header.fixed{
    background: black;
    z-index: 1;
}

.navbar.navbar-expand-lg .navbar-nav {
    gap: 20px;
}

.nav-item .nav-link {
    font-size  : 14px;
    font-weight: 600;
    color      : #ffffff;
    margin-top : 25px;
}

.nav-item .nav-link:hover{
    color: white;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.nav-item .nav-link:active{
    color: white;
}

.nav-item.dropdown .nav-link.show{
    color: white;
}

.nav-item.dropdown .dropdown-menu{
    background   : #E0E0E0;
    border-radius: 10px;
    font-size: 15px;
    width: 200px;
    border: none;
}

.nav-item.dropdown .dropdown-menu li:hover{
    background: none;
    font-size: 17px;
}

a.dropdown-item{
    font-weight: 600;
    font-size: 14px;
    height: 37px;
    align-content: center;
}

ul.dropdown-menu.show {
    padding-top: 1px;
    padding-bottom: 1px;
}
/* Navbar -- End */


/* Contact page -- Start */
.contact_page  {
    margin-top: 20px;
    position: relative;
    height: 647px;
}
.contact_page .connect_with_us{
    height           : 647px;
    background: #ededed;
    padding: 10px;
    border-radius: 10px;
    width: 1000px;
    margin: auto;
    height: 666px;
}

.connect_with_us .left_contents {
    background: url(../images/contact_page.webp);
    background-repeat: no-repeat;
    justify-content: space-between;
    padding-left: 40px;
    padding-top: 36px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.contact_page .form_v{
    cursor: pointer;
}

.form_v:hover label {
    color: #78A643;
}

.left_contents h1 {
    font-size  : 60px;
    font-weight: 350;
    line-height: 55.02px;
    color: white;
}

.left_contents h1 span {
    font-weight: 700;
}

.left_contents .details .links{
    padding-bottom: 20px;
    font-size: 16px;
    line-height    : 20px;
    color          : #ffffff;
    display        : flex;
    align-items    : center;
    gap            : 20px;
    text-decoration: none;
}

.details img{
    width: 30px;
}
.details .contact_icons {
    padding-top: 2px;
    padding-bottom: 20px;
    display: flex;
    gap: 25px;
}

.details .contact_icons img{
    width: 34px;
}
.contact_form label {
    color    : #474747;
    font-size: 14px;
    gap: 10px;
}

.contact_form input {
    border          : none;
    border-bottom   : 1px solid #CCCCCC;
    background-color: transparent;
    width           : 210px;
    font-weight     : 550;
    font-size       : small;
}
.contact_form input:focus{
	outline:none;
}

.contact_form .col-lg-6 {
    margin-bottom: 40px;
}

.col-lg-6 .contact_form {
    width              : 100%;
    padding-left       : 10px;
    position           : relative;
    border-radius      : 10px;
	z-index: 99;
}

.col-lg-12 input {
    padding-top: 6px;
    width      : 420px;
}

.contact_form .row {
    margin-top : 45px;
    line-height: 22px;
}

.left_contents .details {
    padding-top: 260px;
}

.contact_form .send_button {
    margin-top      : 90px;
    border          : 3px solid #78A643;
    background-color: #679C2B1A;
    color           : #78A643;
    width           : 220px;
    height          : 50px;
}

.connect_with_us .tree_2 {
    top     : 486px;
    position: absolute;
    right   : 35px;
    width: 600px;
}

.connect_with_us .tree_3 {
    position: absolute;
    top     : 30px;
    left    : 4px;
    width: 300px;
}

/* Contact page -- End */


/* Footer page -- Start */
.footer_page {
    margin-top    : 100px;
    display       : flex;
    flex-direction: row;
    padding-bottom: 50px;
	z-index: 999;
    position: relative;
}

.footer_content {
    display  : flex;
    flex-wrap: wrap;
}

.footer_content ul {
    list-style : none;
    padding    : 0px;
    line-height: 35px;
}

.footer_content .footer_1 {
    display       : flex;
    flex-direction: column;
    width         : 415px;
    line-height   : 50px;
}

.footer_1 .footer_logo {
    width         : 278px;
    padding-bottom: 10px;
}

.footer_1 a {
    text-decoration: none;
    color          : black;
}

.footer_1 img {
    padding      : 10px;
    padding-right: 20px;
}

.footer_page h3 {
    color      : #92989F;
    font-size  : 17px;
    font-weight: 600;
}

.footer_link {
    text-decoration: none;
    color          : black;
    font-size      : 15px;
    font-weight    : 400;
}

.footer_common {
    width      : 175px;
    padding-top: 45px;
}

.footer_content h6 {
    color     : #92989F;
    text-align: center;
    margin-top: 130px;
    font-size : 11px;
    margin-bottom: -25px;
    word-spacing: 1px;
}

.footer_content hr {
    width  : 1115px;
    padding: 10px;
    padding-bottom: 0px;
}

.contact_form h1 {
    display: none;
}

/* Footer page -- End */


/* Responsive -- Start */
@media (max-width:1200px) {

    .connect_with_us .tree_3 {
        left: -60px;
    }
    .connect_with_us .tree_2 {
        right: 0px;
        width: 500px;
    }
}


@media (max-width:1199px) {
    .contact_page .connect_with_us {
        width: 960px;
    }
    .connect_with_us .tree_3 {
        left: -28px;
    }

    .footer_content .footer_1 {
        width: 368px;
    }

    .footer_common {
        width: 142px;
    }

    .footer_content hr {
        width: 936px;
    }
}


@media (max-width:1024px) {
    .contact_page .connect_with_us {
        width: 845px;
    }
    .left_contents .details {
        padding-top: 205px;
    }
    .contact_form input {
        width: 170px;
    }
    .col-lg-12 input{
        width: 350px;
    }
    .connect_with_us .tree_2 {
        width: 480px;
    }
    .connect_with_us .tree_3 {
        left: -70px;
    }

    .footer_content hr {
        width: 936px;
    }
}


@media (max-width:992px) {
    .connect_with_us .tree_3 {
        left: -86px;
    }

    .footer_content h6 {
        margin-top: 125px;
    }
}


@media (max-width:991px) {
    .header.fixed{
        z-index:999;
    }
    
    .nav-item .nav-link {
        margin-top: 0px;
    }

    .navbar.navbar-expand-lg .navbar-nav {
        padding-top: 85px;
        padding-bottom: 7px;
        gap: 15px;
        width: 60%;
        text-align: center;
        background: black;
		height: 100%;
        top: 0;
        position: fixed;
        right: 0;
    }

    .contact_page .connect_with_us {
        width: 720px;
    }
    .connect_with_us .left_contents {
        width: 50%;
    }
    .connect_with_us .col-lg-6{
        width: 50%;
    }
    .contact_form input {
        width: 140px;
    }
    .col-lg-12 input {
        width: 305px;
    }
    .connect_with_us .tree_3 {
        left: -13px;
    }

    

    .footer_content hr {
        width: 696px;
    }

    .footer_content .footer_1 {
        width      : 260px;
        line-height: 38px;
    }

    .footer_common {
        width      : 109px;
        padding-top: 33px;
    }

    .footer_1 .footer_logo {
        width         : 210px;
        padding-bottom: 5px;
    }

    .footer_page h3 {
        font-size: 13px;
    }

    .footer_link {
        font-size: 12px;
    }

    .footer_content ul {
        line-height: 25px;
    }

    .footer_1 a {
        font-size: 13px;
    }

    .footer_1 img {
        padding-right: 14px;
        width        : 41px;
    }

    .footer_content h6 {
        margin-top: 110px;
    }
}


@media (max-width:840px) { 
    .left_contents .details {
        padding-top: 170px;
    }
    .connect_with_us .tree_3 {
        left: -88px;
    }
    .connect_with_us .tree_2 {
        width: 400px;
        top: 529px;
    }
    .contact_form .send_button {
        width: 175px;
    }
}


@media (max-width:768px) {
    .contact_page .connect_with_us {
        width: 630px;
    }
    .connect_with_us .left_contents {
        padding-left: 32px;
    }
    .contact_form input {
        width: 120px;
    }
    .col-lg-12 input {
        width: 265px;
    }
}


@media (max-width: 767px) {
    .contact_page .row.connect_with_us .left_contents{
        display: none;
    }

    .contact_form h1 {
        display: block;
    }

    .contact_form h1 {
        font-size  : 40px;
        font-weight: 350;
        line-height: 55.02px;
        color: white;
        backdrop-filter: blur(10px);
        margin-bottom: 0px;
        padding-bottom: 10px;
        width: 100%;
    }

    .contact_page .connect_with_us {
        width: 540px;
        height: 100%;
    }

    .connect_with_us .col-lg-6 {
        width: 100%;
    }

    .col-lg-6 .contact_form {
        background: url("../images/contact_page.png");
        background-size: cover;
        margin-top: 12px;
        margin-bottom: 14px;
    }

    .contact_form .send_button {
        margin-top: 40px;
        margin-bottom: 35px;
        margin-left: 145px;
        width: 165px;
    }
    .contact_form .row {
        backdrop-filter: blur(10px);
        padding-top: 10px;
        margin-top: 0px;
        width: 100%;
    }

    .contact_form label {
        color: #ffffff;
    }

    .contact_form input {
        width: 445px;
        background: none;
        color: white;
        padding-top: 6px;
    }

    .connect_with_us .tree_2 {
        top: 829px;
        right: 35px;
    }
    
    .connect_with_us .tree_3 {
        left: -45px;
    }

    .contact_form h1 span {
        font-weight: 700;
    }

    .col-lg-6 .contact_form {
        padding-left: 25px;
        padding-top: 10px;
    }

    .footer_page {
        margin-top: 350px;
    }

    .footer_common {
        width      : 100%;
        padding-top: 0px;
    }

    .footer_1 .footer_logo {
        width: 100%;
    }

    .footer_content .footer_1 {
        width: 210px;
    }

    .footer_content h6 {
        margin-top: 75px;
        font-size : 11px;
    }

    .footer_content hr {
        width: 100%;
    }
    
}


@media (max-width:678px) {
    .connect_with_us .tree_3 {
        left: -90px;
    }
}


@media (max-width:540px) {
    .contact_page .connect_with_us {
        width: 100%;
    }

    .contact_form input {
        width: 100%;
    }

    .connect_with_us .tree_2 {
        right: 0px;
    }

    .connect_with_us .tree_3 {
        left: -96px;
        width: 250px;
    }

    .contact_form .send_button {
        margin-left: 95px;
    }
    
    .footer_page h3 {
        font-size: 11px;
    }
    .footer_link {
        font-size: 10px;
    }
    
}


@media (max-width: 420px) {

    .white_button,
    .green_button {
        width : 130px;
        height: 39px;
    }

    .contact_page .connect_with_us {
        width: 385px;
    }

    .contact_form input {
        width: 295px;
    }

    .contact_form h1 {
        width: 300px;
    }

    .contact_form .send_button {
        margin-left: 50px;
    }

    .connect_with_us .tree_2 {
        top: 839px;
        right: 0px;
        width: 350px;
    }

    .connect_with_us .tree_3 {
        width: 235px;
    }

    .contact_form .send_button {
        margin-left: 75px;
        margin-top: 45px;
        width: 125px;
        height: 35px;
    }

    

    .footer_content hr {
        width: 396px;
    }

    .footer_content h6 {
        margin-top: 75px;
        font-size : 10px;
    }

    .footer_common {
        width: 55px;
    }

    .footer_link {
        font-size: 10px;
    }

    .footer_content .footer_1 {
        width: 156px;
    }

    .footer_1 .footer_logo {
        width: 155px;
    }

    .footer_content ul {
        line-height: 18px;
    }

    .footer_content h6 {
        margin-top: 20px;
    }
}


@media (max-width:375px) {
    .contact_page .connect_with_us {
        width: 100%;
    }

    .contact_form h1 {
        width: 100%;
        font-size: 35px;
    }
    .col-lg-6 .contact_form {
        padding-left: 16px;
    }

    .contact_form input {
        width: 100%;
    } 

    
    .contact_form .send_button {
        margin-left: 70px;
    }

    .connect_with_us .tree_2 {
        top: 850px;
        right: 0px;
        width: 280px;
		display:none;
    }

    .connect_with_us .tree_3 {
        left: -73px;
        top: 59px;
        width: 190px;
		display:none;
    }

    

    .footer_content hr {
        width: 100%;
    }

    .footer_content .footer_1 {
        width: 90%;
    }

    .footer_1 .footer_logo {
        width: 100%;
    }

    .footer_page h3 {
        font-size: 14px;
    }

    .footer_link {
        font-size: 13px;
		line-height:24px;
    }

    .footer_common {
        width      : 100%;
        padding-top: 0px;
    }

    .footer_content h6 {
        margin-top: 10px;
        font-size : 10px;
    }
}
/* Responsive -- End */