/**
 Theme Name:     GTG Marina Landing 2026
 Author:         Global Top Group
 Text Domain:	 mgb-landing
 Description:    GTG theme for Marina Landing Page
 Version: 1.0
 */
:root {
    font-size: 13px;
    color: var(--text-primary);
    font-family: "TH-Body", "Roboto Condensed";
    --primary-color: #243447;
    --ps: rgb(36, 52, 71, 0);
    --secondary-color: #5A6A78;
    --accent-a: #b6985b;
    --accent-b: #D7C29C;
    --accent-c: #b9a98d;
    --accent-d: #f3d699;
    --text-primary:#ffffff;
    --text-secondary:#e7e7e7;
    --black-primary:#000000;

    --margin-b: 1rem;
    --gap-big: 2rem;
    --gap-mid: 1rem;
    --gap-sm: 0.5rem;

    --hero-h1: 2.5rem;

    --text-h1: 2rem;
    --text-h2: 1.5rem;
    --text-h3: 1.25rem;
    --text-sh: 1.25rem;
    --text-sm: 1rem;

    --swiper-navigation-size: 16px !important;
    --swiper-navigation-color: var(--primary-color);
}

.main-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

/* Zoho Forms Start*/

#crmWebToEntityForm {
    background-color: transparent;
    color: var(--text-primary);
    display: flex;
    align-items: center;
}

#crmWebToEntityForm form{
    flex: 1;
}

