﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope';
}

hr {
    margin: 0;
    opacity: 0.1;
}

ul, ol {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    color: #000;
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 93px;
}

/*====== navbar design =======*/
.navigationBar {
    background-color: #f1f1f1d6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

    .navigationBar .navbar-brand {
        padding: 0;
    }

        .navigationBar .navbar-brand h1 {
            font-size: 60px;
            font-weight: 800;
            padding: 0;
            margin-bottom: 0;
            color: #fff;
        }

            .navigationBar .navbar-brand h1 span {
                color: #ffce00;
                text-shadow: 4px 7px 5px #000000;
            }

    .navigationBar .navbar-nav .nav-link {
        font-size: 16px;
        text-transform: uppercase;
        padding: 34px 15px;
        font-weight: 600;
        color: #000;
        letter-spacing: 1px;
    }

.loginBtn a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 5px;
    background: linear-gradient(45deg, #b8a24b, #6d580f);
    color: #ffffff;
    margin-top: 25px;
    box-shadow: 0px 0px 14px #00000036;
    transition: all 0.3s ease-in-out;
}

    .loginBtn a:hover {
        transform: scale(1.1);
    }

.navigationBar .navbar-brand img {
    width: 100%;
    max-width: 280px;
}

h5#offcanvasNavbarLabel img {
    width: 280px;
}

.addColor {
    background-color: #fff;
    box-shadow: 0px 0px 12px #b6b6b6ab;
}

    .addColor .navbar-nav .nav-link {
        color: #000;
        font-weight: 600;
    }
/*====== Video header ========*/
.wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.wrapperContents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1200;
}

    .wrapperContents h1 {
        font-size: 96px;
        font-weight: 800;
    }

    .wrapperContents p {
        font-size: 18px;
        letter-spacing: 1px;
        color: #fff;
    }

