/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: "Acumin Pro Condensed";
	src: url("AcuminProCond-Medium.eot");
	src:
		url("../fonts/AcuminProCond-Medium.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/AcuminProCond-Medium.woff2") format("woff2"),
		url("../fonts/AcuminProCond-Medium.woff") format("woff"),
		url("../fonts/AcuminProCond-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Acumin Pro Condensed";
	src: url("../fonts/AcuminProCond-Regular.eot");
	src:
		url("../fonts/AcuminProCond-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/AcuminProCond-Regular.woff2") format("woff2"),
		url("../fonts/AcuminProCond-Regular.woff") format("woff"),
		url("../fonts/AcuminProCond-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Acumin Pro Condensed";
	src: url("../fonts/AcuminProCond-Bold.eot");
	src:
		url("../fonts/AcuminProCond-Bold.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/AcuminProCond-Bold.woff2") format("woff2"),
		url("../fonts/AcuminProCond-Bold.woff") format("woff"),
		url("../fonts/AcuminProCond-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
.bebas-neue-regular {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tk-roboto {
  font-family: "Roboto", sans-serif;
}
.tk-barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
}
.tk-acumin-pro{
	font-family: "Acumin Pro Condensed";
}
/* --- BRANDING OVERRIDES --- */
body {
	font-family: "Acumin Pro Condensed";
	background-color: #212121;
	color: #ffffff;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #F1A14B;
	text-decoration: none;
}

/* input */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="url"], textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #000;
    color: rgba(80, 80, 80, 0.50);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
	font-family: "Roboto", sans-serif;
	background: #FFF;

}
textarea {
    height: 174px;
}
input:focus , textarea:focus{
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
::-webkit-input-placeholder {
    color: rgba(80, 80, 80, 0.50);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
::-moz-placeholder {
    color: rgba(80, 80, 80, 0.50);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
:-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
::-ms-input-placeholder {
    color: rgba(80, 80, 80, 0.50);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
::placeholder {
    color: rgba(80, 80, 80, 0.50);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
/* input */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.btn-brand{
	color: #F1A14B;
	line-height: 1.3;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 56px;
}
h3{
	font-size: 50px;
}
h3{
	font-size: 44px;
}
h4{
	font-size: 38px;
}
h5{
	font-size: 30px;
}
h6{
	font-size: 20px;
}
/* lenis */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

/* lenis */
/* Preloader */
#preloader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #212121;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loader #down {
  display: none;
}

#loader #up {
  fill: #fff;
}

#loader .border {
  fill: none;
  stroke: #C6733C;
  stroke-width: 8px;
  stroke-dasharray: 80 10;
}

#loader .circle {
  fill: #C6733C;
}
/* Preloader End */
/* scroll bar */
.os-scrollbar-handle {
    background: #D99245;
}
body>.os-scrollbar {
    z-index: 999;
}
/* scroll bar */
.animation-line p:last-child,
.mb-p p:last-child{
	margin-bottom: 0;
}
.animation-line ,
.words {
    will-change: transform;
}
/* animation */
.animation-line{
    overflow: hidden;
}
/* animation */
/* Custom Button Theme */
.btn-brand {
    background: linear-gradient(90deg, #C6733C 0%, #D99245 100%);
    color: #ffffff;
    border-radius: 44px;
    position: relative;
    line-height: 1.3;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: "Acumin Pro Condensed";
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    z-index: 1;
    padding: 11.5px 27px 15.5px;
}
.btn-brand:after{
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	border-radius: 44px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	left: 0;
	background: linear-gradient(90deg, #D99245 0%, #C6733C 100%);
}

.btn-brand:hover {
	text-decoration: none;
}
.btn-brand:hover:after{
	visibility: visible;
	opacity: 1;
}
.container{
	max-width: 1536px;
}
.bg-card-dark .btn-brand {
    padding: 11.5px 37px 15.5px;
}
/* --- SECTIONS --- */

/* Hero */
.hero-section {
    background-size: cover;
    background-position: center;
    min-height: 922px;
    position: relative;
}
.bg-overlay {
    background: linear-gradient(0deg, #1F1F1F 0%, rgba(0, 0, 0, 0.00) 100%);
}
.hero-logo-wrapper {
    margin-bottom: 44px;
}
.footer-area .hero-logo-wrapper {
    margin-bottom: 30px;
}
.logo-badge {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.hero-title {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: 82%;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 28px;
}
.hero-title:after {
    content: "";
    height: 7px;
    width: 231px;
    background-color: #C6733C;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.hero-desc {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    margin-bottom: 45px;
    font-weight: 400;
}
.hero-desc p:last-child{
	margin-bottom: 0;
}

/* Offer Section */
.offer-section{
	position: relative;
	margin-top: -45px;
	z-index: 2;
}
.bg-card-dark {
    outline: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 94px 0 #000;
    height: 100%;
    padding: 74px 72px;
    min-width: 870px;
    margin-right: 14px;
}
.diverse-disciplines-title-wrapper h2 ,
.bg-card-dark h2 {
    font-size: 63px;
    line-height: 1;
}
.secondary-description {
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
}
.offer-description {
    font-size: 39px;
    line-height: 1.3;
    margin: 7px 0 32px;
}
.offer-description ul {
    list-style: square;
    margin-left: 5px;
}
.offer-image-col {
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
    outline: 1px solid rgba(255, 255, 255, 0.50);
    min-height: 564px;
    max-width: 601px;
}

.list-custom li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.5rem;
	color: #ccc;
}
.list-custom li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #fff;
}




/* Features Section */
.features-section {
    background: #212121;
    padding: 40px 0 120px;
}
.footer-area::after,
.features-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 500px;
    width: 100%;
    background: linear-gradient(180deg, #C6733C 0%, rgba(0, 0, 0, 0.00) 100%);
    transform: rotate(180deg);
	z-index: -1;
}
.features-section::before{
    height: 472px;
}
.section-title {
    font-size: 83px;
    font-weight: 400;
}
.line-wrap{
    position: relative;
    display: inline-block;
	z-index: 1;
}
.submit-btn-wrap::after,
.line-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 502px;
    height: 7px;
    background: linear-gradient(90deg, #C6733C 0%, #C6733C 100%);
    z-index: -1;
} 
.features-section .section-title {
    padding-bottom: 28px;
    margin-bottom: 40px;
}
.features-info h3 {
    font-size: 56px;
    line-height: 1.4;
    text-transform: none;
}
.bg-fix{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.trigger-parallax {
    overflow: hidden;
    position: relative;
}
.parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.parallax-section{
    min-height: 536px;
}
.parallax-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 298px;
    width: 100%;
    background: linear-gradient(0deg, #1F1F1F 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
}
.parallax-section .parallax-img{
    position: absolute;
    top: -120px;
    left: 0;
}


.embeded-table-wrapper iframe {
    width: 100%;
    background-color: #ffffff;
    min-height: 882px;
}

/* claim section */
.claim-section {
    padding: 120px 0 65px;
}
.claim-section .container{
    max-width: 1400px;
}
.claim-section .section-title .inner-title {
    color: #D99245;
}
.claim-section .section-title-wrapper {
    max-width: 977px;
    margin-bottom: 55px;
}
.claim-section .section-title-wrapper p{
	font-size: 40px;
	line-height: 1.2; 
}

/* Form */
.form-control {
	border-radius: 0;
	padding: 10px;
	border: none;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid var(--brand-orange);
}
.form-wrapper .input-wrap label {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.submit-btn-wrap .btn-brand {
    margin-left: auto;
    margin-right: 0;
    display: block;
    border: 0;
    padding: 13px 85px;
}
.submit-btn-wrap {
    margin-top: 24px;
    position: relative;
    z-index: 1;
}
.submit-btn-wrap::after {
    width: calc(100% - 258px);
    top: 50%;
    left: 0;
    transform: translateX(0) translateY(-50%);
    margin-top: -24px;
    height: 2px;
}
.form-wrapper .row {
    --bs-gutter-x: 49px;
}
.form-wrapper {
    margin-bottom: 50px;
}
/* Footer */
.footer-bottom::before,
.footer-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 77px;
    height: 1px;
    width: 100%;
    background: rgba(144, 144, 144, 0.71);
    z-index: -1;
}
.direction-wrapper h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 4px;
}
.direction-wrapper p ,
.direction-wrapper p a{
	color: #FFF;
	font-size: 22px;
	line-height: 1; 
}
.direction-wrapper .btn-brand {
    padding: 14px 35px;
    margin-top: 14px;
}
.direction-wrapper {
    margin-bottom: 60px;
}
.social-links span ,
.footer-bottom p {
    font-family: "Bebas Neue", sans-serif;
    font-size: 29px;
    line-height: 1.5;
	margin-bottom: 0;
}
.footer-bottom p {
    margin-bottom: -10px;
}
.social-links span {
	letter-spacing: 2.9px;
}
.footer-bottom::before {
    bottom: auto;
    top: 0;
    width: 50000px;
    left: -2500px;
}
.footer-bottom {
    padding: 20px 0 92px;
}
.footer-area::after{
	margin-bottom: -70px;
}
.social-links a svg path{
	transition: all 0.3s linear;
}
.social-links a:hover svg path{
	fill: #fff;
}

/* Diverse Disciplines */
.diverse-disciplines-area {
    padding: 100px 0 128px;
}
.diverse-disciplines-card-wrapper .row {
    --bs-gutter-y: 40px;
}

.diverse-disciplines-title-wrapper {
    margin-bottom: 38px;
}
.diverse-disciplines-card {
    border-radius: 16px;
    border: 1px solid #F1A14B;
    background: #1A1A1A;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 25px;
    min-height: 176px;
}
.title-info {
    gap: 12px;
    margin-bottom: 12px;
}
.title-info img{
    height: 28px;
    width: 28px;
}
.title-info h6 {
    font-size: 32px;
    line-height: 1;
}
.date-info{
    margin-bottom: 10px;
}
.diverse-disciplines-title-wrapper p ,
.date-info {
    display: block;
    color: #F1A14B;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.3;

}
.diverse-disciplines-title-wrapper p {
    color: #FFF;
    font-size: 24px;
}
.diverse-disciplines-card p {
    color: #FFF;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 17px;
    line-height: 1.4;
}
/* Diverse Disciplines */