.zcwf_col_lab, .zcwf_col_fld_slt, .zcwf_col_fld > input {
    font-family: "TH-Body", "Roboto Condensed";;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.zcwf_col_fld > input[type=reset]{
    background-color: transparent;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
    box-sizing: border-box;
    transition-property: color, background-color ;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.zcwf_col_fld > input[type=reset]:hover {
    background-color: rgba(212, 230, 245, 0.5);
    color: var(--black-primary);
}

.zcwf_row {
    display: flex;
    align-items: center;
}

.wf_customMessageBox{
			font-family: "TH-Body", "Roboto Condensed";;
			color:  #132C14;
			background:   #F5FAF5;
			box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
			max-width: 90%;
			width: max-content;
			word-break: break-word;
			z-index: 11000;
			border-radius: 6px;
			border: 1px solid  #A9D3AB;
			min-width: 100px;
			padding: 10px 15px;
			display: flex;
			align-items: center;
			position: fixed;
			top: 20px;
			left: 50%;
			transform: translate(-50%, 0);
		}
		.wf_customCircle{
			position: relative;
			background-color:  #12AA67;
			border-radius: 100%;
			width: 20px;
			height: 20px;
			flex: none;
			margin-right: 7px;
		}
		.wf_customCheckMark{
			box-sizing: unset !important;
			position: absolute;
			transform: rotate(45deg)translate(-50%, -50%);
			left: 6px;
			top: 9px;
			height: 8px;
			width: 3px;
			border-bottom: 2px solid  #fff;
			border-right: 2px solid  #fff;
		}
		.wf_customClose{
			box-sizing: border-box;
			position: relative;
			width: 18px;
			height: 18px;
		}
		.wf_customClose::after, .wf_customClose::before{
			content: '';
			display: block;
			box-sizing: border-box;
			position: absolute;
			width: 12px;
			height: 1.5px;
			background:  #616E88;
			transform: rotate(45deg);
			border-radius: 5px;
			top: 8px;
			left: 8px;}
		.wf_customClose::after{
			transform: rotate(-45deg)}

        html,body{
			margin: 0px;
		}
		.formsubmit.zcwf_button{
			color: var(--black-primary)!important;
			background-color: var(--accent-a);
            border: 1px solid var(--accent-a) !important;
            transition-property: color, background-color, border ;
            transition-duration: 0.2s;
            transition-timing-function: ease-in-out;
		}
        .formsubmit.zcwf_button:hover{
			color: var(--black-primary)!important;
			background-color: var(--text-primary);
            border: 1px solid var(--text-primary) !important;
		}

		#crmWebToEntityForm.zcwf_lblLeft{
			width: 100%;
			padding: var(--gap-sm);
			margin: 0 auto;
			box-sizing: border-box;
		}
		#crmWebToEntityForm.zcwf_lblLeft *{
			box-sizing: border-box;
		}
		#crmWebToEntityForm {text-align: left;
		}
		#crmWebToEntityForm *{
		direction: ltr;
		}
		.zcwf_lblLeft .zcwf_title{
		word-wrap: break-word;
		padding: 0px 6px 10px;
		font-weight: bold }
		.zcwf_lblLeft.cpT_primaryBtn:hover{
		background: linear-gradient(#02acff 0,#006be4 100%)no-repeat padding-box !important;
		box-shadow: 0 -2px 0 0  #0159b9 inset !important;
		border: 0 !important;
		color:  #fff !important;
		outline: 0 !important;
		}
		.zcwf_lblLeft .zcwf_col_fld input[ type  = text], input[ type  = password], .zcwf_lblLeft .zcwf_col_fld textarea{
		width: 100%;
		border: 1px solid  #c0c6cc !important;
		resize: vertical;
		float: left;
        padding: 1rem;
		}
		.zcwf_lblLeft .zcwf_col_lab{
		width: 30%;
		word-break: break-word;
		padding: 0px 6px 0px;
		margin-right: 10px;
		margin-top: 5px;
		float: left;
		min-height: 1px;
		}
		.zcwf_lblLeft .zcwf_col_fld{
		float: left;
		width: 68%;
		padding: 0px 6px 0px;
		position: relative;
		margin-top: 5px;
		}
		.zcwf_lblLeft .zcwf_privacy {padding: 6px;
		}
		.zcwf_lblLeft .wfrm_fld_dpNn {display: none;
		}
		.dIB {display: inline-block;
		}
		.zcwf_lblLeft .zcwf_col_fld_slt{
		width: 100%;
		border: 1px solid  #ccc;
		background:  #fff;
		font-size: 12px;
		float: left;
		resize: vertical;
		padding: 1rem;
		}
		.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after{
		content: '';
		display: table;
		clear: both;
		}
		.zcwf_lblLeft .zcwf_col_help{
		float: left;
		margin-left: 7px;
		font-size: 12px;
		max-width: 35%;
		word-break: break-word;
		}
		.zcwf_lblLeft .zcwf_help_icon{
		cursor: pointer;
		width: 16px;
		height: 16px;
		display: inline-block;
		background:  #fff;
		border: 1px solid  #c0c6cc;
		color:  #c1c1c1;
		text-align: center;
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
		border-radius: 50%;
		}
		.zcwf_lblLeft .zcwf_row {
            margin: var(--gap-sm) 0px;
		}
		.zcwf_lblLeft .formsubmit{
		margin-right: 5px;
		cursor: pointer;
		color:  #313949;
		font-size: 1rem;
        text-transform: uppercase;
		}
		.zcwf_lblLeft .zcwf_privacy_txt{
		width: 90%;
		color: rgb(0, 0, 0);
		font-size: 12px;
		font-family: Arial;
		display: inline-block;
		vertical-align: top;
		color:  #313949;
		padding-top: 2px;
		margin-left: 6px;
		}
		.zcwf_lblLeft .zcwf_button{
		font-size: 1rem;
		color:  #313949;
		border: none;
		padding: 0.5rem 1rem;
		cursor: pointer;
		max-width: 120px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
        text-transform: uppercase;
		}
		.zcwf_lblLeft .zcwf_tooltip_over{
		position: relative;
		}
		.zcwf_lblLeft .zcwf_tooltip_ctn{
		position: absolute;
		background:  #dedede;
		padding: 3px 6px;
		top: 3px;
		border-radius: 4px;
		word-break: break-word;
		min-width: 100px;
		max-width: 150px;
		color:  #313949;
		z-index: 100;
		}
		.zcwf_lblLeft .zcwf_ckbox{
		float: left;
		}
		.zcwf_lblLeft .zcwf_file{
		width: 55%;
		box-sizing: border-box;
		float: left;
		}
		.cBoth:after{
		content: '';
		display: block;
		clear: both;
		}
		@media all and  (max-width: 600px){
		.zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld{
		float: none !important;
		}
		.zcwf_lblLeft .zcwf_col_help {width: 40%;
		}
		}

/* Zoho Forms End*/

main {
    color: var(--text-primary);
}

body {
    margin: 0;
    padding: 0;
}

h1, .h1 {
    font-family: "TH-Head", "Playfair Display";
    font-size: var(--text-h1);
    font-weight: 700;
    margin: 0;
}

h2, .h2 {
    font-family: "TH-Head", "Playfair Display";
    font-size: var(--text-h2);
    font-weight: 600;
    margin: 0;
}

h3, .h3 {
    font-family: "TH-Head", "Playfair Display";
    font-size: var(--text-h3);
    font-weight: 500;
    margin: 0;
}

.hero1 {
    font-family: "TH-Head", "Roboto Condensed";
    font-size: var(--hero-h1);
    font-weight: 800;
    margin: 0;
    color: var(--text-primary);
}

.hero2 {
    font-family: "TH-Head", "Roboto Condensed";
    font-size: var(--text-h2);
    font-weight: 700;
    margin: 0;
}

.hero3 {
    font-family: "TH-Head", "Roboto Condensed";
    font-size: var(--text-h3);
    font-weight: 600;
    margin: 0;
}

.subheading {
    font-family: "TH-Body", "Roboto Condensed";;
    font-size: var(--text-sh);
    font-weight: 500;
    margin: 0;
}

p, li {
    font-family: "TH-Body", "Roboto Condensed";;
    font-size: var(--text-sm);
    font-weight: 400;
    margin: 0;
    line-height: 1.5rem;
}

.label {
    font-family: "TH-Body", "Roboto Condensed";;
    font-size: var(--text-sm);
    font-weight: 500;
    margin: 0;
}

.pd-big {
    padding: var(--margin-b);
}

.img-blend {
    min-height: 250px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Animations Start*/

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--text-primary);
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after, .hover-underline-animation:focus::after {
    transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after, .hover-underline-animation.left:focus::after {
  transform-origin: bottom left;
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after, .hover-underline-animation.center:focus::after {
  transform-origin: bottom center;
}

.hover-underline-animation.right::after {
  transform-origin: bottom left;
}

.hover-underline-animation.right:hover::after, .hover-underline-animation.right:focus::after {
  transform-origin: bottom right;
}

/* Animations End*/

/* Global Elements Starts*/

    /* Button primary */

        .button-container {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .button-primary {
            border: none;
            background: var(--primary-color);
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }

        .button-primary:hover {
            background-color: var(--secondary-color);
        }

        .button-primary-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--text-primary) !important;
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
            border-bottom: 4px solid var(--accent-a);
        }

        /* Button Banner */

        .button-container {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .button-banner {
            border: none;
            background: var(--accent-a);
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
            white-space: nowrap;
        }

        .button-banner:hover {
            background-color: var(--text-primary);
        }

        .button-banner:hover .button-banner-link {
            color: var(--black-primary);
        }

        .button-banner-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--black-primary);
            transition: all ease 0.2s;
            padding: 1rem 3rem;
            text-align: center;
        }

    /* Button secondary */

        .button-secondary {
            border: none;
            background: var(--accent-a);
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }

        .button-secondary:hover {
            background-color: var(--black-primary);
        }

        .button-secondary:hover .button-secondary-link {
            color: var(--text-primary);
        }

        .button-secondary-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--black-primary);
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
        }

    /* Button Outline A */
    
        .button-outline {
            border: 2px solid var(--primary-color);
            background-color: transparent;
            transition: background-color 0.2s ease-in-out;
            padding: 0;
            cursor: pointer;
        }

        .button-outline:hover {
            background-color: rgba(212, 230, 245, 0.5);
        }

        .button-outline-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: var(--primary-color);
            transition: all ease 0.2s;
            padding: 1rem 2rem;
            text-align: center;
        }

    /* Button underline */

        .button-underline {
            background-color: transparent;
            border: none;
            width: max-content;
            padding: 0;
            text-decoration: underline;
            cursor: pointer;

            font-family: "TH-Body", "Roboto Condensed";
            font-size: 1rem;
            font-weight: 500;
            margin: 0;
        }

    /* Accordian */

        .accordian {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        .accordian-container {
            display: flex;
            gap: 1.5rem;
            color: var(--primary-color);
            width: 60%;
        }

        .flex-r {
            flex-direction: row-reverse;
        }

        .accordian-header {
            flex: 1 1 50%;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            position: relative;
        }

        .accordian-title {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .accordian-arrow {
            display: flex;
            align-items: center;
            transition: transform 0.2s ease-in-out;
            transform: rotate(-90deg);
        }

        .accordian-arrow svg{
            fill: var(--text-primary);
            width: 10px;
            height: 10px;
        }

        .accordian-header img {
            width: 100%;
            height: auto;
            object-fit: cover;
            aspect-ratio: 4/5;
        }

        .accordian-card-wrapper {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            flex: 1 1 50%;
        }

        .accordian-card {
            display: flex;
            flex-direction: column;
        }

        .accordian-card-info {
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.2s ease-out;
        }

        .accordian-p {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding: 1rem;
        }

        .accordian-card-title {
            cursor: pointer;
            padding: 1rem 1rem;
            color: var(--text-primary);
            background: var(--primary-color);
            border-bottom: 4px solid var(--accent-a);
            transition: border 200ms ease-in-out;
            user-select: none;
            display: flex;
            gap: 1rem;
        }

        .accordian-card-title.active > .accordian-arrow {
            transform: rotate(0deg);
        }

    /* FAQs */

    .faqs {
        width: 100%;
    }

    .faqs h2{
        color: var(--primary-color);
    }

    .faqs h3{
        color: var(--primary-color);
    }

    .faq-card-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .faq-cta-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        width: 100%;
    }

    .faq-cta-container {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .faq-card-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: var(--gap-big) 0;
    }

    .faq-card-title {
        cursor: pointer;
        padding: 1rem 1rem;
        color: var(--text-primary);
        background: var(--primary-color);
        border-bottom: 4px solid var(--secondary-color);
        transition: border 200ms ease-in-out;
        user-select: none;
        display: flex;
        gap: 1rem;
    }

    .faq-card-title:hover {
        border-color: var(--accent-a);
    }

    .faq-card-title.active {
        border-color: var(--accent-a);
    }

    .faq-card-title.active > .accordian-arrow {
        transform: rotate(0deg);
    }

    .faq-card {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .faq-card-info {
        color: var(--primary-color);
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.2s ease-out;
    }

    .faq-card-info p > a {
        color: var(--primary-color);
    }

    .faq-card-info p {
        padding: 1rem;
    }

/* Global Elements Ends*/

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(0px);
}

.nav-bg {
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 120%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap-mid);
    padding: 1rem 0;
}

