/*
Theme Name: ACE Trade Türkiye
Theme URI: https://acetrade.com.tr/
Author: Ace Global
Author URI: https://acetrade.com.tr/
Description: ACE Trade Türkiye theme.
Version: 1.0
Tags: custom-layout, responsive
*/
@font-face {
    font-family: 'Nohemi';
    src: url('./assets/fonts/Nohemi-Regular.eot');
    src: url('./assets/fonts/Nohemi-Regular.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Nohemi-Regular.woff2') format('woff2'),
    url('./assets/fonts/Nohemi-Regular.woff') format('woff'),
    url('./assets/fonts/Nohemi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi ExtLt';
    src: url('./assets/fonts/Nohemi-ExtraLight.eot');
    src: url('./assets/fonts/Nohemi-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/Nohemi-ExtraLight.woff2') format('woff2'),
    url('./assets/fonts/Nohemi-ExtraLight.woff') format('woff'),
    url('./assets/fonts/Nohemi-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

body {
    background: #F3F3F1;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #262424;
    font-size: 18px;
    line-height: 22px;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1305px;
}

.main {
    overflow: hidden;
    position: relative;
}

h1, h2, h4 {
    margin-bottom: 0;
    font-family: "Nohemi", sans-serif;
    font-weight: 400;
}


h1 {
    font-size: 80px;
    line-height: 84px;
}

h2 {
    font-size: 60px;
    line-height: 64px;
}


h3 {
    font-size: 24px;
}

h4 {
    font-size: 30px;
}

a {
    color: #5068F2;
    text-decoration: none;
}

.font-light {
    font-family: 'Nohemi ExtLt';
    font-weight: 200;
}

a:hover {
    color: #D73D3D;
}

.radius-border-20 {
    border-radius: 20px;
}

.radius-border-bottom-20 {
    border-radius: 0 0 20px 20px;
}

.flex-v-center {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.flex-v-end {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.text-jasper {
    color: #D73D3D;
}

.bg-gainsboro {
    background: #DDDDDB;
}

.bg-white {
    background: #FFF;
}

.bg-porcelain {
    background: #F3F3F1;
}

.bg-rangoon {
    background: rgba(24, 24, 24, 0.10);
}

.circle-btn {
    color: #262424;
    font-size: 24px;
    font-weight: 600;
    display: inline-flex;
}

.circle-btn span {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-right: 20px;
    line-height: 28px;
}

.circle-btn .circle {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    border: 1px solid rgba(24, 24, 24, 0.10);
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.circle-btn .circle:after {
    content: url(/wp-content/themes/acetradetr/assets/images/up-right-arrow.svg);
    width: 28px;
    height: 18px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transition: all 0.1s ease-out;
}


.circle-btn.btn-grey .circle {
    background: #E8E8E8;
    border: 1px solid #D3D3D3;
}

.circle-btn.btn-grey:hover .circle {
    background: #FFF;
    border: 1px solid #1818181a;
}

.circle-btn:hover .circle {
    background: #E8E8E8;
    border: 1px solid #D3D3D3;
}

.circle-btn:hover .circle:after {
    transform: rotate(45deg);
}

.circle-btn:hover span {
    color: #262424;
}

.circle-btn:focus .circle {
    background: #FFF;
    border: 1px solid #262424;
}

.circle-btn:active .circle {
    background: #262424;
    border: 1px solid rgba(24, 24, 24, 0.10);
}

.circle-btn:active .circle:after {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}


.circle-btn.btn-grey:focus .circle {
    background: #E8E8E8;
    border: 1px solid #262424;
}

.circle-btn.btn-grey:active .circle {
    background: #262424;
    border: 1px solid rgba(24, 24, 24, 0.10);
}

.fs-6 {
    font-size: 14px !important;
}

.lng-switch {
    margin-left: 20px;
    display: flex;
}

.lng-switch .btn.active {
    border-radius: 10px;
    border: 1px solid #D3D3D3;
    background: #E8E8E8;
}

.lng-switch .btn:focus {
    border: 1px solid #262424;
}

.lng-switch .btn:hover {
    border: 1px solid #D3D3D3;
    background: #E8E8E8;
}


.lng-switch .btn {
    color: #262424;
    font-size: 16px;
    line-height: 22px;
    width: 43px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0;
}

.btn {
    padding: 8px 31px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 10px;
}

.btn:focus {
    box-shadow: none;
}


.btn-primary {
    background: #D73D3D;
    border-color: #D73D3D;
}

.btn-primary:hover {
    background: #E06B6B;
    border-color: #E06B6B;
}

.btn-primary:focus {
    color: #fff;
    border: 1px solid #DDDDDB;
    background: #D73D3D;
    box-shadow: none;
    outline: none;
}

.btn-primary:active {
    color: #fff;
    background-color: #262424;
    border-color: #262424;
}

.btn-primary:active:focus {
    box-shadow: none;
}

.spacer {
    height: 40px;
}

.navbar {
    padding: 11px 22px 11px 40px;
    border-radius: 20px;
    border: 1px solid rgba(24, 24, 24, 0.10);
    background: #FFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #262424;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #D73D3D;
}

.nvb-re {
    margin: 0 auto;
}

.dropdown-menu {
    padding: 20px 0 0 0;
    border-radius: 20px;
    border: 1px solid rgba(24, 24, 24, 0.10);
    background: #FFF;
}

.dropdown-item {
    padding: 0 24px 20px 24px;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 1.55rem;
}

.navbar-toggler-icon {
    background: url(/wp-content/themes/acetradetr/assets/images/menu-ham.svg) no-repeat center center;
    width: 19px;
    height: 17px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #D73D3D;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:hover {
    color: #D73D3D;
    background: transparent;
}

.cta-nav {
    margin-left: auto;
}

.ytjyu {
    margin-top: 1rem;
}

.video-frame {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

#traders-video {
    width: 100%;
    border-radius: 20px;
}

.play-btn {
    position: absolute;
    z-index: 999;
    bottom: 50px;
    right: 35px;
    display: flex
}

.play-btn .play-image {
    background: url(/wp-content/themes/acetradetr/assets/images/play-btn.svg) no-repeat center center;
    width: 85px;
    height: 85px;
}

.play-btn .pause-image {
    background: url(/wp-content/themes/acetradetr/assets/images/pause-btn.png) no-repeat center center;
    width: 85px;
    height: 85px;
}

.play-btn .mute-image {
    background: url(/wp-content/themes/acetradetr/assets/images/mute-btn.png) no-repeat center center;
    width: 85px;
    height: 85px;
    margin-right: 15px;
}

.play-btn .unmute-image {
    background: url(/wp-content/themes/acetradetr/assets/images/unmute-btn.png) no-repeat center center;
    width: 85px;
    height: 85px;
    margin-right: 15px;
}

.play-btn:hover .image {
    background: url(/wp-content/themes/acetradetr/assets/images/play-btn-hover.svg) no-repeat center center;
}

.play-btn:focus .image {
    background: url(/wp-content/themes/acetradetr/assets/images/play-btn-focus.svg) no-repeat center center;
}

.play-btn:active .image {
    border: 1px solid #262424;
    border-radius: 50%;
}

.play-btn .text {
    margin-right: 25px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    line-height: 22px;
}

.section-text {
    padding-top: 60px;
}

.section-frame {
    padding: 198px 0;
}

.section-frame .circle-btn {
    margin-top: 66px;
}

.see-yourself {
    padding: 135px 0 94px 0;
}

.label {
    margin-top: 64px;
}

.label .element-years {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 31px;
    font-family: "Nohemi", sans-serif;
}

.label .text-wrapper {
    color: #d63c3c;
}

.label .span {
    color: #262424;
}

.label .element-text {
    margin-top: 21px;
    color: #161823;
    line-height: 22px;
}

.premier-hub {
    padding: 127px 0 82px 0;
}

.premier-hub .circle-btn {
    margin-top: 125px;
}

.premier-hub h2 {
    padding-top: 60px;
}

.cta-bottom {
    padding: 156px 0 170px 0;
    text-align: center;
}

.cta-bottom .circle-btn {
    margin-top: 80px;
}

footer {
    color: #FFF;
    padding-top: 82px;
    border-radius: 20px 20px 0px 0px;
    background: #181818;
}

footer a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.text-muted {
    color: rgba(255, 255, 255, 0.50);
}

.social-bottom {
    margin-top: 55px;
    padding-bottom: 31px;
}

.social-bottom a:hover .bi {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(932%) hue-rotate(312deg) brightness(113%) contrast(82%);
}

.social-bottom .text-wrapper {
    margin-right: 3px;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.social-bottom .span {
    text-decoration-line: underline;
    text-decoration-thickness: 0;
    text-underline-offset: auto;
    text-decoration-color: rgba(255, 255, 255, 0.50);
}

.footer-text {
    padding-bottom: 45px;
    color: rgba(255, 255, 255, 0.50);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.footer-mobile {
    display: none;
}


.overlay {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 36, 36, 0.80);
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
}

.overlay.show {
    display: flex;
}


body.overlay-open {
    overflow-y: hidden;
}

.trading-career {
    padding-top: 148px;
}

.section-path {
    padding: 123px 0;
}

.the-path .section-text {
    padding-top: 35px;
}

.accordion-button {
    align-items: self-start;
    padding: 38px 30px 38px 0;
    background-color: transparent;
    color: #262424;
    font-family: "Nohemi", sans-serif;
    font-size: 30px;
    line-height: 34px;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #262424;
    background-color: transparent;
    box-shadow: none;
}

.accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.50);
}

.accordion-button::after {;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cg clip-path='url(%23clip0_318_811)'%3E%3Cpath d='M19.2188 9.36133L10.7812 9.36133V0.923828C10.7812 0.492344 10.4315 0.142578 10 0.142578C9.56852 0.142578 9.21875 0.492344 9.21875 0.923828V9.36133H0.78125C0.349766 9.36133 0 9.71109 0 10.1426C0 10.5741 0.349766 10.9238 0.78125 10.9238H9.21875L9.21875 19.3613C9.21875 19.7928 9.56852 20.1426 10 20.1426C10.4315 20.1426 10.7812 19.7928 10.7812 19.3613L10.7812 10.9238L19.2188 10.9238C19.6502 10.9238 20 10.5741 20 10.1426C20 9.71109 19.6502 9.36133 19.2188 9.36133Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_318_811'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.142578)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cg clip-path='url(%23clip0_318_811)'%3E%3Cpath d='M19.2188 9.36133L10.7812 9.36133V0.923828C10.7812 0.492344 10.4315 0.142578 10 0.142578C9.56852 0.142578 9.21875 0.492344 9.21875 0.923828V9.36133H0.78125C0.349766 9.36133 0 9.71109 0 10.1426C0 10.5741 0.349766 10.9238 0.78125 10.9238H9.21875L9.21875 19.3613C9.21875 19.7928 9.56852 20.1426 10 20.1426C10.4315 20.1426 10.7812 19.7928 10.7812 19.3613L10.7812 10.9238L19.2188 10.9238C19.6502 10.9238 20 10.5741 20 10.1426C20 9.71109 19.6502 9.36133 19.2188 9.36133Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_318_811'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.142578)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    transform: rotate(-45deg);
}

.accordion-body {
    padding: 23px 65px 38px 0;
}

.profile {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #161823;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.profile img {
    border-radius: 20px;
    width: 517px;
    height: 441px;
    object-fit: cover;
}

.profile-texts {
    margin-top: 56px;
    color: #262424;
    font-family: "Nohemi", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
}

.profile p {
    margin-top: 56px;
}


.video-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    color: #FFF;
    position: relative;
    background-color: black;
    height: 755px;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-wrap .container {
    position: relative;
    z-index: 2;
}

.video-wrap .overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(38, 36, 36, 0.60) 0%, rgba(38, 36, 36, 0.60) 100%);
    z-index: 1;
}

.profile-trader .trading-career {
    position: relative;
    height: 800px;
}

.profile-trader .trading-career img {
    margin-top: 50px;
}

.profile-trader .trading-career .play-btn {
    position: absolute;
    z-index: 999;
    top: 90px;
    left: 80px;
    display: flex;
    bottom: unset;
    right: unset;
}

.profile-trader .trading-career .play-btn .image {
    margin-right: 23px;
}

.labels {
    margin-top: 281px;
}

.who-we {
    padding-bottom: 133px;
}

.who-we .section-text {
    padding-top: 52px;
}

.who-we h1 {
    padding-top: 108px;
}

.vision {
    padding: 127px 0 197px 0;
}

.vision h2 {
    margin-top: 22px;
}

.culture {
    padding: 93px 0 136px 0;
}

.culture h2 {
    margin-top: 98px;
}

.careers {
    padding: 148px 0 109px 0;
}

.careers .section-text {
    padding: 87px 120px 0 0;
}

.dna {
    padding: 46px 0 147px 0;
}

.dna .section-text {
    padding-top: 60px;
}

.dna h2 {
    margin-top: 100px;
}

.candidates {
    padding: 125px 0 200px 0;
}


.candidates .label .element-years {
    white-space: unset;
}

.candidates .label .element-text {
    margin-top: 44px;
    padding-right: 50px;
}

.transform-career {
    padding: 115px 0 111px 0;
}

.hear-it {
    padding: 155px 0 150px 0;
}

.join-team {
    padding: 170px 0 80px 0;
}

.join-team .bg-image {
    background-image: url('/wp-content/themes/acetradetr/assets/images/join-us-form.png');
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.join-team .form {
    padding: 32px;
    border-radius: 0 20px 20px 0;
    border: 1px solid #E5E5E7;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
}

.join-team h2 {
    margin-bottom: 80px;
}

.join-team .form .form-label {
    color: #323539;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.form-control {
    font-size: 15px;
    color: #262424;
    padding: 10px .75rem;
    border-radius: 6px;
    border: 1px solid #E5E5E7;
    background: #F8F9FB;
}

.form-control:focus {
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #262424;;
    background: #F8F9FB;
}

.form-control.invalid {
    border: 1px solid #D73D3D;
    background: url("/wp-content/themes/acetradetr/assets/images/icon-invalid.svg") no-repeat right 15px top 10px;
}

.invalid-feedback {
    line-height: 20px;
    font-size: 14px;
    margin-top: 8px;
    color: #D73D3D;
}

.type-files {
    color: #262424;
    font-size: 12px;
    line-height: 22px;
    margin-top: 13px;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
    font-size: 15px;
    color: #858C95;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

.custom-file-button label {
    background: #fff;
}

.input-group-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    border: 1px solid #E5E5E7;
}

.form-control::placeholder {
    color: #858C95;
    font-size: 15px;
}

.form-control:-ms-input-placeholder {
    color: #858C95;
    font-size: 15px;
}

.form-control::-ms-input-placeholder {
    color: #858C95;
    font-size: 15px;
}

.tabs-faq {
    padding: 156px 0 200px 0;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 10px;
    background-color: #D73D3D;
    color: #fff;
    border-color: #D73D3D;
}

.nav-tabs .nav-link {
    color: #262424;
    border: 1px solid #262424;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    background: 0 0;
    border-radius: 10px;
    width: 100%;
}

.nav-tabs .nav-item {
    margin-right: 30px;
    flex-basis: 270px;
}

.tabnglnk:hover {
    background: rgba(38, 36, 36, 0.30);
}

#resumeFileBtn, #motivationalFileBtn {
    border-radius: 0 10px 10px 0;
}

#motivationalFile, #resumeFile {
    border-radius: 10px 0 0 10px;
}

