* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}


:root {
    --primarycolor: #7c877f;
    --primaryLight: #efe3b6;
    --primaryDark: #b7a562;
    --secondarycolor: #d8bb6b;
    --visionBox: #0e211f;
    --bglight: #f7f7f7;
    --bodyBg: #fff;
    --menuBg: #102724;
    --menuactive: #d8bb6b;
    --menutHoverext: #d8bb6b;
    --footercolor: #183d3c;
    --primaryFont: "Poppins", sans-serif;
    --textColor: #000;
    --buttonStyle1: #183d3c;
    --buttonStyle1Hover: #0f2928;
}

.textGreen {
    color: #166d61;
}

html {
    min-height: 100vh;
}

html,
body {

    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    overflow-x: hidden;

}

body {
    position: relative;
    background: var(--bodyBg);
    color: var(--textColor);
    font-size: 15px;
    line-height: 1.7;
    font-family: var(--primaryFont);
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    font-weight: 400;

}

.bodyBg {
    background-color: var(--bodyBg);
}

.primaryDarkBg {
    background-color: var(--footercolor);
}



img {
    width: auto;
    max-width: 100%;
}


ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: var(--footercolor);
    border-radius: 20px;
}

::selection {
    background: var(--footercolor);
    text-shadow: none;
    color: #fff;
}

moz::selection {
    background: var(--footercolor);
    text-shadow: none;
    color: #fff;
}

.vedioClipBox iframe {
    pointer-events: none !important;
    /* Disable interactions */
    opacity: 1 !important;
    /* Ensure visibility */
}

.intrBg {
    background: url("../images/intrBg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.introSubBox {
    background-color: var(--bglight);
    padding: 35px 15px;
    border-radius: 15px;
    height: 100%;
}

.introSubBox img {
    margin: 15px auto;
    width: 60px;
    transition: .4s;
}

.introSubBox:hover img {
    transform: scale(1.1) rotate(360deg);
}

.bgLeaf1 {
    position: absolute;
    width: 300px;
    top: 0;
    left: -20px;
    z-index: -1;

}

.invictaProductVideoBox {
    padding: 20px;
    background-color: var(--bglight);
    border-radius: 12px;
}

.invictaProductVideo {
    width: 100%;
    height: 280px;
}

.bgLeaf2 {
    position: absolute;
    width: 300px;
    top: 15%;
    right: -61px;
    margin: auto;
    /* z-index: -1; */
    transform: rotate(308deg);
}

.bgLeaf3 {
    position: absolute;
    width: 300px;
    top: -180px;
    left: 0;
    right: 0;
    margin: auto;
    /* z-index: -1; */
    transform: rotate(52deg);
}

.comnsoon {
    position: absolute;
    right: -30px;
    top: -2px;
    width: 40px;
}

.borderSecondary {
    border: 1px solid var(--secondarycolor);
}

.primarylightBg {
    background-color: var(--primarylightBg);
}

.secondaryBg {
    background-color: var(--secondarycolor);

}

.primaryBg {
    background-color: var(--primarycolor);
}

.contactBox {
    background-color: #f7f7f7;
    padding: 50px;
    border-radius: 20px;
}

.authLi.active {
    font-weight: 600;
    border-bottom: 2px solid #fff;
}


.accrdainContent p {
    border-bottom: 1px solid #2c3b3d;
    padding: 5px 0 15px;
}

.mainContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.clip-element,
.vedioClipBox {
    width: 100vw;
    position: absolute;
    height: 100vh;
    left: 0;
    top: 0;
}

.vedioClipBox {
    align-items: center;
}

.vedioClipBox::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
    position: absolute;
    left: 0px;
    top: 0px;
}

.bannerSectionBox {
    position: absolute;
    height: 100vh;
    align-items: center;
    left: 0;
    display: flex;
}

.bannerSectionBox,
.bannerSocialBox {
    z-index: 999;
    right: 0;
    margin: auto;
    display: flex;
}

.bannerSocialBox {
    position: absolute;
    height: 100vh;
    align-items: flex-end;
    left: 0;
}

.bannerSocial {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: start;
    gap: 7px;
}

.bannerSocial li a {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, var(--primaryLight) 0%, var(--primaryDark) 100%);
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    transition: 0.4s;
    transition: .4s;
}