.logo {
    display: flex;
    justify-content: center;
}

.nav-block {
    /* flex: 1; */
    display: flex;
}

.logo img {
    width: 4rem;
    height: auto;
    filter: drop-shadow(0 2px 5px 0 rgb(0, 0, 0, 0.4));
}

.lang {
    justify-content: flex-end;
}

.nav-lang {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    color: var(--text-primary);
    border-radius: 0.5rem;
    gap: 0.5rem;
    background-color: transparent;
    font-style: normal;
    font-family: "TH-Body", "Roboto Condensed";
    position: relative;
    width: max-content;
}

.nav-lang:hover > button{
    background-color: var(--text-secondary);
    color: var(--black-primary);
    border-color: var(--text-secondary);
}

.nav-lang > button {
    background-color: transparent;
    font-style: normal;
    font-family: "TH-Body", "Roboto Condensed";
    appearance: none;
    border: none;
    font-size: 1rem;
    color: var(--text-primary);
    cursor: pointer;
    height: 100%;
    transition: all 0.2s ease-in-out;
    padding: 0.5rem 1.25rem;
    border: 2px solid var(--text-primary);
    gap: 0.5rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.nav-lang svg {
    pointer-events: none;
    width: 18px;
    height: 12px;
}

.nav-lang.active {
    background-color: var(--text-secondary);
}

.nav-lang.active > button{
    color: var(--black-primary);
    border-color: var(--text-secondary);
    background-color: var(--text-secondary);
}

.nav-lang-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 0.5rem);
    background-color: var(--text-primary);
    color: var(--primary-color);
    box-shadow: 0 2px 5px 0 rgb(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: all 0.2s ease-in-out;
}

