/**
 * Theme Name:     Twenty Twenty GTG Marina Landing
 * Author:         Book GTG
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-gtg-marina-landing
 * Description:    GTG theme for Marina Landing Page
 */
: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;
    --text-primary:#ffffff;
    --text-secondary:#C5C5C5;
    --black-primary:#000000;

    --margin-b: 1rem;
    --gap-big: 2rem;
    --gap-mid: 1rem;
    --gap-sm: 0.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 {
    font-family: "TH-Head", "Prompt", "Playfair Display";
    font-size: var(--text-h1);
    font-weight: 700;
    margin: 0;
}

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

h3 {
    font-family: "TH-Head", "Prompt", "Playfair Display";
    font-size: var(--text-h3);
    font-weight: 500;
    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;
    text-transform: uppercase;
}

/* 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*/

    /* Read More Read Less */

        /* Hides all the expandees */
        .expandable .expandee {
            display: none;
        }

        /* Shows the expandee when .expanded is added to the parent of expandee */
        .expanded .expandee {
            display: block;
        }

    /* 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 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(--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 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);
        }

    /* Gallery Zoom */
    /* The Modal (background) */
        .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 4000; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
        justify-content: center;
        align-items: center;
        }

        /* Modal Content (image) */
        .modal-content {
        margin: auto;
        display: block;
        max-height: 80vh;
        max-width: 80vw;
        }

        /* Caption of Modal Image */
        #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
        }

        /* Add Animation */
        .modal-content, #caption {  
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
        }

        @-webkit-keyframes zoom {
        from {transform:scale(0)} 
        to {transform:scale(1)}
        }

        @keyframes zoom {
        from {transform:scale(0.1)} 
        to {transform:scale(1)}
        }

        /* The Close Button */
        .close {
        position: absolute;
        top: 0;
        right: 0;
        color: var(--text-primary);
        font-size: 4rem;
        font-weight: bold;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        }

/* 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.9) 0%, rgba(0, 0, 0, 0.6) 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: flex-start;
    align-items: center;
    gap: var(--gap-mid);
    padding: var(--gap-mid);
}

.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 {
    display: flex;
    /* padding-top: 4rem; */
    background-color: var(--primary-color);
}

.hero > picture img {
    width: 100%;
    height: auto;
}

.hero picture {
    object-fit: cover;
    width: 100%;
    display: flex;
}

.award {
    display: flex;
    gap: var(--gap-mid);
    justify-content: center;
}

.award-card {
    width: 30%;
}

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

.section-group {
    display: flex;
    gap: var(--gap-big);
}

.firsthalf {
    padding-top: var(--gap-big);
    padding-bottom: var(--gap-mid);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: linear-gradient(0deg, rgba(212, 230, 245, 0.5)), url(https://marinagoldenbay.globaltopgroup.com/wp-content/uploads/img/marble2.webp);
}

.secondhalf {
    padding-top: var(--gap-mid);
    padding-bottom: var(--gap-big);
    background-color: var(--primary-color);
}

.body-group {
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: var(--gap-big);
}

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

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

.secondhalf > .body-section p {
    color: var(--text-secondary);
}

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

.contact {
    display: flex;
    gap: var(--gap-big);
    flex-direction: column;
}

.contact-head h2, .contact-head h3{
    text-align: center;
    color: var(--accent-a);
}

.contact-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--gap-mid);
    justify-content: flex-start;
}

.contact-h1 {
    position: relative;
}

.contact-h1:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
    background-color: var(--accent-a);
}

.benefit-item {
    display: flex;
    align-items: center;
    flex: 1 1 48%;
    gap: var(--gap-sm);
    box-sizing: border-box;
}

.benefit-svg {
    width: 2rem;
    height: auto;
    fill: var(--accent-a);
}

.contact-benefit {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: var(--gap-sm);
    box-sizing: border-box;
}

.contact-form {
    flex: 1;
}

.contact-wrapper {
    background-color: var(--primary-color);
    color: var(--accent-a);
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

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

.tagline > .subheading {
    color: var(--secondary-color);
}

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

.secondhalf .tagline > .subheading {
    color: var(--accent-a);
}

.secondhalf .tagline-text {
    color: var(--text-primary);
}

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

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

.info-img {
    flex: 1;
    display: flex;
}

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

.info-text {
    flex: 1;
    display: flex;
    align-items: center;
}

.info-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.info-card {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: var(--gap-sm) 0;
    box-sizing: border-box;
}

.info-h3 {
    position: relative;
}

.info-h3:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
    background-color: var(--accent-a);
}

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