.bannerSocial li a:hover {
    transform: scale(1.05);
}

.bannerSocial li a i {
    color: #000;
    font-size: 18px;
}

.h2bannercaption {
    color: #fff;
    font-size: 40px;
}

.bannerContactInfo {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: end;
    gap: 10px;
}

.bannerContactInfo li a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: normal;

}

.bannerContactInfo li p {

    font-weight: normal;
    font-size: 13px;
    color: #fff;
}

.bannerContactInfo li a i {
    color: var(--menuactive);
    background: -webkit-linear-gradient(108deg, var(--primaryLight), var(--primaryDark) 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 18px;
}

.menu ul li a {
    font-weight: 400;
    font-size: 15px;
    position: relative;
    color: #fff;
}

.menu ul li a.active {
    color: transparent;
    background: -webkit-linear-gradient(108deg, var(--primaryLight), var(--primaryDark) 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.menu ul li a:hover {
    background: -webkit-linear-gradient(108deg, var(--primaryLight), var(--primaryDark) 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.cutomerInfo {
    border-left: 1px solid #dbdbdb;
}


.menu ul li>a.active:before {
    background-color: var(--secondarycolor);
    content: "";
    position: absolute;
    left: 50%;
    font-size: 30px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    bottom: -3px;
}

#site-content {
    position: relative;
    z-index: 2;
    margin-top: 100vh;
}

#site-content,
.mainContainer {
    background-color: var(--bodyBg);
}


.secondaryText {
    color: var(--secondarycolor);
    font-weight: 600;
}


.mainFooter {
    padding: 30px 0 20px;
    background: var(--footercolor) no-repeat;
}

.mainFooter {
    color: #fff;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--primarycolor);
    background: linear-gradient(50deg, var(--primaryLight) 0%, var(--primaryDark) 100%);
    color: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 20px;
    z-index: 10;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.borderBox1 {
    border: 1px solid #2c3b3d;
    border-bottom: 1px solid var(--primarycolor);
    padding: 40px 20px;
    border-radius: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.borderBox1:hover .prpertTypeIcon {
    background-color: var(--primarycolor);
    color: #fff;
    border-radius: 50%;
}

.borderBottom1 {
    border-bottom: 1px solid #2c3b3d;
}

.navLeftBox {
    width: calc(100% - 175px);
}

.navRightBox {
    width: 175px;
    padding-right: 0;
    display: flex;
    justify-content: end;
}

.visnBox {
    background-color: var(--visionBox);
    padding: 50px;
    border-radius: 20px;
    background: url("../images/VisionfBg.png") no-repeat;
    background-size: 100% 100%;
}

.visionBluredLogo {
    position: absolute;
    right: 10px;
    top: 0px;
    opacity: .7;
    width: 200px;
}

.brighterBox {
    background: rgb(215, 185, 106);
    background: linear-gradient(103deg, rgb(221 185 91) 0%, rgb(217 203 141) 10%, rgba(244, 240, 172, 1) 53%, rgba(231, 214, 137, 1) 100%, rgb(239 205 75) 100%);
    padding: 50px;
    border-radius: 20px;
}

.buttonStyle1 {

    background-color: var(--buttonStyle1) !important;
    border-radius: 20px;
    text-transform: uppercase;
    transition: .4s;
    padding: 10px 20px;
    font-size: 14px;
    transition: .4s;
    color: #fff;
}

.buttonStyle1:hover {
    background-color: #fff !important;
    color: var(--buttonStyle1Hover) !important;
}

.buttonStyle2 {

    background-color: var(--buttonStyle1) !important;
    border-radius: 20px;
    text-transform: uppercase;
    transition: .4s;
    padding: 10px 20px;
    font-size: 14px;
    transition: .4s;
    color: #fff;
}

.buttonStyle2:hover {
    background-color: var(--secondarycolor) !important;
    color: var(--buttonStyle1Hover) !important;
}

.textdarkGreen {
    color: var(--buttonStyle1) !important;
}

.contactDetlsBg {
    background-color: var(--footercolor);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.contactBgIcon {
    width: 35px;
    font-size: 25px;
    color: var(--primaryDark);
}

.contactDetls {
    font-size: 13px;
    width: calc(100% - 35px);
    margin-left: 5px;
}

.adressBg {
    padding: 20px;
    display: flex;
    align-items: start;
}

.adressIcon {
    width: 55px;
}

.adressIcon img {
    width: 80%;
}

.adressDetails {
    font-size: 13px;
    width: calc(100% - 75px);
    margin-left: 20px;
}

.contactAddressBB {
    border-bottom: 1px solid #e1e1e1;
}

.navshadawVertical {
    box-shadow: var(--navshadawVertical);
}

.navBg {
    background-color: var(--transparent);
    position: relative;
    z-index: 9;
    top: 30px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 40;
    animation: slideDown 0.3sease-out;
    box-shadow: var(--navbarShadaw);
    background-color: var(--primaryDarkcolor);
    border-bottom: 1px solid var(--primarylightBg);
    background-color: var(--menuBg);
}



.container {
    max-width: 1260px !important;
    width: 98% !important;
    margin-left: auto;
    margin-right: auto;
}



.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    padding: 12px;
}





@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.logoBox {
    max-width: 190px;
    transition: .4s;
    margin-left: -95px !important;
}

.sticky .logoBox {
    max-width: 110px;
    transition: .4s;
}

#mobile-menu {
    position: absolute;
    width: 100%;
    margin-top: 20px;
    background-color: var(--menuBg);
}

.signupBtn {
    padding: 7px 17px;
    background-color: var(--menuactive);
    border-radius: 20px;
    color: #000;
    background: rgb(183, 165, 98);
    background: linear-gradient(90deg, rgba(183, 165, 98, 1) 0%, rgba(216, 193, 111, 1) 48%, rgba(213, 189, 102, 1) 57%, rgba(183, 165, 98, 1) 100%);
}

.footer {
    background-color: #000;
    border-radius: 30px 30px 0 0;
    padding: 15px;
    color: var(--footercolor);
    margin-top: 180px;
}

.contactInfo li {
    color: var(--footercolor);
    padding-bottom: 5px;
    display: flex;
    gap: 6px;
}

.footerTop {
    position: relative;
    background-color: var(--primarycolor);
    color: #fff;
    padding: 45px;
    border-radius: 30px;
    width: 90%;
    margin: -100px auto 0;
}

.footerTop h5 {
    font-size: 42px;
    line-height: 1.2;
}

.Btn1 {
    border-radius: 25px;
    padding: 4px 4px 4px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    transition: .4s all;
    display: flex;
    align-items: center;
    width: auto;
    font-size: 14px;

}

.Btn1:hover {
    background-color: #fff;
    color: #000;
}

.Btn1 span {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    justify-content: center;
    margin-left: 5px;
    transform: rotate(-45deg);
    transition: .4s;
}

.Btn1:hover span {
    color: #fff;
    background-color: var(--primarycolor);

}

.Btn2 {
    border-radius: 25px;
    padding: 4px 4px 4px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    font-weight: 300;
    transition: .4s all;
    display: flex;
    align-items: center;
    width: auto;
    font-size: 14px;
}

.Btn2 span {
    display: flex;
    align-items: center;
    background-color: var(--primarycolor);
    border-radius: 50%;
    width: 33px;
    height: 33px;
    justify-content: center;
    margin-left: 5px;
    transform: rotate(-45deg);
    transition: .4s;
    color: #fff;
}

.Btn2:hover {
    background-color: transparent;
    color: #fff;
}

.Btn2:hover span {
    background-color: #fff;
    color: var(--primarycolor);

}

.socialMediaList {
    display: flex;
    gap: 5px;
    align-items: center;
}


.socialMediaUl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 5px;
}

.socialMediaUl li a {

    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primarycolor);
    border-radius: 50%;
    color: #fff;
    transition: .4s;
}

.socialMediaUl li a:hover {
    background-color: var(--primaryDarkcolor);
}

.foooterSubbordertop {
    border-top: 1px solid #1a5553;
    padding-top: 20px;
}

.footerLocations li a:hover {
    color: #fff;
}

.copyright {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 12px;
}

.email-field {
    border: 0;
    height: 40px;
    padding-left: 20px;
    font-size: 14px;
    outline: 0;
    width: calc(100% - 90px);
    background: #0a1917;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #fff;
}

.subscribe-submit {
    box-shadow: none;
    border: 0;
    padding: 8px 16px;
    line-height: 1;
    font-size: 12px;
    margin-left: 6px;
    background: transparent;
    background: linear-gradient(50deg, var(--primaryLight) 0%, var(--primaryDark) 100%);
    /* border-radius: 0 4px 4px 0; */
    border-radius: 20px;

    height: 40px;
    outline: 0;
    transition: all 300msease;
    -webkit-transition: all 300msease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    color: #000;
    cursor: pointer;
}

.borderBottomInput::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.borderBottomInput::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

.borderLeft {
    border-left: 1px solid #c9c9c9;
}

.innereventsHeader {
    background-color: #f1f1f1;
    padding: 20px 30px;
    border-radius: 12px;
}

.socialUl li a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primarycolor);
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    transition: .4s;
}

.socialUl li a i {
    color: #fff;
}

.socialUl li a:hover {
    transform: scale(1.06);
}


.imgZoom img {
    transition: .8s;
}

.hover-effectBox:hover .imgZoom img {
    transform: scale(1.1);
}

.propertyPrice {
    color: var(--secondarycolor);
}


.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.sectionPadding {
    padding: 60px 0 60px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gallery img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s;
}

.gallery img:hover {
    transform: scale(1.05);
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 90%;
    width: auto;
    max-height: 80%;
    border-radius: 5px;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.slide-in-right {
    animation-name: slideInRight;
}

.slide-in-left {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    user-select: none;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}
/* ****************************************************** */
@media screen and (max-width:1544px) {

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 100vh;
    }

    #site-content {
        margin-top: 100vh;
    }
}