.nav-lang.active > button + .nav-lang-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.lang-links {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lang-link {
    display: flex;
    flex: 1;
    padding: 1rem;
    text-decoration: none;
    color: var(--primary-color);
    border-bottom: 1px solid var(--text-secondary);
    transition: all 0.2s ease-in-out;
    gap: 0.5rem;
}

.lang-link:hover {
    text-decoration: none;
    color: var(--black-primary);
    background-color: var(--text-secondary);
}

.lang-svg-wrapper svg{
    pointer-events: none;
    width: 18px;
    height: 12px;
}

/* Hero Start */

.hero {
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    transform: translate(0, 0%);
    left: 0;
    margin-left: var(--margin-b);
    margin-right: var(--margin-b);
    max-width: none;
    width: auto;
}

.hero-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--gap-mid);
}

.hero-container {
    display: flex;
    flex-direction: column;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.5));
    text-transform: uppercase;
    max-width: max-content;
    position: relative;
}

.hero-container h1 {
    width: 100%;
}

.hero-container .hero-logo {
    width: 50%;
    height: auto;
}

.hero-container .hero-promo {
    width: 100%;
    height: auto;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    min-height: 90vh;
}

.video-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: brightness(80%);
    object-fit: cover;
}

/* Hero End */

/* New Landing Start */

