@import url('font/font.css');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quintessential&family=Raleway:wght@100&display=swap');


body {
    font-family: proximanova-light, sans-serif;
    font-size: 0.9em;
    background: #091d43;
    color: #fff;
    height: 100%;
    padding: 0;
    margin: 0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 100 !important;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}


ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #ffffff;
    text-decoration: none;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.navbar {
    padding-left: 3%;
    padding-right: 3%;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
}

header.header {
    border-bottom: 1px solid #54638e;
    background: transparent;
}

header.headerFixed {
    background: rgba(9, 29, 67, 1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.15s ease-out;
}

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

    to {
        transform: translateY(0);
    }
}

header.headerFixed .nav-link {
    line-height: 64px !important;
}

header.header .nav-item {
    /*flex: 1 1 100%; */
}

header.header .nav-item:nth-child(1) {
    flex: 1;
}

header.header .nav-item:nth-child(2) {
    flex: 1;
}

header.header .nav-item:nth-child(3) {
    flex: 1;
}

header.header .nav-item:nth-child(4) {
    flex: 1;
}

header.header .nav-item:nth-child(5) {
    flex: 0.7;
}

header.header .nav-item:nth-child(6) {
    flex: 0.7;
}

header.header .nav-item:nth-child(7) {
    flex: 0.6;
}

header.header .nav-link {
    line-height: 80px;
    color: #fff;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1.2px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

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

.mobileLogo {
    display: none;
}

.slider {
    overflow-x: hidden;
    position: relative;
}

.slider .slider-image {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

.swiper-slide {
    /*
    height: 100vh;
    */
    min-height: 800px;
}

.content-4 .count {
    color: #091d43 !important;
}

.slider .slider-box {
    top: 150px;
    z-index: 9999;
    position: relative;
}

.slider .slider-box h2 {
    color: #97d5ff;
    text-align: right;
    font-size: 24px;
    font-family: Raleway, sans-serif;
    letter-spacing: normal;

}

.slider .slider-box p {
    text-align: right;
    margin-top: 30px;
    color: #fff;
    font-size: 75px;
    line-height: 110%;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    letter-spacing: -4px;
}


.slider .slider-box-center {
    top: 300px;
    z-index: 9999;
    position: relative;
}


.slider .slider-box-center h2 {
    color: #97d5ff;
    text-align: center;
    font-size: 24px;
}

.slider .slider-box-center p {
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 90px;
    line-height: 110%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    letter-spacing: -4px;
}



.content-1 {
    overflow-x: hidden;
    padding: 50px 0;
}

.content-1 .content-1-left h2 {
    color: #97d5ff;
    font-size: 1.9em;
    font-family: Raleway, sans-serif;
    letter-spacing: normal;
    font-weight: 100 !important;
}

.content-1 .content-1-left h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    padding: 20px 0
}

.content-1 .content-1-left p {
    font-size: 28px;
}

.white-bg-radius {
    color: #191e27;
    background: #f0f9ff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 8.3%;
    padding-right: 8.3%;
    border-radius: 30px;
    min-height: 300px;
}

.white-bg-radius * {
    color: #191e27;
}

.content-2 {
    overflow-x: hidden;
}

.content-2 h1 {
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 15px 0;
    color: #191e27;
    text-shadow: 0 0 0;
}

.content-padding {
    padding-left: 8.3%;
    padding-right: 8.3%;
}

.content-2 h2 {
    color: #091d43;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 24px;
    text-shadow: 0 0 0;

}

.content-2 .content-2-text {
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 10px;
    text-shadow: 0 0 0;
}

.content-2 p {
    color: #191e27;
    padding: 2px 0;
    font-size: 1.5em;
    display: block;
    width: 85%;
}

.btn-desing1 {
    color: #fff;
    --bs-btn-color: #fff;
    --bs-btn-bg: #091d43;
    --bs-btn-border-color: #091d43;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #091d43;
    --bs-btn-hover-border-color: #091d43;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #091d43;
    --bs-btn-active-border-color: #091d43;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #091d43;
    --bs-btn-disabled-border-color: #091d43;
    padding: 20px 50px;
    border-radius: 50px;
}

.btn-desing1 div {
    background: -webkit-linear-gradient(#ffffff, #9da6b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-grid .slide {
    padding: 5px
}

.content-3 {
    overflow-x: hidden;
    background: rgb(13, 37, 81);
    background: linear-gradient(90deg, rgba(13, 37, 81, 1) 0%, rgba(9, 29, 67, 1) 100%);
    padding: 50px 0;
}

.content-3 h2 {
    color: #97d5ff;
    padding: 15px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 25px;
    margin-top: 25px;
}

.content-3 p {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    padding: 10px 0;
    font-size: 1.4em;
    width: 100%;
}

.content-3 h1 {
    font-weight: 600;
    font-size: 50px;
    font-family: 'Manrope', sans-serif;

}

.content-3 .slick-slider {
    margin: 20px 0
}

.content-3 .slick-slider img {}

.content-3 .custom-paging {
    margin: 20px 0;
    text-align: right;
}

.content-3 .custom-paging a {
    color: #97d5ff;
    padding: 0 15px;
    margin: 60px 0;
    display: inline-block;
}

.content-4 {
    overflow-x: hidden;
}

.content-4 .content-4-text {
    padding-top: 10px;
    text-shadow: 0 0 0;
}

.content-4 .content-4-text p {
    color: #091d43;
    padding: 20px 0;
    font-size: 1.5em;
    display: block;
}

.content-4 .content-4-text h2 {
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 700;
    padding: 20px 0;
    padding-top: 0;
    color: #091d43;
    text-shadow: 0 0 0;
    font-family: 'Manrope', sans-serif !important;
}

.content-4 .content-4-text span {
    color: #091d43;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 24px;
    text-shadow: 0 0 0;
}

.content-4 .content-4-offices {
    margin: 85px 0;
}

.content-4 .content-4-offices li {
    text-align: center;
    text-shadow: 0 0 0;
    padding: 30px 50px;
}

.content-4 .content-4-offices li h4 {
    color: #091d43;
    font-size: 2.7em;
    font-weight: bold;
}

.content-4 .content-4-offices li span {
    color: #4b70bb;
    font-size: 1.35em
}

.container-white {
    margin: 0 auto;
}

.content-5 {
    overflow-x: hidden;
    margin-top: 100px;
    margin-bottom: 120px;
    min-height: 600px;
}

.content-5 .image-1 {
    top: 0;
    left: 20%;
    width: 80%;
    position: relative;
}

.content-5 .image-2 {
    bottom: -70px;
    left: 0;
    width: 60%;
    position: absolute;
}

.content-5 .content-5-text {
    padding: 0 70px
}

.content-5 .content-5-text h3 {
    color: #97d5ff;
    padding: 15px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 25px;
    margin-top: 25px;
}

.content-5 .content-5-text h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    padding: 20px 0;
}

.content-5 .content-5-text p {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    padding: 10px 0;
    font-size: 1.4em;
    width: 100%;
}

.content-6 {
    overflow-x: hidden;
    /*min-height: 500px; */
    background: rgb(13, 37, 81);
    background: linear-gradient(90deg, rgba(13, 37, 81, 1) 0%, rgba(9, 29, 67, 1) 100%);
}

.content-6 h2 {
    color: #97d5ff;
    padding: 15px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 25px;
    margin-top: 25px;
}

.content-6 h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
}

