body {
    font-size: 16px;
    color: #111;
    font-family: "DM Sans", sans-serif;
}


/* default css */

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background-color: #026a91;
    transition: 400ms;
    box-shadow: 0px 3px 7px rgb(30 85 165 / 20%);
}

.scrollup:hover {
    color: #FFF;
    background-color: #111;
}

.wrapper {
    position: relative;
    padding: 100px 0px;
    z-index: 100;
}

.overflow {
    overflow: hidden;
}

img {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: 400ms;
    border-radius: 4px;
}

.bg-overlay {
    background: rgb(2 106 145 / 70%);
}

@media screen and (max-width: 992px) {
    .wrapper {
        position: relative;
        padding: 50px 0px;
    }
    .btn {
        font-size: 14px;
    }
}

.card-bg-1 {
    background-color: #f0f9fd;
}

.card-bg-2 {
    background-color: #026a91;
}

.card-bg-3 {
    background-color: #ffeff0;
}

.card-bg-4 {
    background-color: #ff263b;
}

.card-bg-5 {
    background: rgb(5, 168, 229);
    background: linear-gradient(21deg, rgba(5, 168, 229, 1) 0%, rgba(2, 106, 145, 1) 100%);
}

.card-bg-6 {
    background: rgb(2, 106, 145);
    background: linear-gradient(304deg, rgba(2, 106, 145, 1) 0%, rgba(255, 38, 59, 1) 100%);
}


/* end default css*/


/* Start Header CSS */

.header-wrapper {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0px;
    width: 100%;
}

.navbar-brand img {
    width: 130px;
}

.nav-item {
    margin: 0px 10px;
}

.nav-link {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-link.active {
    color: #026a91 !important;
}

.dropdown-menu {
    background-color: #111;
    border: none !important;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-item {
    padding: 10px 20px!important;
    color: #FFF !important;
}

.dropdown-item:hover {
    background-color: #026a91 !important;
}

.top-d-flex {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons ul li {
    display: flex;
    margin: 0px 0px 0px 10px;
    list-style: none;
    line-height: normal;
}

.social-icons ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 14px;
    border-radius: 10px;
    color: #1d1d1d;
    line-height: normal;
    transition: 400ms;
    backdrop-filter: blur(10px);
    background-color: #a6ddf1;
}

.social-icons ul li a:hover {
    background-color: #026a91;
    color: #FFF;
    box-shadow: 0px 0px 0px rgba(198, 210, 228, 0.349)
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        text-align: center;
        margin-top: 30px;
    }
    .nav-item {
        margin: 0px 0px 20px 0px;
    }
    .navbar-toggler {
        box-shadow: none !important;
    }
    .navbar-brand img {
        width: 140px;
    }
    .top-d-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* End Header CSS */


/* Start Slider */

.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 90vh;
    padding: 0px 0px 100px 0px;
    align-items: center;
    text-align: center;
    z-index: 10;
    color: #FFF;
    background: url(../images/land-o-lake-slider-1.jpg) no-repeat center center;
    background-size: cover;
}

.slider-content h1 {
    font-size: 50px;
}

@media screen and (max-width: 1200px) {
    .slider-content h1 {
        font-size: 50px;
        line-height: 40px;
    }
}

@media screen and (max-width: 992px) {
    .slider-content {
        min-height: auto;
        padding: 180px 20px 50px 20px;
    }
}


/* End Slider */


/* Start Main Content */

.card-1 {
    display: block;
    border-radius: 10px;
}

.card-1 h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.card-1 h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-1 h6 {
    width: max-content;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    padding: 5px 10px;
    border-radius: 10px;
    color: #FFF;
    margin-bottom: 20px;
}

.card-1 p {
    display: block;
    line-height: 26px;
}

.btn-small {
    padding: 0px;
    color: #ff263b;
    font-size: 14px;
    text-decoration: none;
}

.border-bottom-1 {
    border-bottom: 1px dashed #ffdade;
}

.card-2 {
    display: block;
    border-radius: 10px;
}

.card-2 h3 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.card-2 h6 {
    width: max-content;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    padding: 5px 10px;
    border-radius: 10px;
    color: #FFF;
    margin-bottom: 20px;
}

.card-2 p {
    display: block;
    line-height: 26px;
}

.card-3 {
    display: block;
    text-align: center;
    overflow: hidden;
}

.card-3 a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 100px 20px 20px 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06740067853313203) 40%, rgba(0, 0, 0, 0.6276247681689864) 100%);
}


/* End Main Content */


/* Start footer css*/

.footer-wrapper {
    position: relative;
    padding: 80px 0px;
}

.map-card {
    position: relative;
    z-index: 9;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-card iframe {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.footer {
    display: block;
    color: #FFF;
}

.footer h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer ul li {
    display: block;
    color: #FFF;
    line-height: 34px;
    font-size: 15px;
}

.footer ul li a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

.footer p {
    font-size: 14px;
    line-height: 30px;
}

.social-icons-footer ul {
    display: flex;
    align-items: center;
    justify-content: start;
}

.social-icons-footer ul li {
    display: flex;
    margin: 0px 15px 0px 0px;
    list-style: none;
    line-height: normal;
}

.social-icons-footer ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFF;
    line-height: normal;
    transition: 400ms;
    backdrop-filter: blur(10px);
    background-color: #ff263b;
}

.social-icons-footer ul li a:hover {
    background-color: #dd071c;
    color: #FFF;
    box-shadow: 0px 0px 0px rgba(30, 84, 165, 0.349);
}

.copyrights-wrapper {
    padding: 15px 0px;
    background: #ff263b;
}

.copyrights {
    color: #FFF;
}

.copyrights p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.copyrights a {
    text-decoration: none;
}

.text-end-1 {
    text-align: end;
}

@media screen and (max-width: 992px) {
    .footer {
        margin-bottom: 30px;
    }
    .social-icons-footer {
        margin-bottom: 30px;
    }
    .text-end-1 {
        text-align: center;
    }
    .copyrights p {
        text-align: center;
    }
}


/* end footer css*/