/* ****************************************************** */
@media screen and (width: 1376px) and (height: 780px) {

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 100vh;
    }

    #site-content {
        margin-top: 100vh;
    }
}

/* ****************************************************** */
@media screen and (width: 1376px) and (height: 680px) {

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 100vh;
    }

    #site-content {
        margin-top: 100vh;
    }
}

/* ****************************************************** */
@media screen and (width: 1376px) and (height: 580px) {

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 100vh;
    }

    #site-content {
        margin-top: 100vh;
    }
}

/* ****************************************************** */
@media screen and (width: 912px) and (height: 1368px) {

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 500px;
    }

    #site-content {
        margin-top: 500px;
    }
}

/* ****************************************************** */
@media screen and (width: 820px) and (height: 1180px) {

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 400px;
    }

    #site-content {
        margin-top: 400px;
    }
}

/* ****************************************************** */

@media screen and (width: 1280px) and (height: 800px) {

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 640px;
    }

    #site-content {
        margin-top: 640px;
    }
}

/* ****************************************************** */

@media screen and (width: 1024px) and (height: 1366px) {

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 520px;
    }

    #site-content {
        margin-top: 520px;
    }
}

/* ****************************************************** */

@media screen and (width: 768px) and (height: 1024px) {

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 400px;
    }

    #site-content {
        margin-top: 400px;
    }
}