.content-6 p {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    padding: 30px 0;
    font-size: 1.5em;
    width: 100%;
}

.content-6 .content-6-padding {
    padding: 60px 0;
    display: block;
}

.content-7 {
    overflow-x: hidden;
}

.content-7 h2 {
    color: #97d5ff;
    padding: 15px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 32px;
    margin-top: 25px;
}

.content-7 h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
}

.content-7 .content-7-detail img {}

.content-7 .content-7-detail h3 {
    margin-top: 30px;
    display: block;
    font-weight: 300;
}

.content-7 .content-7-detail p {
    margin: 10px 0;
    font-weight: bold;
    font-size: 3em
}

.content-7 .content-7-detail {
    height: 300px;
}

.content-7 .content-7-detail.istinaf {
    padding-top: 9px;
}

.content-7 .content-7-detail.koluman {
    padding-top: 24px;
}

.content-7 .content-7-detail.memorial {
    padding-top: 4px;
}

.content-7 .content-7-detail.ankara {
    padding-top: 12px;
}

.content-8 {
    overflow-x: hidden;
}

.content-8 .content-8-text span {
    color: #091e45;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 24px;
    text-shadow: 0 0 0;
}

.content-8 .content-8-text h2 {
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 700;
    padding: 20px 0;
    padding-top: 0;
    color: #091d43;
    text-shadow: 0 0 0;
    font-family: 'Manrope', sans-serif !important;
}

.content-8 .content-8-text p {
    color: #091e45;
    padding: 20px 0;
    padding-right: 30px;
    font-size: 1.5em;
    display: block;
    text-shadow: 0 0 0;
}