.contact {
    padding-bottom: 122px;
}

.contact .label {
    margin-top: 38px;
}

.mentors {
    padding: 92px 0 105px 0;
}

.mentors .profile-texts a {
    margin-right: 36px;
}

.mentors .profile-texts img {
    width: 34px;
    height: 34px;
    border-radius: unset;
}

.mentors .profile-texts a:hover {
    opacity: 0.5;
}

.right-ctas {
    display: flex;
}

/* Success Modal */
.modal-dialogg {
    width: 100%;
    max-width: 480px;
    height: 360px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #262424;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #F3F3F1;
}

.modal-dialogg span {
    padding: 0 50px;
    line-height: 20px;
    color: #B4BFD2;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 16px;
    display: block;
}

.modal-dialogg .letter-image {
    display: block;
    margin: 0 auto;
}

.modal-email-input .form-control {
    display: block;
    margin-bottom: 8px;
}

.modal-dialogg .btn {
    width: 100%;
    border: 0;
    padding: 8px;
}

.imgMdl {
    margin-top: 30px;
}

.h5Mdl {
    margin-top: 10px;
}

.h6Mdl {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 70px;
}

.modal-dialogg .btnMdl {
    width: 132px;
}

.vde {
    border-radius: 20px; 
    width: 100%;
}

