
#locationSec {
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
    background-color: #edf0f4;
	overflow: hidden;
    text-align: center;
}

#locationSec .image {
    flex: 1 1 300px;
}

/* Line with word */

#locationSec .line-with-word {
    position: absolute;
    z-index: 1;
    width: 50%;
    top: -50px;
}

#locationSec .horizontal-line {
    width: 100%;
    height: 4px;
    background-color: white;
    position: relative;
}

#locationSec .label {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 6px;
    font-size: 30px !important;
    color: white;
    white-space: nowrap;
    line-height: 38px !important;
}

#locationSec .vertical-line {
    width: 4px;
    height: 60px;
    background-color: white;
    float: right;
}
/* Fin Line with word */

#locationSec .location {
	display: flex;
	flex-direction: row;
    margin-inline: 67px;
    margin-top: 102px;
    margin-bottom: 40px;
}
#locationSec .location .image {
	position: relative;
	float: left;
}
#locationSec .location .thumb1 {
	float: right;
    width: 70%;
}
#locationSec .location .thumb1 img {
	width: 100%;
    height: auto;
}
#locationSec .location .thumb2 {
	width: 63%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#locationSec .location .image img {
    height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#locationSec .location .content {
	position: relative;
    float: left;
    width: 50%;
	align-self: center;
}

#locationSec .location .content .text {
    padding-inline: 40px;
}
#locationSec .location .content h2 {
    margin: 0;
    font-size: var(--font-title-size);
    color: white;
    font-weight: 500;
    line-height: 70px;
    text-transform: uppercase;
}
#locationSec .location .content h3 {
    margin: 0;
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 70px;
}
#locationSec .location .content p {
	margin: 0 0 20px 0;
    font-size: var(--font-text-size);
    color: var(--primary-color);
    font-weight: 400;
    line-height: 28px;
}
#locationSec .location .content p:last-child {
	margin-bottom: 0;
}
#locationSec .location .content a.link {
    position: relative;
	display: inline-block;
    margin: 0;
    padding: 0 0 0 27px;
	font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 28px;
	text-decoration: underline;
    text-underline-offset: 3px;
    transition: all .3s ease-in-out;
}
#locationSec .location .content a.link:hover {
	color: var(--secondary-color);
}
#locationSec .location .content a.link img {
    position: absolute;
    top: 3px;
    left: 0;
}


/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

#locationSec span.verticalTitle				{ font-size: 13px; left: 4px; transform: translateX(0) translateY(-50%) rotate(-180deg); }
#locationSec .location .content p			{ font-size: 16px; line-height: 26px; }
#locationSec .location .content a.link		{ font-size: 16px; line-height: 26px; }

}

@media (max-width: 992px) {
    #locationSec {
        padding-inline: unset;
    }

    #locationSec .location {
        margin: 45px 15px;
        margin-bottom: 15px;
    }

    #locationSec .location .content .text {
        padding-inline: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #locationSec .location {
        flex-direction: column;
    }

    #locationSec .line-with-word {
        top: unset;
    }

    #locationSec .location .image {
        margin: 0 auto;
        width: 100%;
    }

    #locationSec .location .content {
        width: 100%;
    }
    #locationSec .location .content .text {
        margin-top: 80px;
    }
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {


#locationSec								{ padding-top: 70px; padding-bottom: 70px; }
#locationSec span.verticalTitle				{ display: none; }
#locationSec .location						{ align-items: flex-start; }
#locationSec .location .image				{ padding-top: 0; padding-bottom: 70px; }
#locationSec .location .content				{ padding-right: 30px; }
#locationSec .location .content h3			{ font-size: 40px; line-height: 26px; }
#locationSec .location .content p			{ font-size: 16px; line-height: 26px; }
#locationSec .location .content a.link		{ font-size: 16px; line-height: 26px; }


}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

#locationSec span.verticalTitle				{ display: none; }
#locationSec .location						{ flex-direction: column; }
#locationSec .location .image				{ width: 100%; padding-top: 0; padding-bottom: 50px; }
#locationSec .location .content				{ width: 100%; padding-top: 30px; padding-right: 0; }
#locationSec .location .content h3			{ line-height: normal; margin-bottom: 20px; }
#locationSec .location .content p			{ line-height: 26px; }
#locationSec .location .content a.link		{ font-size: 16px; line-height: 26px; }

}