.contact {
    overflow-x: hidden;
    margin: 50px 0;
}

.contact h2.title {
    color: #97d5ff;
    padding: 15px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 32px;
    margin-top: 25px;
}


.contact form textarea,
.contact form input[type=text],
.contact form input[type=email] {
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 0.5px solid #eee;
    padding: 20px 5px;
    color: #fff;
}

.contact textarea {
    resize: none
}

.contact input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #eee;
    opacity: 1;
    /* Firefox */
}

.contact input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #eee;
}

.contact input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #eee;
}

.contact textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #eee;
    opacity: 1;
    /* Firefox */
}

.contact textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #eee;
}

.contact textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #eee;
}

.contact textarea.form-control:focus {
    background: transparent;
    color: #fff;
    padding: 20px 5px;

}

.contact .contact-text {
    padding-left: 100px;
    padding-top: 40px;
}

.contact .contact-text h2 {
    color: #97d5ff;
    padding: 15px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 25px;
    margin-top: 25px;
}

.contact .contact-text h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    margin-top: 20px;
}

.contact .contact-text p {
    margin-bottom: 20px;
    display: block;
    padding: 30px 0;
    font-size: 1.3em;
    width: 100%;
}

.btn-desing2 {
    width: 100%;
    color: #fff;

    background: rgb(157, 166, 182, 1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(157, 166, 182, 1) 100%);

    --bs-btn-border-color: none;
    --bs-btn-bg: none;
    padding: 20px 50px;
    border-radius: 50px;
}

.btn-desing2 div {
    color: #091d43;
    font-weight: bold;
    font-size: 1.3em;
    border: 0;
}

.footer {
    overflow-x: hidden;
    padding: 40px 0;
    padding-bottom: 10px;
    background: rgb(13, 37, 81);
    background: linear-gradient(180deg, rgba(13, 37, 81, 1) 0%, rgba(9, 29, 67, 1) 100%);

    min-height: 400px;
}

.footer h4 {
    font-size: 1.3em;
    margin: 40px 0
}

.footer p {
    color: #97d5ff;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 60px;
}

.footer .phone-div {
    font-size: 1.6em;
    font-weight: 500;
}

.footer i {
    color: #97d5ff;
}

.footer span {
    color: #97d5ff;
    margin-left: 10px;
}

.footer ul li a {
    font-size: 1.3em;
    font-weight: 400;
    padding: 20px 0;
    display: block;
}

.footer .footer-top {
    border-bottom: 1px solid #3d5480;
    padding-bottom: 40px;
}

.footer .footer-logo {
    margin-top: 40px;
    display: block;
    text-align: right;
}

.catalog-btn {
    background: transparent;
    border: 1px solid #97d5ff;
    color: #fff;
    border-radius: 30px;
    padding: 10px 45px;
    font-size: 1.3em;
    margin-top: 40px;
}

.footer .footer-bottom a {
    margin: 5px 10px;
    font-size: 1.8em;
    display: inline-block;
}

.footer .footerspan1 {
    color: #3664ba;
    padding: 0;
    font-size: 1em;
    margin-left: 0 !important;
}

.page .page-header {
    height: 350px;
    font-family: 'Manrope', sans-serif;
    padding-top: 150px;
}

.page .page-header h2 {
    text-shadow: 0 0 0;
    color: #97d5ff;
    font-size: 1.3em;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-family: Raleway, sans-serif;

}