/* Testimonial */

    .testimonial {
        background-color: var(--secondary-color);
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--text-primary);
        position: relative;
        padding: 2.5rem 3.75rem;
    }

    .testimonial-display {
        width: 80%;
        display: flex;
        height: 15vw;
        justify-content: center;
        position: relative;
    }

    .swiper-review {
        width: 100%;
    }

    .testimonial-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 1rem;
        padding: 2rem 0;
    }

    .testimonial-card > .subheading {
        width: 80%;
        text-align: center;
    }

    .swiper-testimonial-author {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .testimonial-heading {
        z-index: 1;
        text-align: center;
        color: var(--text-primary);
    }

    .testimonial-carousel{
        width: 100%;
        position: relative;
        height: 100%;
    }

    .testimonial-carousel > ul{
        margin: 0;
        padding: 0rem;
        list-style: none;
    }

    .testimonial-bg svg{
        width: 50%;
        height: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        fill: #44505E;
    }

    .testimonial-scrollbar {
        display: none;
    }

/* Swiper Starts */

    .bullet-color {
        background-color: var(--primary-color);
        padding: 0.25rem;
        border-radius: 500px;
        margin: 0 4px;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
    }

    .bullet-color-active {
        background-color: var(--accent-a);
    }

    .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-item-container {
        display: flex;
        gap: var(--gap-mid);
        width: 100%;
        flex-direction: column;
    }

    .plan-display-item {
        display: flex;
        flex-direction: column-reverse;
        flex: 1 1 30%;
        width: 100%;
    }

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

    .swiper-slide {
        display: flex !important;
    }

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

    .swiper-header {
        display: flex;
        justify-content: space-between;
        padding: 1rem;
        background-color: var(--secondary-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 */

.gallery-display {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: column;
    gap: var(--gap-sm);
    height: 30vw;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    cursor: pointer;
}

.grid-aside {
    grid-column: span 3 / span 3;
}

.grid-mid {
    grid-row: span 2 / span 2;
    grid-column: span 6 / span 6;
}

.gallery-item img{
    width: auto;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    color: var(--text-primary);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.img1 {
    background-image: url("https://globaltopgroup.com/wp-content/uploads/img/marina/marina1.webp");
}

.img2 {
    background-image: url("https://globaltopgroup.com/wp-content/uploads/img/marina/marina2.webp");
}

.img3 {
    background-image: url("https://globaltopgroup.com/wp-content/uploads/img/marina/marina3.webp");
}

.img4 {
    background-image: url("https://globaltopgroup.com/wp-content/uploads/img/marina/marina4.webp");
}

.img5 {
    background-image: url("https://globaltopgroup.com/wp-content/uploads/img/marina/marina5.webp");
}

/* PopUp Window Gallery */

.img-window {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4000;
    flex-direction: column;
    gap: var(--gap-mid);
}

.img-window img {
    max-height: 80vh;
    max-width: 80vw;
}

.img-window-bg {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* Pop Window Button */

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

.img-btn-next {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
    position: static;

    z-index: 4000;
    font-family: "TH-Body", "Roboto Condensed";
    font-size: var(--text-h3);
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;

    transition: background-color 0.2s ease-in-out;

    top: auto;
    bottom: 0;

    user-select: none;
}

.img-btn-next:hover {
    background-color: rgba(212, 230, 245, 0.5);
}

.img-btn-prev {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
    position: static;

    z-index: 4000;
    font-family: "TH-Body", "Roboto Condensed";
    font-size: var(--text-h3);
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;

    transition: background-color 0.2s ease-in-out;

    top: auto;
    bottom: 0;

    user-select: none;
}

.img-btn-prev:hover {
    background-color: rgba(212, 230, 245, 0.5);
}

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;
}

@media (min-width: 640px) {

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

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

    .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;
    }
}

@media (min-width: 900px) {

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

    .contact{
        flex-direction: row;
    }

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

}

@media (min-width: 1200px) {

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

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

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

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

    .swiper-review {
        width: 60%;
    }

    .plan-item-container {
        flex-direction: row;
    }

}

@media (min-width: 1600px) {

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

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

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

    .img-btn-next, .img-btn-prev {
        position: fixed;
        top: 48vh;
        bottom: auto;
    }
}