/* ****************************************************** */
@media screen and (max-width:1024px) {

    .logoBox {
        max-width: 110px;
        transition: .4s;
        margin-left: 0 !important;
    }


    .navRightBox {
        justify-content: start;
    }


}

/* ************************************************************************ */
@media (max-width: 992.9px) {

    .animated {
        animation: none !important;
    }

    .sectionformPadding {
        padding: 60px 0;
    }

    .HomesearchBox {
        margin-top: 0;
    }

    #topBar {
        padding: 0;
        font-size: 14px;
        margin-left: 0;
        position: static;
    }

    #topBar a {
        padding: .8rem .8rem;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    #topBar ul.nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 1000;
        width: 100%;
        background-color: var(--menuBg);
        padding-left: 0;
    }

    ul.subMenu li a>i {
        position: absolute;
        right: 10px;
        transform: rotate(90deg);
    }

    #topBar ul.nav-menu.active {
        display: flex;
    }

    #topBar ul.nav-menu li {
        width: 100%;
    }

    ul.subMenu {
        position: relative;
        width: calc(100% - 10px);
        background-color: var(--primaryDarkcolor);
    }

    ul.subMenu ul.subMenu {
        position: relative;
        top: 0;
        left: 15px;
        background-color: #4d534f;
        width: 98%;
    }

    .container {
        width: 98% !important;
        /* margin-left: 15px;
        margin-right: 15px; */
    }

    .sectionbox {
        padding: 40px 0;
    }

    .footerTop h5 {
        font-size: 32px;
        line-height: 1.2;
    }

    .borderLeft {
        border: 0;
        margin-top: 20px;
    }

    .bgLeaf2,
    .bgLeaf3 {
        display: none;
    }
}

