/*
Theme Name: LJK-Theme-Partners
*/

/* Gilroy */
@font-face {
  font-family: 'Gilroy';
  src: url('assets/fonts/Gilroy-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('assets/fonts/Gilroy-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('assets/fonts/Gilroy-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* Manrope */
@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/Manrope-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/Manrope-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/Manrope-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* Global */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-family: 'Gilroy', sans-serif;
    overflow: hidden;
    padding: 0 !important;
}
.desk-h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}
.btn {
    transition: .3s;
}

/* Nav */
.nav-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 26px 0;
}
.nav-controls {
    display: flex;
    align-items: center;
    gap: 28px;
}
.nav-logo {
    display: flex;
    align-items: center;
}
.nav-logo object {
    width: 186px;
    max-height: 42px;
}
.nav-btn {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background:#D9569B !important;
    border-radius: 35px;
    padding: 16px 26px;
    border: 0 !important;
    transition: .3s;
}
.nav-btn:hover {
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.35);
    background: #6076CE !important;
}
.nav-btn object {
    max-width: 26px;
    max-height: 26px;
    transition: 0.2s ease;
}
.nav-btn:hover object {
  animation: shake 0.5s ease;
}
.nav-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
}

.nav-controls .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1em;
}
.nav-controls .menu > li {
    list-style: none;
}
.nav-controls .menu a {
    color: #000;
}
.nav-controls .menu a:hover {
    color: #6076CE;
}
.nav-controls .menu .current-menu-item > a {
    text-decoration: none;
    font-weight: 700;
}

/* Shake animation */
@keyframes shake {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(-10deg); }
  40% { transform: rotate(10deg); }
  60% { transform: rotate(-10deg); }
  80% { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}
.nav-info a {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 100%;
    color:#404040;
    text-decoration: none;
}
.nav-info a span {
    font-weight: 700;
}
.nav-info p {
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #898989;
}

/* Footer */
.contact {
    margin-bottom: 50px;
}
.contact-box {
    border: 1px solid #00000026;
    border-radius: 40px;
    padding: 84px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-box-wrap {
    display: flex;
    flex-direction: column;
    gap: 25.5px;
}
.footer-logo {
    width: 222px;
}
.contact-links {
    display: flex;
    flex-direction: column;
}
.contact-links a {
    text-decoration: none;
    color: #C4589F;
}
.contact-box-socials {
    display: flex;
    gap: 20px;
}
.contact-box-socials a {
    text-decoration: none;
}
.contact-box-socials a img {
    transition: .3s;
}
.contact-box-socials a:hover img {
    transform: scale(1.2);
}
.contact-box-button a {
	text-decoration: none;
}
.contact-box-button button {
    background: #3BD056 !important;
    border-radius: 50px;
    color: #fff !important;
    padding: 20px 36px;
    gap: 12px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    border: 0 !important;
}
.contact-box-button button:hover {
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.35);
}
.contact-box-button button img {
    transition: 0.2s ease;
}
.contact-box-button button:hover img {
  animation: shake 0.5s ease;
}
.contact-offices {
    display: flex;
    gap: 80px;
    margin-top: 30px;
    color: #000000;
}
.contact-office h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.contact-box-big-wrap {
    text-align: left;
}

/* Modal */
.btn-close {
	position: absolute;
	right: 24px;
	box-shadow: unset !important;
	border: 0;
	outline: 0;
}
.modal-header {
	justify-content: center;
	padding: 24px;
	border: 0;
	padding-bottom: 0;
}
.modal-body {
	padding: 16px 24px;
	padding-bottom: 32px;
}
.modal-footer {
	padding: 24px;
	border: 0;
	padding-top: 0;
}
.modal-content {
	border-radius: 40px;
}
.modal-title {
	font-weight: 700;
	font-size: 1.5rem;
}
.admin-modals input {
	padding: 11px 16px;
	border-radius: 35px;
	background: #F2ECF0;
	border: 0;
	box-shadow: unset;
	outline: none;
}
.admin-modals label {
	margin-bottom: .5rem;
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 4px;
}

.wpcf7-submit {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	width: 100%;
	color: #FFFFFF !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	background: #D9569B !important;
	border-radius: 35px !important;
	padding: 18px 26px !important;
	border: 0 !important;
	transition: .3s;
	margin: 0;
	margin-top: 8px;
}
.wpcf7-submit:hover {
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.35);
	background: #6076CE !important;
}
.admin-modals p {
	margin-bottom: 0;
	position: relative;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wpcf7 form .wpcf7-response-output {
	border-radius: 35px;
	padding: 24px 16px;
	margin: 0;
	margin-top: 8px;
	text-align: center;
}
.wpcf7-not-valid-tip {
	padding-left: 8px;
	margin-top: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #5E74CE;
}

/* Media */
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (min-width: 1624px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1624px;
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 1623px) {
    .desk-h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
    }

    .nav-btn {
        padding: 12px 16px;
        font-size: 15px;
    }
    .nav-btn img{
        width: 20px;
    }

    .contact-box {
        padding: 64px 80px;
    }
    .contact-offices {
        gap: 40px;
    }
}

@media (max-width: 1399px) {
    .contact-box {
        padding: 50px;
    }
    .contact-box-button button {
        padding: 16px 20px;
    }
}

@media (max-width: 1200px) {
    .desk-h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
    }

    .contact-box {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
        gap: 30px;
    }
    .contact-offices {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 992px) {
    .nav-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .contact-box {
        max-width: unset;
    }
    .contact {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 !important;
    }
    .desk-h3 {
        font-weight: 700;
        font-size: 23px;
        line-height: 23px;
    }

    .nav-btn {
        display: none;
    }
    .nav-wrapper {
        padding: 19px 15px;
    }
    .nav-logo object {
        width: 100%;
	max-width: 150px;
	max-height: 34px;
    }
    .nav-info a {
        font-size: 16px;
    }
    .nav-info p {
        font-size: 12px;
        line-height: 12px;
    }
    .nav-info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .contact {
        padding: 0 15px;
    }
    .footer-logo {
        width: 185px;
        margin: 0 auto;
    }
    .contact-links {
        text-align: center;
    }
    .contact-box {
        gap: 0px;
        padding: 20px;
    }
    .contact-box-wrap {
        align-items: center;
        margin-bottom: 30px;
        gap: 10px;
    }
    .contact-box-big-wrap {
        text-align: center;
    }
    .contact-box-big-wrap h3 {
        margin-bottom: 0;
    }
    .contact-offices {
        margin-top: 10px;
    }
    .contact-office p {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 5px;
    }
    .contact-office h4 {
        font-size: 15px;
        line-height: 15px;
    }
    .contact-offices {
        gap: 10px;
    }
    .contact-box-button {
        margin-top: 20px;
    }
    .contact-box-button button {
        font-size: 14px;
        padding: 16px 20px;
    }
    .contact-box-button img {
        width: 24px;
    }
    .contact-box-button button {
        gap: 8px;
    }
    .contact-links a {
        font-size: 13px;
    }
}