.body-wrap {
    color: var(--primary-color);
}

.body-section, .navbar, .footer-wrap, .gallery-display-wrapper, .gallery-top {
    margin-left: var(--margin-b);
    margin-right: var(--margin-b);
    max-width: none;
    width: auto;
}

.body-section p,
.body-section ul {
    color: var(--secondary-color);
}

.bg-primary p,
.bg-primary ul{
    color: var(--text-secondary);
}

.proof-section {
    padding: var(--gap-mid) 0;
}

.proof-body {
    display: flex;
    gap: var(--gap-mid);
    flex-direction: column;
    text-align: left;
}

.proof-wrap {
    display: flex;
    gap: var(--gap-mid);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.proof-head {
    flex: 1 1 100%;
    order: 1;
}

.proof-card {
    flex: 1 1 30%;
    width: 30%;
    order: 2;
}

.proof-card img {
    width: 100%;
    height: auto;
}

.body-section-wrap {
    display: flex;
    flex-direction: column;
    gap: var(--gap-mid);
}

.body-section-wrap2 {
    display: flex;
    flex-direction: column;
    gap: var(--gap-big);
    position: relative;
}

.body-section-wrap3 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.block-head {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-sizing: border-box;
}

.block-img {
    position: relative;
}

.block-badge {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.block-badge img {
    max-width: 10rem;
    height: auto;
}

.block-img > img {
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    height: 100%;
}

.block-card {
    color: rgb(36, 52, 71);
    background: linear-gradient(rgba(36, 52, 71, 0.8),rgba(36, 52, 71, 1));
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(36, 52, 71, 0.8);
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    padding: var(--gap-mid);
}

.contact-wrap h2{
    text-align: center;
}

.invest-service {
    display: flex;
    gap: var(--gap-mid);
    flex-direction: column;
}

.service-card {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: var(--gap-mid);
    background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgb(227, 196, 144) 100%), linear-gradient(rgba(90, 106, 120, 0.6),rgba(90, 106, 120, 0.6));
    color: var(--primary-color);
    text-align: center;
}

.service-card img {
    width: 100%;
    height: auto;
}

.service-card h3 {
    color: #695630;
}

.service-card p {
    color: var(--primary-color);
}

.gallery-section {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--gap-big);
}

.gallery-head {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.gallery-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.gallery-img-main {
    width: 60%;
    z-index: 1;
}

.gallery-img-left,
.gallery-img-right {
    width: 25%;
    position: absolute;
    z-index: 0;
    top: var(--gap-big);
}

.gallery-img-left:before,
.gallery-img-right:before {
    content: '';
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(255,255,255,0.9),rgba(255,255,255,0));
    z-index: 1;
}

.gallery-img-main img{
    width: 100%;
    height: auto;
}