.exploreBtn {
    font-size: 18px;
    text-decoration: none;
    padding: 12px 30px;
    display: inline-block;
    background: linear-gradient(45deg, #b8a24b, #6d580f);
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.wrapper .wrapper__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*====== Land management system ========*/
.landInformation {
    width: 100%;
    padding: 50px 0
}

.landAssets {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 0px 12px #c1c1c19e;
    border-radius: 5px;
    gap: 20px;
    width: 100%;
    min-height: 175px;
    position: relative;
}

    .landAssets::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: linear-gradient(45deg, #b8a24b, #6d580f);
    }

    .landAssets::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: linear-gradient(45deg, #b8a24b, #6d580f);
    }


    .landAssets .imgIcon {
        background-color: #fff;
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        width: 20%;
    }

    .landAssets .contt {
        width: 80%;
    }

.imgIcon img {
    width: 100%;
    padding: 7px;
}

/*======= aboutInfo =======*/
.aboutInfo {
    width: 100%;
    padding: 50px 0 150px 0;
    position: relative;
}

    .aboutInfo::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        padding: 50px 0 150px 0;
        background-image: url("../images/LandRecords2.jpeg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.2;
    }

.pictureBox {
    position: relative;
}

    .pictureBox .firstPic {
        width: 100%;
        max-width: 510px;
    }

    .pictureBox .secondPic {
        position: absolute;
        bottom: -100px;
        right: 0;
    }

    .pictureBox img.shape1 {
        position: absolute;
        bottom: -94px;
        left: 70px;
        z-index: -1;
        transform: rotate(90deg);
    }

    .pictureBox img.shape2 {
        position: absolute;
        top: 45px;
        right: 0;
    }

.aboutContents {
    padding: 40px 20px;
}

    .aboutContents h2 {
        font-size: 55px;
        font-weight: 800;
    }

    .aboutContents h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

    .aboutContents h4 {
        font-size: 18px;
        color: #b09a45;
    }

    .aboutContents .lims-list {
        margin-left: 20px;
        color: #000;
    }

/*======== Land Record ========*/
.landRecord {
    width: 100%;
    padding: 50px 0;
    background-image: url("../images/recordBg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #00000099;
    background-blend-mode: overlay;
    overflow: hidden;
}

    .landRecord .headingTitle h2 {
        color: #fff;
        font-size: 50px;
        padding-bottom: 30px;
        font-weight: 800;
        text-align: center;
    }

.recordContents {
    padding: 20px;
    background-color: #91919154;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    height: 440px;
    margin-bottom: 25px;
}

    .recordContents h4 {
        font-size: 24px;
        letter-spacing: 0.8px;
        color: #b09a45;
    }

    .recordContents p {
        color: #fff;
        letter-spacing: 0.8px;
    }
/*======= advantages ========*/
.advantages {
    width: 100%;
    padding: 50px 0;
}

.advantageTitle h3 {
    font-size: 50px;
    font-weight: 800;
    padding-bottom: 25px;
    text-align: center;
}

.advantages ul {
    list-style: none;
}

    .advantages ul li {
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.6px;
        padding: 10px;
        background-color: #735e14;
        box-shadow: 0px 0px 10px #d4d4d4;
        border-radius: 5px;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

        .advantages ul li i {
            font-size: 16px;
        }

/*========== systemComponents ==========*/
.systemComponents {
    width: 100%;
    padding: 50px 0;
    background-color: #f1f1f1;
    overflow: hidden;
}

.systemContents {
    padding: 10px;
    background-color: #b09a456b;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #d4d4d4;
    margin-bottom: 20px;
    min-height: 130px;
}

    .systemContents h4 {
        font-weight: 600;
        margin-left: 20px;
    }

    .systemContents ul {
        margin-left: 40px;
    }

/*====== footer design ======*/
.footerColumn {
    background-color: #303030;
    color: #fff;
    padding: 22px 0;
    text-align: center;
    width: 100%;
}

    .footerColumn p {
        margin-bottom: 0;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.8px;
    }

        .footerColumn p a {
            color: #b09a45;
            font-style: italic;
            text-decoration: underline
        }


/*====== Login Popup design =======*/
.loginFormDesign {
    width: 100%;
    height: 100vh;
    background-color: #00000059;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}

.addScale {
    transform: scale(1)
}

.formContent {
    width: 30%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #808080a8;
    position: relative;
}

.headingTitle h1 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.formContent select {
    -webkit-appearance: listbox;
    -moz-appearance: none;
    appearance: revert;
    margin-bottom: 15px;
    border: 1px solid #5cb5ed;
    padding: 8px;
    border-radius: 5px;
    outline: none;
    box-shadow: 0px 0px 10px #e8e8e8;
    color: #000;
    font-weight: 500;
}

.formContent input {
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #5cb5ed;
    outline: none;
    box-shadow: 0px 0px 10px #e8e8e8;
    color: #000;
    font-weight: 500;
}

.formContent #btnSubmit {
    display: block;
    width: 150px;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    background: linear-gradient(45deg, #b8a24b, #6d580f);
    color: #fff;
    margin: 30px auto;
    letter-spacing: 0.7px;
}

.closeButton {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #766116;
    /*box-shadow: 0px 0px 12px #d0d0d0;*/
    border-radius: 50px;
    position: absolute;
    top: -23px;
    right: -18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.closeButton img {
    width: 65%;
    filter: invert(1)
}


/*====== Top to bottom ========*/
#button {
    display: inline-block;
    background: linear-gradient(45deg, #b8a24b, #6d580f);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1.3rem;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

@media(max-width:1200px) {
    .navigationBar .navbar-nav .nav-link {
        padding: 34px 6px;
    }

    .wrapperContents h1 {
        font-size: 70px;
    }

    .landAssets {
        min-height: 225px;
    }

    .systemContents {
        height: 170px;
    }
}

@media(max-width:991px) {
    .navigationBar .navbar-nav .nav-link {
        color: #000;
        padding: 10px;
        border-bottom: 1px solid #dedede;
    }

    .wrapperContents h1 {
        font-size: 46px;
    }

    .aboutInfo {
        padding: 50px 0 50px 0;
    }

    .landRecord .headingTitle h2 {
        font-size: 32px;
    }

    .advantageTitle h3 {
        font-size: 32px;
    }

    .systemContents {
        height: 235px;
    }
}


@media(max-width:767px) {
    .landAssets {
        margin-bottom: 20px;
    }

    .aboutContents {
        margin-top: 100px;
    }

    .systemContents {
        height: auto;
    }

    .formContent {
        width: 70%;
    }
}

@media (max-width:479px) {
    .wrapperContents p {
        width: 80%;
        text-align: center;
    }

    .wrapperContents h1 {
        font-size: 36px;
    }

    .landAssets {
        flex-direction: column;
        text-align: center;
    }

    .recordContents {
        height: auto;
    }

    .formContent {
        width: 85%;
    }

    .navigationBar .navbar-brand img {
        width: 240px;
    }
}