.page .page-header h1 {
    display: block;
    text-shadow: 0 0 0;
    margin-top: 20px;
    letter-spacing: -1px;
    text-align: center;
    font-size: 3.8em;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.page .page-header .breakpoint {
    text-shadow: 0 0 0;
    margin-bottom: 10px;
}

.page .page-header .breakpoint li {
    display: inline-block;
}

.page .page-header .breakpoint li:first-child a {
    padding-left: 0;
}

.page .page-header .breakpoint li a {
    padding: 2px 10px;
}

.page .page-content {
    padding: 40px 0;
    min-height: 400px;
    text-shadow: 0 0 0;
    font-size: 1.2em;
    letter-spacing: 0.88px;
}

.page .page-content h3 {
    font-family: Raleway, sans-serif;
    color: #97d5ff;
    margin: 25px 0;
    display: block;
    font-size: 1.2em;
    /*font-family: Raleway, sans-serif;*/
}

.page .page-content h2 {
    font-size: 2.5em;
    color: #fff;
    margin: 20px 0;
    margin-bottom: 30px;
    display: block;
}

.about-image1 {
    background: url(../images/about-new-image.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    height: 400px;
}

.about-info {
    text-align: center;
    color: #97d5ff;
    font-size: 1.95em;
    background: rgb(13, 37, 81);
    background: linear-gradient(270deg, rgba(13, 37, 81, 1) 0%, rgba(9, 29, 67, 1) 100%);
    padding: 50px 0
}

.about-info strong {
    color: #fff;
}

.plans-white-bg {
    padding: 40px 0;
    font-size: 2em;
    text-align: center;
    color: #1e1e1e;
    background: #f0f9ff;
    text-shadow: 0 0 0;
}

.floor-plans {
    margin: 60px 0;
    margin-bottom: 30px;
}

.text-right {
    text-align: right;
}

.floor-plans .floor-info {}

.floor-plans .floor-info span {
    color: #97d5ff;
    font-size: 1.3em
}

.floor-plans .floor-info span.white {
    color: #fff;
    font-size: 1.8em
}

.floor-slider .slide {
    padding: 5px;
}

.floor-plans .custom-paging {
    padding-top: 40px;
}

.floor-plans .custom-paging a {
    padding: 0 20px;
}

.plans-sliders {
    padding-bottom: 60px;
}

.slide-2 {
    background: rgb(13, 37, 81);
    background: linear-gradient(270deg, rgba(13, 37, 81, 1) 0%, rgba(9, 29, 67, 1) 100%);
    border-top: 1px solid #54638e;
    border-bottom: 1px solid #54638e;
}

.page .page-media-item {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    background: #f0f9ff;
    border-radius: 20px;
    margin-bottom: 25px;
}

.page .page-media-item a.text {
    font-size: 1.2em;
    padding-top: 10px;
    display: block;
}

.page .page-media-item strong {
    color: #091d43;
    text-indent: 12px;
    display: block;
}

.page .page-media-item .page-media-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 51px;
    opacity: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #091d43;
    font-size: 5em
}

.btn-modal-close {
    width: 40px;
    border-radius: 100%;
    color: #fff;
    height: 40px;
    background: #091d43;
    position: absolute;
    right: -20px;
    top: -20px;
}

.btn-modal-close:hover {
    background: #97d5ff;
}

.page .page-media-item:hover .page-media-item-overlay {
    opacity: 1;
    /* ff 3.6+ */
    background: -moz-radial-gradient(circle at 50% 50%, rgba(153, 98, 98, 0) 10%, rgba(0, 0, 0, 0.93) 100%);

    /* safari 5.1+,chrome 10+ */
    background: -webkit-radial-gradient(circle at 50% 50%, rgba(153, 98, 98, 0) 10%, rgba(0, 0, 0, 0.93) 100%);

    /* opera 11.10+ */
    background: -o-radial-gradient(circle at 50% 50%, rgba(153, 98, 98, 0) 10%, rgba(0, 0, 0, 0.93) 100%);

    /* ie 10+ */
    background: -ms-radial-gradient(circle at 50% 50%, rgba(153, 98, 98, 0) 10%, rgba(0, 0, 0, 0.93) 100%);

    /* global 92%+ browsers support */
    background: radial-gradient(circle at 50% 50%, rgba(153, 98, 98, 0) 10%, rgba(0, 0, 0, 0.93) 100%);
}

.slider-bottom {
    position: absolute;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999999;
    bottom: 230px;
    width: 100px;
    text-align: center;
}

.dairezemin {
    background: url("../images/istatislikler/dairezemin2.png") no-repeat;
    background-size: 118%;
    height: 243px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

.dairezemin2 {
    background: url(../images/istatislikler/dairezemin2.png) no-repeat;
    background-size: 63%;
    height: 260px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 30px;
    margin-top: -50px;
    align-items: center;
    background-position: top center;
}


.stick-whatsapp {
    position: fixed;
    right: 50px;
    bottom: 50px;
    font-size: 2em;
    background: #c9e9ff;
    z-index: 9999;
    width: 55px;
    height: 55px;
    color: #000;
    text-align: center;
    line-height: 1.7;
    border-radius: 100%;
}

.stick-whatsapp img {
    width: 35px;
}

.dairezemin-title {
    font-size: 1.6em;
    text-align: center;
    display: block;
    padding-left: 20px;
    position: relative;
    bottom: 30px;
}

.swiper-wrapper {
    height: 120vh;
}

.floor-plans-slider-1 {}

.floor-plans-slider-2 {}

.floor-plans-slider-3 {}

.floor-plans-slider-4 {}

.plansbg {
    background: rgb(13, 37, 81);
    background: linear-gradient(270deg, rgba(13, 37, 81, 1) 0%, rgba(9, 29, 67, 1) 100%);
    border-top: 1px solid #54638e;
    border-bottom: 1px solid #54638e;
}

.consept-slider-1 .swiper-slide {
    width: 71% !important;
    text-align: center;
}

.consept-slider-1 {
    height: 60vh;
}

.content-3ic {
    background: #091d43
}

.content-8-concept {
    text-shadow: 0 0 0
}

.content-8-concept .content-8-concept-text {
    padding-top: 20px;
}

.content-8-text>.row.py-4 {
    padding-bottom: 0 !important
}

.content-8-concept h4 {
    font-weight: 400;
    font-size: 1.1em;
    color: #091d43;
    font-family: 'Josefin Sans', sans-serif;
}

.content-8-concept p {
    font-size: 1.5em;
    font-weight: 500;
    color: #091d43;
}

.about-content {
    letter-spacing: normal;
    font-weight: 200 !important;
}

.about-content h3 {
    font-family: Raleway, sans-serif;
}

.about-content h2 {
    font-family: 'Manrope', sans-serif;

}

@media only screen and (min-width: 1600px) and (max-width: 2250px) {
    .slider .slider-image {
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        height: 100%;
        background-repeat: no-repeat !important;
        background-size: 120% !important;
        background-position: right 50% bottom 70% !important;
    }

    .swiper-slide {
        min-height: 800px;
    }
}

.content-8-text-p {
    font-size: 1.3em !important;
    font-weight: 300 !important
}

.timeline {
    margin: 20px auto;
    padding: 20px;
}

.outer {
    position: relative;
}

.outer::before {
    content: "";
    width: 2px;
    height: 78%;
    border-right: 1px dashed #87cfff;
    position: absolute;
    left: 0;
    top: 90px;
}

.outer .card {
    height: 200px;
    border-radius: 0;
    border: 0;
    position: relative;
    margin: 0 30px;
    background: transparent;
    max-width: 100%;
    border-bottom: 1px solid #14387c;
}

.outer .info {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.outer .title {
    flex: 0.5;
    color: #fff !important;
    position: relative;
    width: 100%;
    font-size: 1.7em !important;
    margin: 0 !important;
    padding: 0
}

.outer .title span {
    color: #87cfff
}

.outer .info p {
    flex: 0.5;
    margin: 0;
    font-weight: 200;
    display: block;
    padding-left: 20px;
    color: #87cfff !important;
    font-size: 1.1em
}

.outer .info p span {
    color: #fff;
}

.outer .title::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #87cfff;
    border-radius: 999px;
    width: 47px;
    height: 47px;
    left: -52px;
    border: 10px solid #091d43;
}

.title.lastTitle {
    font-size: 60px !important;
    width: 100%;
    flex: 0.75;
    color: #87cfff !important;
    padding-top: 60px;
}

.lastCard {
    height: 330px !important;
    border-bottom: 0 !important
}


.slider-img-last {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative
}

.slider-img-last img {
    width: 100%;
    margin-top: 10px
}

video::-webkit-media-controls {
    display: none;
}

/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}

.slider-gradient {
    height: 30vh;
    z-index: 999999;
    position: relative;
    top: -30vh;
    background: rgb(35, 68, 138);
    background: linear-gradient(180deg, rgba(35, 68, 138, 0) 15%, rgba(9, 29, 67, 1) 87%);
}

.slider-right-text {
    position: absolute;
}

.box-right {}

.contact-font-type * {
    font-family: 'Quintessential', cursive !important;
}

.show-more-less-handler {
    background-color: transparent !important;
}

.text-quotes {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    overflow-y: clip;
}

.inf-height {
    height: 160px;
    margin-bottom: 35px;
}

.q-auth {
    font-size: 2em;
    color: #97d5ff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 100;
    display: block;
    margin-top: 30px;
    padding-left: 6px;
}

blockquote {
    color: #fff;
    font-weight: 100;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: .5rem;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #97d5ff;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

blockquote:before {
    content: '“';
    left: -5rem;
    top: -2rem;
}

blockquote:after {
    content: '”';
    right: -5rem;
    bottom: 0rem;
}

.slider-item {
    width: 150%;
    margin-top: 25%;
    margin-left: -50%;
}

.slide-i {
    width: 55% !important;
}