.gallery-img-left img,
.gallery-img-right img{
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.gallery-img-left {
    left: 0;
}

.gallery-img-right {
    right: 0;
}

.gallery {
    position: fixed;
    z-index: 3000;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.gallery-display {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 85vh;
    color: var(--text-primary);
    gap: 0.5rem;
}

.gallery-item-wrap {
    display: flex;
    gap: 0.5rem;
}

.gallery-item {
    flex: 1;
    display: flex;
}

.gallery-top {
    display: flex;
    justify-content: flex-end;
    padding-top: var(--gap-mid);
}

.gallery-close {
    background-color: transparent;
    font-style: normal;
    font-family: "TH-Body" , "Roboto Condensed";
    appearance: none;
    border: none;
    font-size: 4rem;
    color: var(--text-primary);
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    display: flex;
    width: max-content;
}

.gallery-close svg{
    width: 2rem;
    height: auto;
    fill: var(--text-primary);
}

.projectimg {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.carousel-head {
    position: relative;
    flex: 1 1 50%;
    display: flex;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    order: 2;
}

.carousel-text {
    position: static;
    align-items: center;
}

.carousel-container {
    display: flex;
    gap: var(--gap-mid);
    width: 100%;
    flex-direction: column;
    flex: 1 1 50%;
    order: 1;
}

.carousel-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 30%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
}

.tagline-text {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
}

.tagline-text-item {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.location-container iframe {
    width: 100%;
}

    /* Interchange element Start*/

    .show {
        display: flex !important;
    }

    .item-break {
        border: 1px solid var(--accent-a);
        width: 100%;
    }

    .item-break2 {
        border: 1px solid var(--accent-a);
        width: 60%;
    }

    .col-8 {
        flex: 1 1 80%;
    }

    .col-7 {
        flex: 1 1 60%;
    }

    .col-6 {
        flex: 1 1 60%;
    }

    .col-5 {
        flex: 1 1 50%;
    }

    .col-4 {
        flex: 1 1 40%;
    }

    .col-3 {
        flex: 1 1 30%;
    }

    .col-2 {
        flex: 1 1 20%;
    }

    .bg-white {
        background-color: var(--text-primary);
    }

    .bg-white2 {
        background-color: var(--text-secondary);
    }

    .bg-primary {
        background-color: var(--primary-color);
    }

    .bg-primary h1,
    .bg-primary h2,
    .bg-primary h3 {
        color: var(--text-primary);
    }

    .bg-secondary {
        background-color: var(--accent-a);
    }

    .bg-secondary h1,
    .bg-secondary h2,
    .bg-secondary h3,
    .bg-secondary p,
    .bg-secondary span {
        color: var(--black-primary);
    }

    .bg-section {
        padding: var(--gap-big) 0;
    }

    .bg-contact {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-image: linear-gradient(0deg, rgba(36, 52, 71, 0.5)), url(https://globaltopgroup.com/wp-content/uploads/img/marina/parking.webp);
    }
    
    .j-center {
        justify-content: center;
    }

    .a-center {
        align-items: center;
    }

    /* Interchange element End*/

/* Swiper Starts */

    .bullet-color {
        background-color: rgba(36, 52, 71, 0.8);
        padding: 0.25rem 0.5rem;
        margin: 0 4px;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
        border: 1px solid var(--primary-color);
    }

    .bullet-color-active {
        background-color: rgba(182, 152, 91, 0.8);
        border: 1px solid var(--text-primary);
    }

    .swiper-pagination {
        display: flex;
        justify-content: center;
    }

    .swiper-button-next, .swiper-button-prev {
        border: 1px solid var(--text-primary)!important;
        background-color: rgba(212, 230, 245, 0.5);
        padding: 1rem;
        transition-property: color, background-color ;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        color: var(--black-primary)!important;
        background-color: var(--text-primary);
        padding: 1rem;
    }

    .plan-img-wrap {
        width: 100%;
    }

    .swiper-slide {
        display: flex !important;
        height: auto !important;
        align-self: stretch;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .swiper-slide > a {
        display: flex;
    }

    .swiper-header {
        display: flex;
        justify-content: space-between;
        padding: 1rem;
        background-color: var(--primary-color);
    }

    .swiper-head {
        display: flex;
        align-items: flex-end;
    }

    .swiper-head > h3{
        color: var(--text-primary);
    }

    .swiper-head > p{
        color: var(--text-secondary);
    }

/* Swiper Ends */

/* Footer Start */

footer {
    background-color: var(--black-primary);
}

.footer-wrap {
    padding: var(--margin-b);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--gap-mid);
}

.footer-logo {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-logo img {
    width: auto;
    height: 3rem;
}

.footer-container {
    display: flex;
    gap: var(--gap-mid);
    width: 100%;
    flex-wrap: wrap;
}

.footer-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 1 58%;
}

.footer-title h3{
    color: var(--accent-a);
}

.footer-item-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
}

.footer-item{
    text-decoration: none;
    color: var(--text-primary);
    display: flex;
    max-width: max-content;
    gap: var(--gap-sm);
    align-items: flex-start;
}

.footer-item svg{
    width: 1.5rem;
    fill: var(--text-primary);
}

.copyright-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--text-secondary);
}

.footer-social {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.social-item svg{
    width: 20px;
    height: 20px;
    fill: var(--accent-a);
    transition: fill 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border: 2px solid var(--accent-a);
    padding: 0.5rem;
    border-radius: 20px;
}

.footer-social svg:hover{
    fill: var(--text-primary);
    background-color: var(--accent-a);
}

.social-item {
    display: flex;
}

.vl {
    border-left: 1px solid var(--text-secondary);
    height: 4rem;
}

/* Footer End */

@media (min-width: 640px) {

    :root {
        font-size: 16px;
        --margin-b: 1.875rem;
        --gap-big: 2.5rem;
        --gap-mid: 2rem;

        --text-h1: 2.5rem;
        --text-h2: 2rem;
        --text-h3: 1.75rem;
    } 

    .hero-container .hero-logo {
        width: 30%;
        height: auto;
    }

    .hero-container .hero-promo {
        width: 35rem;
    }

    .logo img {
        width: 5rem;
        height: auto;
    }

    .footer-logo img {
        width: auto;
        height: 4rem;
    }

    .footer-wrap {
        align-items: center;
    }

    .footer-container {
        width: 100%;
        justify-content: center;
    }

    .footer-card {
        flex: 0 1 auto;
    }

    .footer-social {
        justify-content: center;
    }

    .contact-benefit {
        flex-direction: row;
    }

    .proof-body {
        text-align: center;
    }

    .faq-card {
        width: 80%;
    }

    .faq-card-container, .faq-card-header {
        align-items: center;
    }

    .block-badge {
        left: -30px;
    }

    .block-badge img {
        max-width: 20rem;
    }

    .img-blend {
        min-height: 400px;
    }

}

@media (min-width: 900px) {

    :root {
        --margin-b: 3.125rem;
        --gap-big: 4rem;
        --gap-mid: 2rem;

        --hero-h1: 4rem;

        --text-h1: 3rem;
        --text-h2: 2.5rem;
        --text-h3: 2rem;
    }

    .logo img {
        width: 5rem;
    }

    .contact{
        flex-direction: row;
    }

    .plan-display-item {
        width: 30%;
    }

    .body-section-wrap2,
    .body-section-wrap3 {
        flex-direction: row;
    }

    .carousel-text {
        position: sticky;
        top: 50%;
        align-items: flex-start;
    }

    .carousel-head {
        order: 1;
        text-align: left;
    }

    .carousel-container {
        order: 2;
        width: 50%;
    }

    .proof-head {
        flex: 1 1 40%;
        order: 0;
    }

    .proof-card {
        flex: 1 1 25%;
        width: 25%;
        order: 0;
    }

    .invest-service {
        flex-direction: row;
    }

    .blend-primary {
        box-shadow: inset 100px 0 30px -50px rgba(36, 52, 71, 1);
    }

    .blend-white {
        box-shadow: inset 100px 0 30px -50px rgb(255, 255, 255);
    }

}

@media (min-width: 1200px) {

    :root {
        --margin-b: 6rem;
        --gap-big: 6rem;
    }

    .video-wrapper {
        min-height: 100vh;
    }

    .tagline-text {
        color: var(--primary-color);
        display: flex;
        flex-direction: row;
        gap: var(--gap-mid);
    }

    .info-display {
        flex-direction: row;
        gap: var(--gap-mid);
    }

    .gallery-head {
        width: 50%;
    }

    .gallery-section {
        min-height: 100vh;
    }

    .hero-container h1 {
        width: 70%;
    }

}

@media (min-width: 1600px) {

    .body-section, .navbar, .footer-wrap, .gallery-display-wrapper, .gallery-top {
        margin-inline: auto;
        max-width: calc(1600px - var(--margin-b) * 2);
        width: 100%;
    }

    .hero {
        margin-inline: auto;
        max-width: calc(1600px - var(--margin-b) * 2);
        left: 50%;
        width: 100%;
        bottom: 6rem;
        transform: translate(-50%, 0);
    }

    .tagline-text {
        gap: var(--gap-mid);
    }

    .info-display {
        gap: var(--gap-big);
    }

    .faq-card {
        width: 50%;
    }

}