/* Page Loader */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top */
}

.loader-content {
    font-size: 24px;
}

.loader-content {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Flip */
.flip-container {
  perspective: 1000px;
  height: 441px;
}

.flipper {
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}

.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.front {
  display: flex;
  justify-content: center;
  align-items: center;
}

.back {
  background-color: #fff;
  color: black;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

.back p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  user-select: none;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 9px;
        font-size: 13px;
    }

}

@media (max-width: 991.98px){
    .lng-switch {
        margin: 40px 24px;
    }
    .right-ctas {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .brand {
        padding-left: 24px;
    }

    .brand img {
        width: 115px;
    }

    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .navbar {
        z-index: 9999;
        margin: 0 0 110px 0;
        padding: 19px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 24px;
        font-size: 20px;
    }

    .navbar-nav {
        margin-top: 30px;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-link:focus,
    .navbar-expand-lg .navbar-nav .nav-link.active {
        color: #262424;
        background: rgba(215, 61, 61, 0.30);
    }
    
    .nav-link.active {
        color: #D73D3D !important;
        background: none !important;
    }

    .navbar-collapse {
        z-index: 9999;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: 100%;
        transition: all 0.3s ease-out;
        background: white;
        top: 45px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .cta-nav {
        margin: 40px 24px 40px 0;
    }

    .cta-nav .btn {
        margin-left: auto;
        display: block;
    }

    .dropdown-menu {
        padding: 0;
        border-radius: 20px;
        border: none;
        background: #FFF;
    }

    .dropdown-item {
        padding: 14px 24px 20px 38px;
        font-size: 18px;
        color: rgba(38, 36, 36, 0.50);
    }

    .dropdown-menu[data-bs-popper] {
        margin-top: .125rem;
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
        border: 0;
        position: relative;
    }

    .navbar-toggler {
        padding: 0;
        margin-right: 24px;
        width: 20px;
        height: 14px;
        position: relative;
        transition: .5s ease-in-out;
    }

    .navbar-toggler span {
        margin: 0;
        padding: 0;
    }

    .toggler-icon {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000000;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .middle-bar {
        margin-top: 0px;
    }

    .navbar-toggler.collapsed .top-bar {
        position: absolute;
        top: 0;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        position: absolute;
        top: 6px;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        position: absolute;
        top: 13px;
        transform: rotate(0deg);
    }

    .navbar-toggler .top-bar {
        top: inherit;
        transform: rotate(135deg);
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        top: inherit;
        filter: alpha(opacity=0);
    }

    .navbar-toggler .bottom-bar {
        top: inherit;
        transform: rotate(-135deg);
    }

    h1 {
        font-size: 50px;
        line-height: 54px;
    }

    h1 img {
        width: 71px;
    }

    h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .section-text {
        padding-top: 60px;
    }

    .video-frame {
        margin-top: 60px;
    }

    .video-frame img {
        width: 100%;
    }

    .play-btn {
        /*justify-content: center;
        align-content: center;
        align-items: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        flex-direction: column-reverse;*/
        bottom: 10px;
        right: 10px;
    }

    .play-btn .text {
        /*margin-right: 0;
        margin-top: 25px;*/
    }


    .play-btn img {
        width: 46px;
    }
    
    .play-btn .play-image {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }

    .play-btn .pause-image {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }

    .play-btn .mute-image {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }

    .play-btn .unmute-image {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }

    .section-frame {
        padding: 80px 0;
    }

    .section-frame img {
        width: 100%;
    }

    .premier-hub img {
        width: 100%;
    }

    .premier-hub {
        padding: 80px 0;
    }

    .premier-hub h2 {
        padding-top: 0;
    }

    .premier-hub .circle-btn {
        margin-top: 90px;
    }

    .cta-bottom {
        padding: 80px 0;
    }

    footer {
        color: #FFF;
        padding-top: 60px;
    }

    footer .brand {
        margin-bottom: 80px;
        display: block;
        padding-left: 0;
    }

    .footer-mobile {
        display: block;
    }

    .footer-mobile a {
        display: block;
    }

    .social-bottom {
        flex-direction: column;
    }

    .social-bottom a {
        font-size: 14px;
    }

    .trading-career {
        padding-top: 0;
    }

    .section-path {
        padding: 80px 0;
    }

    .accordion-button {
        font-size: 20px;
        line-height: 24px;
    }

    .accordion-body {
        padding: 2px 65px 38px 0;
    }

    .profile-trader .trading-career .profile-texts {
        margin-top: 25px;
    }

    .profile-trader .trading-career {
        height: 450px;
    }

    .profile-trader .trading-career .play-btn {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        flex-direction: column;
    }

    .labels {
        margin-top: 165px;
    }

    .profile-texts {
        font-size: 20px;
    }

    .profile-trader .trading-career img {
        height: 475px;
        object-fit: cover;
        border-radius: 20px;
    }

    .profile-trader .trading-career {
        height: 535px;
    }

    .labels {
        margin-top: 210px;
    }

    .play-btn .image {
        width: 46px;
        height: 46px;
        background-size: cover;
    }

    .play-btn:hover .image {
        background: url(/wp-content/themes/acetradetr/assets/images/play-btn-hover.svg) no-repeat center center;
        background-size: cover;
    }

    .play-btn:focus .image {
        background: url(/wp-content/themes/acetradetr/assets/images/play-btn-focus.svg) no-repeat center center;
        background-size: cover;
    }

    .who-we h1 {
        padding-top: 0;
    }

    .culture h2 {
        margin-top: 0;
    }

    .careers {
        padding: 0 0 80px 0;
    }

    .careers .section-text {
        padding: 87px 0 0 0;
    }

    .dna {
        padding: 80px 0 60px 0;
    }

    .dna h2 {
        margin-top: 0;
    }

    .dna img {
        margin-top: 40px;
    }

    .candidates {
        padding: 80px 0 70px 0;
    }

    .transform-career {
        padding: 80px 0;
    }

    .transform-career img {
        margin-bottom: 60px;
    }

    .hear-it {
        padding: 60px 0 80px 0;
    }

    .hear-it img {
        margin-top: 60px;
    }

    .join-team {
        padding: 80px 0;
    }

    .join-team h2 {
        margin-bottom: 60px;
    }

    .tabs-faq {
        padding: 80px 0;
    }

    .nav-tabs .nav-item {
        margin-bottom: 30px;
    }

    .contact {
        padding-bottom: 110px;
    }

    .mentors .profile-texts div:first-of-type {
        font-size: 30px;
    }

    .mentors {
        padding: 60px 0 66px 0;
    }
}

@media (max-width: 767.98px) {
    .who-we .video-frame {
        margin-top: 80px;
    }

    .who-we {
        height: 655px;
        padding-bottom: 0;
    }

    .vision {
        margin-top: 300px;
        padding-bottom: 0;
    }

    .vision img {
        width: 252px;
        margin: 50px auto 60px auto;
        display: block;
    }

    .culture img {
        width: 320px;
        margin: 60px auto 0 auto;
        display: block;
    }

    .who-we .video-frame img {
        width: 343px;
        margin: 0 auto;
        display: block;
    }

    .join-team .bg-image {
        background-image: url(/wp-content/themes/acetradetr/assets/images/join-us-form-mobile.png);
        background-size: cover;
        height: 180px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .join-team .form {
        border-radius: 0 0 20px 20px;
    }

    .join-team .container {
        padding-right: 0;
        padding-left: 0;
    }

    .tabs-faq img {
        width: 242px;
        margin: 0 auto;
        display: block;
    }

    .mentors .arrows {
        width: 252px;
        margin: 0 auto;
        display: block;
    }

    .mentors .profile-texts,
    .mentors .profile a {
        padding: 0 16px;
    }

    .mentors .profile-texts a {
        margin-right: 0;
    }
    
    #traders-video {
        width: 100%;
    }
}