/* ************************************************************************ */
@media (max-width: 767.9px) {
    #site-content {
        margin-top: 100vh;
    }
}

/* ************************************************************************ */
@media (max-width: 768.9px) {


    .sectionPadding {
        padding: 30px 0 30px;
    }

    .visnBox {
        padding: 40px 26px;
    }

    .brighterBox,
    .contactBox {
        padding: 40px 26px;
    }

    .cutomerInfo {
        border-left: 0px solid #dbdbdb;
        border-top: 1px solid #dbdbdb;
    }

    .navBg {
        top: 0;
    }

    .prprtyTablImg {
        width: 160px;
    }

    .prprtyTablContnt {
        width: 190px;
    }

    .contact-info-area {
        padding: 35px;
        max-width: 100%;
        position: relative;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .contact-form-wrapper {
        max-width: calc(100% - 0px);
        padding: 35px;
        padding-left: auto;

    }

    .sectionformPadding {
        padding: 60px 0 0px;
    }

    .Homesearchfeild {
        font-size: 12px;
    }

    .copyright {
        text-align: left;
    }

    .footerTop h5 {
        font-size: 27px;
        line-height: 1.2;
    }

    .banner {
        padding: 30px 40px 30px 40px;
        height: 350px;
    }

    .maintitle {
        font-size: 35px;
    }

    .maincontent {
        font-size: 16px;
        padding: 20px 0;
    }

    .missionBox {
        bottom: -60px;
    }

    .missionBox p {
        font-size: 12px;
    }

    #mobile-menu {
        z-index: 9;
        left: 0;
    }

    .bannerContactInfo li img {
        margin-right: 3px;
        width: 13px;
    }



    .bannerContactInfo {
        margin-bottom: 20px;
        justify-content: center;
    }

    .bannerSocial {
        justify-content: center;
    }

    .bannerContactInfo {
        gap: 5px;
    }

    .bannerContactInfo li a {
        gap: 3px;
    }

    .bannerContactInfo li a p {
        font-size: 12px;
    }

}

/* ************************************************************************ */
@media (max-width: 639.9px) {

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .clip-element,
    .vedioClipBox,
    .bannerSocialBox {
        height: 80vh;
    }

    #site-content {
        margin-top: 80vh;
    }

    .bannerContactInfo li a p {
        font-size: 11px;
    }

    .container {
        width: calc(100% - 20px) !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .topbarUl a {
        font-size: 12px;
    }

    .topbarUl li a i {
        font-size: 14px;
    }

    .Homesearchfeild {
        padding-left: 5px;
        font-size: 12px;
    }

    .footerTop {
        width: 100%;
        padding: 30px 20px;
    }

    .email-field {
        border-radius: 4px 0 0 4px;
        padding-right: 26px;


    }

    .subscribe-submit {
        border-radius: 0 4px 4px 0;
        margin-left: -6px;
    }
}

/* ************************************************************************ */
@media (max-width: 560.9px) {

    .adressIcon {
        width: 35px;
    }

    .adressDetails {
        width: calc(100% - 45px);
        margin-left: 10px;
    }

    .adressBg {
        padding: 20px 0;
    }

    .topbarUl li a {
        padding: 4px 5px;
        font-size: 12px;
        gap: 4px;
    }

    .maintitle {
        font-size: 23px;
    }

    .maincontent {
        font-size: 14px;
        padding: 10px 0 0;
    }

    .buttonStyle1 {

        padding: 8px 13px;
        font-weight: 200;
        font-size: 13px;
    }

    .navRightBox {
        width: 160px;
    }


}

/* ************************************************************************ */
@media (max-width: 450.9px) {
    
    .invictaProductVideo {
        height: 157px;
    }
}

