forked from UKSOURCE/hailearning.edu.vn
10738 lines
234 KiB
CSS
10738 lines
234 KiB
CSS
@charset "UTF-8";
|
||
/*
|
||
Theme Name: Visaway
|
||
Author: Gramentheme
|
||
Author URI: https://themeforest.net/user/Gramentheme/portfolio
|
||
Description: Visaway – Immigration & Visa Consulting HTML Template
|
||
Service Html Template
|
||
Version: 1.0.0
|
||
*/
|
||
/*CSS Table Of Content Ends Here*/
|
||
/*
|
||
--------------------------------------------------------------
|
||
[Table of Contents]
|
||
--------------------------------------------------------------
|
||
01. Variables & Mixins
|
||
02. Typography
|
||
03. Buttons
|
||
04. About +
|
||
05. Accreditation +
|
||
06. Animation
|
||
07. Brand
|
||
08. Contact +
|
||
09. Cta
|
||
10. Faq
|
||
11. Feature
|
||
12. Footer
|
||
13. Header
|
||
14. Helping
|
||
15. Hero
|
||
16 Home +
|
||
17. Marquee
|
||
18. Meanmenu
|
||
19. News
|
||
20. Preloader
|
||
21. Pricing
|
||
22. Publication +
|
||
23. Research +
|
||
24. Section
|
||
25. Service
|
||
26. Testimonial
|
||
27. Visa
|
||
|
||
|
||
--------------------------------------------------------------
|
||
*/
|
||
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
|
||
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
||
:root {
|
||
--body: #fff;
|
||
--black: #000;
|
||
--white: #fff;
|
||
--theme: #E13833;
|
||
--theme-2: #0048B4;
|
||
--header: #151A26;
|
||
--text: #535761;
|
||
--text-2: #0B4E3D;
|
||
--border: #C9C9C9;
|
||
--border-2: #CBCCCF;
|
||
--bg: #F8F8F9;
|
||
--bg-2: #153888;
|
||
--box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
|
||
}
|
||
|
||
.theme-btn {
|
||
background: transparent;
|
||
color: var(--header);
|
||
display: inline-block;
|
||
font-size: 16px;
|
||
font-weight: 500;
|
||
padding: 6px 6px 6px 24px;
|
||
border-radius: 55px;
|
||
line-height: 1;
|
||
text-transform: uppercase;
|
||
-webkit-transition: all 0.3s ease-in-out;
|
||
transition: all 0.3s ease-in-out;
|
||
position: relative;
|
||
z-index: 1;
|
||
font-family: "Space Grotesk", sans-serif;
|
||
border: 1px solid var(--border);
|
||
}
|
||
@media (max-width: 575px) {
|
||
.theme-btn {
|
||
padding: 2px 4px 2px 24px;
|
||
}
|
||
}
|
||
.theme-btn i {
|
||
width: 48px;
|
||
height: 48px;
|
||
line-height: 48px;
|
||
text-align: center;
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
margin-left: 20px;
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 50%;
|
||
}
|
||
.theme-btn:hover {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
.theme-btn:hover i {
|
||
background-color: var(--white);
|
||
color: var(--header);
|
||
}
|
||
|
||
.link-btn {
|
||
color: var(--theme-2);
|
||
font-weight: 500;
|
||
font-family: "Space Grotesk", sans-serif;
|
||
}
|
||
.link-btn i {
|
||
margin-left: 8px;
|
||
}
|
||
.link-btn:hover {
|
||
color: var(--theme);
|
||
}
|
||
|
||
/* --------------------------------------------
|
||
Template Default Fonts & Fonts Styles
|
||
---------------------------------------------- */
|
||
body {
|
||
font-family: "Inter", sans-serif;
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
line-height: 24px;
|
||
color: var(--text);
|
||
background-color: var(--white);
|
||
padding: 0;
|
||
margin: 0;
|
||
overflow-x: hidden;
|
||
}
|
||
|
||
ul {
|
||
padding: 0;
|
||
margin: 0;
|
||
list-style: none;
|
||
}
|
||
|
||
button {
|
||
border: none;
|
||
background-color: transparent;
|
||
padding: 0;
|
||
}
|
||
|
||
input:focus {
|
||
color: var(--white);
|
||
outline: none;
|
||
}
|
||
|
||
input {
|
||
color: var(--white);
|
||
}
|
||
|
||
/* h1,
|
||
h2,
|
||
h3,
|
||
h4,
|
||
h5,
|
||
h6 {
|
||
font-family: "Space Grotesk", serif;
|
||
margin: 0px;
|
||
padding: 0;
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
} */
|
||
|
||
h1 {
|
||
font-size: 72px;
|
||
font-weight: 700;
|
||
line-height: 111%;
|
||
}
|
||
@media (max-width: 1899px) {
|
||
h1 {
|
||
font-size: 70px;
|
||
}
|
||
}
|
||
@media (max-width: 1600px) {
|
||
h1 {
|
||
font-size: 60px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
h1 {
|
||
font-size: 55px;
|
||
}
|
||
}
|
||
@media (max-width: 1199px) {
|
||
h1 {
|
||
font-size: 40px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
h1 {
|
||
font-size: 40px;
|
||
}
|
||
}
|
||
@media (max-width: 767px) {
|
||
h1 {
|
||
font-size: 32px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
h1 {
|
||
font-size: 28px;
|
||
}
|
||
}
|
||
|
||
h2 {
|
||
font-size: 48px;
|
||
font-weight: 700;
|
||
line-height: 117%;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
h2 {
|
||
font-size: 50px;
|
||
}
|
||
}
|
||
@media (max-width: 1199px) {
|
||
h2 {
|
||
font-size: 38px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
h2 {
|
||
font-size: 38px;
|
||
}
|
||
}
|
||
@media (max-width: 767px) {
|
||
h2 {
|
||
font-size: 35px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
h2 {
|
||
font-size: 30px;
|
||
}
|
||
}
|
||
@media (max-width: 470px) {
|
||
h2 {
|
||
font-size: 25px;
|
||
}
|
||
}
|
||
|
||
h3 {
|
||
font-size: 24px;
|
||
font-weight: 700;
|
||
line-height: 133%;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
h3 {
|
||
font-size: 20px;
|
||
}
|
||
}
|
||
|
||
h4 {
|
||
font-size: 22px;
|
||
font-weight: 700;
|
||
line-height: 141%;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
h4 {
|
||
font-size: 20px;
|
||
}
|
||
}
|
||
|
||
h5 {
|
||
font-size: 20px;
|
||
font-weight: 700;
|
||
line-height: 140%;
|
||
}
|
||
|
||
h6 {
|
||
font-size: 16px;
|
||
font-weight: 600;
|
||
}
|
||
|
||
a {
|
||
text-decoration: none;
|
||
outline: none !important;
|
||
cursor: pointer;
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
|
||
p {
|
||
margin: 0px;
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
|
||
span {
|
||
margin: 0px;
|
||
}
|
||
|
||
/* ============================================================
|
||
ABOUT PAGE
|
||
============================================================ */
|
||
|
||
.about-hero {
|
||
padding: 80px 0;
|
||
background-color: #f8fbff;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.about-hero__content {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1.5rem;
|
||
}
|
||
|
||
.about-hero__badge {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.75rem;
|
||
}
|
||
|
||
.about-hero__badge-line {
|
||
display: inline-block;
|
||
width: 2rem;
|
||
height: 2px;
|
||
background: #1b254b;
|
||
}
|
||
|
||
.about-hero__badge-text {
|
||
font-size: 0.8rem;
|
||
font-weight: 600;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.1em;
|
||
color: #6b7280;
|
||
}
|
||
|
||
.about-hero__title {
|
||
font-size: clamp(2rem, 4vw, 3.5rem);
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
line-height: 1.15;
|
||
margin: 0;
|
||
}
|
||
|
||
.about-hero__title span {
|
||
color: var(--theme, #E13833);
|
||
}
|
||
|
||
.about-hero__desc {
|
||
font-size: 1.05rem;
|
||
color: #6b7280;
|
||
line-height: 1.7;
|
||
max-width: 36rem;
|
||
margin: 0;
|
||
}
|
||
|
||
.about-hero__actions {
|
||
padding-top: 0.5rem;
|
||
}
|
||
|
||
.about-hero__btn {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
padding: 0.875rem 2rem;
|
||
background-color: #1b254b;
|
||
color: #ffffff;
|
||
font-weight: 600;
|
||
font-size: 1rem;
|
||
border-radius: 0.375rem;
|
||
border: none;
|
||
cursor: pointer;
|
||
box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
|
||
transition: background-color 0.2s ease;
|
||
}
|
||
|
||
.about-hero__btn:hover {
|
||
background-color: #151c3a;
|
||
}
|
||
|
||
/* Image side */
|
||
.about-hero__image-wrap {
|
||
position: relative;
|
||
border-radius: 1rem;
|
||
overflow: visible;
|
||
}
|
||
|
||
.about-hero__image {
|
||
width: 100%;
|
||
height: auto;
|
||
border-radius: 1rem;
|
||
object-fit: cover;
|
||
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
|
||
display: block;
|
||
}
|
||
|
||
/* Badge card overlay */
|
||
.about-hero__badge-card {
|
||
position: absolute;
|
||
bottom: -1.5rem;
|
||
left: -1.5rem;
|
||
background: #ffffff;
|
||
padding: 1.25rem 1.5rem;
|
||
border-radius: 0.75rem;
|
||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
|
||
border: 1px solid #e5e7eb;
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 1rem;
|
||
}
|
||
|
||
@media (max-width: 767px) {
|
||
.about-hero__badge-card {
|
||
display: none;
|
||
}
|
||
}
|
||
|
||
.about-hero__badge-icon {
|
||
width: 3rem;
|
||
height: 3rem;
|
||
background: #f8fbff;
|
||
border-radius: 0.5rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-size: 1.25rem;
|
||
color: #1b254b;
|
||
flex-shrink: 0;
|
||
}
|
||
|
||
.about-hero__badge-value {
|
||
font-size: 1.5rem;
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin: 0;
|
||
}
|
||
|
||
.about-hero__badge-label {
|
||
font-size: 0.8rem;
|
||
color: #6b7280;
|
||
margin: 0;
|
||
}
|
||
|
||
@media (max-width: 991px) {
|
||
.about-hero {
|
||
padding: 80px 0 60px;
|
||
}
|
||
|
||
.about-hero__image-wrap {
|
||
margin-top: 3rem;
|
||
}
|
||
}
|
||
|
||
/* ------------------------------------------------------------
|
||
Mission & Values In About Page
|
||
------------------------------------------------------------ */
|
||
.about-mission {
|
||
padding: 80px 0;
|
||
background-color: #f8f8f9;
|
||
border-top: 1px solid #e5e7eb;
|
||
}
|
||
|
||
.about-mission__header {
|
||
max-width: 48rem;
|
||
margin: 0 auto 4rem;
|
||
}
|
||
|
||
.about-mission__badge {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.75rem;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.about-mission__badge-line {
|
||
display: inline-block;
|
||
width: 2rem;
|
||
height: 2px;
|
||
background: #E13833;
|
||
}
|
||
|
||
.about-mission__badge-text {
|
||
font-size: 0.8rem;
|
||
font-weight: 600;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.1em;
|
||
color: #6b7280;
|
||
}
|
||
|
||
.about-mission__title {
|
||
font-size: clamp(1.75rem, 3vw, 2.25rem);
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.about-mission__subtitle {
|
||
font-size: 1.05rem;
|
||
color: #6b7280;
|
||
line-height: 1.7;
|
||
margin: 0;
|
||
}
|
||
|
||
.about-mission__grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(3, 1fr);
|
||
gap: 2rem;
|
||
}
|
||
|
||
@media (max-width: 991px) {
|
||
.about-mission__grid {
|
||
grid-template-columns: 1fr;
|
||
}
|
||
}
|
||
|
||
.about-mission__card {
|
||
background: #ffffff;
|
||
padding: 2rem;
|
||
border-radius: 0.75rem;
|
||
border: 1px solid #e5e7eb;
|
||
box-shadow: 0 1px 4px rgba(0,0,0,0.04);
|
||
transition: box-shadow 0.2s ease;
|
||
}
|
||
|
||
.about-mission__card:hover {
|
||
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
|
||
}
|
||
|
||
.about-mission__icon-wrap {
|
||
width: 3.5rem;
|
||
height: 3.5rem;
|
||
background: #f8fbff;
|
||
border-radius: 0.5rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-size: 1.25rem;
|
||
color: #1b254b;
|
||
margin-bottom: 1.5rem;
|
||
border-top: 4px solid transparent;
|
||
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
|
||
}
|
||
|
||
.about-mission__card:hover .about-mission__icon-wrap {
|
||
background-color: #1b254b;
|
||
color: #ffffff;
|
||
border-top-color: #E13833;
|
||
}
|
||
|
||
.about-mission__card-title {
|
||
font-size: 1.125rem;
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.about-mission__card-desc {
|
||
font-size: 0.95rem;
|
||
color: #6b7280;
|
||
line-height: 1.7;
|
||
margin: 0;
|
||
}
|
||
|
||
/* ------------------------------------------------------------
|
||
Why Paris In About Page
|
||
------------------------------------------------------------ */
|
||
.why-paris {
|
||
padding: 80px 0;
|
||
background: #ffffff;
|
||
}
|
||
|
||
.why-paris__image-grid {
|
||
display: grid;
|
||
grid-template-columns: 1fr 1fr;
|
||
gap: 1rem;
|
||
}
|
||
|
||
.why-paris__image-col {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1rem;
|
||
}
|
||
|
||
.why-paris__image-col--offset {
|
||
padding-top: 2rem;
|
||
}
|
||
|
||
.why-paris__img {
|
||
width: 100%;
|
||
object-fit: cover;
|
||
border-radius: 0.75rem;
|
||
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
|
||
display: block;
|
||
}
|
||
|
||
.why-paris__img--short { height: 12rem; }
|
||
.why-paris__img--tall { height: 16rem; }
|
||
|
||
.why-paris__content {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1.25rem;
|
||
padding-left: 2rem;
|
||
}
|
||
|
||
@media (max-width: 991px) {
|
||
.why-paris__content {
|
||
padding-left: 0;
|
||
margin-bottom: 2.5rem;
|
||
}
|
||
}
|
||
|
||
.why-paris__title {
|
||
font-size: clamp(1.75rem, 3vw, 2.25rem);
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin: 0;
|
||
}
|
||
|
||
.why-paris__desc {
|
||
font-size: 1.05rem;
|
||
color: #6b7280;
|
||
line-height: 1.7;
|
||
margin: 0;
|
||
}
|
||
|
||
.why-paris__list {
|
||
list-style: none;
|
||
padding: 0;
|
||
margin: 0;
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1rem;
|
||
}
|
||
|
||
.why-paris__list-item {
|
||
display: flex;
|
||
align-items: flex-start;
|
||
gap: 0.75rem;
|
||
color: #1b254b;
|
||
font-size: 0.95rem;
|
||
}
|
||
|
||
.why-paris__check {
|
||
width: 1.25rem;
|
||
height: 1.25rem;
|
||
border-radius: 50%;
|
||
background: #f8fbff;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
color: #1b254b;
|
||
font-size: 0.65rem;
|
||
flex-shrink: 0;
|
||
margin-top: 2px;
|
||
}
|
||
|
||
.why-paris__btn {
|
||
display: inline-block;
|
||
margin-top: 0.5rem;
|
||
padding: 0.625rem 1.5rem;
|
||
background: #f8fbff;
|
||
color: #1b254b;
|
||
font-weight: 600;
|
||
font-size: 0.95rem;
|
||
border-radius: 0.375rem;
|
||
border: 1px solid #e5e7eb;
|
||
cursor: pointer;
|
||
transition: background-color 0.2s ease;
|
||
}
|
||
|
||
.why-paris__btn:hover {
|
||
background-color: #e5e7eb;
|
||
}
|
||
|
||
/* ------------------------------------------------------------
|
||
Leadership Message In About Page
|
||
------------------------------------------------------------ */
|
||
.about-message {
|
||
padding: 80px 0;
|
||
background: #ffffff;
|
||
}
|
||
|
||
.about-message__header {
|
||
margin-bottom: 2rem;
|
||
}
|
||
|
||
.about-message__title {
|
||
font-size: clamp(1.75rem, 3vw, 2.5rem);
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.about-message__divider {
|
||
width: 5rem;
|
||
height: 4px;
|
||
background: #E13833;
|
||
border-radius: 999px;
|
||
}
|
||
|
||
.about-message__body p {
|
||
color: #6b7280;
|
||
line-height: 1.8;
|
||
margin-bottom: 1.25rem;
|
||
}
|
||
|
||
.about-message__quote {
|
||
font-size: 1.2rem;
|
||
font-weight: 500;
|
||
color: #1b254b !important;
|
||
line-height: 1.7;
|
||
}
|
||
|
||
.about-message__author {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 1.25rem;
|
||
margin-top: 2rem;
|
||
padding: 1.5rem;
|
||
background: #f8f8f9;
|
||
border-radius: 1rem;
|
||
border: 1px solid #e5e7eb;
|
||
}
|
||
|
||
.about-message__avatar {
|
||
width: 5rem;
|
||
height: 5rem;
|
||
border-radius: 50%;
|
||
overflow: hidden;
|
||
border: 2px solid #E13833;
|
||
flex-shrink: 0;
|
||
}
|
||
|
||
.about-message__avatar img {
|
||
width: 100%;
|
||
height: 100%;
|
||
object-fit: cover;
|
||
}
|
||
|
||
.about-message__author-name {
|
||
font-size: 1.1rem;
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin: 0 0 0.25rem;
|
||
}
|
||
|
||
.about-message__author-role {
|
||
font-size: 0.875rem;
|
||
color: #E13833;
|
||
font-weight: 500;
|
||
margin: 0;
|
||
}
|
||
|
||
.about-message__quote-icon {
|
||
font-size: 3rem;
|
||
color: #1b254b;
|
||
opacity: 0.15;
|
||
margin-left: auto;
|
||
}
|
||
|
||
/* Sidebar */
|
||
.about-message__sidebar {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1.25rem;
|
||
position: sticky;
|
||
top: 7rem;
|
||
}
|
||
|
||
.about-message__sidebar-card {
|
||
background: #f8f8f9;
|
||
padding: 2rem;
|
||
border-radius: 1.5rem;
|
||
border: 1px solid #e5e7eb;
|
||
}
|
||
|
||
.about-message__sidebar-card h3 {
|
||
font-size: 1.1rem;
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.about-message__sidebar-card p {
|
||
font-size: 0.875rem;
|
||
color: #6b7280;
|
||
margin-bottom: 1.25rem;
|
||
}
|
||
|
||
.about-message__sidebar-card--primary {
|
||
background: #1b254b;
|
||
}
|
||
|
||
.about-message__sidebar-card--primary h3,
|
||
.about-message__sidebar-card--primary p {
|
||
color: #ffffff;
|
||
}
|
||
|
||
.about-message__sidebar-card--primary p {
|
||
color: rgba(255,255,255,0.75);
|
||
}
|
||
|
||
.about-message__sidebar-link {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
width: 100%;
|
||
background: #ffffff;
|
||
color: #1b254b;
|
||
padding: 0.75rem 1.5rem;
|
||
border-radius: 999px;
|
||
font-weight: 500;
|
||
font-size: 0.9rem;
|
||
text-decoration: none;
|
||
transition: background 0.2s;
|
||
}
|
||
|
||
.about-message__sidebar-link:hover { background: #f3f4f6; }
|
||
|
||
.about-message__sidebar-icon {
|
||
width: 3rem;
|
||
height: 3rem;
|
||
background: #ffffff;
|
||
border-radius: 0.75rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-size: 1.25rem;
|
||
color: #1b254b;
|
||
margin-bottom: 1rem;
|
||
box-shadow: 0 1px 4px rgba(0,0,0,0.08);
|
||
}
|
||
|
||
.about-message__sidebar-text-link {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
color: #1b254b;
|
||
font-weight: 500;
|
||
font-size: 0.9rem;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.about-message__sidebar-text-link:hover { text-decoration: underline; }
|
||
|
||
.about-message__sidebar-outline-link {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 100%;
|
||
border: 2px solid #1b254b;
|
||
color: #1b254b;
|
||
padding: 0.75rem 1.5rem;
|
||
border-radius: 999px;
|
||
font-weight: 500;
|
||
font-size: 0.9rem;
|
||
text-decoration: none;
|
||
transition: all 0.2s;
|
||
}
|
||
|
||
.about-message__sidebar-outline-link:hover {
|
||
background: #1b254b;
|
||
color: #ffffff;
|
||
}
|
||
|
||
/* ------------------------------------------------------------
|
||
Leadership Board In About Page
|
||
------------------------------------------------------------ */
|
||
.about-leadership {
|
||
padding: 80px 0;
|
||
background: #f8f8f9;
|
||
}
|
||
|
||
.about-leadership__header {
|
||
margin-bottom: 3rem;
|
||
}
|
||
|
||
.about-leadership__title {
|
||
font-size: clamp(1.75rem, 3vw, 2.25rem);
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.about-leadership__subtitle {
|
||
color: #6b7280;
|
||
font-size: 1.05rem;
|
||
margin: 0;
|
||
}
|
||
|
||
.about-leadership__grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(4, 1fr);
|
||
gap: 2rem;
|
||
}
|
||
|
||
@media (max-width: 991px) {
|
||
.about-leadership__grid { grid-template-columns: repeat(2, 1fr); }
|
||
}
|
||
|
||
@media (max-width: 575px) {
|
||
.about-leadership__grid { grid-template-columns: 1fr; }
|
||
}
|
||
|
||
.about-leadership__card {
|
||
background: #ffffff;
|
||
border-radius: 0.75rem;
|
||
border: 1px solid #e5e7eb;
|
||
overflow: hidden;
|
||
transition: box-shadow 0.2s;
|
||
}
|
||
|
||
.about-leadership__card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
|
||
|
||
.about-leadership__photo-wrap {
|
||
height: 16rem;
|
||
overflow: hidden;
|
||
background: #f3f4f6;
|
||
}
|
||
|
||
.about-leadership__photo {
|
||
width: 100%;
|
||
height: 100%;
|
||
object-fit: cover;
|
||
transition: transform 0.5s ease;
|
||
}
|
||
|
||
.about-leadership__card:hover .about-leadership__photo { transform: scale(1.05); }
|
||
|
||
.about-leadership__info {
|
||
padding: 1.5rem;
|
||
text-align: center;
|
||
}
|
||
|
||
.about-leadership__name {
|
||
font-size: 1rem;
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 0.25rem;
|
||
}
|
||
|
||
.about-leadership__role {
|
||
font-size: 0.875rem;
|
||
color: #E13833;
|
||
font-weight: 500;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.about-leadership__socials {
|
||
display: flex;
|
||
justify-content: center;
|
||
gap: 0.75rem;
|
||
}
|
||
|
||
.about-leadership__social-link {
|
||
color: #6b7280;
|
||
font-size: 1rem;
|
||
text-decoration: none;
|
||
transition: color 0.2s;
|
||
}
|
||
|
||
.about-leadership__social-link:hover { color: #1b254b; }
|
||
|
||
/* ------------------------------------------------------------
|
||
Campus In About Page
|
||
------------------------------------------------------------ */
|
||
.about-campus {
|
||
padding: 80px 0;
|
||
background: #f8f8f9;
|
||
}
|
||
|
||
.about-campus__header {
|
||
margin-bottom: 3rem;
|
||
}
|
||
|
||
.about-campus__title {
|
||
font-size: clamp(1.75rem, 3vw, 2.25rem);
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.about-campus__subtitle {
|
||
color: #6b7280;
|
||
max-width: 40rem;
|
||
margin: 0 auto;
|
||
}
|
||
|
||
.about-campus__grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(3, 1fr);
|
||
gap: 2rem;
|
||
}
|
||
|
||
@media (max-width: 991px) {
|
||
.about-campus__grid { grid-template-columns: 1fr; }
|
||
}
|
||
|
||
.about-campus__card {
|
||
background: #ffffff;
|
||
border-radius: 1.5rem;
|
||
overflow: hidden;
|
||
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
|
||
transition: box-shadow 0.2s;
|
||
}
|
||
|
||
.about-campus__card:hover { box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
|
||
|
||
.about-campus__img-wrap {
|
||
height: 12rem;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.about-campus__img {
|
||
width: 100%;
|
||
height: 100%;
|
||
object-fit: cover;
|
||
transition: transform 0.5s ease;
|
||
}
|
||
|
||
.about-campus__card:hover .about-campus__img { transform: scale(1.05); }
|
||
|
||
.about-campus__body {
|
||
padding: 2rem;
|
||
}
|
||
|
||
.about-campus__tag {
|
||
display: inline-block;
|
||
padding: 0.2rem 0.75rem;
|
||
border-radius: 999px;
|
||
font-size: 0.75rem;
|
||
font-weight: 700;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.about-campus__tag--blue { background: #eff6ff; color: #1b254b; }
|
||
.about-campus__tag--yellow { background: #fefce8; color: #854d0e; }
|
||
.about-campus__tag--green { background: #f0fdf4; color: #166534; }
|
||
|
||
.about-campus__card-title {
|
||
font-size: 1.1rem;
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.about-campus__card-desc {
|
||
font-size: 0.875rem;
|
||
color: #6b7280;
|
||
line-height: 1.6;
|
||
margin-bottom: 1.5rem;
|
||
}
|
||
|
||
.about-campus__link {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
color: #1b254b;
|
||
font-weight: 500;
|
||
font-size: 0.875rem;
|
||
text-decoration: none;
|
||
transition: gap 0.2s;
|
||
}
|
||
|
||
.about-campus__link:hover { gap: 0.75rem; }
|
||
|
||
/* ------------------------------------------------------------
|
||
History Timeline In About Page
|
||
------------------------------------------------------------ */
|
||
.about-timeline {
|
||
padding: 80px 0;
|
||
background: #1b254b;
|
||
color: #ffffff;
|
||
}
|
||
|
||
.about-timeline__header { margin-bottom: 3rem; }
|
||
|
||
.about-timeline__title {
|
||
font-size: clamp(1.75rem, 3vw, 2.5rem);
|
||
font-weight: 700;
|
||
color: #ffffff;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.about-timeline__subtitle { color: rgba(255,255,255,0.65); font-size: 1rem; margin: 0; }
|
||
|
||
.about-timeline__track {
|
||
max-width: 44rem;
|
||
margin: 0 auto;
|
||
position: relative;
|
||
padding: 1rem 0;
|
||
}
|
||
|
||
/* Vertical line chạy giữa track */
|
||
.about-timeline__line {
|
||
position: absolute;
|
||
left: 50%;
|
||
top: 0;
|
||
bottom: 0;
|
||
width: 2px;
|
||
margin-left: -1px;
|
||
background: rgba(100,160,255,0.3);
|
||
}
|
||
|
||
.about-timeline__item {
|
||
display: flex;
|
||
margin-bottom: 3.5rem;
|
||
width: 100%;
|
||
position: relative;
|
||
}
|
||
|
||
.about-timeline__item:last-child { margin-bottom: 0; }
|
||
|
||
/* Content chiếm nửa trái hoặc phải */
|
||
.about-timeline__content {
|
||
width: calc(50% - 1.5rem);
|
||
}
|
||
|
||
/* Dot nằm absolute giữa line */
|
||
.about-timeline__dot-wrap {
|
||
position: absolute;
|
||
left: 50%;
|
||
top: 0.3rem;
|
||
transform: translateX(-50%);
|
||
z-index: 2;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
|
||
/* Spacer chiếm nửa còn lại */
|
||
.about-timeline__spacer {
|
||
width: calc(50% - 1.5rem);
|
||
}
|
||
|
||
/* Left: content bên trái, text align right */
|
||
.about-timeline__item--left .about-timeline__content {
|
||
text-align: right;
|
||
order: 1;
|
||
margin-right: 3rem;
|
||
}
|
||
.about-timeline__item--left .about-timeline__dot-wrap { order: 2; }
|
||
.about-timeline__item--left .about-timeline__spacer { order: 3; }
|
||
|
||
/* Right: spacer bên trái, content bên phải */
|
||
.about-timeline__item--right .about-timeline__spacer { order: 1; }
|
||
.about-timeline__item--right .about-timeline__dot-wrap { order: 2; }
|
||
.about-timeline__item--right .about-timeline__content {
|
||
text-align: left;
|
||
order: 3;
|
||
margin-left: 3rem;
|
||
}
|
||
|
||
.about-timeline__dot {
|
||
width: 1.25rem;
|
||
height: 1.25rem;
|
||
border-radius: 50%;
|
||
background: transparent;
|
||
border: 2px solid #74b3ff;
|
||
box-shadow: 0 0 0 4px rgba(116,179,255,0.15);
|
||
flex-shrink: 0;
|
||
}
|
||
|
||
.about-timeline__year {
|
||
font-size: 1.75rem;
|
||
font-weight: 700;
|
||
color: #ffffff;
|
||
margin-bottom: 0.25rem;
|
||
line-height: 1;
|
||
}
|
||
|
||
.about-timeline__event {
|
||
font-size: 0.95rem;
|
||
font-weight: 600;
|
||
color: #74b3ff;
|
||
margin-bottom: 0.5rem;
|
||
}
|
||
|
||
.about-timeline__desc {
|
||
font-size: 0.875rem;
|
||
color: rgba(255,255,255,0.65);
|
||
line-height: 1.6;
|
||
margin: 0;
|
||
max-width: 18rem;
|
||
}
|
||
|
||
.about-timeline__item--left .about-timeline__desc { margin-left: auto; }
|
||
.about-timeline__item--right .about-timeline__desc { margin-right: auto; }
|
||
|
||
@media (max-width: 767px) {
|
||
.about-timeline__line { left: 0.75rem; }
|
||
.about-timeline__item { flex-direction: column; align-items: flex-start; padding-left: 2.5rem; }
|
||
.about-timeline__item--left .about-timeline__content,
|
||
.about-timeline__item--right .about-timeline__content { text-align: left; padding: 0; order: 2; }
|
||
.about-timeline__item--left .about-timeline__desc,
|
||
.about-timeline__item--right .about-timeline__desc { margin: 0; max-width: 100%; }
|
||
.about-timeline__dot-wrap { position: absolute; left: 0; top: 0.25rem; order: 1; }
|
||
.about-timeline__spacer { display: none; }
|
||
}
|
||
/*
|
||
----------------------------------------------------------
|
||
End About Page
|
||
----------------------------------------------------------
|
||
*/
|
||
|
||
/*
|
||
-----------------------------------------------
|
||
Accreditation Page
|
||
-----------------------------------------------
|
||
*/
|
||
|
||
/* Typography — dùng div thay h1/h2/h3 */
|
||
.accreditation-page .acc-heading {
|
||
font-size: clamp(2.5rem, 5vw, 3.75rem);
|
||
line-height: 1.15;
|
||
}
|
||
|
||
.accreditation-page .acc-section-title {
|
||
font-size: 1.875rem;
|
||
line-height: 1.3;
|
||
}
|
||
|
||
.accreditation-page .acc-card-title {
|
||
font-size: 1.25rem;
|
||
line-height: 1.4;
|
||
}
|
||
|
||
/* ---------- Color tokens ---------- */
|
||
.accreditation-page .text-brand-blue { color: #1b254b; }
|
||
.accreditation-page .bg-brand-blue { background-color: #1b254b; }
|
||
.accreditation-page .bg-brand-light { background-color: #f8fbff; }
|
||
.accreditation-page .bg-brand-accent { background-color: #3b82f6; }
|
||
.accreditation-page .text-brand-accent { color: #3b82f6; }
|
||
.accreditation-page .text-ui-text { color: #111827; }
|
||
.accreditation-page .text-ui-muted { color: #6b7280; }
|
||
.accreditation-page .bg-ui-bg { background-color: #f9fafb; }
|
||
.accreditation-page .border-ui-border { border-color: #e5e7eb; }
|
||
|
||
/* ---------- Shadow tokens ---------- */
|
||
.accreditation-page .shadow-soft {
|
||
box-shadow: 0 1px 3px rgb(0 0 0 / 0.06), 0 1px 2px rgb(0 0 0 / 0.04);
|
||
}
|
||
.accreditation-page .shadow-hover,
|
||
.accreditation-page .hover\:shadow-hover:hover {
|
||
box-shadow: 0 8px 24px rgb(0 0 0 / 0.1);
|
||
}
|
||
|
||
/* ---------- Border radius fix ---------- */
|
||
.accreditation-page .rounded-\[24px\] { border-radius: 24px !important; }
|
||
.accreditation-page .rounded-lg { border-radius: 8px !important; }
|
||
.accreditation-page .rounded-md { border-radius: 6px !important; }
|
||
|
||
/* Mesh background gradient */
|
||
.accreditation-page .mesh-bg {
|
||
background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 40%, #ffffff 100%);
|
||
}
|
||
|
||
/* rounded-xl fix */
|
||
.accreditation-page .rounded-xl { border-radius: 12px !important; }
|
||
/*
|
||
-----------------------------------------------
|
||
End Accreditation Page
|
||
-----------------------------------------------
|
||
*/
|
||
|
||
|
||
@-webkit-keyframes rippleOne {
|
||
70% {
|
||
-webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
|
||
box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
|
||
}
|
||
100% {
|
||
-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
|
||
box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
|
||
}
|
||
}
|
||
@keyframes rippleOne {
|
||
70% {
|
||
-webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
|
||
box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
|
||
}
|
||
100% {
|
||
-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
|
||
box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
|
||
}
|
||
}
|
||
@keyframes cir36 {
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes rounded {
|
||
50% {
|
||
transform: rotate(15deg);
|
||
}
|
||
}
|
||
@keyframes up-down {
|
||
0% {
|
||
transform: translateY(10px);
|
||
}
|
||
100% {
|
||
transform: translateY(-10px);
|
||
}
|
||
}
|
||
@-webkit-keyframes spinner {
|
||
to {
|
||
-webkit-transform: rotateZ(360deg);
|
||
transform: rotateZ(360deg);
|
||
}
|
||
}
|
||
@keyframes spinner {
|
||
to {
|
||
-webkit-transform: rotateZ(360deg);
|
||
transform: rotateZ(360deg);
|
||
}
|
||
}
|
||
@-webkit-keyframes letters-loading {
|
||
0%, 75%, 100% {
|
||
opacity: 0;
|
||
transform: rotateY(-90deg);
|
||
}
|
||
25%, 50% {
|
||
opacity: 1;
|
||
transform: rotateY(0deg);
|
||
}
|
||
}
|
||
@keyframes letters-loading {
|
||
0%, 75%, 100% {
|
||
opacity: 0;
|
||
transform: rotateY(-90deg);
|
||
}
|
||
25%, 50% {
|
||
opacity: 1;
|
||
transform: rotateY(0deg);
|
||
}
|
||
}
|
||
@keyframes loaderspin {
|
||
0% {
|
||
transform: translate(-50%, -50%) rotate(0deg);
|
||
}
|
||
100% {
|
||
transform: translate(-50%, -50%) rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes tpswing {
|
||
0% {
|
||
-webkit-transform: rotate(20deg);
|
||
-ms-transform: rotate(20deg);
|
||
transform: rotate(20deg);
|
||
}
|
||
100% {
|
||
-webkit-transform: rotate(0deg);
|
||
-ms-transform: rotate(0deg);
|
||
transform: rotate(0deg);
|
||
}
|
||
}
|
||
@keyframes width {
|
||
0% {
|
||
width: 0%;
|
||
}
|
||
100% {
|
||
width: 100%;
|
||
}
|
||
}
|
||
@-webkit-keyframes width {
|
||
0% {
|
||
width: 0%;
|
||
}
|
||
100% {
|
||
width: 100%;
|
||
}
|
||
}
|
||
@-webkit-keyframes loaderspin {
|
||
0% {
|
||
transform: translate(-50%, -50%) rotate(0deg);
|
||
}
|
||
100% {
|
||
transform: translate(-50%, -50%) rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes loaderpulse {
|
||
0% {
|
||
transform: scale(1);
|
||
}
|
||
100% {
|
||
transform: scale(1.2);
|
||
}
|
||
}
|
||
@keyframes rounded {
|
||
50% {
|
||
transform: rotate(20deg);
|
||
}
|
||
}
|
||
@keyframes cir36 {
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
.float-bob-y {
|
||
-webkit-animation-name: float-bob-y;
|
||
animation-name: float-bob-y;
|
||
-webkit-animation-duration: 3s;
|
||
animation-duration: 3s;
|
||
-webkit-animation-iteration-count: infinite;
|
||
animation-iteration-count: infinite;
|
||
-webkit-animation-timing-function: linear;
|
||
animation-timing-function: linear;
|
||
}
|
||
|
||
@-webkit-keyframes float-bob-y {
|
||
0% {
|
||
-webkit-transform: translateY(-30px);
|
||
transform: translateY(-30px);
|
||
}
|
||
50% {
|
||
-webkit-transform: translateY(-10px);
|
||
transform: translateY(-10px);
|
||
}
|
||
100% {
|
||
-webkit-transform: translateY(-30px);
|
||
transform: translateY(-30px);
|
||
}
|
||
}
|
||
@keyframes float-bob-y {
|
||
0% {
|
||
-webkit-transform: translateY(-30px);
|
||
transform: translateY(-30px);
|
||
}
|
||
50% {
|
||
-webkit-transform: translateY(-10px);
|
||
transform: translateY(-10px);
|
||
}
|
||
100% {
|
||
-webkit-transform: translateY(-30px);
|
||
transform: translateY(-30px);
|
||
}
|
||
}
|
||
.float-bob-x {
|
||
-webkit-animation-name: float-bob-x;
|
||
animation-name: float-bob-x;
|
||
-webkit-animation-duration: 3s;
|
||
animation-duration: 3s;
|
||
-webkit-animation-iteration-count: infinite;
|
||
animation-iteration-count: infinite;
|
||
-webkit-animation-timing-function: linear;
|
||
animation-timing-function: linear;
|
||
}
|
||
|
||
@-webkit-keyframes float-bob-x {
|
||
0% {
|
||
-webkit-transform: translateX(0px);
|
||
transform: translateX(30px);
|
||
}
|
||
50% {
|
||
-webkit-transform: translateX(10px);
|
||
transform: translateX(10px);
|
||
}
|
||
100% {
|
||
-webkit-transform: translateX(30px);
|
||
transform: translateX(30px);
|
||
}
|
||
}
|
||
@keyframes float-bob-x {
|
||
0% {
|
||
-webkit-transform: translateX(30px);
|
||
transform: translateX(30px);
|
||
}
|
||
50% {
|
||
-webkit-transform: translateX(10px);
|
||
transform: translateX(10px);
|
||
}
|
||
100% {
|
||
-webkit-transform: translateX(30px);
|
||
transform: translateX(30px);
|
||
}
|
||
}
|
||
@keyframes bounce-x {
|
||
0% {
|
||
-webkit-transform: translateX(0);
|
||
transform: translateX(0);
|
||
}
|
||
50% {
|
||
-webkit-transform: translateX(30px);
|
||
transform: translateX(30px);
|
||
}
|
||
100% {
|
||
-webkit-transform: translateX(0);
|
||
transform: translateX(0);
|
||
}
|
||
}
|
||
.bounce-x {
|
||
-webkit-animation: bounce-x 7s infinite linear;
|
||
animation: bounce-x 7s infinite linear;
|
||
}
|
||
|
||
@keyframes criss-cross-left {
|
||
0% {
|
||
left: -20px;
|
||
}
|
||
50% {
|
||
left: 50%;
|
||
width: 20px;
|
||
height: 20px;
|
||
}
|
||
100% {
|
||
left: 50%;
|
||
width: 375px;
|
||
height: 375px;
|
||
}
|
||
}
|
||
@keyframes criss-cross-right {
|
||
0% {
|
||
right: -20px;
|
||
}
|
||
50% {
|
||
right: 50%;
|
||
width: 20px;
|
||
height: 20px;
|
||
}
|
||
100% {
|
||
right: 50%;
|
||
width: 375px;
|
||
height: 375px;
|
||
}
|
||
}
|
||
@keyframes rotated2 {
|
||
0% {
|
||
transform: rotate(0);
|
||
}
|
||
100% {
|
||
transform: rotate(-360deg);
|
||
}
|
||
}
|
||
@keyframes wave {
|
||
0% {
|
||
transform: translateX(0);
|
||
}
|
||
50% {
|
||
transform: translateX(-25%);
|
||
}
|
||
100% {
|
||
transform: translateX(-50%);
|
||
}
|
||
}
|
||
@keyframes zoom {
|
||
0% {
|
||
transform: scale(0.5);
|
||
}
|
||
50% {
|
||
transform: scale(1);
|
||
}
|
||
100% {
|
||
transform: scale(0.5);
|
||
}
|
||
}
|
||
@keyframes translateY2 {
|
||
0% {
|
||
-webkit-transform: translateY(-30px);
|
||
-moz-transform: translateY(-30px);
|
||
-ms-transform: translateY(-30px);
|
||
-o-transform: translateY(-30px);
|
||
transform: translateY(-30px);
|
||
}
|
||
100% {
|
||
-webkit-transform: translateY(20px);
|
||
-moz-transform: translateY(20px);
|
||
-ms-transform: translateY(20px);
|
||
-o-transform: translateY(20px);
|
||
transform: translateY(20px);
|
||
}
|
||
}
|
||
@keyframes translateX2 {
|
||
0% {
|
||
-webkit-transform: translateX(-30px);
|
||
-moz-transform: translateX(-30px);
|
||
-ms-transform: translateX(-30px);
|
||
-o-transform: translateX(-30px);
|
||
transform: translateX(-30px);
|
||
}
|
||
100% {
|
||
-webkit-transform: translatXY(20px);
|
||
-moz-transform: translateX(20px);
|
||
-ms-transform: translateX(20px);
|
||
-o-transform: translateX(20px);
|
||
transform: translateX(20px);
|
||
}
|
||
}
|
||
@keyframes moving {
|
||
0% {
|
||
transform: translatey(0px);
|
||
}
|
||
20% {
|
||
transform: translateX(-50px);
|
||
}
|
||
50% {
|
||
transform: translatey(-40px);
|
||
}
|
||
100% {
|
||
transform: translatey(0px);
|
||
}
|
||
}
|
||
/*img-animation**********************/
|
||
.img-custom-anim-right {
|
||
animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
|
||
opacity: 0;
|
||
}
|
||
|
||
@keyframes img-anim-right {
|
||
0% {
|
||
transform: translateX(5%);
|
||
clip-path: inset(0 0 0 100%);
|
||
opacity: 0;
|
||
}
|
||
100% {
|
||
transform: translateX(0);
|
||
clip-path: inset(0 0 0 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
.img-custom-anim-left {
|
||
animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
|
||
opacity: 0;
|
||
}
|
||
|
||
@keyframes img-anim-left {
|
||
0% {
|
||
transform: translateX(-5%);
|
||
clip-path: inset(0 100% 0 0);
|
||
opacity: 0;
|
||
}
|
||
100% {
|
||
transform: translateX(0);
|
||
clip-path: inset(0 0 0 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
.img-custom-anim-top {
|
||
animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
|
||
opacity: 0;
|
||
}
|
||
|
||
@keyframes img-anim-top {
|
||
0% {
|
||
transform: translateY(-5%);
|
||
clip-path: inset(0 0 100% 0);
|
||
opacity: 0;
|
||
}
|
||
100% {
|
||
transform: translateY(0);
|
||
clip-path: inset(0 0 0 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
@keyframes slideInLeft {
|
||
to {
|
||
opacity: 1;
|
||
transform: translateX(0);
|
||
}
|
||
}
|
||
@keyframes slideInRight {
|
||
to {
|
||
opacity: 1;
|
||
transform: translateX(0);
|
||
}
|
||
}
|
||
@keyframes shine {
|
||
0% {
|
||
left: -100%;
|
||
}
|
||
50% {
|
||
left: 100%;
|
||
}
|
||
100% {
|
||
left: 100%;
|
||
}
|
||
}
|
||
.animation-infinite {
|
||
animation: ShapeAnim 80s linear infinite;
|
||
height: 30px;
|
||
width: 100%;
|
||
background-repeat: repeat;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.img-custom-anim-bottom {
|
||
animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
|
||
opacity: 0;
|
||
}
|
||
|
||
@keyframes img-anim-bottom {
|
||
0% {
|
||
transform: translateY(5%);
|
||
clip-path: inset(100% 0 0 0);
|
||
opacity: 0;
|
||
}
|
||
100% {
|
||
transform: translateY(0);
|
||
clip-path: inset(0 0 0 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
@keyframes sparkle {
|
||
0% {
|
||
opacity: 0;
|
||
transform: scale(0.5);
|
||
}
|
||
50% {
|
||
opacity: 1;
|
||
transform: scale(1.5);
|
||
}
|
||
100% {
|
||
opacity: 0;
|
||
transform: scale(0.5);
|
||
}
|
||
}
|
||
@keyframes borderAnim {
|
||
0% {
|
||
width: 0;
|
||
}
|
||
100% {
|
||
width: 44px;
|
||
}
|
||
}
|
||
@keyframes slideInLeft {
|
||
to {
|
||
opacity: 1;
|
||
transform: translateX(0);
|
||
}
|
||
}
|
||
@keyframes slideInRight {
|
||
to {
|
||
opacity: 1;
|
||
transform: translateX(0);
|
||
}
|
||
}
|
||
@keyframes shine {
|
||
0% {
|
||
left: -100%;
|
||
}
|
||
50% {
|
||
left: 100%;
|
||
}
|
||
100% {
|
||
left: 100%;
|
||
}
|
||
}
|
||
@keyframes strokeColorChange1 {
|
||
0% {
|
||
-webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
|
||
}
|
||
25% {
|
||
-webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
|
||
}
|
||
50% {
|
||
-webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
|
||
}
|
||
75% {
|
||
-webkit-text-stroke-color: rgba(227, 87, 43, 0.1);
|
||
}
|
||
100% {
|
||
-webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
|
||
}
|
||
}
|
||
@keyframes shake {
|
||
0%, 100% {
|
||
-webkit-transform: translateX(0);
|
||
-ms-transform: translateX(0);
|
||
transform: translateX(0);
|
||
}
|
||
10%, 30%, 50%, 70%, 90% {
|
||
-webkit-transform: translateX(-5px);
|
||
-ms-transform: translateX(-5px);
|
||
transform: translateX(-5px);
|
||
}
|
||
20%, 40%, 60%, 80% {
|
||
-webkit-transform: translateX(5px);
|
||
-ms-transform: translateX(5px);
|
||
transform: translateX(5px);
|
||
}
|
||
}
|
||
@keyframes rotateBorder {
|
||
0% {
|
||
transform: translate(-50%, -50%) rotate(0deg);
|
||
}
|
||
100% {
|
||
transform: translate(-50%, -50%) rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes animate-positive {
|
||
0% {
|
||
width: 0;
|
||
}
|
||
}
|
||
@keyframes scroll {
|
||
0% {
|
||
transform: translateX(0);
|
||
}
|
||
100% {
|
||
transform: translateX(-100%);
|
||
}
|
||
}
|
||
@keyframes scrolly {
|
||
0% {
|
||
transform: translateY(0);
|
||
}
|
||
100% {
|
||
transform: translateY(-60%);
|
||
}
|
||
}
|
||
@keyframes scrolls {
|
||
0% {
|
||
transform: translateX(0);
|
||
}
|
||
100% {
|
||
transform: translateX(100%);
|
||
}
|
||
}
|
||
@keyframes scroll-left-to-right-loop {
|
||
0% {
|
||
transform: translateX(-50%);
|
||
}
|
||
100% {
|
||
transform: translateX(0%);
|
||
}
|
||
}
|
||
@-webkit-keyframes zoomOut {
|
||
from {
|
||
opacity: 1;
|
||
}
|
||
50% {
|
||
opacity: 0;
|
||
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
||
transform: scale3d(0.3, 0.3, 0.3);
|
||
}
|
||
to {
|
||
opacity: 0;
|
||
}
|
||
}
|
||
@keyframes zoomOut {
|
||
from {
|
||
opacity: 1;
|
||
}
|
||
50% {
|
||
opacity: 0;
|
||
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
||
transform: scale3d(0.3, 0.3, 0.3);
|
||
}
|
||
to {
|
||
opacity: 0;
|
||
}
|
||
}
|
||
.zoomOut {
|
||
-webkit-animation-name: zoomOut;
|
||
animation-name: zoomOut;
|
||
}
|
||
|
||
.img_left_animation {
|
||
animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
|
||
opacity: 0;
|
||
}
|
||
|
||
@keyframes left-animation {
|
||
0% {
|
||
clip-path: inset(0 100% 0 0);
|
||
opacity: 0;
|
||
}
|
||
100% {
|
||
clip-path: inset(0 0 0 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
.img_right_animation {
|
||
animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
|
||
opacity: 0;
|
||
}
|
||
|
||
@keyframes right-animation {
|
||
0% {
|
||
clip-path: inset(0 0 0 100%);
|
||
opacity: 0;
|
||
}
|
||
100% {
|
||
clip-path: inset(0 0 0 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
.img_top_animation {
|
||
animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
|
||
opacity: 0;
|
||
}
|
||
|
||
@keyframes top-animation {
|
||
0% {
|
||
clip-path: inset(0 0 100% 0);
|
||
opacity: 0;
|
||
}
|
||
100% {
|
||
clip-path: inset(0 0 0 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
.img_bottom_animation {
|
||
animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
|
||
opacity: 0;
|
||
}
|
||
|
||
@keyframes bottom-animation {
|
||
0% {
|
||
clip-path: inset(100% 0 0 0);
|
||
opacity: 0;
|
||
}
|
||
100% {
|
||
clip-path: inset(0 0 0 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
@keyframes circle {
|
||
0% {
|
||
transform: scale(0);
|
||
opacity: 0.6;
|
||
}
|
||
100% {
|
||
transform: scale(30);
|
||
opacity: 0;
|
||
}
|
||
}
|
||
@keyframes icon-bounce {
|
||
0%, 100%, 20%, 50%, 80% {
|
||
-webkit-transform: translateY(0);
|
||
transform: translateY(0);
|
||
}
|
||
40% {
|
||
-webkit-transform: translateY(-10px);
|
||
transform: translateY(-10px);
|
||
}
|
||
60% {
|
||
-webkit-transform: translateY(-5px);
|
||
transform: translateY(-5px);
|
||
}
|
||
}
|
||
@-webkit-keyframes slideInLeft {
|
||
0% {
|
||
-webkit-transform: translate3d(-100%, 0, 0);
|
||
transform: translate3d(-100%, 0, 0);
|
||
visibility: visible;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
}
|
||
@keyframes slideInLeft {
|
||
0% {
|
||
-webkit-transform: translate3d(-100%, 0, 0);
|
||
transform: translate3d(-100%, 0, 0);
|
||
visibility: visible;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
}
|
||
.slideInLeft {
|
||
-webkit-animation-name: slideInLeft;
|
||
animation-name: slideInLeft;
|
||
}
|
||
|
||
@-webkit-keyframes slideInRight {
|
||
0% {
|
||
-webkit-transform: translate3d(100%, 0, 0);
|
||
transform: translate3d(100%, 0, 0);
|
||
visibility: visible;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
}
|
||
@keyframes slideInRight {
|
||
0% {
|
||
-webkit-transform: translate3d(100%, 0, 0);
|
||
transform: translate3d(100%, 0, 0);
|
||
visibility: visible;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
}
|
||
.slideInRight {
|
||
-webkit-animation-name: slideInRight;
|
||
animation-name: slideInRight;
|
||
}
|
||
|
||
@-webkit-keyframes slideInUp {
|
||
0% {
|
||
-webkit-transform: translate3d(0, 100%, 0);
|
||
transform: translate3d(0, 100%, 0);
|
||
visibility: visible;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
}
|
||
@keyframes slideInUp {
|
||
0% {
|
||
-webkit-transform: translate3d(0, 100%, 0);
|
||
transform: translate3d(0, 100%, 0);
|
||
visibility: visible;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
}
|
||
.slideInUp {
|
||
-webkit-animation-name: slideInUp;
|
||
animation-name: slideInUp;
|
||
}
|
||
|
||
@-webkit-keyframes slideInDown {
|
||
0% {
|
||
-webkit-transform: translate3d(0, -100%, 0);
|
||
transform: translate3d(0, -100%, 0);
|
||
visibility: visible;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
}
|
||
@keyframes slideInDown {
|
||
0% {
|
||
-webkit-transform: translate3d(0, -100%, 0);
|
||
transform: translate3d(0, -100%, 0);
|
||
visibility: visible;
|
||
}
|
||
100% {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
}
|
||
.slideInDown {
|
||
-webkit-animation-name: slideInDown;
|
||
animation-name: slideInDown;
|
||
}
|
||
|
||
.zoom_in {
|
||
transform: scale(0.5);
|
||
}
|
||
|
||
.fade_up,
|
||
.fade_down,
|
||
.zoom_in,
|
||
.zoom_out {
|
||
opacity: 0;
|
||
transition: all 2s;
|
||
}
|
||
|
||
.show {
|
||
opacity: 1;
|
||
transform: translateY(0) scale(1);
|
||
}
|
||
|
||
@keyframes spin {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
@keyframes zoomIn {
|
||
0% {
|
||
opacity: 0;
|
||
-webkit-transform: scale3d(0.8, 0.8, 0.8);
|
||
transform: scale3d(0.8, 0.8, 0.8);
|
||
}
|
||
50% {
|
||
opacity: 1;
|
||
}
|
||
}
|
||
.brand-wrapper .brand-item {
|
||
border-top: 1px solid rgba(203, 204, 207, 0.72);
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.72);
|
||
text-align: center;
|
||
height: 116px;
|
||
position: relative;
|
||
}
|
||
.brand-wrapper .brand-item::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background-color: rgba(203, 204, 207, 0.72);
|
||
width: 1px;
|
||
left: 0;
|
||
}
|
||
.brand-wrapper .brand-item::after {
|
||
position: absolute;
|
||
content: "";
|
||
top: 0;
|
||
bottom: 0;
|
||
background-color: rgba(203, 204, 207, 0.72);
|
||
width: 1px;
|
||
right: 0;
|
||
}
|
||
.brand-wrapper .brand-item .brand-image {
|
||
position: relative;
|
||
padding: 30px 0;
|
||
}
|
||
.brand-wrapper .brand-item .brand-image::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background-color: rgba(203, 204, 207, 0.72);
|
||
width: 1px;
|
||
left: 0;
|
||
height: 100px;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.brand-wrapper .brand-item .brand-image::before {
|
||
display: none;
|
||
}
|
||
}
|
||
.brand-wrapper.style-1 .brand-item {
|
||
height: 102px;
|
||
}
|
||
.brand-wrapper.style-1 .brand-item .brand-image {
|
||
text-align: center;
|
||
filter: grayscale(100%);
|
||
transition: all 0.4s ease-in-out;
|
||
opacity: 0.4;
|
||
}
|
||
.brand-wrapper.style-1 .brand-item .brand-image:hover {
|
||
filter: initial;
|
||
opacity: 1;
|
||
}
|
||
.brand-wrapper.style-1 .brand-item .swiper-slide.swiper-slide-active .brand-image {
|
||
filter: initial;
|
||
opacity: 1;
|
||
}
|
||
|
||
/*
|
||
-----------------------------------------------
|
||
Contact Page
|
||
-----------------------------------------------
|
||
*/
|
||
|
||
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');
|
||
|
||
/* Reset heading override từ main.css */
|
||
.contact-page h1,
|
||
.contact-page h2,
|
||
.contact-page h3,
|
||
.contact-page h4 {
|
||
font-size: unset;
|
||
font-weight: unset;
|
||
line-height: unset;
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
/* Typography */
|
||
.contact-page .contact-heading {
|
||
font-family: 'Playfair Display', serif;
|
||
font-size: clamp(2rem, 4vw, 3.5rem);
|
||
font-weight: 700;
|
||
line-height: 1.15;
|
||
}
|
||
|
||
.contact-page .contact-card-title {
|
||
font-family: 'Playfair Display', serif;
|
||
font-size: 1.1rem;
|
||
font-weight: 700;
|
||
line-height: 1.3;
|
||
}
|
||
|
||
.contact-page .contact-form-title {
|
||
font-family: 'Playfair Display', serif;
|
||
font-size: 1.75rem;
|
||
font-weight: 700;
|
||
line-height: 1.2;
|
||
}
|
||
|
||
.contact-page .contact-pin-title {
|
||
font-family: 'Playfair Display', serif;
|
||
font-size: 0.875rem;
|
||
font-weight: 700;
|
||
}
|
||
|
||
/* Color token: --primary */
|
||
.contact-page .text-primary,
|
||
.contact-page .hover\:text-primary:hover { color: rgb(38, 60, 111); }
|
||
|
||
.contact-page .bg-primary { background-color: rgb(38, 60, 111) !important; }
|
||
|
||
.contact-page .border-primary { border-color: rgb(38, 60, 111); }
|
||
|
||
.contact-page .focus\:border-primary:focus { border-color: rgb(38, 60, 111); }
|
||
.contact-page .focus\:ring-primary:focus { --tw-ring-color: rgb(38, 60, 111); }
|
||
|
||
/* group-hover bg-primary */
|
||
.contact-page .group:hover .group-hover\:bg-primary { background-color: rgb(38, 60, 111) !important; }
|
||
.contact-page .group:hover .group-hover\:text-white { color: #fff; }
|
||
|
||
/* Color token: --dark */
|
||
.contact-page .text-dark { color: #111827; }
|
||
|
||
/* bg-white/5, /10 */
|
||
.contact-page .bg-white\/5 { background-color: rgba(255,255,255,0.05); }
|
||
.contact-page .bg-white\/10 { background-color: rgba(255,255,255,0.10); }
|
||
|
||
/* border-white/20, /50 */
|
||
.contact-page .border-white\/20 { border-color: rgba(255,255,255,0.20); }
|
||
.contact-page .border-white\/50 { border-color: rgba(255,255,255,0.50); }
|
||
|
||
/* text-white/80, /90 */
|
||
.contact-page .text-white\/80 { color: rgba(255,255,255,0.80); }
|
||
.contact-page .text-white\/90 { color: rgba(255,255,255,0.90); }
|
||
|
||
/* bg-white/95 */
|
||
.contact-page .bg-white\/95 { background-color: rgba(255,255,255,0.95); }
|
||
|
||
/* border-t border-white/20 */
|
||
.contact-page .border-white\/20 { border-color: rgba(255,255,255,0.20); }
|
||
|
||
/* rounded fixes — main.css có thể reset border-radius */
|
||
.contact-page .rounded-\[16px\] { border-radius: 16px !important; }
|
||
.contact-page .rounded-\[24px\] { border-radius: 24px !important; }
|
||
.contact-page .rounded-\[12px\] { border-radius: 12px !important; }
|
||
.contact-page .rounded-full { border-radius: 9999px !important; }
|
||
.contact-page .rounded-\[12px\] { border-radius: 12px !important; }
|
||
|
||
/* button reset */
|
||
.contact-page button,
|
||
.contact-page input,
|
||
.contact-page select,
|
||
.contact-page textarea {
|
||
font-size: inherit;
|
||
}
|
||
|
||
/* Send Message button */
|
||
.contact-page .bg-primary.rounded-\[12px\] {
|
||
border-radius: 12px !important;
|
||
background-color: rgb(38, 60, 111) !important;
|
||
}
|
||
|
||
.contact-page .bg-primary.rounded-\[12px\]:hover {
|
||
background-color: rgba(38, 60, 111, 0.9) !important;
|
||
}
|
||
|
||
/* Icon color fix */
|
||
.contact-page .text-primary i,
|
||
.contact-page i.text-primary,
|
||
.contact-page .text-primary svg,
|
||
.contact-page svg.text-primary {
|
||
color: rgb(38, 60, 111) !important;
|
||
}
|
||
|
||
/* Icon box bg-blue-50 */
|
||
.contact-page .bg-blue-50 {
|
||
background-color: rgb(239, 246, 255) !important;
|
||
}
|
||
|
||
/* blue-100 border */
|
||
.contact-page .border-blue-100 {
|
||
border-color: rgb(219, 234, 254) !important;
|
||
}
|
||
|
||
/* info box bg-blue-50 text-primary */
|
||
.contact-page .bg-blue-50.rounded-\[12px\] {
|
||
background-color: rgb(239, 246, 255) !important;
|
||
}
|
||
|
||
/* Icon box hover — đổi icon sang trắng khi hover card */
|
||
.contact-page .group:hover .group-hover\:text-white i,
|
||
.contact-page .group:hover .group-hover\:text-white svg {
|
||
color: #ffffff !important;
|
||
}
|
||
|
||
/* Form inputs border-radius và placeholder */
|
||
.contact-page input,
|
||
.contact-page select,
|
||
.contact-page textarea {
|
||
border-radius: 12px !important;
|
||
}
|
||
|
||
.contact-page input::placeholder,
|
||
.contact-page textarea::placeholder {
|
||
color: #9ca3af !important;
|
||
}
|
||
|
||
/* contact-form-title size */
|
||
.contact-page .contact-form-title {
|
||
font-size: 2rem !important;
|
||
}
|
||
|
||
/* Consent checkbox alignment */
|
||
.contact-page .custom-checkbox {
|
||
margin-top: 2px !important;
|
||
flex-shrink: 0;
|
||
}
|
||
/*
|
||
-----------------------------------------------
|
||
End Contact Page
|
||
-----------------------------------------------
|
||
*/
|
||
|
||
.map-items .googpemap iframe {
|
||
width: 100%;
|
||
height: 724px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.map-items .googpemap iframe {
|
||
height: 400px;
|
||
}
|
||
}
|
||
|
||
.faq-wrapper .faq-content .text {
|
||
max-width: 505px;
|
||
margin-top: 24px;
|
||
margin-bottom: 48px;
|
||
}
|
||
.faq-wrapper .faq-items {
|
||
position: relative;
|
||
z-index: 9;
|
||
}
|
||
.faq-wrapper .faq-items .accordion .accordion-item {
|
||
border: none;
|
||
}
|
||
.faq-wrapper .faq-items .accordion .accordion-item h5 button {
|
||
line-height: 1;
|
||
font-weight: 600;
|
||
padding: 29px 30px;
|
||
color: var(--header);
|
||
cursor: pointer;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.faq-wrapper .faq-items .accordion .accordion-item h5 button {
|
||
font-size: 18px;
|
||
line-height: 1.6;
|
||
padding: 22px 20px;
|
||
}
|
||
}
|
||
.faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
|
||
padding: 20px 30px;
|
||
background-color: var(--white);
|
||
box-shadow: 8px 8px 32px 0 rgba(0, 72, 180, 0.08);
|
||
backdrop-filter: blur(5px);
|
||
}
|
||
.faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
|
||
font-size: 16px;
|
||
line-height: 24px;
|
||
font-weight: 400;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
|
||
width: 100%;
|
||
font-size: 14px;
|
||
line-height: 28px;
|
||
}
|
||
}
|
||
.faq-wrapper .faq-items .accordion .accordion-button {
|
||
background-color: var(--white);
|
||
color: var(--header);
|
||
box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
|
||
backdrop-filter: blur(5px);
|
||
}
|
||
.faq-wrapper .faq-items .accordion .accordion-button::after {
|
||
content: "\f324";
|
||
font-family: "Font Awesome 6 Pro";
|
||
background: transparent;
|
||
font-weight: 900;
|
||
transition: all 0.3s ease-in-out !important;
|
||
color: var(--theme-2);
|
||
}
|
||
.faq-wrapper .faq-items .accordion .accordion-button:not(.collapsed) {
|
||
background-color: var(--white);
|
||
box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
|
||
backdrop-filter: blur(5px);
|
||
color: var(--header);
|
||
}
|
||
.faq-wrapper .faq-items .accordion .accordion-button:not(.collapsed)::after {
|
||
content: "\f322";
|
||
font-family: "Font Awesome 6 Pro";
|
||
background: transparent;
|
||
font-weight: 900;
|
||
color: var(--theme);
|
||
transform: rotate(0);
|
||
}
|
||
|
||
.faq-section {
|
||
border-top: 1px solid rgba(203, 204, 207, 0.24);
|
||
}
|
||
|
||
.feature-wrapper .feature-content .text {
|
||
color: var(--white);
|
||
opacity: 0.8;
|
||
margin-top: 24px;
|
||
}
|
||
.feature-wrapper .feature-content .feature-list-item {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
border-top: 1px solid rgba(203, 204, 207, 0.32);
|
||
padding-top: 30px;
|
||
margin-top: 24px;
|
||
margin-bottom: 48px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.feature-wrapper .feature-content .feature-list-item {
|
||
gap: 10px;
|
||
margin-bottom: 30px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.feature-wrapper .feature-content .feature-list-item {
|
||
flex-wrap: wrap;
|
||
gap: 10px;
|
||
}
|
||
}
|
||
.feature-wrapper .feature-content .feature-list-item .list li {
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
color: var(--white);
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.feature-wrapper .feature-content .feature-list-item .list li {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
.feature-wrapper .feature-content .feature-list-item .list li:not(:last-child) {
|
||
margin-bottom: 10px;
|
||
}
|
||
.feature-wrapper .feature-content .feature-list-item .list li i {
|
||
width: 22px;
|
||
height: 22px;
|
||
line-height: 22px;
|
||
text-align: center;
|
||
border-radius: 50px;
|
||
color: var(--theme-2);
|
||
transform: rotate(-45deg);
|
||
background-color: var(--white);
|
||
margin-right: 8px;
|
||
}
|
||
.feature-wrapper .feature-content .theme-btn {
|
||
color: var(--white);
|
||
}
|
||
.feature-wrapper .feature-content .theme-btn:hover {
|
||
border: 1px solid var(--theme);
|
||
}
|
||
.feature-wrapper .feature-image {
|
||
margin-left: 30px;
|
||
position: relative;
|
||
}
|
||
.feature-wrapper .feature-image h6 {
|
||
font-size: 16px;
|
||
font-weight: 500;
|
||
padding: 6.948px 10.423px;
|
||
border-radius: 83.381px;
|
||
background: rgba(255, 255, 255, 0.12);
|
||
backdrop-filter: blur(43.4276199341px);
|
||
color: var(--white);
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
transform: translate(-50%, -50%);
|
||
}
|
||
@media (max-width: 575px) {
|
||
.feature-wrapper .feature-image h6 {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.feature-wrapper .feature-image {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
.feature-wrapper .feature-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
animation: spin 15s linear infinite;
|
||
}
|
||
|
||
.feature-section {
|
||
margin: 0 20px;
|
||
border-radius: 32px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.feature-section {
|
||
margin: 0 15px;
|
||
}
|
||
}
|
||
|
||
.video-section {
|
||
border-radius: 24px;
|
||
position: relative;
|
||
margin: 0 20px;
|
||
margin-bottom: 25px;
|
||
margin-top: 120px;
|
||
}
|
||
.video-section::before {
|
||
content: "";
|
||
position: absolute;
|
||
inset: 0;
|
||
border-radius: 24px;
|
||
background: linear-gradient(75deg, #182960 -2.93%, rgba(0, 72, 180, 0.24) 98.99%);
|
||
z-index: 1;
|
||
pointer-events: none;
|
||
}
|
||
.video-section .video-bg {
|
||
width: 100%;
|
||
height: 672px;
|
||
border-radius: 40px;
|
||
object-fit: cover;
|
||
position: relative;
|
||
border-radius: 24px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.video-section .video-bg {
|
||
height: 550px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.video-section .video-bg {
|
||
height: 450px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.video-section .video-bg {
|
||
height: 350px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.video-section {
|
||
margin-bottom: 0;
|
||
overflow: hidden;
|
||
margin-top: 100px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.video-section {
|
||
margin-top: 80px;
|
||
}
|
||
}
|
||
.video-section .text-image {
|
||
position: absolute;
|
||
left: -10px;
|
||
right: -18px;
|
||
bottom: -30px;
|
||
z-index: -1;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.video-section .text-image {
|
||
display: none;
|
||
}
|
||
}
|
||
.video-section .text-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.video-section .text-image-2 {
|
||
position: absolute;
|
||
left: -11px;
|
||
right: -20px;
|
||
bottom: 0;
|
||
z-index: 9;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.video-section .text-image-2 {
|
||
display: none;
|
||
}
|
||
}
|
||
.video-section .text-image-2 img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
.video-content {
|
||
position: absolute;
|
||
top: 172px;
|
||
z-index: 999;
|
||
}
|
||
.video-content h2 {
|
||
font-size: 100px;
|
||
font-weight: 700;
|
||
color: var(--white);
|
||
text-transform: uppercase;
|
||
border-left: 6px solid var(--theme-2);
|
||
padding-left: 30px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.video-content h2 {
|
||
font-size: 60px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.video-content h2 {
|
||
font-size: 50px;
|
||
}
|
||
}
|
||
@media (max-width: 767px) {
|
||
.video-content h2 {
|
||
font-size: 40px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.video-content h2 {
|
||
font-size: 30px;
|
||
}
|
||
}
|
||
.video-content .shape {
|
||
position: absolute;
|
||
z-index: -1;
|
||
left: -85px;
|
||
top: -27px;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.video-content .shape {
|
||
left: 0;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.video-content .shape {
|
||
display: none;
|
||
}
|
||
}
|
||
|
||
.counter-section {
|
||
margin: 0 20px;
|
||
position: relative;
|
||
border-radius: 32px;
|
||
background-attachment: fixed;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.counter-section {
|
||
margin: 0 15px;
|
||
}
|
||
}
|
||
.counter-section .shape {
|
||
position: absolute;
|
||
left: 0;
|
||
bottom: 0;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.counter-section .shape {
|
||
display: none;
|
||
}
|
||
}
|
||
|
||
.counter-wrapper {
|
||
border-top: 1px solid rgba(203, 204, 207, 0.24);
|
||
margin-top: 48px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.counter-wrapper {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.counter-wrapper .counter-main-item {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.counter-wrapper .counter-main-item {
|
||
padding-bottom: 30px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.counter-wrapper .counter-main-item {
|
||
flex-wrap: wrap;
|
||
}
|
||
}
|
||
.counter-wrapper .counter-main-item .counter-item {
|
||
text-align: center;
|
||
padding-top: 48px;
|
||
padding-bottom: 48px;
|
||
width: 330px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.counter-wrapper .counter-main-item .counter-item {
|
||
width: initial;
|
||
padding-top: 30px;
|
||
padding-bottom: 0;
|
||
}
|
||
}
|
||
.counter-wrapper .counter-main-item .counter-item.style-2 {
|
||
border-right: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding-right: 9px;
|
||
padding-left: 10px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.counter-wrapper .counter-main-item .counter-item.style-2 {
|
||
border-right: none;
|
||
padding-left: 0;
|
||
padding-right: 0;
|
||
}
|
||
}
|
||
.counter-wrapper .counter-main-item .counter-item h2 {
|
||
-webkit-text-stroke-width: 2px;
|
||
-webkit-text-stroke-color: var(--white);
|
||
font-size: 72px;
|
||
color: transparent;
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
.counter-wrapper .counter-main-item .counter-item h5 {
|
||
color: var(--white);
|
||
margin-bottom: 100px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.counter-wrapper .counter-main-item .counter-item h5 {
|
||
margin-bottom: 30px;
|
||
}
|
||
}
|
||
.counter-wrapper .counter-main-item .counter-item p {
|
||
opacity: 0.88;
|
||
color: var(--white);
|
||
max-width: 330px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.counter-wrapper .counter-main-item .counter-item p {
|
||
max-width: initial;
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.counter-wrapper .counter-main-item .counter-item p {
|
||
max-width: 330px;
|
||
}
|
||
}
|
||
.counter-wrapper .counter-main-item .counter-item:hover h2 {
|
||
color: var(--white) !important;
|
||
-webkit-text-stroke: initial !important;
|
||
}
|
||
|
||
.visa-consultency-item {
|
||
text-align: center;
|
||
}
|
||
.visa-consultency-item .image {
|
||
margin-bottom: 24px;
|
||
transition: 0.3s;
|
||
}
|
||
.visa-consultency-item h6 {
|
||
text-transform: uppercase;
|
||
font-weight: 500;
|
||
color: var(--theme);
|
||
margin-top: 10px;
|
||
}
|
||
.visa-consultency-item:hover .image img {
|
||
animation: zoomIn 0.5s linear;
|
||
}
|
||
|
||
.feature-wrapper-2 .feature-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.feature-wrapper-2 .feature-image.tp-clip-anim {
|
||
width: 100%;
|
||
display: grid;
|
||
align-items: center;
|
||
justify-items: center;
|
||
overflow: hidden;
|
||
position: relative;
|
||
}
|
||
.feature-wrapper-2 .feature-image.tp-clip-anim .tp-anim-img {
|
||
opacity: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.feature-wrapper-2 .feature-image.tp-clip-anim .mask {
|
||
background-size: cover;
|
||
background-position: center;
|
||
transform: scale(1.005);
|
||
}
|
||
.feature-wrapper-2 .feature-image.tp-clip-anim > * {
|
||
grid-area: 1/1/2/2;
|
||
width: 100%;
|
||
height: 100%;
|
||
max-height: 100%;
|
||
}
|
||
.feature-wrapper-2 .feature-content {
|
||
margin-left: 30px;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.feature-wrapper-2 .feature-content {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
.feature-wrapper-2 .feature-content .text {
|
||
margin-top: 24px;
|
||
}
|
||
.feature-wrapper-2 .feature-content .feature-count {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 24px;
|
||
border-top: 1px solid rgba(203, 204, 207, 0.24);
|
||
margin-top: 24px;
|
||
padding-top: 24px;
|
||
margin-bottom: 48px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.feature-wrapper-2 .feature-content .feature-count {
|
||
flex-wrap: wrap;
|
||
margin-bottom: 30px;
|
||
}
|
||
}
|
||
.feature-wrapper-2 .feature-content .feature-count .content .count-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.feature-wrapper-2 .feature-content .feature-count .content h5 {
|
||
font-weight: 500;
|
||
}
|
||
.feature-wrapper-2 .feature-content .feature-count .list li {
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
color: var(--header);
|
||
font-family: "Space Grotesk", serif;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.feature-wrapper-2 .feature-content .feature-count .list li {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.feature-wrapper-2 .feature-content .feature-count .list li:not(:last-child) {
|
||
margin-bottom: 15px;
|
||
}
|
||
.feature-wrapper-2 .feature-content .feature-count .list li i {
|
||
margin-right: 8px;
|
||
color: var(--theme-2);
|
||
}
|
||
|
||
.choose-us-wrapper-2 .choose-us-image {
|
||
margin-right: 40px;
|
||
}
|
||
.choose-us-wrapper-2 .choose-us-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.choose-us-wrapper-2 .choose-us-image.tp-clip-anim {
|
||
width: 100%;
|
||
display: grid;
|
||
align-items: center;
|
||
justify-items: center;
|
||
overflow: hidden;
|
||
position: relative;
|
||
}
|
||
.choose-us-wrapper-2 .choose-us-image.tp-clip-anim .tp-anim-img {
|
||
opacity: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.choose-us-wrapper-2 .choose-us-image.tp-clip-anim .mask {
|
||
background-size: cover;
|
||
background-position: center;
|
||
transform: scale(1.005);
|
||
}
|
||
.choose-us-wrapper-2 .choose-us-image.tp-clip-anim > * {
|
||
grid-area: 1/1/2/2;
|
||
width: 100%;
|
||
height: 100%;
|
||
max-height: 100%;
|
||
}
|
||
.choose-us-wrapper-2 .feature-content {
|
||
margin-right: 20px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.choose-us-wrapper-2 .feature-content {
|
||
margin-right: 0;
|
||
}
|
||
}
|
||
.choose-us-wrapper-2 .feature-content .text {
|
||
margin-top: 24px;
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding-bottom: 16px;
|
||
margin-bottom: 8px;
|
||
}
|
||
.choose-us-wrapper-2 .feature-content .choose-us-box {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 16px;
|
||
padding: 16px 24px;
|
||
border: 1px solid var(--white);
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 12px;
|
||
margin-top: 24px;
|
||
background-color: var(--white);
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.choose-us-wrapper-2 .feature-content .choose-us-box {
|
||
flex-wrap: wrap;
|
||
}
|
||
}
|
||
.choose-us-wrapper-2 .feature-content .choose-us-box .icon {
|
||
width: 80px;
|
||
height: 80px;
|
||
line-height: 80px;
|
||
text-align: center;
|
||
border-radius: 100px;
|
||
background-color: var(--bg);
|
||
}
|
||
.choose-us-wrapper-2 .feature-content .choose-us-box .content h5 {
|
||
margin-bottom: 5px;
|
||
}
|
||
.choose-us-wrapper-2 .feature-content .choose-us-box .content p {
|
||
max-width: 500px;
|
||
}
|
||
.choose-us-wrapper-2 .feature-content .choose-us-box:hover {
|
||
border: 1px solid var(--theme);
|
||
}
|
||
.choose-us-wrapper-2 .feature-content .theme-btn {
|
||
margin-top: 48px;
|
||
}
|
||
|
||
.destination-offer-wrapper-3 {
|
||
margin-top: 60px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.destination-offer-wrapper-3 {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.destination-offer-wrapper-3 .destination-offer-item {
|
||
border-radius: 16px;
|
||
}
|
||
.destination-offer-wrapper-3 .destination-offer-item .choose-us-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-top-left-radius: 16px;
|
||
border-top-right-radius: 16px;
|
||
}
|
||
.destination-offer-wrapper-3 .destination-offer-item .choose-us-content {
|
||
padding: 16px 17px 24px;
|
||
background-color: var(--bg);
|
||
}
|
||
.destination-offer-wrapper-3 .destination-offer-item .choose-us-content .icon-item {
|
||
display: flex;
|
||
align-items: center;
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.24);
|
||
gap: 12px;
|
||
padding-bottom: 12px;
|
||
margin-bottom: 10px;
|
||
}
|
||
.destination-offer-wrapper-3 .destination-offer-item .choose-us-content .icon-item h5 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
}
|
||
.destination-offer-wrapper-3 .destination-offer-item .choose-us-content .icon-item h5 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
|
||
.destination-offer-section {
|
||
position: relative;
|
||
z-index: 9;
|
||
}
|
||
.destination-offer-section .bg-image {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
z-index: -1;
|
||
}
|
||
.destination-offer-section .bg-image::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background: rgba(4, 4, 5, 0.87);
|
||
}
|
||
|
||
.choose-us-wrapper-3 .choose-us-left-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 0;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.choose-us-wrapper-3 .choose-us-left-item {
|
||
flex-wrap: wrap;
|
||
gap: 30px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.choose-us-wrapper-3 .choose-us-left-item .left-item .choose-us-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-left-item .left-item .caller-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12px;
|
||
padding: 21px 45px;
|
||
background-color: var(--header);
|
||
width: 311px;
|
||
border-bottom-left-radius: 100px;
|
||
margin-top: 30px;
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-left-item .left-item .caller-item .icon {
|
||
width: 48px;
|
||
height: 48px;
|
||
line-height: 48px;
|
||
border-radius: 100px;
|
||
text-align: center;
|
||
background-color: var(--white);
|
||
color: var(--theme);
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-left-item .left-item .caller-item .content span {
|
||
opacity: 0.8;
|
||
color: var(--white);
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-left-item .left-item .caller-item .content h5 a {
|
||
color: var(--theme);
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-left-item .right-item .count-box {
|
||
padding: 20px 24px;
|
||
background-color: var(--theme-2);
|
||
border-top-right-radius: 100px;
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 4px;
|
||
width: 308px;
|
||
margin-bottom: 30px;
|
||
margin-left: -24px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.choose-us-wrapper-3 .choose-us-left-item .right-item .count-box {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-left-item .right-item .count-box h2 {
|
||
color: var(--white);
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-left-item .right-item .count-box h5 {
|
||
color: var(--white);
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.choose-us-wrapper-3 .choose-us-left-item .right-item .choose-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .text {
|
||
margin-top: 20px;
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding-bottom: 24px;
|
||
margin-bottom: 24px;
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .nav {
|
||
display: flex;
|
||
gap: 30px;
|
||
margin-bottom: 30px;
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .nav li {
|
||
font-size: 20px;
|
||
font-weight: 500;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.choose-us-wrapper-3 .choose-us-content .nav li {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .nav li .nav-link {
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
padding: 16px 32px;
|
||
border-radius: 100px;
|
||
line-height: 1;
|
||
border: 1px solid rgba(203, 204, 207, 0.24);
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .nav li .nav-link.active {
|
||
position: relative;
|
||
background-color: var(--theme-2);
|
||
color: var(--white);
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .content {
|
||
margin-top: 16px;
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .content .list-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 50px;
|
||
margin-top: 20px;
|
||
margin-bottom: 50px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.choose-us-wrapper-3 .choose-us-content .content .list-item {
|
||
flex-wrap: wrap;
|
||
gap: 10px;
|
||
margin-bottom: 30px;
|
||
}
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .content .list-item .list li {
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
color: var(--header);
|
||
font-family: "Space Grotesk", serif;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.choose-us-wrapper-3 .choose-us-content .content .list-item .list li {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .content .list-item .list li:not(:last-child) {
|
||
margin-bottom: 10px;
|
||
}
|
||
.choose-us-wrapper-3 .choose-us-content .content .list-item .list li i {
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.intro-image {
|
||
margin-top: 30px;
|
||
border-radius: 24px;
|
||
}
|
||
.intro-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 24px;
|
||
}
|
||
.intro-image.tp-clip-anim {
|
||
width: 100%;
|
||
display: grid;
|
||
align-items: center;
|
||
justify-items: center;
|
||
overflow: hidden;
|
||
position: relative;
|
||
}
|
||
.intro-image.tp-clip-anim .tp-anim-img {
|
||
opacity: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.intro-image.tp-clip-anim .mask {
|
||
background-size: cover;
|
||
background-position: center;
|
||
transform: scale(1.005);
|
||
}
|
||
.intro-image.tp-clip-anim > * {
|
||
grid-area: 1/1/2/2;
|
||
width: 100%;
|
||
height: 100%;
|
||
max-height: 100%;
|
||
}
|
||
|
||
.appointment-wrapper .appointment-content h5 {
|
||
margin-top: 80px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.appointment-wrapper .appointment-content h5 {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.appointment-wrapper .calendar {
|
||
background: #f9f9f9;
|
||
padding: 20px;
|
||
border-radius: 15px;
|
||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||
width: 640px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.appointment-wrapper .calendar {
|
||
width: initial;
|
||
overflow-x: scroll;
|
||
}
|
||
}
|
||
.appointment-wrapper .calendar .calendar-header {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-bottom: 15px;
|
||
}
|
||
.appointment-wrapper .calendar .calendar-header h2 {
|
||
margin: 0;
|
||
font-size: 18px;
|
||
font-weight: 600;
|
||
}
|
||
.appointment-wrapper .calendar .calendar-header button {
|
||
background: var(--theme-2);
|
||
color: var(--white);
|
||
border: none;
|
||
border-radius: 50%;
|
||
width: 30px;
|
||
height: 30px;
|
||
cursor: pointer;
|
||
font-size: 16px;
|
||
}
|
||
.appointment-wrapper .calendar .days {
|
||
display: grid;
|
||
grid-template-columns: repeat(7, 1fr);
|
||
text-align: center;
|
||
font-weight: 700;
|
||
color: var(--header);
|
||
margin-bottom: 10px;
|
||
}
|
||
.appointment-wrapper .calendar .dates {
|
||
display: grid;
|
||
grid-template-columns: repeat(7, 1fr);
|
||
gap: 5px;
|
||
text-align: center;
|
||
}
|
||
.appointment-wrapper .calendar .dates div {
|
||
width: 70px;
|
||
height: 70px;
|
||
line-height: 70px;
|
||
border-radius: 50%;
|
||
background: var(--white);
|
||
font-size: 20px;
|
||
font-weight: 700;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.appointment-wrapper .calendar .dates div {
|
||
width: 50px;
|
||
height: 50px;
|
||
line-height: 50px;
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.appointment-wrapper .calendar .dates .highlight {
|
||
background: var(--theme-2) !important;
|
||
color: var(--white);
|
||
font-weight: bold;
|
||
}
|
||
.appointment-wrapper .calendar .dates div.active-date {
|
||
background: var(--theme-2);
|
||
color: var(--white);
|
||
font-weight: bold;
|
||
}
|
||
|
||
.cooming-soon-content {
|
||
text-align: center;
|
||
}
|
||
.cooming-soon-content h2 {
|
||
margin-top: 24px;
|
||
margin-bottom: 20px;
|
||
}
|
||
.cooming-soon-content p {
|
||
max-width: 744px;
|
||
margin: 0 auto;
|
||
}
|
||
.cooming-soon-content form {
|
||
max-width: 664px;
|
||
width: 100%;
|
||
text-align: center;
|
||
margin: 0 auto;
|
||
}
|
||
.cooming-soon-content .form-clt {
|
||
position: relative;
|
||
margin-top: 48px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.cooming-soon-content .form-clt {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.cooming-soon-content .form-clt input {
|
||
width: 100%;
|
||
outline: none;
|
||
border: none;
|
||
background-color: var(--bg);
|
||
color: var(--text);
|
||
line-height: 1;
|
||
padding: 25px 0px 25px 25px;
|
||
border-radius: 100px;
|
||
max-width: 664px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.cooming-soon-content .form-clt input {
|
||
padding: 20px 0px 20px 10px;
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.cooming-soon-content .form-clt input {
|
||
padding: 20px 0px 20px 10px;
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.cooming-soon-content .form-clt input {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
.cooming-soon-content .form-clt input::placeholder {
|
||
color: var(--text);
|
||
}
|
||
.cooming-soon-content .form-clt .theme-btn {
|
||
position: absolute;
|
||
top: 4px;
|
||
right: 4px;
|
||
bottom: 4px;
|
||
text-transform: uppercase;
|
||
border: 1px solid rgba(203, 204, 207, 0.24);
|
||
background-color: var(--bg);
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.cooming-soon-content .form-clt .theme-btn {
|
||
right: 0;
|
||
top: 0;
|
||
bottom: 0;
|
||
padding: 2px 4px 2px 12px;
|
||
font-size: 14px;
|
||
}
|
||
.cooming-soon-content .form-clt .theme-btn i {
|
||
margin-left: 10px;
|
||
}
|
||
}
|
||
.cooming-soon-content .form-clt .theme-btn:hover {
|
||
color: var(--white);
|
||
background-color: var(--theme);
|
||
}
|
||
.cooming-soon-content .social-icon {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12px;
|
||
justify-content: center;
|
||
margin-top: 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.cooming-soon-content .social-icon {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.cooming-soon-content .social-icon a {
|
||
width: 44px;
|
||
height: 44px;
|
||
line-height: 44px;
|
||
text-align: center;
|
||
border-radius: 100px;
|
||
background-color: var(--bg);
|
||
color: var(--header);
|
||
display: inline-block;
|
||
}
|
||
.cooming-soon-content .social-icon a:hover {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
|
||
.footer-wrapper .footer-item {
|
||
padding: 100px 0;
|
||
position: relative;
|
||
text-align: center;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-wrapper .footer-item {
|
||
padding: 80px 0;
|
||
}
|
||
}
|
||
.footer-wrapper .footer-item h2 {
|
||
font-size: 30px;
|
||
color: var(--white);
|
||
}
|
||
@media (max-width: 575px) {
|
||
.footer-wrapper .footer-item h2 {
|
||
font-size: 25px;
|
||
}
|
||
}
|
||
.footer-wrapper .footer-item h2 a {
|
||
color: var(--white);
|
||
}
|
||
.footer-wrapper .footer-item h2.text {
|
||
font-size: 24px;
|
||
}
|
||
.footer-wrapper .footer-item .footer-list-item {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
border-radius: 136px;
|
||
background: rgba(255, 255, 255, 0.08);
|
||
backdrop-filter: blur(62px);
|
||
padding: 20px 24px;
|
||
margin-top: 80px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-wrapper .footer-item .footer-list-item {
|
||
margin-top: 30px;
|
||
padding: 20px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-wrapper .footer-item .footer-list-item {
|
||
border-radius: 0;
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
.footer-wrapper .footer-item .footer-list-item .footer-list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-wrapper .footer-item .footer-list-item .footer-list {
|
||
gap: 20px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.footer-wrapper .footer-item .footer-list-item .footer-list {
|
||
flex-wrap: wrap;
|
||
gap: 15px;
|
||
}
|
||
}
|
||
.footer-wrapper .footer-item .footer-list-item .footer-list li {
|
||
font-weight: 500;
|
||
font-family: "Space Grotesk", serif;
|
||
text-transform: uppercase;
|
||
}
|
||
.footer-wrapper .footer-item .footer-list-item .footer-list li a {
|
||
color: var(--white);
|
||
}
|
||
.footer-wrapper .footer-item .footer-list-item .footer-list li a:hover {
|
||
color: var(--theme);
|
||
}
|
||
.footer-wrapper .footer-item .footer-list-item .social-icon {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12px;
|
||
}
|
||
.footer-wrapper .footer-item .footer-list-item .social-icon a {
|
||
width: 40px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
text-align: center;
|
||
border-radius: 100px;
|
||
backdrop-filter: blur(46px);
|
||
background-color: var(--bg-2);
|
||
color: var(--white);
|
||
display: inline-block;
|
||
}
|
||
.footer-wrapper .footer-item .footer-list-item .social-icon a:hover {
|
||
background-color: var(--theme);
|
||
}
|
||
|
||
.footer-section {
|
||
margin: 0 30px;
|
||
border-radius: 32px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.footer-section {
|
||
margin: 0 15px;
|
||
}
|
||
}
|
||
|
||
.footer-bottom {
|
||
padding: 24px 0;
|
||
text-align: center;
|
||
}
|
||
.footer-bottom .footer-wrapper {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
gap: 100px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-bottom .footer-wrapper {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.footer-bottom .footer-wrapper {
|
||
justify-content: start;
|
||
}
|
||
}
|
||
.footer-bottom .footer-wrapper p {
|
||
color: var(--header);
|
||
}
|
||
.footer-bottom .footer-wrapper p span {
|
||
color: var(--theme);
|
||
text-transform: uppercase;
|
||
}
|
||
.footer-bottom .footer-wrapper .bottom-list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-bottom .footer-wrapper .bottom-list {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.footer-bottom .footer-wrapper .bottom-list {
|
||
justify-content: center;
|
||
}
|
||
}
|
||
.footer-bottom .footer-wrapper .bottom-list li a:hover {
|
||
color: var(--theme);
|
||
}
|
||
|
||
.footer-widget-wrapper-2 {
|
||
padding: 70px 0 90px;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-widget-wrapper-2 {
|
||
padding: 50px 0 80px;
|
||
}
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget {
|
||
margin-top: 30px;
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .widget-title {
|
||
margin-bottom: 24px;
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .widget-title h3 {
|
||
color: var(--white);
|
||
text-transform: uppercase;
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content p {
|
||
max-width: 502px;
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content p {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content p {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 20px;
|
||
margin-top: 50px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon {
|
||
margin-top: 30px;
|
||
gap: 13px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon {
|
||
gap: 16px;
|
||
}
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon span {
|
||
display: inline-block;
|
||
margin-right: 4px;
|
||
color: var(--white);
|
||
font-weight: 500;
|
||
text-transform: uppercase;
|
||
font-family: "Space Grotesk", serif;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon span {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon span {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon a {
|
||
font-size: 20px;
|
||
color: var(--theme);
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon a:hover {
|
||
color: var(--theme-2);
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .list li {
|
||
transition: all 0.4s ease-in-out;
|
||
font-weight: 400;
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .list li:not(:last-child) {
|
||
margin-bottom: 20px;
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .list li a {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .list li:hover {
|
||
margin-left: 5px;
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .list li:hover a {
|
||
color: var(--theme);
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .contact-item li {
|
||
display: flex;
|
||
align-items: start;
|
||
color: rgba(255, 255, 255, 0.7);
|
||
gap: 8px;
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .contact-item li.style-2 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .contact-item li:not(:last-child) {
|
||
margin-bottom: 20px;
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .contact-item li a {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.footer-widget-wrapper-2 .single-footer-widget .contact-item li i {
|
||
color: var(--theme);
|
||
}
|
||
|
||
.footer-section-2 {
|
||
position: relative;
|
||
z-index: 9;
|
||
}
|
||
.footer-section-2 .shape {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
z-index: -1;
|
||
}
|
||
|
||
.footer-newsletter {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
margin-top: 100px;
|
||
padding: 32px 48px;
|
||
background-color: var(--theme-2);
|
||
border-radius: 16px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-newsletter {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
padding: 30px;
|
||
margin-top: 80px;
|
||
}
|
||
}
|
||
.footer-newsletter .newsletter-content h3 {
|
||
color: var(--white);
|
||
}
|
||
.footer-newsletter .newsletter-content p {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.footer-newsletter form {
|
||
max-width: 587px;
|
||
width: 100%;
|
||
}
|
||
.footer-newsletter .form-clt {
|
||
position: relative;
|
||
}
|
||
.footer-newsletter .form-clt .input-icon {
|
||
top: 50%;
|
||
left: 25px;
|
||
transform: translateY(-50%);
|
||
position: absolute;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.footer-newsletter .form-clt .input-icon {
|
||
top: 23%;
|
||
}
|
||
}
|
||
.footer-newsletter .form-clt input {
|
||
width: 100%;
|
||
outline: none;
|
||
border: none;
|
||
background-color: var(--white);
|
||
color: var(--text);
|
||
line-height: 1;
|
||
padding: 25px 0px 25px 60px;
|
||
border-radius: 100px;
|
||
max-width: 587px;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-newsletter .form-clt input {
|
||
padding: 20px 0px 20px 60px;
|
||
}
|
||
}
|
||
.footer-newsletter .form-clt input::placeholder {
|
||
color: var(--text);
|
||
}
|
||
.footer-newsletter .form-clt .theme-btn {
|
||
position: absolute;
|
||
top: 4px;
|
||
right: 4px;
|
||
bottom: 4px;
|
||
text-transform: uppercase;
|
||
border: 1px solid rgba(203, 204, 207, 0.24);
|
||
}
|
||
@media (max-width: 470px) {
|
||
.footer-newsletter .form-clt .theme-btn {
|
||
position: static;
|
||
margin-top: 20px;
|
||
color: var(--white);
|
||
}
|
||
}
|
||
|
||
.fotter-bootom-2 {
|
||
border-top: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding: 20px 0;
|
||
}
|
||
.fotter-bootom-2 .footer-wrapper {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
gap: 100px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.fotter-bootom-2 .footer-wrapper {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.fotter-bootom-2 .footer-wrapper {
|
||
justify-content: start;
|
||
}
|
||
}
|
||
.fotter-bootom-2 .footer-wrapper p {
|
||
color: var(--white);
|
||
}
|
||
@media (max-width: 575px) {
|
||
.fotter-bootom-2 .footer-wrapper p {
|
||
text-align: center;
|
||
}
|
||
}
|
||
.fotter-bootom-2 .footer-wrapper p span {
|
||
color: var(--theme);
|
||
text-transform: uppercase;
|
||
}
|
||
.fotter-bootom-2 .footer-wrapper .bottom-list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.fotter-bootom-2 .footer-wrapper .bottom-list {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.fotter-bootom-2 .footer-wrapper .bottom-list {
|
||
justify-content: center;
|
||
}
|
||
}
|
||
.fotter-bootom-2 .footer-wrapper .bottom-list li a {
|
||
color: var(--white);
|
||
}
|
||
.fotter-bootom-2 .footer-wrapper .bottom-list li a:hover {
|
||
color: var(--theme);
|
||
}
|
||
|
||
.footer-widget-wrapper-3 {
|
||
padding: 70px 0 100px;
|
||
position: relative;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-widget-wrapper-3 {
|
||
padding: 70px 0 100px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-widget-wrapper-3 {
|
||
padding: 50px 0 80px;
|
||
}
|
||
}
|
||
.footer-widget-wrapper-3::before {
|
||
position: absolute;
|
||
content: "";
|
||
width: 1px;
|
||
height: 424px;
|
||
left: 600px;
|
||
background-color: rgba(203, 204, 207, 0.24);
|
||
top: 0;
|
||
bottom: 0;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-widget-wrapper-3::before {
|
||
display: none;
|
||
}
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget {
|
||
margin-top: 30px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .widget-title {
|
||
margin-bottom: 24px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .widget-title h3 {
|
||
color: var(--white);
|
||
text-transform: uppercase;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content h3 {
|
||
color: var(--white);
|
||
margin-bottom: 10px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content p {
|
||
color: var(--white);
|
||
opacity: 0.7;
|
||
max-width: 551px;
|
||
margin-bottom: 30px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content form {
|
||
max-width: 551px;
|
||
width: 100%;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt {
|
||
position: relative;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input {
|
||
width: 100%;
|
||
outline: none;
|
||
border: none;
|
||
background-color: var(--white);
|
||
color: var(--text);
|
||
line-height: 1;
|
||
padding: 25px 0px 25px 25px;
|
||
border-radius: 100px;
|
||
max-width: 551px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input {
|
||
padding: 20px 0px 20px 10px;
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input {
|
||
padding: 20px 0px 20px 10px;
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input::placeholder {
|
||
color: var(--text);
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt .theme-btn {
|
||
position: absolute;
|
||
top: 4px;
|
||
right: 4px;
|
||
bottom: 4px;
|
||
text-transform: uppercase;
|
||
border: 1px solid rgba(203, 204, 207, 0.24);
|
||
background-color: var(--bg);
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt .theme-btn:hover {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt .theme-btn {
|
||
right: 0;
|
||
top: 0;
|
||
bottom: 0;
|
||
padding: 2px 4px 2px 12px;
|
||
font-size: 14px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt .theme-btn i {
|
||
margin-left: 10px;
|
||
}
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content h6 {
|
||
color: var(--white);
|
||
margin-top: 15px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .footer-content h6 span {
|
||
color: var(--theme);
|
||
text-transform: uppercase;
|
||
font-size: 18px;
|
||
font-weight: 400;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .contact-content p {
|
||
color: var(--white);
|
||
opacity: 0.7;
|
||
margin-bottom: 24px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .contact-content h3 {
|
||
color: var(--white);
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .contact-content .contact-list {
|
||
margin-top: 16px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .contact-content .contact-list li {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 32px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .contact-content .contact-list li a {
|
||
color: var(--white);
|
||
opacity: 0.7;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .list li {
|
||
transition: all 0.4s ease-in-out;
|
||
font-weight: 400;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .list li:not(:last-child) {
|
||
margin-bottom: 20px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .list li a {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .list li:hover {
|
||
margin-left: 5px;
|
||
}
|
||
.footer-widget-wrapper-3 .single-footer-widget .list li:hover a {
|
||
color: var(--theme);
|
||
}
|
||
|
||
.footer-top-item {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.24);
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-top-item {
|
||
flex-wrap: wrap;
|
||
gap: 30Px;
|
||
padding-bottom: 10px;
|
||
}
|
||
}
|
||
.footer-top-item .footer-logo {
|
||
background-color: var(--theme-2);
|
||
padding: 18px 30px;
|
||
}
|
||
.footer-top-item .top-list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.footer-top-item .top-list {
|
||
gap: 20Px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.footer-top-item .top-list {
|
||
flex-wrap: wrap;
|
||
gap: 15Px;
|
||
}
|
||
}
|
||
.footer-top-item .top-list li a {
|
||
font-weight: 500;
|
||
text-transform: uppercase;
|
||
color: var(--white);
|
||
}
|
||
.footer-top-item .top-list li a:hover {
|
||
color: var(--theme);
|
||
}
|
||
.footer-top-item .social-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12px;
|
||
}
|
||
.footer-top-item .social-item a {
|
||
width: 40px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
background-color: var(--theme-2);
|
||
border-radius: 100px;
|
||
color: var(--white);
|
||
text-align: center;
|
||
}
|
||
.footer-top-item .social-item a:hover {
|
||
background-color: var(--theme);
|
||
}
|
||
|
||
.header-top-section {
|
||
background-color: var(--theme-2);
|
||
position: relative;
|
||
z-index: 999;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-top-section {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-top-section::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background-color: var(--theme);
|
||
left: 0;
|
||
right: initial;
|
||
width: 337px;
|
||
z-index: -1;
|
||
}
|
||
.header-top-section .container-fluid {
|
||
padding: 0 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-top-section .container-fluid {
|
||
padding: 0 40px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-top-section .container-fluid {
|
||
padding: 0 30px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.header-top-section .container-fluid {
|
||
padding: 0 15px;
|
||
}
|
||
}
|
||
|
||
.header-top-wrapper {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 10px 0;
|
||
}
|
||
.header-top-wrapper .header-left .list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 60px;
|
||
}
|
||
.header-top-wrapper .header-left .list li {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.header-top-wrapper .header-left .list li a {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.header-top-wrapper .header-left .list li i {
|
||
margin-right: 12px;
|
||
color: var(--theme);
|
||
}
|
||
.header-top-wrapper .header-left .list li.style-2 {
|
||
color: var(--white);
|
||
}
|
||
.header-top-wrapper .header-left .list li.style-2 i {
|
||
color: var(--white);
|
||
}
|
||
.header-top-wrapper .header-left .list li.style-2 span {
|
||
font-size: 18px;
|
||
color: var(--white);
|
||
display: inline-block;
|
||
margin-right: 12px;
|
||
}
|
||
.header-top-wrapper .header-right {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 45px;
|
||
}
|
||
.header-top-wrapper .header-right .flag-wrap {
|
||
position: relative;
|
||
width: 130px;
|
||
z-index: 9;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-top-wrapper .header-right .flag-wrap {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-top-wrapper .header-right .flag-wrap i {
|
||
color: var(--white);
|
||
}
|
||
.header-top-wrapper .header-right .flag-wrap .nice-select {
|
||
background: transparent;
|
||
border: none;
|
||
text-align: center;
|
||
margin: 0 auto;
|
||
position: relative;
|
||
z-index: 999;
|
||
padding: 10px 7px 10px 58px;
|
||
}
|
||
.header-top-wrapper .header-right .flag-wrap .nice-select span {
|
||
font-size: 14px;
|
||
font-weight: 500;
|
||
color: var(--white);
|
||
}
|
||
.header-top-wrapper .header-right .flag-wrap .nice-select .list li {
|
||
color: var(--header);
|
||
}
|
||
.header-top-wrapper .header-right .flag-wrap .nice-select::after {
|
||
border-bottom: 2px solid var(--white);
|
||
border-right: 2px solid var(--white);
|
||
height: 8px;
|
||
margin-top: -6px;
|
||
width: 8px;
|
||
right: 3px;
|
||
}
|
||
.header-top-wrapper .header-right .flag-wrap .flag {
|
||
position: absolute;
|
||
top: 10px;
|
||
left: 32px;
|
||
z-index: 1;
|
||
}
|
||
@media (max-width: 767px) {
|
||
.header-top-wrapper .header-right .flag-wrap .flag {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-top-wrapper .header-right .social-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12px;
|
||
}
|
||
.header-top-wrapper .header-right .social-item a {
|
||
width: 32px;
|
||
height: 32px;
|
||
line-height: 32px;
|
||
background-color: #153888;
|
||
backdrop-filter: blur(46px);
|
||
border-radius: 100px;
|
||
color: var(--white);
|
||
text-align: center;
|
||
}
|
||
.header-top-wrapper .header-right .social-item a:hover {
|
||
background-color: var(--theme);
|
||
}
|
||
|
||
.header-top-section-2 {
|
||
position: relative;
|
||
background-color: var(--header);
|
||
}
|
||
.header-top-section-2 .container-fluid {
|
||
padding: 0 100px;
|
||
}
|
||
@media (max-width: 1899px) {
|
||
.header-top-section-2 .container-fluid {
|
||
padding: 0 70px;
|
||
}
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.header-top-section-2 .container-fluid {
|
||
padding: 0 50px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-top-section-2 .container-fluid {
|
||
padding: 0 30px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.header-top-section-2 .container-fluid {
|
||
padding: 0 15px;
|
||
}
|
||
}
|
||
|
||
.header-top-wrapper-2 {
|
||
padding: 10px 0;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-top-wrapper-2 {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-top-wrapper-2 .header-left {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 32px;
|
||
}
|
||
.header-top-wrapper-2 .header-left span {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
border-radius: 88px;
|
||
background: rgba(255, 255, 255, 0.12);
|
||
backdrop-filter: blur(58px);
|
||
padding: 5px 8px;
|
||
line-height: 1;
|
||
}
|
||
.header-top-wrapper-2 .header-left span a {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.header-top-wrapper-2 .social-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12px;
|
||
}
|
||
.header-top-wrapper-2 .social-item a {
|
||
width: 40px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
background-color: #153888;
|
||
backdrop-filter: blur(46px);
|
||
border-radius: 100px;
|
||
color: var(--white);
|
||
text-align: center;
|
||
}
|
||
.header-top-wrapper-2 .social-item a:hover {
|
||
background-color: var(--theme);
|
||
}
|
||
|
||
.header-top-section-3 {
|
||
background-color: var(--header);
|
||
position: relative;
|
||
z-index: 999;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-top-section-3 {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-top-section-3::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background-color: var(--theme-2);
|
||
left: 0;
|
||
right: initial;
|
||
width: 337px;
|
||
z-index: -1;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.header-top-section-3::before {
|
||
width: 300px;
|
||
}
|
||
}
|
||
.header-top-section-3 .container-fluid {
|
||
padding: 0 100px;
|
||
}
|
||
@media (max-width: 1899px) {
|
||
.header-top-section-3 .container-fluid {
|
||
padding: 0 70px;
|
||
}
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.header-top-section-3 .container-fluid {
|
||
padding: 0 50px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-top-section-3 .container-fluid {
|
||
padding: 0 30px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.header-top-section-3 .container-fluid {
|
||
padding: 0 15px;
|
||
}
|
||
}
|
||
|
||
.header-top-wrapper-3 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 10px 0;
|
||
}
|
||
.header-top-wrapper-3 .left-item {
|
||
margin-left: 280px;
|
||
}
|
||
.header-top-wrapper-3 .left-item .social-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12px;
|
||
}
|
||
.header-top-wrapper-3 .left-item .social-item a {
|
||
width: 40px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
background-color: #153888;
|
||
backdrop-filter: blur(46px);
|
||
border-radius: 100px;
|
||
color: var(--white);
|
||
text-align: center;
|
||
}
|
||
.header-top-wrapper-3 .left-item .social-item a:hover {
|
||
background-color: var(--theme);
|
||
}
|
||
.header-top-wrapper-3 .header-right .list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 60px;
|
||
}
|
||
.header-top-wrapper-3 .header-right .list li {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.header-top-wrapper-3 .header-right .list li a {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.header-top-wrapper-3 .header-right .list li i {
|
||
margin-right: 12px;
|
||
color: var(--theme);
|
||
}
|
||
|
||
@media (max-width: 1199px) {
|
||
.menu-thumb {
|
||
display: none !important;
|
||
}
|
||
}
|
||
|
||
.header-main {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 10px 0;
|
||
}
|
||
.header-main .main-menu ul {
|
||
margin-bottom: 0;
|
||
}
|
||
.header-main .main-menu ul li {
|
||
position: relative;
|
||
list-style: none;
|
||
display: inline-block;
|
||
margin-inline-end: 50px;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.header-main .main-menu ul li {
|
||
margin-inline-end: 30px;
|
||
}
|
||
}
|
||
.header-main .main-menu ul li:last-child {
|
||
margin-inline-end: 0;
|
||
}
|
||
.header-main .main-menu ul li a {
|
||
display: inline-block;
|
||
font-size: 16px;
|
||
font-weight: 500;
|
||
color: var(--header);
|
||
padding: 20px 0;
|
||
text-align: left;
|
||
position: relative;
|
||
text-transform: uppercase;
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
.header-main .main-menu ul li a i {
|
||
margin-left: 4px;
|
||
font-size: 14px;
|
||
}
|
||
.header-main .main-menu ul li a:hover {
|
||
color: var(--theme-2);
|
||
}
|
||
.header-main .main-menu ul li .submenu {
|
||
position: absolute;
|
||
top: 115%;
|
||
inset-inline-start: 0;
|
||
min-width: 260px;
|
||
padding: 20px 0;
|
||
z-index: 99999;
|
||
visibility: hidden;
|
||
opacity: 0;
|
||
transform-origin: top center;
|
||
color: var(--header);
|
||
transform: scaleY(0) translateZ(100px);
|
||
transition: all 0.4s ease-in-out;
|
||
border-top: 6px solid var(--theme);
|
||
background-color: var(--white);
|
||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
||
}
|
||
.header-main .main-menu ul li .submenu li {
|
||
display: block;
|
||
width: 100%;
|
||
margin: 0;
|
||
}
|
||
.header-main .main-menu ul li .submenu li a {
|
||
position: relative;
|
||
z-index: 11;
|
||
font-size: 16px;
|
||
font-weight: 500;
|
||
letter-spacing: -0.34px;
|
||
color: var(--header);
|
||
line-height: 38px;
|
||
padding: 0px 0px 0px 32px;
|
||
padding-right: 22px;
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.header-main .main-menu ul li .submenu li a::before {
|
||
content: "";
|
||
position: absolute;
|
||
width: 0px;
|
||
height: 2px;
|
||
background: var(--theme);
|
||
left: 14px;
|
||
bottom: 18px;
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
.header-main .main-menu ul li .submenu li a:hover {
|
||
color: var(--theme-2);
|
||
}
|
||
.header-main .main-menu ul li .submenu li:last-child a {
|
||
border: none;
|
||
}
|
||
.header-main .main-menu ul li .submenu li .submenu {
|
||
inset-inline-start: 100%;
|
||
top: 0;
|
||
visibility: hidden;
|
||
opacity: 0;
|
||
}
|
||
.header-main .main-menu ul li .submenu li:hover > a {
|
||
color: var(--theme) !important;
|
||
margin-left: 10px;
|
||
}
|
||
.header-main .main-menu ul li .submenu li:hover > a::before {
|
||
width: 10px;
|
||
}
|
||
.header-main .main-menu ul li .submenu li:hover > a::after {
|
||
color: var(--theme);
|
||
}
|
||
.header-main .main-menu ul li .submenu li:hover > .submenu {
|
||
-webkit-transform: translateY(1);
|
||
-moz-transform: translateY(1);
|
||
-ms-transform: translateY(1);
|
||
-o-transform: translateY(1);
|
||
transform: translateY(1);
|
||
visibility: visible;
|
||
opacity: 1;
|
||
}
|
||
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
|
||
position: absolute;
|
||
top: 50%;
|
||
inset-inline-end: 25px;
|
||
-webkit-transform: translateY(-50%);
|
||
-moz-transform: translateY(-50%);
|
||
-ms-transform: translateY(-50%);
|
||
-o-transform: translateY(-50%);
|
||
transform: translateY(-50%);
|
||
color: var(--theme);
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu {
|
||
width: 800px;
|
||
padding: 30px 30px 10px 30px;
|
||
opacity: 0;
|
||
left: -250px;
|
||
visibility: hidden;
|
||
padding: 30px 30px 10px 30px;
|
||
background-color: var(--white);
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 30px;
|
||
justify-content: space-between;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items {
|
||
flex-wrap: wrap;
|
||
}
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
|
||
position: relative;
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
|
||
position: relative;
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
transform: translate(-50%, -50%);
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
transition: all 0.4s ease-in-out;
|
||
margin-top: 20px;
|
||
width: 100%;
|
||
padding: 0 12px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
|
||
font-size: 14px;
|
||
min-width: 140px;
|
||
}
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
|
||
background-color: var(--white);
|
||
padding-right: 0;
|
||
font-size: 16px;
|
||
font-weight: 500;
|
||
padding: 6px 6px 6px 24px;
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
|
||
background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
|
||
background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
background-position: center;
|
||
width: 100%;
|
||
height: 100%;
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
overflow: hidden;
|
||
opacity: 0;
|
||
-webkit-transition: all 0.3s ease-in-out;
|
||
transition: all 0.3s ease-in-out;
|
||
content: "";
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
|
||
visibility: visible;
|
||
opacity: 1;
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
margin-top: 0;
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
bottom: 50%;
|
||
transform: translateY(50%);
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
|
||
width: 100%;
|
||
}
|
||
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
|
||
text-align: center;
|
||
margin: 15px auto;
|
||
display: inline-block;
|
||
font-size: 16px;
|
||
font-weight: 600;
|
||
color: var(--header);
|
||
}
|
||
.header-main .main-menu ul li:hover > a {
|
||
color: var(--theme-2);
|
||
}
|
||
.header-main .main-menu ul li:hover > a::after {
|
||
color: var(--theme);
|
||
}
|
||
.header-main .main-menu ul li:hover > .submenu {
|
||
visibility: visible;
|
||
opacity: 1;
|
||
transform: scaleY(1) translateZ(0px);
|
||
}
|
||
.header-main .header-right {
|
||
gap: 30px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-main .header-right {
|
||
gap: 20px;
|
||
}
|
||
}
|
||
.header-main .header-right .search-toggler {
|
||
width: 40px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
text-align: center;
|
||
color: var(--theme);
|
||
border-radius: 100px;
|
||
border: 1px solid var(--theme);
|
||
font-size: 16px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-main .header-right .header-button {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-main .header-right .header-button .theme-btn::before {
|
||
background-color: var(--white);
|
||
}
|
||
.header-main .header-right .header-button .theme-btn:hover {
|
||
color: var(--header);
|
||
}
|
||
.header-main .header-right .sidebar__toggle {
|
||
cursor: pointer;
|
||
font-size: 20px;
|
||
color: var(--header);
|
||
}
|
||
|
||
.header-1 .container-fluid {
|
||
padding: 0 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1 .container-fluid {
|
||
padding: 0 50px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1 .container-fluid {
|
||
padding: 0 30px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.header-1 .container-fluid {
|
||
padding: 0 15px;
|
||
}
|
||
}
|
||
.header-1 .header-left {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 120px;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.header-1 .header-left {
|
||
gap: 50px;
|
||
}
|
||
}
|
||
.header-1 .header-right .header-call-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 60px;
|
||
}
|
||
.header-1 .header-right .header-call-item .theme-btn {
|
||
padding: 4px 4px 4px 24px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1 .header-right .header-call-item .theme-btn {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-1.header-2 {
|
||
z-index: 9999;
|
||
position: relative;
|
||
}
|
||
.header-1.header-2::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background-color: var(--theme);
|
||
left: 0;
|
||
right: initial;
|
||
width: 337px;
|
||
z-index: -1;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.header-1.header-2::before {
|
||
width: 235px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-2::before {
|
||
width: 100%;
|
||
}
|
||
}
|
||
.header-1.header-2::after {
|
||
background-color: var(--theme);
|
||
right: 0;
|
||
position: absolute;
|
||
content: "";
|
||
top: 0;
|
||
bottom: 0;
|
||
height: 100%;
|
||
width: 420px;
|
||
z-index: -1;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.header-1.header-2::after {
|
||
width: 350px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-2::after {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-1.header-2 .container-fluid {
|
||
padding: 0 100px;
|
||
}
|
||
@media (max-width: 1899px) {
|
||
.header-1.header-2 .container-fluid {
|
||
padding: 0 70px;
|
||
}
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.header-1.header-2 .container-fluid {
|
||
padding: 0 50px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-2 .container-fluid {
|
||
padding: 0 30px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.header-1.header-2 .container-fluid {
|
||
padding: 0 15px;
|
||
}
|
||
}
|
||
.header-1.header-2 .header-left .logo .header-logo {
|
||
display: none;
|
||
}
|
||
.header-1.header-2 .header-right .header-call-item .theme-btn {
|
||
color: var(--white);
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-2 .header-right .header-call-item .theme-btn {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-1.header-2 .header-right .header-call-item .theme-btn i {
|
||
background-color: var(--white);
|
||
color: var(--header);
|
||
}
|
||
.header-1.header-2 .header-right .header-call-item .sidebar__toggle {
|
||
color: var(--white);
|
||
}
|
||
.header-1.header-3 {
|
||
position: relative;
|
||
}
|
||
.header-1.header-3::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background-color: var(--theme-2);
|
||
left: 0;
|
||
right: initial;
|
||
width: 337px;
|
||
z-index: -1;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.header-1.header-3::before {
|
||
width: 300px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-3::before {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-1.header-3 .container-fluid {
|
||
padding: 0 100px;
|
||
}
|
||
@media (max-width: 1899px) {
|
||
.header-1.header-3 .container-fluid {
|
||
padding: 0 70px;
|
||
}
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.header-1.header-3 .container-fluid {
|
||
padding: 0 50px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-3 .container-fluid {
|
||
padding: 0 30px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.header-1.header-3 .container-fluid {
|
||
padding: 0 15px;
|
||
}
|
||
}
|
||
.header-1.header-3 .logo {
|
||
position: absolute;
|
||
left: 100px;
|
||
top: -15px;
|
||
z-index: 999;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-3 .logo {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-1.header-3 .header-main {
|
||
padding-left: 280px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-3 .header-main {
|
||
padding-left: 0;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-3 .header-main .header-left .logo-2 {
|
||
display: block !important;
|
||
}
|
||
}
|
||
.header-1.header-3 .header-main .header-right .header-call-item .icon-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.header-1.header-3 .header-main .header-right .header-call-item .icon-item {
|
||
display: none;
|
||
}
|
||
}
|
||
.header-1.header-3 .header-main .header-right .header-call-item .icon-item i {
|
||
color: var(--header);
|
||
font-size: 30px;
|
||
}
|
||
.header-1.header-3 .header-main .header-right .header-call-item .icon-item .content h6 {
|
||
margin-bottom: 5px;
|
||
}
|
||
.header-1.header-3 .header-main .header-right .header-call-item .icon-item .content span {
|
||
font-size: 18px;
|
||
}
|
||
.header-1.header-3 .header-main .header-right .header-call-item .icon-item .content span a {
|
||
color: var(--header);
|
||
}
|
||
|
||
/* ============================================================
|
||
HOME PAGE — shared styles
|
||
============================================================ */
|
||
|
||
/* ------------------------------------------------------------
|
||
Hero Section In Home Page
|
||
------------------------------------------------------------ */
|
||
.hero-home {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 560px;
|
||
background-color: #1b254b;
|
||
overflow: hidden;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
.hero-home__overlay {
|
||
position: absolute;
|
||
inset: 0;
|
||
opacity: 0.2;
|
||
}
|
||
|
||
.hero-home__bg-img {
|
||
width: 100%;
|
||
height: 100%;
|
||
object-fit: cover;
|
||
mix-blend-mode: overlay;
|
||
}
|
||
|
||
.hero-home__gradient {
|
||
position: absolute;
|
||
inset: 0;
|
||
background: linear-gradient(to right, #1b254b, rgba(27, 37, 75, 0.9), transparent);
|
||
}
|
||
|
||
.hero-home__container {
|
||
position: relative;
|
||
z-index: 2;
|
||
max-width: 1440px;
|
||
margin: 0 auto;
|
||
padding: 0 1.5rem;
|
||
width: 100%;
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.hero-home__container {
|
||
padding: 0 2rem;
|
||
}
|
||
}
|
||
|
||
.hero-home__content {
|
||
max-width: 42rem;
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1.5rem;
|
||
}
|
||
|
||
/* Badge */
|
||
.hero-home__badge {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
padding: 0.375rem 0.75rem;
|
||
border-radius: 9999px;
|
||
background: rgba(255, 255, 255, 0.1);
|
||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||
backdrop-filter: blur(4px);
|
||
width: fit-content;
|
||
}
|
||
|
||
.hero-home__badge-dot {
|
||
width: 0.5rem;
|
||
height: 0.5rem;
|
||
border-radius: 50%;
|
||
background: #60a5fa;
|
||
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
||
}
|
||
|
||
@keyframes pulse {
|
||
0%, 100% { opacity: 1; }
|
||
50% { opacity: 0.5; }
|
||
}
|
||
|
||
.hero-home__badge-text {
|
||
font-size: 0.75rem;
|
||
font-weight: 600;
|
||
color: #bfdbfe;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.05em;
|
||
}
|
||
|
||
/* Title */
|
||
.hero-home__title {
|
||
font-size: 3rem;
|
||
font-weight: 700;
|
||
color: #ffffff;
|
||
line-height: 1.2;
|
||
letter-spacing: -0.02em;
|
||
margin: 0;
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.hero-home__title {
|
||
font-size: 3.75rem;
|
||
}
|
||
}
|
||
|
||
/* Description */
|
||
.hero-home__desc {
|
||
font-size: 1.125rem;
|
||
color: #bfdbfe;
|
||
line-height: 1.7;
|
||
max-width: 36rem;
|
||
margin: 0;
|
||
}
|
||
|
||
/* Actions */
|
||
.hero-home__actions {
|
||
display: flex;
|
||
align-items: center;
|
||
flex-wrap: wrap;
|
||
gap: 1rem;
|
||
padding-top: 1rem;
|
||
}
|
||
|
||
/* Buttons */
|
||
.hero-home__btn {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
padding: 0.75rem 1.5rem;
|
||
border-radius: 0.5rem;
|
||
font-weight: 600;
|
||
font-size: 1rem;
|
||
cursor: pointer;
|
||
transition: all 0.2s ease-in-out;
|
||
border: none;
|
||
}
|
||
|
||
.hero-home__btn--primary {
|
||
background: #ffffff;
|
||
color: #1b254b;
|
||
box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
|
||
}
|
||
|
||
.hero-home__btn--primary:hover {
|
||
background: #f9fafb;
|
||
}
|
||
|
||
.hero-home__btn--secondary {
|
||
background: rgba(255, 255, 255, 0.1);
|
||
color: #ffffff;
|
||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||
backdrop-filter: blur(4px);
|
||
}
|
||
|
||
.hero-home__btn--secondary:hover {
|
||
background: rgba(255, 255, 255, 0.2);
|
||
}
|
||
|
||
/* ------------------------------------------------------------
|
||
Research Impact Section In Home Page
|
||
------------------------------------------------------------ */
|
||
.research-impact {
|
||
padding: 80px 0;
|
||
background-color: #f8fbff;
|
||
}
|
||
|
||
.research-impact__header {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
flex-wrap: wrap;
|
||
gap: 0.5rem;
|
||
margin-bottom: 2.5rem;
|
||
}
|
||
|
||
.research-impact__title {
|
||
font-size: 1.6rem;
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin: 0;
|
||
}
|
||
|
||
.research-impact__year {
|
||
font-size: 0.85rem;
|
||
font-weight: 500;
|
||
color: #6b7280;
|
||
background: #e5e7eb;
|
||
padding: 4px 12px;
|
||
border-radius: 999px;
|
||
}
|
||
|
||
.research-impact__stats {
|
||
display: grid;
|
||
grid-template-columns: repeat(4, 1fr);
|
||
gap: 1.25rem;
|
||
margin-bottom: 2rem;
|
||
}
|
||
|
||
@media (max-width: 991px) {
|
||
.research-impact__stats {
|
||
grid-template-columns: repeat(2, 1fr);
|
||
}
|
||
}
|
||
|
||
@media (max-width: 575px) {
|
||
.research-impact__stats {
|
||
grid-template-columns: 1fr;
|
||
}
|
||
}
|
||
|
||
.research-impact__stat-card {
|
||
background: #ffffff;
|
||
border: 1px solid #e5e7eb;
|
||
border-radius: 12px;
|
||
padding: 1.5rem;
|
||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
||
}
|
||
|
||
.research-impact__stat-label {
|
||
font-size: 0.8rem;
|
||
font-weight: 600;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.06em;
|
||
color: #6b7280;
|
||
margin-bottom: 0.5rem;
|
||
}
|
||
|
||
.research-impact__stat-value-row {
|
||
display: flex;
|
||
align-items: baseline;
|
||
gap: 0.5rem;
|
||
margin-bottom: 0.25rem;
|
||
}
|
||
|
||
.research-impact__stat-value {
|
||
font-size: 2rem;
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
line-height: 1;
|
||
}
|
||
|
||
.research-impact__stat-trend {
|
||
font-size: 0.78rem;
|
||
font-weight: 600;
|
||
padding: 2px 8px;
|
||
border-radius: 999px;
|
||
}
|
||
|
||
.research-impact__stat-trend--up {
|
||
background: #d1fae5;
|
||
color: #065f46;
|
||
}
|
||
|
||
.research-impact__stat-trend--down {
|
||
background: #fee2e2;
|
||
color: #991b1b;
|
||
}
|
||
|
||
.research-impact__stat-trend--stable {
|
||
background: #e5e7eb;
|
||
color: #374151;
|
||
}
|
||
|
||
.research-impact__stat-sub {
|
||
font-size: 0.8rem;
|
||
color: #9ca3af;
|
||
margin: 0;
|
||
}
|
||
|
||
.research-impact__charts {
|
||
display: grid;
|
||
grid-template-columns: 1fr 1fr;
|
||
gap: 1.25rem;
|
||
}
|
||
|
||
@media (max-width: 767px) {
|
||
.research-impact__charts {
|
||
grid-template-columns: 1fr;
|
||
}
|
||
}
|
||
|
||
.research-impact__chart-card {
|
||
background: #ffffff;
|
||
border: 1px solid #e5e7eb;
|
||
border-radius: 12px;
|
||
padding: 1.75rem;
|
||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
||
}
|
||
|
||
.research-impact__chart-title {
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
color: #1b254b;
|
||
margin-bottom: 0.25rem;
|
||
}
|
||
|
||
.research-impact__chart-sub {
|
||
font-size: 0.8rem;
|
||
color: #9ca3af;
|
||
margin-bottom: 1.25rem;
|
||
}
|
||
|
||
.research-impact__bar-chart {
|
||
display: flex;
|
||
align-items: flex-end;
|
||
gap: 1.5rem;
|
||
height: 160px;
|
||
padding-top: 1rem;
|
||
}
|
||
|
||
.research-impact__bar-group {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
flex: 1;
|
||
}
|
||
|
||
.research-impact__bar {
|
||
width: 100%;
|
||
border-radius: 6px 6px 0 0;
|
||
min-height: 8px;
|
||
transition: height 0.4s ease;
|
||
}
|
||
|
||
.research-impact__bar--journals {
|
||
background: #1b254b;
|
||
}
|
||
|
||
.research-impact__bar--conferences {
|
||
background: #74c0fc;
|
||
}
|
||
|
||
.research-impact__bar-label {
|
||
font-size: 0.78rem;
|
||
color: #6b7280;
|
||
font-weight: 500;
|
||
}
|
||
|
||
.research-impact__donut-wrapper {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 1.5rem;
|
||
flex-wrap: wrap;
|
||
}
|
||
|
||
.research-impact__donut {
|
||
width: 120px;
|
||
height: 120px;
|
||
border-radius: 50%;
|
||
flex-shrink: 0;
|
||
-webkit-mask: radial-gradient(circle, transparent 40%, black 41%);
|
||
mask: radial-gradient(circle, transparent 40%, black 41%);
|
||
}
|
||
|
||
.research-impact__legend {
|
||
list-style: none;
|
||
padding: 0;
|
||
margin: 0;
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 0.5rem;
|
||
}
|
||
|
||
.research-impact__legend-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
font-size: 0.85rem;
|
||
}
|
||
|
||
.research-impact__legend-dot {
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 50%;
|
||
flex-shrink: 0;
|
||
}
|
||
|
||
.research-impact__legend-label {
|
||
color: #374151;
|
||
flex: 1;
|
||
}
|
||
|
||
.research-impact__legend-value {
|
||
font-weight: 600;
|
||
color: #1b254b;
|
||
}
|
||
|
||
/* ------------------------------------------------------------
|
||
Quick Links Grid In Home Page
|
||
------------------------------------------------------------ */
|
||
.quick-links {
|
||
padding: 80px 0;
|
||
background: #ffffff;
|
||
}
|
||
|
||
.quick-links__header {
|
||
margin-bottom: 3rem;
|
||
}
|
||
|
||
.quick-links__title {
|
||
font-size: clamp(1.75rem, 3vw, 2.25rem);
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.quick-links__subtitle {
|
||
color: #6b7280;
|
||
max-width: 40rem;
|
||
margin: 0 auto;
|
||
}
|
||
|
||
.quick-links__grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(4, 1fr);
|
||
gap: 1.5rem;
|
||
}
|
||
|
||
@media (max-width: 991px) {
|
||
.quick-links__grid {
|
||
grid-template-columns: repeat(2, 1fr);
|
||
}
|
||
}
|
||
|
||
@media (max-width: 575px) {
|
||
.quick-links__grid {
|
||
grid-template-columns: 1fr;
|
||
}
|
||
}
|
||
|
||
.quick-links__card {
|
||
display: flex;
|
||
flex-direction: column;
|
||
background: #f8fbff;
|
||
padding: 2rem;
|
||
border-radius: 1.5rem;
|
||
border: 1px solid transparent;
|
||
text-decoration: none;
|
||
transition: box-shadow 0.2s ease, border-color 0.2s ease;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.quick-links__card:hover {
|
||
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
|
||
border-color: #e5e7eb;
|
||
}
|
||
|
||
.quick-links__icon-wrap {
|
||
width: 3.5rem;
|
||
height: 3.5rem;
|
||
background: #ffffff;
|
||
border-radius: 0.75rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-size: 1.25rem;
|
||
color: #1b254b;
|
||
margin-bottom: 1.5rem;
|
||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
|
||
transition: transform 0.2s ease;
|
||
}
|
||
|
||
.quick-links__card:hover .quick-links__icon-wrap {
|
||
transform: scale(1.1);
|
||
}
|
||
|
||
.quick-links__card-title {
|
||
font-size: 1.125rem;
|
||
font-weight: 700;
|
||
color: #1b254b;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.quick-links__card-desc {
|
||
font-size: 0.875rem;
|
||
color: #6b7280;
|
||
line-height: 1.6;
|
||
flex: 1;
|
||
margin-bottom: 1.5rem;
|
||
}
|
||
|
||
.quick-links__card-footer {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
|
||
.quick-links__cta {
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
color: #1b254b;
|
||
}
|
||
|
||
.quick-links__arrow {
|
||
width: 2rem;
|
||
height: 2rem;
|
||
border-radius: 50%;
|
||
background: #1b254b;
|
||
color: #ffffff;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-size: 0.75rem;
|
||
opacity: 0;
|
||
transition: opacity 0.2s ease;
|
||
}
|
||
|
||
.quick-links__card:hover .quick-links__arrow {
|
||
opacity: 1;
|
||
}
|
||
/*
|
||
------------------------------------------------------
|
||
End Home Page
|
||
------------------------------------------------------
|
||
*/
|
||
|
||
.sticky {
|
||
position: fixed !important;
|
||
top: 0 !important;
|
||
left: 0;
|
||
width: 100%;
|
||
z-index: 99999;
|
||
transition: all 0.9s;
|
||
background-color: var(--white);
|
||
-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
|
||
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
|
||
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
||
}
|
||
.sticky.header-1 .header-main .header-right .header-button .theme-btn::before {
|
||
background-color: var(--theme);
|
||
}
|
||
.sticky.header-2::before {
|
||
display: none;
|
||
}
|
||
.sticky.header-2::after {
|
||
display: none;
|
||
}
|
||
.sticky.header-2 .header-main .header-left .logo .header-logo {
|
||
display: block;
|
||
}
|
||
.sticky.header-2 .header-main .header-left .logo .header-logo-2 {
|
||
display: none;
|
||
}
|
||
.sticky.header-2 .header-main .header-right .header-call-item .theme-btn {
|
||
color: var(--header);
|
||
}
|
||
.sticky.header-2 .header-main .header-right .header-call-item .theme-btn:hover {
|
||
color: var(--white);
|
||
}
|
||
.sticky.header-2 .header-main .header-right .header-call-item .sidebar__toggle {
|
||
color: var(--header);
|
||
}
|
||
.sticky.header-3 .logo {
|
||
display: none;
|
||
}
|
||
.sticky.header-3::before {
|
||
display: none;
|
||
}
|
||
.sticky.header-3 .header-main {
|
||
padding-left: 0;
|
||
}
|
||
.sticky.header-3 .header-main .header-left .logo-2 {
|
||
display: block !important;
|
||
}
|
||
|
||
.offcanvas__info {
|
||
background: var(--white) none repeat scroll 0 0;
|
||
border-left: 2px solid var(--theme);
|
||
position: fixed;
|
||
right: 0;
|
||
top: 0;
|
||
width: 450px;
|
||
height: 100%;
|
||
-webkit-transform: translateX(calc(100% + 80px));
|
||
-moz-transform: translateX(calc(100% + 80px));
|
||
-ms-transform: translateX(calc(100% + 80px));
|
||
-o-transform: translateX(calc(100% + 80px));
|
||
transform: translateX(calc(100% + 80px));
|
||
-webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
|
||
-moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
|
||
transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
|
||
z-index: 9999999;
|
||
overflow-y: scroll;
|
||
overscroll-behavior-y: contain;
|
||
scrollbar-width: none;
|
||
}
|
||
.offcanvas__info::-webkit-scrollbar {
|
||
display: none;
|
||
}
|
||
|
||
.offcanvas__info.info-open {
|
||
opacity: 1;
|
||
-webkit-transform: translateX(0);
|
||
-moz-transform: translateX(0);
|
||
-ms-transform: translateX(0);
|
||
-o-transform: translateX(0);
|
||
transform: translateX(0);
|
||
}
|
||
|
||
.offcanvas__wrapper {
|
||
position: relative;
|
||
height: 100%;
|
||
padding: 30px 30px;
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .text {
|
||
color: var(--black);
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
|
||
width: 45px;
|
||
height: 45px;
|
||
line-height: 45px;
|
||
text-align: center;
|
||
border-radius: 50%;
|
||
background-color: var(--theme);
|
||
position: relative;
|
||
z-index: 9;
|
||
cursor: pointer;
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
|
||
color: var(--white);
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
|
||
margin-top: 20px;
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
|
||
margin-bottom: 20px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
|
||
display: none;
|
||
}
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
|
||
margin-top: 0;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
|
||
display: none;
|
||
}
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
|
||
font-size: 20px;
|
||
font-weight: 600;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
|
||
margin-bottom: 30px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
|
||
margin-bottom: 20px;
|
||
}
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
|
||
color: var(--black);
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
|
||
margin-right: 20px;
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
|
||
color: var(--theme);
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
|
||
text-transform: initial;
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
|
||
width: 100%;
|
||
padding: 20px 40px;
|
||
text-transform: capitalize !important;
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
|
||
margin-top: 30px;
|
||
gap: 10px;
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
|
||
width: 45px;
|
||
height: 45px;
|
||
line-height: 45px;
|
||
border-radius: 100%;
|
||
text-align: center;
|
||
font-size: 16px;
|
||
display: block;
|
||
background: transparent;
|
||
color: #000;
|
||
-webkit-transition: all 0.4s ease-in-out;
|
||
transition: all 0.4s ease-in-out;
|
||
text-align: center;
|
||
border: 1px solid var(--border);
|
||
}
|
||
@media (max-width: 575px) {
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
|
||
display: none;
|
||
}
|
||
}
|
||
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
|
||
.offcanvas__overlay {
|
||
position: fixed;
|
||
height: 100%;
|
||
width: 100%;
|
||
background: #151515;
|
||
z-index: 900;
|
||
top: 0;
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
right: 0;
|
||
}
|
||
|
||
.offcanvas__overlay.overlay-open {
|
||
opacity: 0.8;
|
||
visibility: visible;
|
||
}
|
||
|
||
@media (max-width: 450px) {
|
||
.offcanvas__info {
|
||
width: 300px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.offcanvas__wrapper {
|
||
padding: 20px;
|
||
}
|
||
}
|
||
.breadcrumb-wrapper {
|
||
border-radius: 32px;
|
||
margin: 0 48px;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.breadcrumb-wrapper {
|
||
margin: 0 30px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.breadcrumb-wrapper {
|
||
margin: 0 15px;
|
||
}
|
||
}
|
||
.breadcrumb-wrapper .shape {
|
||
position: absolute;
|
||
left: 0;
|
||
bottom: 0;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.breadcrumb-wrapper .shape {
|
||
display: none;
|
||
}
|
||
}
|
||
.breadcrumb-wrapper .page-heading {
|
||
padding: 120px 0;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.breadcrumb-wrapper .page-heading {
|
||
padding: 100px 0;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.breadcrumb-wrapper .page-heading {
|
||
padding: 80px 0;
|
||
}
|
||
}
|
||
.breadcrumb-wrapper .page-heading .breadcrumb-title {
|
||
color: var(--white);
|
||
text-align: center;
|
||
text-transform: uppercase;
|
||
}
|
||
.breadcrumb-wrapper .page-heading .breadcrumb-list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 8px;
|
||
margin-top: 24px;
|
||
justify-content: center;
|
||
}
|
||
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
|
||
color: var(--white);
|
||
}
|
||
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
|
||
.error-item .error-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.error-item .error-content {
|
||
text-align: center;
|
||
margin-top: 48px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.error-item .error-content {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.error-item .error-content h2 {
|
||
margin-bottom: 20px;
|
||
}
|
||
.error-item .error-content p {
|
||
max-width: 793px;
|
||
margin: 0 auto;
|
||
}
|
||
.error-item .error-content .theme-btn {
|
||
margin-top: 48px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.error-item .error-content .theme-btn {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
|
||
::-webkit-scrollbar {
|
||
width: 8px;
|
||
height: 8px;
|
||
}
|
||
|
||
/* Track */
|
||
::-webkit-scrollbar-track {
|
||
box-shadow: inset 0 0 5px var(--bg);
|
||
border-radius: 5px;
|
||
}
|
||
|
||
/* Handle */
|
||
::-webkit-scrollbar-thumb {
|
||
background: var(--theme);
|
||
border-radius: 10px;
|
||
}
|
||
|
||
.fix {
|
||
overflow: hidden;
|
||
}
|
||
|
||
.ralt {
|
||
position: relative;
|
||
}
|
||
|
||
.ripple {
|
||
position: relative;
|
||
}
|
||
.ripple::before, .ripple::after {
|
||
position: absolute;
|
||
left: 50%;
|
||
top: 50%;
|
||
width: 50px;
|
||
height: 50px;
|
||
-webkit-transform: translateX(-50%) translateY(-50%);
|
||
transform: translateX(-50%) translateY(-50%);
|
||
border-radius: 50%;
|
||
box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.6);
|
||
-webkit-animation: rippleOne 3s infinite;
|
||
animation: rippleOne 3s infinite;
|
||
}
|
||
.ripple::before {
|
||
-webkit-animation-delay: 0.9s;
|
||
animation-delay: 0.9s;
|
||
content: "";
|
||
position: absolute;
|
||
right: 0;
|
||
bottom: 0;
|
||
}
|
||
.ripple::after {
|
||
-webkit-animation-delay: 0.6s;
|
||
animation-delay: 0.6s;
|
||
content: "";
|
||
position: absolute;
|
||
right: 0;
|
||
bottom: 0;
|
||
}
|
||
|
||
.array-buttons {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 20px;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.array-buttons {
|
||
flex-wrap: wrap;
|
||
}
|
||
}
|
||
.array-buttons .array-prev {
|
||
width: 110px;
|
||
height: 48px;
|
||
line-height: 45px;
|
||
text-align: center;
|
||
background-color: transparent;
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 100px;
|
||
border: 1px solid var(--header);
|
||
font-weight: 600;
|
||
}
|
||
.array-buttons .array-prev i {
|
||
margin-left: 5px;
|
||
transform: rotate(45deg);
|
||
}
|
||
.array-buttons .array-prev:hover {
|
||
background: var(--theme-2);
|
||
color: var(--header);
|
||
border: 1px solid var(--theme-2);
|
||
}
|
||
.array-buttons .array-next {
|
||
width: 110px;
|
||
height: 48px;
|
||
line-height: 45px;
|
||
text-align: center;
|
||
background-color: var(--theme-2);
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 100px;
|
||
font-weight: 600;
|
||
text-transform: uppercase;
|
||
}
|
||
.array-buttons .array-next i {
|
||
margin-left: 5px;
|
||
transform: rotate(-45deg);
|
||
}
|
||
.array-buttons .array-next:hover {
|
||
background: var(--header);
|
||
color: var(--white);
|
||
}
|
||
|
||
.array-buttons-2 {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 20px;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.array-buttons-2 {
|
||
flex-wrap: wrap;
|
||
}
|
||
}
|
||
.array-buttons-2 .array-prev {
|
||
width: 42px;
|
||
height: 42px;
|
||
line-height: 42px;
|
||
text-align: center;
|
||
background-color: var(--header);
|
||
color: #00E5FF;
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 100%;
|
||
}
|
||
.array-buttons-2 .array-prev:hover {
|
||
background: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
.array-buttons-2 .array-next {
|
||
width: 42px;
|
||
height: 42px;
|
||
line-height: 42px;
|
||
border-radius: 100%;
|
||
text-align: center;
|
||
background: #2ADDC8;
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
.array-buttons-2 .array-next:hover {
|
||
background: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
|
||
.array-buttons-4 {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 20px;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.array-buttons-4 {
|
||
flex-wrap: wrap;
|
||
}
|
||
}
|
||
.array-buttons-4 .array-prev {
|
||
width: 45px;
|
||
height: 45px;
|
||
line-height: 45px;
|
||
text-align: center;
|
||
background: var(--bg);
|
||
color: var(--white);
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 100%;
|
||
}
|
||
.array-buttons-4 .array-next {
|
||
width: 45px;
|
||
height: 45px;
|
||
line-height: 45px;
|
||
border: 1px solid rgb(65, 65, 65);
|
||
border-radius: 100%;
|
||
text-align: center;
|
||
background: transparent;
|
||
color: var(--white);
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
.array-buttons-4 .array-next:hover {
|
||
background: var(--bg);
|
||
border: 1px none;
|
||
color: var(--white);
|
||
}
|
||
|
||
.swiper-dot {
|
||
text-align: center;
|
||
margin-top: 30px;
|
||
}
|
||
.swiper-dot .swiper-pagination-bullet {
|
||
width: 10px;
|
||
height: 10px;
|
||
transition: 0.6s;
|
||
border-radius: 30px;
|
||
background-color: var(--theme-2);
|
||
opacity: 1;
|
||
position: relative;
|
||
}
|
||
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
|
||
margin-right: 15px;
|
||
}
|
||
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
||
background-color: var(--theme);
|
||
transition: 0.6s;
|
||
position: relative;
|
||
width: 10px;
|
||
height: 10px;
|
||
border-radius: 30px;
|
||
}
|
||
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
width: 10px;
|
||
height: 10px;
|
||
left: 50%;
|
||
top: 50%;
|
||
transform: translate(-50%, -50%);
|
||
border-radius: 30px;
|
||
}
|
||
|
||
.swiper-dot-2 {
|
||
text-align: center;
|
||
margin-top: 30px;
|
||
}
|
||
.swiper-dot-2 .swiper-pagination-bullet {
|
||
width: 16px;
|
||
height: 16px;
|
||
transition: 0.6s;
|
||
border-radius: 30px;
|
||
background-color: transparent;
|
||
border: 2px solid var(--header);
|
||
opacity: 1;
|
||
position: relative;
|
||
}
|
||
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
|
||
margin-right: 15px;
|
||
}
|
||
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
||
border: 2px solid var(--header);
|
||
transition: 0.6s;
|
||
position: relative;
|
||
width: 16px;
|
||
height: 16px;
|
||
border-radius: 30px;
|
||
}
|
||
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
width: 10px;
|
||
height: 10px;
|
||
left: 50%;
|
||
top: 50%;
|
||
transform: translate(-50%, -50%);
|
||
border-radius: 30px;
|
||
}
|
||
|
||
.bg-cover {
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
position: relative;
|
||
background-position: center;
|
||
}
|
||
|
||
.slide-transtion {
|
||
-webkit-transition-timing-function: linear;
|
||
transition-timing-function: linear;
|
||
}
|
||
|
||
.brand-slide-element {
|
||
width: auto;
|
||
display: inline-block;
|
||
}
|
||
|
||
.page-nav-wrap {
|
||
margin-top: 60px;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.page-nav-wrap {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.page-nav-wrap ul li {
|
||
display: inline-block;
|
||
}
|
||
.page-nav-wrap ul li .page-numbers.current {
|
||
background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
|
||
color: var(--white);
|
||
border-radius: 10px;
|
||
}
|
||
.page-nav-wrap ul li .page-numbers {
|
||
display: inline-block;
|
||
width: 40px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
text-align: center;
|
||
background-color: transparent;
|
||
border: 1px solid var(--theme-2);
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 10px;
|
||
font-weight: 600;
|
||
transition: all 0.3s ease-in-out;
|
||
margin: 0 2px;
|
||
}
|
||
.page-nav-wrap ul li .page-numbers.style-2 {
|
||
display: inline-block;
|
||
width: 40px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
text-align: center;
|
||
background-color: var(--theme-2);
|
||
color: var(--white);
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 10px;
|
||
border: 1px solid var(--header);
|
||
font-weight: 600;
|
||
transition: all 0.3s ease-in-out;
|
||
}
|
||
@media (max-width: 767px) {
|
||
.page-nav-wrap ul li .page-numbers {
|
||
margin-top: 10px;
|
||
width: 40px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
.page-nav-wrap ul li .page-numbers i {
|
||
margin-top: 2px;
|
||
color: var(--white);
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
.page-nav-wrap ul li .page-numbers:hover {
|
||
background: var(--theme-2);
|
||
color: var(--white);
|
||
border: 1px solid var(--theme-2);
|
||
}
|
||
.page-nav-wrap ul li .page-numbers:hover i {
|
||
color: var(--white);
|
||
}
|
||
|
||
.sticky-style {
|
||
position: sticky !important;
|
||
top: 100px;
|
||
}
|
||
|
||
.custom-container {
|
||
max-width: 1700px;
|
||
margin: 0 auto;
|
||
}
|
||
|
||
.bw-img-anim-left,
|
||
.bw-img-anim-right {
|
||
transition: clip-path 0.5s ease-out;
|
||
}
|
||
|
||
.split-text {
|
||
overflow: hidden;
|
||
position: relative;
|
||
}
|
||
|
||
.split-text .line {
|
||
overflow: hidden;
|
||
display: none;
|
||
}
|
||
|
||
html.lenis, html.lenis body {
|
||
height: auto;
|
||
}
|
||
|
||
.smooth-content {
|
||
position: relative;
|
||
}
|
||
|
||
.lenis.lenis-smooth {
|
||
scroll-behavior: auto !important;
|
||
}
|
||
|
||
.nice-select {
|
||
background-color: transparent;
|
||
width: unset;
|
||
outline: none;
|
||
border: none;
|
||
border-radius: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
.nice-select .current {
|
||
margin-right: 12px;
|
||
}
|
||
|
||
.nice-select.open .list {
|
||
background: var(--bg);
|
||
margin-top: 16px;
|
||
width: 100%;
|
||
color: var(--text);
|
||
}
|
||
|
||
.nice-select .option.selected.focus {
|
||
background: var(--bg);
|
||
outline: none;
|
||
color: var(--text);
|
||
font-weight: 500;
|
||
font-size: 14px;
|
||
border: none;
|
||
}
|
||
|
||
.nice-select .option {
|
||
border: none;
|
||
}
|
||
|
||
.nice-select .option:hover {
|
||
background: transparent;
|
||
}
|
||
|
||
.p-relative {
|
||
position: relative;
|
||
}
|
||
|
||
.tp-clip-anim {
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
.tp-clip-anim .mask {
|
||
position: absolute;
|
||
inset: 0;
|
||
background-size: cover;
|
||
background-position: center;
|
||
transform: scale(1.1);
|
||
opacity: 0;
|
||
animation: reveal 1s forwards;
|
||
}
|
||
.tp-clip-anim .mask-1 {
|
||
clip-path: inset(0 88.8% 0 0%);
|
||
animation-delay: 0.1s;
|
||
}
|
||
.tp-clip-anim .mask-2 {
|
||
clip-path: inset(0 77.7% 0 11.1%);
|
||
animation-delay: 0.2s;
|
||
}
|
||
.tp-clip-anim .mask-3 {
|
||
clip-path: inset(0 66.6% 0 22.2%);
|
||
animation-delay: 0.3s;
|
||
}
|
||
.tp-clip-anim .mask-4 {
|
||
clip-path: inset(0 55.5% 0 33.3%);
|
||
animation-delay: 0.4s;
|
||
}
|
||
.tp-clip-anim .mask-5 {
|
||
clip-path: inset(0 44.4% 0 44.4%);
|
||
animation-delay: 0.5s;
|
||
}
|
||
.tp-clip-anim .mask-6 {
|
||
clip-path: inset(0 33.3% 0 55.5%);
|
||
animation-delay: 0.6s;
|
||
}
|
||
.tp-clip-anim .mask-7 {
|
||
clip-path: inset(0 22.2% 0 66.6%);
|
||
animation-delay: 0.7s;
|
||
}
|
||
.tp-clip-anim .mask-8 {
|
||
clip-path: inset(0 11.1% 0 77.7%);
|
||
animation-delay: 0.8s;
|
||
}
|
||
.tp-clip-anim .mask-9 {
|
||
clip-path: inset(0 0% 0 88.8%);
|
||
animation-delay: 0.9s;
|
||
}
|
||
|
||
@keyframes reveal {
|
||
from {
|
||
opacity: 0;
|
||
transform: scale(1.2);
|
||
}
|
||
to {
|
||
opacity: 1;
|
||
transform: scale(1);
|
||
}
|
||
}
|
||
.mean-container a.meanmenu-reveal {
|
||
display: none;
|
||
}
|
||
|
||
.mean-container .mean-nav {
|
||
background: none;
|
||
margin-top: 0;
|
||
}
|
||
|
||
.mean-container .mean-bar {
|
||
padding: 0;
|
||
min-height: auto;
|
||
background: none;
|
||
background: none;
|
||
}
|
||
|
||
.mean-container .mean-nav > ul {
|
||
padding: 0;
|
||
margin: 0;
|
||
width: 100%;
|
||
list-style-type: none;
|
||
display: block !important;
|
||
}
|
||
|
||
.mean-container a.meanmenu-reveal {
|
||
display: none !important;
|
||
}
|
||
|
||
.mean-container .mean-nav ul li a {
|
||
display: block;
|
||
width: 100%;
|
||
padding: 10px 0;
|
||
color: var(--black);
|
||
font-size: 16px;
|
||
font-weight: 600;
|
||
line-height: 2;
|
||
font-weight: 700;
|
||
border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
|
||
border: none;
|
||
}
|
||
.mean-container .mean-nav ul li a:hover {
|
||
color: var(--theme-2);
|
||
}
|
||
|
||
.mean-container .mean-nav ul li .submenu li a {
|
||
border-bottom: none !important;
|
||
font-size: 14px;
|
||
padding: 6px 0;
|
||
color: var(--header);
|
||
}
|
||
|
||
.mean-container .mean-nav ul li a:last-child {
|
||
border-bottom: 0;
|
||
}
|
||
|
||
.mean-container .mean-nav ul li a:hover {
|
||
color: var(--theme);
|
||
}
|
||
|
||
.mean-container .mean-nav ul li a.mean-expand {
|
||
margin-top: 5px;
|
||
padding: 0 !important;
|
||
}
|
||
|
||
.mean-container .mean-nav ul li > a > i {
|
||
display: none;
|
||
}
|
||
|
||
.mean-container .mean-nav ul li > a.mean-expand i {
|
||
display: inline-block;
|
||
font-size: 18px;
|
||
}
|
||
|
||
.mean-container .mean-nav > ul > li:first-child > a {
|
||
border-top: 0;
|
||
}
|
||
|
||
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
|
||
transform: rotate(45deg);
|
||
-webkit-transform: rotate(45deg);
|
||
-moz-transform: rotate(45deg);
|
||
-ms-transform: rotate(45deg);
|
||
-o-transform: rotate(45deg);
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
|
||
.mean-container .mean-nav ul li .mega-menu li a {
|
||
height: 200px;
|
||
width: 100%;
|
||
padding: 0;
|
||
border-top: 0;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.news-card-item {
|
||
margin-top: 30px;
|
||
background-color: var(--bg);
|
||
border-radius: 16px;
|
||
}
|
||
.news-card-item .news-image {
|
||
position: relative;
|
||
border-top-left-radius: 16px;
|
||
border-top-right-radius: 16px;
|
||
overflow: hidden;
|
||
}
|
||
.news-card-item .news-image span {
|
||
border-radius: 100px;
|
||
background-color: var(--white);
|
||
color: var(--header);
|
||
font-size: 14px;
|
||
font-weight: 400;
|
||
padding: 4px 12px;
|
||
position: absolute;
|
||
top: 16px;
|
||
left: 16px;
|
||
z-index: 999;
|
||
}
|
||
.news-card-item .news-image .news-layer-wrapper {
|
||
position: absolute;
|
||
top: 100%;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
display: flex;
|
||
transition: 0.5s;
|
||
}
|
||
.news-card-item .news-image .news-layer-wrapper .news-layer-image {
|
||
width: 25%;
|
||
height: 100%;
|
||
transition: 0.5s;
|
||
background-size: cover;
|
||
}
|
||
.news-card-item .news-image .news-layer-wrapper .news-layer-image:nth-child(1) {
|
||
background-position: 0;
|
||
transition-delay: 0;
|
||
}
|
||
.news-card-item .news-image .news-layer-wrapper .news-layer-image:nth-child(2) {
|
||
background-position: 33.33%;
|
||
transition-delay: 0.1s;
|
||
}
|
||
.news-card-item .news-image .news-layer-wrapper .news-layer-image:nth-child(3) {
|
||
background-position: 66.66%;
|
||
transition-delay: 0.2s;
|
||
}
|
||
.news-card-item .news-image .news-layer-wrapper .news-layer-image:nth-child(4) {
|
||
background-position: 100%;
|
||
transition-delay: 0.3s;
|
||
}
|
||
.news-card-item .news-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-top-left-radius: 16px;
|
||
border-top-right-radius: 16px;
|
||
transform: scale(1.02);
|
||
transition: all 1.5s ease-out;
|
||
}
|
||
.news-card-item .news-content {
|
||
padding: 16px 24px 30px;
|
||
}
|
||
.news-card-item .news-content .list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 24px;
|
||
margin-bottom: 10px;
|
||
}
|
||
.news-card-item .news-content h3 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
}
|
||
.news-card-item .news-content h3 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
.news-card-item .news-content .news-bottom {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
border-top: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding-top: 24px;
|
||
margin-top: 16px;
|
||
}
|
||
.news-card-item .news-content .news-bottom .info-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 8px;
|
||
}
|
||
.news-card-item:hover .news-image .news-layer-wrapper .news-layer-image {
|
||
transform: translateY(-100%);
|
||
}
|
||
.news-card-item:hover .news-image img {
|
||
-webkit-transform: scale3d(1.1, 1.1, 1);
|
||
transform: scale3d(1.1, 1.1, 1);
|
||
}
|
||
|
||
.news-main-item {
|
||
border-radius: 16px;
|
||
background-color: var(--bg);
|
||
padding: 30px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
margin-top: 30px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-main-item {
|
||
flex-wrap: wrap;
|
||
gap: 30px;
|
||
}
|
||
}
|
||
.news-main-item .news-left-content h2 sup {
|
||
font-size: 32px;
|
||
top: auto;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-main-item .news-left-content h2 sup {
|
||
font-size: 30px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-main-item .news-left-content h2 sup {
|
||
font-size: 25px;
|
||
}
|
||
}
|
||
.news-main-item .news-left-content h2 span {
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.news-main-item .news-left-content h3 br {
|
||
display: none;
|
||
}
|
||
}
|
||
.news-main-item .news-left-content h3 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
}
|
||
.news-main-item .news-left-content h3 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
.news-main-item .news-left-content .news-post {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
margin-top: 30px;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-main-item .news-left-content .news-post {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
.news-main-item .news-left-content .news-post span {
|
||
text-transform: uppercase;
|
||
font-weight: 500;
|
||
color: var(--header);
|
||
}
|
||
.news-main-item .news-right-content {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 30px;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-main-item .news-right-content {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
.news-main-item .news-right-content .news-image {
|
||
overflow: hidden;
|
||
transition: scale 0.4s ease, transform 0.4s ease;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-main-item .news-right-content .news-image {
|
||
flex-basis: 100%;
|
||
}
|
||
}
|
||
.news-main-item .news-right-content .news-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
}
|
||
.news-main-item .news-right-content .content p {
|
||
max-width: 388px;
|
||
margin-bottom: 30px;
|
||
}
|
||
.news-main-item .news-right-content .content .theme-btn {
|
||
padding: 2px 4px 2px 24px;
|
||
}
|
||
|
||
.news-card-items-3 {
|
||
display: flex;
|
||
align-items: center;
|
||
border-radius: 16px;
|
||
background-color: var(--white);
|
||
margin-top: 30px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-card-items-3 {
|
||
flex-wrap: wrap;
|
||
gap: 30px;
|
||
padding: 10px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-card-items-3 {
|
||
flex-wrap: initial;
|
||
gap: 30px;
|
||
padding: 0;
|
||
}
|
||
}
|
||
@media (max-width: 767px) {
|
||
.news-card-items-3 {
|
||
flex-wrap: wrap;
|
||
gap: 30px;
|
||
padding: 10px;
|
||
}
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-card-items-3 .news-image {
|
||
flex-basis: 100%;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-card-items-3 .news-image {
|
||
flex-basis: initial;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.news-card-items-3 .news-image {
|
||
flex-basis: 100%;
|
||
}
|
||
}
|
||
.news-card-items-3 .news-image img {
|
||
border-top-left-radius: 16px;
|
||
border-bottom-left-radius: 16px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-card-items-3 .news-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-card-items-3 .news-image img {
|
||
width: initial;
|
||
height: initial;
|
||
border-top-left-radius: 16px;
|
||
border-bottom-left-radius: 16px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.news-card-items-3 .news-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
}
|
||
}
|
||
.news-card-items-3 .news-content {
|
||
padding: 25px 25px 25px 30px;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-card-items-3 .news-content {
|
||
padding: 0 25px;
|
||
}
|
||
}
|
||
.news-card-items-3 .news-content h3 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
}
|
||
.news-card-items-3 .news-content h3 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
.news-card-items-3 .news-content .info-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 26px;
|
||
margin-top: 15px;
|
||
margin-bottom: 25px;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.news-card-items-3 .news-content .info-item {
|
||
flex-wrap: wrap;
|
||
gap: 10px;
|
||
}
|
||
}
|
||
.news-card-items-3 .news-content .info-item .info-image {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 8px;
|
||
}
|
||
.news-card-items-3 .news-content .info-item .info-image h6 {
|
||
font-weight: 500;
|
||
text-transform: uppercase;
|
||
}
|
||
.news-card-items-3 .news-content .theme-btn {
|
||
border: none;
|
||
padding: 0;
|
||
}
|
||
.news-card-items-3 .news-content .theme-btn:hover {
|
||
background-color: transparent;
|
||
color: var(--theme);
|
||
}
|
||
.news-card-items-3 .news-content .theme-btn:hover i {
|
||
background-color: var(--header);
|
||
color: var(--white);
|
||
}
|
||
|
||
.news-standard-wrapper .news-standard-post {
|
||
margin-bottom: 30px;
|
||
}
|
||
.news-standard-wrapper .news-standard-post .news-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
}
|
||
.news-standard-wrapper .news-standard-post .news-content {
|
||
margin-top: 24px;
|
||
}
|
||
.news-standard-wrapper .news-standard-post .news-content .news-list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 40px;
|
||
margin-bottom: 16px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-standard-wrapper .news-standard-post .news-content .news-list {
|
||
flex-wrap: wrap;
|
||
gap: 10px;
|
||
}
|
||
}
|
||
.news-standard-wrapper .news-standard-post .news-content .news-list li i {
|
||
margin-right: 8px;
|
||
}
|
||
.news-standard-wrapper .news-standard-post .news-content h3 {
|
||
margin-bottom: 10px;
|
||
}
|
||
.news-standard-wrapper .news-standard-post .news-content h3 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
}
|
||
.news-standard-wrapper .news-standard-post .news-content h3 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
.news-standard-wrapper .news-standard-post .news-content p {
|
||
margin-bottom: 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-standard-wrapper .news-standard-post .news-content p {
|
||
margin-bottom: 30px;
|
||
}
|
||
}
|
||
.news-standard-wrapper .news-standard-post .news-content .theme-btn {
|
||
padding: 4px 4px 4px 24px;
|
||
}
|
||
|
||
.main-sideber .news-sideber-box {
|
||
padding: 30px;
|
||
background-color: var(--bg);
|
||
border-radius: 16px;
|
||
margin-bottom: 32px;
|
||
}
|
||
.main-sideber .news-sideber-box .wid-title {
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding-bottom: 16px;
|
||
margin-bottom: 24px;
|
||
}
|
||
.main-sideber .news-sideber-box .search-widget form {
|
||
width: 100%;
|
||
position: relative;
|
||
}
|
||
.main-sideber .news-sideber-box .search-widget form input {
|
||
background-color: var(--white);
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
padding: 16px 20px;
|
||
width: 100%;
|
||
border: none;
|
||
color: var(--text);
|
||
border-radius: 100px;
|
||
}
|
||
.main-sideber .news-sideber-box .search-widget form button {
|
||
position: absolute;
|
||
right: 3px;
|
||
top: 3px;
|
||
bottom: 3px;
|
||
width: 50px;
|
||
height: 50px;
|
||
line-height: 50px;
|
||
border-radius: 100px;
|
||
font-size: 16px;
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
text-align: center;
|
||
transition: all 0.3s ease-in-out;
|
||
}
|
||
.main-sideber .news-sideber-box .search-widget form button:hover {
|
||
background-color: var(--header);
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
background-color: var(--white);
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 100px;
|
||
line-height: 1;
|
||
padding: 20px;
|
||
position: relative;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li i {
|
||
margin-right: 5px;
|
||
color: var(--theme-2);
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li::before {
|
||
content: "";
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 0%;
|
||
height: 100%;
|
||
background: var(--theme);
|
||
z-index: 0;
|
||
transition: width 0.5s ease;
|
||
border-radius: 100px;
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li a {
|
||
color: var(--header);
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li span {
|
||
transition: all 0.4s ease-in-out;
|
||
color: var(--header);
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li:not(:last-child) {
|
||
margin-bottom: 20px;
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li:hover::before {
|
||
width: 100%;
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li:hover i {
|
||
color: var(--white);
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li:hover a {
|
||
color: var(--white);
|
||
position: relative;
|
||
z-index: 999;
|
||
}
|
||
.main-sideber .news-sideber-box .news-widget-categories ul li:hover span {
|
||
color: var(--white);
|
||
position: relative;
|
||
z-index: 999;
|
||
}
|
||
.main-sideber .news-sideber-box .recent-post-area .recent-items {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 20px;
|
||
}
|
||
.main-sideber .news-sideber-box .recent-post-area .recent-items:not(:last-child) {
|
||
margin-bottom: 20px;
|
||
}
|
||
.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-thumb img {
|
||
border-radius: 8px;
|
||
}
|
||
.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-content h6 {
|
||
margin-bottom: 10px;
|
||
line-height: 133%;
|
||
font-weight: 500;
|
||
font-size: 18px;
|
||
display: -webkit-box;
|
||
-webkit-line-clamp: 2;
|
||
-webkit-box-orient: vertical;
|
||
overflow: hidden;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-content h6 {
|
||
font-size: 15px;
|
||
}
|
||
}
|
||
.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-content h6 a:hover {
|
||
color: var(--theme);
|
||
}
|
||
.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-content ul li {
|
||
color: var(--text);
|
||
}
|
||
.main-sideber .news-sideber-box .tagcloud a {
|
||
display: inline-block;
|
||
padding: 12px 11px;
|
||
line-height: 1;
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
background: var(--white);
|
||
border-radius: 100px;
|
||
margin-right: 5px;
|
||
margin-bottom: 10px;
|
||
color: var(--text);
|
||
transition: all 0.4s ease-in-out;
|
||
position: relative;
|
||
}
|
||
.main-sideber .news-sideber-box .tagcloud a::before {
|
||
content: "";
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 0%;
|
||
height: 100%;
|
||
background: var(--theme);
|
||
border-radius: 100px;
|
||
z-index: 0;
|
||
transition: width 0.5s ease;
|
||
}
|
||
.main-sideber .news-sideber-box .tagcloud a:last-child {
|
||
margin-right: 0;
|
||
}
|
||
.main-sideber .news-sideber-box .tagcloud a:hover {
|
||
color: var(--white);
|
||
z-index: 999;
|
||
position: relative;
|
||
}
|
||
.main-sideber .news-sideber-box .tagcloud a:hover::before {
|
||
width: 100%;
|
||
z-index: -1;
|
||
}
|
||
|
||
.news-details-wrapper .news-details-post .news-details-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content {
|
||
margin-top: 24px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .news-list {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 40px;
|
||
margin-bottom: 16px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-details-wrapper .news-details-post .details-content .news-list {
|
||
flex-wrap: wrap;
|
||
gap: 10px;
|
||
}
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .news-list li i {
|
||
margin-right: 8px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content h2 {
|
||
font-size: 40px;
|
||
margin-bottom: 10px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-details-wrapper .news-details-post .details-content h2 {
|
||
font-size: 20px;
|
||
}
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .thumb img {
|
||
width: 410px;
|
||
height: 264px;
|
||
object-fit: cover;
|
||
border-radius: 16px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .sideber {
|
||
background-color: var(--theme-2);
|
||
padding: 24px 30px;
|
||
margin-top: 24px;
|
||
margin-bottom: 24px;
|
||
border-radius: 8px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .sideber h5 {
|
||
color: var(--white);
|
||
font-weight: 500;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-details-wrapper .news-details-post .details-content .sideber h5 {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud span {
|
||
font-size: 20px;
|
||
font-weight: 600;
|
||
display: inline-block;
|
||
margin-right: 8px;
|
||
color: var(--header);
|
||
font-family: "Space Grotesk", serif;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a {
|
||
display: inline-block;
|
||
padding: 12px 26px;
|
||
line-height: 1;
|
||
background: var(--bg);
|
||
margin-right: 8px;
|
||
color: var(--text);
|
||
font-weight: 400;
|
||
transition: all 0.4s ease-in-out;
|
||
border-radius: 30px;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a {
|
||
padding: 10px 18px;
|
||
}
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a {
|
||
margin-bottom: 15px;
|
||
}
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a:hover {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .social-share a {
|
||
font-size: 16px;
|
||
color: var(--header);
|
||
display: inline-block;
|
||
width: 36px;
|
||
height: 36px;
|
||
border-radius: 100px;
|
||
line-height: 36px;
|
||
text-align: center;
|
||
background-color: var(--bg);
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .social-share a:not(:last-child) {
|
||
margin-right: 10px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .social-share a:hover {
|
||
color: var(--white);
|
||
background-color: var(--theme);
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .comments-area {
|
||
margin-top: 40px;
|
||
border-top: 1px solid rgba(203, 204, 207, 0.24);
|
||
margin-top: 48px;
|
||
padding-top: 30px;
|
||
margin-bottom: 48px;
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.24);
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-details-wrapper .news-details-post .details-content .comments-area {
|
||
margin-bottom: 30px;
|
||
}
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .comments-area .comments-heading {
|
||
margin-bottom: 30px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.news-details-wrapper .news-details-post .details-content .comments-area .comments-heading {
|
||
margin-bottom: 20px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment .image img {
|
||
border-radius: 12px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment .content .head .con h4 {
|
||
margin-bottom: 5px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment .content .head .reply {
|
||
font-weight: 500;
|
||
font-size: 16px;
|
||
color: var(--theme);
|
||
padding: 6px 14px;
|
||
text-transform: uppercase;
|
||
color: var(--white);
|
||
background-color: var(--header);
|
||
border-radius: 100px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment .content .head .reply:hover {
|
||
background-color: var(--theme);
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment.style-2 {
|
||
margin-left: 90px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment.style-2 {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .form-clt {
|
||
position: relative;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .form-clt span {
|
||
color: var(--header);
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
font-family: "Space Grotesk", serif;
|
||
margin-bottom: 10px;
|
||
display: inline-block;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .form-clt input, .news-details-wrapper .news-details-post .details-content .form-clt textarea {
|
||
width: 100%;
|
||
border: none;
|
||
outline: none;
|
||
background: var(--bg);
|
||
color: var(--text);
|
||
border-radius: 100px;
|
||
padding: 18px 20px;
|
||
}
|
||
@media (max-width: 767px) {
|
||
.news-details-wrapper .news-details-post .details-content .form-clt input, .news-details-wrapper .news-details-post .details-content .form-clt textarea {
|
||
padding: 14px 20px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.news-details-wrapper .news-details-post .details-content .form-clt input, .news-details-wrapper .news-details-post .details-content .form-clt textarea {
|
||
padding: 12px 18px;
|
||
}
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .form-clt input::placeholder, .news-details-wrapper .news-details-post .details-content .form-clt textarea::placeholder {
|
||
color: var(--text);
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .form-clt textarea {
|
||
padding-bottom: 100px;
|
||
resize: none;
|
||
border-radius: 40px;
|
||
}
|
||
.news-details-wrapper .news-details-post .details-content .theme-btn {
|
||
width: 100%;
|
||
}
|
||
|
||
.preloader {
|
||
align-items: center;
|
||
cursor: default;
|
||
display: flex;
|
||
height: 100%;
|
||
justify-content: center;
|
||
position: fixed;
|
||
left: 0;
|
||
top: 0;
|
||
width: 100%;
|
||
z-index: 9999999;
|
||
}
|
||
.preloader .animation-preloader {
|
||
z-index: 1000;
|
||
}
|
||
.preloader .animation-preloader .spinner {
|
||
animation: spinner 1s infinite linear;
|
||
border-radius: 50%;
|
||
border: 3px solid rgba(0, 0, 0, 0.2);
|
||
border-top-color: var(--theme);
|
||
height: 9em;
|
||
margin: 0 auto 3.5em auto;
|
||
width: 9em;
|
||
}
|
||
@media (max-width: 767px) {
|
||
.preloader .animation-preloader .spinner {
|
||
width: 7.5em;
|
||
height: 7.5em;
|
||
margin: 0 auto 1.5em auto;
|
||
}
|
||
}
|
||
.preloader .animation-preloader .txt-loading {
|
||
font: bold 5em "Space Grotesk", serif, "Inter", sans-serif;
|
||
text-align: center;
|
||
user-select: none;
|
||
}
|
||
@media (max-width: 767px) {
|
||
.preloader .animation-preloader .txt-loading {
|
||
font-size: 2.5em;
|
||
}
|
||
}
|
||
.preloader .animation-preloader .txt-loading .letters-loading {
|
||
color: var(--theme);
|
||
position: relative;
|
||
}
|
||
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
|
||
animation-delay: 0.2s;
|
||
}
|
||
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
|
||
animation-delay: 0.4s;
|
||
}
|
||
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
|
||
animation-delay: 0.6s;
|
||
}
|
||
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
|
||
animation-delay: 0.8s;
|
||
}
|
||
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
|
||
animation-delay: 1s;
|
||
}
|
||
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
|
||
animation-delay: 1.2s;
|
||
}
|
||
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
|
||
animation-delay: 1.4s;
|
||
}
|
||
.preloader .animation-preloader .txt-loading .letters-loading::before {
|
||
animation: letters-loading 4s infinite;
|
||
color: var(--header);
|
||
content: attr(data-text-preloader);
|
||
left: 0;
|
||
opacity: 0;
|
||
font-family: "Space Grotesk", serif;
|
||
position: absolute;
|
||
top: -3px;
|
||
transform: rotateY(-90deg);
|
||
}
|
||
.preloader p {
|
||
font-size: 15px;
|
||
font-weight: 600;
|
||
text-transform: uppercase;
|
||
letter-spacing: 8px;
|
||
color: var(--theme);
|
||
}
|
||
.preloader .loader {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
font-size: 0;
|
||
z-index: 1;
|
||
pointer-events: none;
|
||
}
|
||
.preloader .loader .row {
|
||
height: 100%;
|
||
}
|
||
.preloader .loader .loader-section {
|
||
padding: 0px;
|
||
}
|
||
.preloader .loader .loader-section .bg {
|
||
background-color: var(--bg);
|
||
height: 100%;
|
||
left: 0;
|
||
width: 100%;
|
||
transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
|
||
}
|
||
.preloader.loaded .animation-preloader {
|
||
opacity: 0;
|
||
transition: 0.3s ease-out;
|
||
}
|
||
.preloader.loaded .loader-section .bg {
|
||
width: 0;
|
||
transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
|
||
}
|
||
|
||
.back-to-top {
|
||
background-color: var(--theme);
|
||
width: 50px;
|
||
height: 50px;
|
||
line-height: 40px;
|
||
border-radius: 100px;
|
||
color: var(--white);
|
||
font-size: 16px;
|
||
position: fixed;
|
||
display: inline-block;
|
||
z-index: 9999;
|
||
right: 30px;
|
||
bottom: 30px;
|
||
transition: all 0.4s ease-in-out;
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
transform: translateY(20px);
|
||
}
|
||
@media (max-width: 575px) {
|
||
.back-to-top {
|
||
display: none;
|
||
}
|
||
}
|
||
.back-to-top:hover {
|
||
background-color: var(--white);
|
||
color: var(--theme-2);
|
||
}
|
||
.back-to-top.show {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
transform: translate(0);
|
||
}
|
||
|
||
.cursor-outer {
|
||
-webkit-margin-start: -12px;
|
||
margin-inline-start: -12px;
|
||
margin-top: -12px;
|
||
width: 30px;
|
||
height: 30px;
|
||
border: 1px solid var(--theme);
|
||
background-color: var(--theme);
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
z-index: 10000000;
|
||
opacity: 0.34;
|
||
-webkit-transition: all 0.4s ease-out 0s;
|
||
transition: all 0.4s ease-out 0s;
|
||
}
|
||
|
||
.cursor-outer.cursor-hover {
|
||
opacity: 0.14;
|
||
}
|
||
|
||
.cursor-outer.cursor-big {
|
||
opacity: 0;
|
||
}
|
||
|
||
.mouseCursor {
|
||
position: fixed;
|
||
top: 0;
|
||
inset-inline-start: 0;
|
||
inset-inline-end: 0;
|
||
bottom: 0;
|
||
pointer-events: none;
|
||
border-radius: 50%;
|
||
-webkit-transform: translateZ(0);
|
||
transform: translateZ(0);
|
||
visibility: hidden;
|
||
text-align: center;
|
||
}
|
||
|
||
.mouseCursor.cursor-big {
|
||
width: 20px;
|
||
height: 20px;
|
||
-webkit-margin-start: -12px;
|
||
margin-inline-start: -12px;
|
||
margin-top: -12px;
|
||
}
|
||
|
||
.cursor-inner {
|
||
-webkit-margin-start: -3px;
|
||
margin-inline-start: -3px;
|
||
margin-top: -3px;
|
||
width: 10px;
|
||
height: 10px;
|
||
z-index: 10000001;
|
||
background-color: var(--theme);
|
||
opacity: 1;
|
||
-webkit-transition: all 0.24s ease-out 0s;
|
||
transition: all 0.24s ease-out 0s;
|
||
}
|
||
.cursor-inner span {
|
||
color: var(--text);
|
||
line-height: 60px;
|
||
opacity: 0;
|
||
text-transform: uppercase;
|
||
letter-spacing: 1px;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.cursor-inner.cursor-big span {
|
||
opacity: 1;
|
||
}
|
||
|
||
.cursor-inner.cursor-hover {
|
||
-webkit-margin-start: -10px;
|
||
margin-inline-start: -10px;
|
||
margin-top: -10px;
|
||
width: 30px;
|
||
height: 30px;
|
||
background-color: var(--theme);
|
||
border: 1px solid #686363;
|
||
opacity: 0;
|
||
}
|
||
|
||
.search-popup {
|
||
position: fixed;
|
||
width: 100%;
|
||
height: 100%;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: -2;
|
||
-webkit-transition: all 1s ease;
|
||
-khtml-transition: all 1s ease;
|
||
-moz-transition: all 1s ease;
|
||
-ms-transition: all 1s ease;
|
||
-o-transition: all 1s ease;
|
||
transition: all 1s ease;
|
||
}
|
||
|
||
.search-popup__overlay {
|
||
position: fixed;
|
||
width: 224vw;
|
||
height: 224vw;
|
||
top: calc(90px - 112vw);
|
||
right: calc(50% - 112vw);
|
||
z-index: 3;
|
||
display: block;
|
||
-webkit-border-radius: 50%;
|
||
-khtml-border-radius: 50%;
|
||
-moz-border-radius: 50%;
|
||
-ms-border-radius: 50%;
|
||
-o-border-radius: 50%;
|
||
border-radius: 50%;
|
||
-webkit-transform: scale(0);
|
||
-khtml-transform: scale(0);
|
||
-moz-transform: scale(0);
|
||
-ms-transform: scale(0);
|
||
-o-transform: scale(0);
|
||
transform: scale(0);
|
||
-webkit-transform-origin: center;
|
||
transform-origin: center;
|
||
-webkit-transition: transform 0.8s ease-in-out;
|
||
-khtml-transition: transform 0.8s ease-in-out;
|
||
-moz-transition: transform 0.8s ease-in-out;
|
||
-ms-transition: transform 0.8s ease-in-out;
|
||
-o-transition: transform 0.8s ease-in-out;
|
||
transition: transform 0.8s ease-in-out;
|
||
transition-delay: 0s;
|
||
transition-delay: 0.3s;
|
||
-webkit-transition-delay: 0.3s;
|
||
background-color: #000000;
|
||
opacity: 0.7;
|
||
cursor: url(../../assets/img/close.png), auto;
|
||
}
|
||
|
||
@media (max-width: 767px) {
|
||
.search-popup__overlay {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
transform: none;
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 0;
|
||
transform: translateY(-110%);
|
||
}
|
||
}
|
||
.search-popup__content {
|
||
position: fixed;
|
||
width: 0;
|
||
max-width: 560px;
|
||
padding: 30px 15px;
|
||
left: 50%;
|
||
top: 50%;
|
||
opacity: 0;
|
||
z-index: 3;
|
||
-webkit-transform: translate(-50%, -50%);
|
||
-khtml-transform: translate(-50%, -50%);
|
||
-moz-transform: translate(-50%, -50%);
|
||
-ms-transform: translate(-50%, -50%);
|
||
-o-transform: translate(-50%, -50%);
|
||
transform: translate(-50%, -50%);
|
||
-webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
|
||
-khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
|
||
-moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
|
||
-ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
|
||
-o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
|
||
transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
|
||
transition-delay: 0s, 0.8s, 0s;
|
||
transition-delay: 0s, 0.4s, 0s;
|
||
transition-delay: 0.2s;
|
||
-webkit-transition-delay: 0.2s;
|
||
}
|
||
|
||
.search-popup__form {
|
||
position: relative;
|
||
}
|
||
|
||
.search-popup__form input[type=search],
|
||
.search-popup__form input[type=text] {
|
||
width: 100%;
|
||
height: 66px;
|
||
border: none;
|
||
outline: none;
|
||
padding-left: 20px;
|
||
background-color: var(--white);
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
color: var(--text);
|
||
transition: all 500ms ease;
|
||
}
|
||
|
||
.search-popup__form input[type=search]:focus,
|
||
.search-popup__form input[type=text]:focus {
|
||
color: var(--header);
|
||
}
|
||
|
||
.search-popup__form .search-btn {
|
||
padding: 0;
|
||
width: 66px;
|
||
height: 66px;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
position: absolute;
|
||
top: 0;
|
||
right: -1px;
|
||
border-radius: 0;
|
||
font-size: 20px;
|
||
color: var(--white);
|
||
background-color: var(--theme);
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
.search-popup__form .search-btn:hover {
|
||
background-color: var(--black);
|
||
}
|
||
|
||
.search-popup__form .eolexi-btn svg {
|
||
width: 1em;
|
||
height: 1em;
|
||
fill: currentColor;
|
||
}
|
||
|
||
.search-popup.active {
|
||
z-index: 9999;
|
||
}
|
||
|
||
.search-popup.active .search-popup__overlay {
|
||
top: auto;
|
||
bottom: calc(90px - 112vw);
|
||
-webkit-transform: scale(1);
|
||
-khtml-transform: scale(1);
|
||
-moz-transform: scale(1);
|
||
-ms-transform: scale(1);
|
||
-o-transform: scale(1);
|
||
transform: scale(1);
|
||
transition-delay: 0s;
|
||
-webkit-transition-delay: 0s;
|
||
opacity: 0.7;
|
||
-webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
|
||
-khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
|
||
-moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
|
||
-ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
|
||
-o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
|
||
transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
|
||
}
|
||
|
||
@media (max-width: 767px) {
|
||
.search-popup.active .search-popup__overlay {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
transform: none;
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 0;
|
||
transform: translateY(0%);
|
||
}
|
||
}
|
||
.search-popup.active .search-popup__content {
|
||
width: 100%;
|
||
opacity: 1;
|
||
transition-delay: 0.7s;
|
||
-webkit-transition-delay: 0.7s;
|
||
}
|
||
|
||
/* Pricing Section */
|
||
.pricing-wrapper-2 .pricing-content {
|
||
position: relative;
|
||
z-index: 9;
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .pricing-text {
|
||
margin-top: 25px;
|
||
max-width: 548px;
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav {
|
||
background-color: var(--white);
|
||
border-radius: 24.5px;
|
||
padding: 10px 20px;
|
||
margin-top: 40px;
|
||
border: none;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.pricing-wrapper-2 .pricing-content .nav {
|
||
margin-top: 15px;
|
||
}
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav .nav-tabs {
|
||
border-bottom: 0;
|
||
display: flex;
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav .nav-link {
|
||
font-size: 16px;
|
||
font-weight: 700;
|
||
text-transform: uppercase;
|
||
border: 0;
|
||
border-radius: 0;
|
||
padding: 0 40px;
|
||
position: relative;
|
||
background: transparent;
|
||
z-index: 2;
|
||
color: var(--text);
|
||
margin-bottom: 0;
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav .nav-link::before {
|
||
content: "";
|
||
position: absolute;
|
||
right: 0;
|
||
top: 50%;
|
||
transform: translateY(-50%) translateX(50%);
|
||
background: var(--theme);
|
||
width: 43px;
|
||
height: 22px;
|
||
border-radius: 20px;
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav .nav-link::after {
|
||
content: "";
|
||
position: absolute;
|
||
right: -18px;
|
||
top: 50%;
|
||
transform: translateY(-50%);
|
||
width: 17px;
|
||
height: 17px;
|
||
border-radius: 50%;
|
||
background: var(--white);
|
||
z-index: 1;
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav .nav-link:first-child {
|
||
padding-left: 0;
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav .nav-link:last-child {
|
||
padding-right: 0;
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav .nav-link:last-child::after, .pricing-wrapper-2 .pricing-content .nav .nav-link:last-child::before {
|
||
display: none;
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav .nav-link.active {
|
||
color: var(--theme-2);
|
||
}
|
||
.pricing-wrapper-2 .pricing-content .nav .nav-link.active::after {
|
||
right: 0;
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items {
|
||
max-width: 417px;
|
||
width: 100%;
|
||
border-radius: 20px;
|
||
background: var(--header);
|
||
padding: 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items {
|
||
padding: 30px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items {
|
||
padding: 25px;
|
||
}
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header {
|
||
position: relative;
|
||
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
||
padding-bottom: 35px;
|
||
position: relative;
|
||
z-index: 9;
|
||
margin-bottom: 32px;
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header .sub-texts {
|
||
top: 40px;
|
||
right: 0;
|
||
position: absolute;
|
||
font-size: 24px;
|
||
font-weight: 700;
|
||
color: var(--white);
|
||
}
|
||
@media (max-width: 575px) {
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header .sub-texts {
|
||
font-size: 20px;
|
||
}
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 {
|
||
font-size: 72px;
|
||
font-weight: 700;
|
||
line-height: 1;
|
||
color: var(--white);
|
||
}
|
||
@media (max-width: 575px) {
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 {
|
||
font-size: 50px;
|
||
}
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 sup {
|
||
font-size: 32px;
|
||
font-weight: 700;
|
||
top: -1.5em;
|
||
margin-right: -10px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 sup {
|
||
top: -0.5em;
|
||
}
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 sub {
|
||
font-size: 20px;
|
||
font-weight: 600;
|
||
margin-left: -10px;
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .theme-btn {
|
||
background: var(--theme);
|
||
color: var(--white);
|
||
border: none;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .theme-btn i {
|
||
background-color: var(--white);
|
||
color: var(--header);
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .theme-btn:hover {
|
||
background-color: var(--white);
|
||
color: var(--header);
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items .theme-btn:hover i {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul {
|
||
margin-top: 24px;
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li {
|
||
color: var(--white);
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li:not(:last-child) {
|
||
margin-bottom: 15px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li i {
|
||
color: var(--theme-2);
|
||
margin-right: 8px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li i {
|
||
margin-right: 5px;
|
||
}
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 {
|
||
margin-left: -32%;
|
||
z-index: -1;
|
||
border-radius: 20px;
|
||
background: var(--white);
|
||
}
|
||
@media (max-width: 767px) {
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 {
|
||
margin-left: -70%;
|
||
}
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 .pricing-header .sub-texts {
|
||
color: var(--header);
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 .theme-btn {
|
||
width: 100%;
|
||
background-color: transparent;
|
||
border: 1px solid rgba(203, 204, 207, 0.24);
|
||
color: var(--header);
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 .theme-btn i {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 ul li {
|
||
color: var(--text);
|
||
}
|
||
.pricing-wrapper-2 .pricing-right-items .pricing-box-items::after {
|
||
display: none;
|
||
}
|
||
|
||
.pricing-card-items-3 {
|
||
border-radius: 16px;
|
||
background-color: var(--white);
|
||
backdrop-filter: blur(24px);
|
||
padding: 40px 48px;
|
||
margin-top: 30px;
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.pricing-card-items-3 {
|
||
padding: 30px;
|
||
}
|
||
}
|
||
.pricing-card-items-3 .pricing-header {
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding-bottom: 16px;
|
||
margin-bottom: 24px;
|
||
}
|
||
.pricing-card-items-3 .pricing-header h6 {
|
||
text-transform: uppercase;
|
||
font-weight: 500;
|
||
margin-bottom: 10px;
|
||
}
|
||
.pricing-card-items-3 .pricing-header h2 {
|
||
color: var(--theme-2);
|
||
}
|
||
.pricing-card-items-3 .pricing-list-box {
|
||
padding: 24px;
|
||
background-color: var(--bg);
|
||
margin-bottom: 30px;
|
||
border-radius: 16px;
|
||
}
|
||
.pricing-card-items-3 .pricing-list-box li {
|
||
color: var(--header);
|
||
}
|
||
.pricing-card-items-3 .pricing-list-box li:not(:last-child) {
|
||
margin-bottom: 15px;
|
||
}
|
||
.pricing-card-items-3 .pricing-list-box li i {
|
||
color: var(--theme-2);
|
||
margin-right: 12px;
|
||
}
|
||
.pricing-card-items-3 .theme-btn {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.pricing-card-items-3:hover {
|
||
transform: translateY(-10px);
|
||
}
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
PUBLICATIONS PAGE
|
||
---------------------------------------------------------------
|
||
*/
|
||
|
||
/* --- Local CSS Variables (override globals for this page) --- */
|
||
.pub-wrapper {
|
||
--pub-blue: #263c6f;
|
||
--pub-blue-hover: #1d2e55;
|
||
--pub-blue-light: #f0f4f8;
|
||
--pub-border: #e5e7eb;
|
||
--pub-text: #111827;
|
||
--pub-muted: #6b7280;
|
||
--pub-bg: #f9fafb;
|
||
--pub-accent: #3b82f6;
|
||
|
||
background-color: var(--pub-bg);
|
||
width: 100%;
|
||
}
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
SEARCH HEADER SECTION In Publications Page
|
||
---------------------------------------------------------------
|
||
*/
|
||
.pub-wrapper #repo-header {
|
||
width: 100%;
|
||
background-color: #ffffff;
|
||
border-bottom: 1px solid var(--pub-border);
|
||
padding-top: 3rem;
|
||
padding-bottom: 3rem;
|
||
}
|
||
|
||
.pub-wrapper #repo-header h1 {
|
||
font-size: 2.25rem;
|
||
font-weight: 700;
|
||
color: var(--pub-text);
|
||
letter-spacing: -0.025em;
|
||
margin-bottom: 0.5rem;
|
||
line-height: 2.5rem;
|
||
}
|
||
|
||
.pub-wrapper #repo-header p {
|
||
color: var(--pub-muted);
|
||
font-size: 1.125rem;
|
||
margin: 0;
|
||
}
|
||
|
||
/* Search bar */
|
||
.pub-wrapper .pub-search-bar {
|
||
position: relative;
|
||
width: 100%;
|
||
border-radius: 0.75rem;
|
||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
|
||
}
|
||
|
||
.pub-wrapper .pub-search-bar input {
|
||
display: block;
|
||
width: 100%;
|
||
padding: 1rem 8rem 1rem 3rem;
|
||
border: 1px solid var(--pub-border);
|
||
border-radius: 0.75rem;
|
||
font-size: 1.125rem;
|
||
color: var(--pub-text);
|
||
background-color: #ffffff;
|
||
outline: none;
|
||
transition: border-color 0.2s, box-shadow 0.2s;
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
.pub-wrapper .pub-search-bar input::placeholder {
|
||
color: var(--pub-muted);
|
||
}
|
||
|
||
.pub-wrapper .pub-search-bar input:focus {
|
||
border-color: var(--pub-blue);
|
||
box-shadow: 0 0 0 2px rgba(38, 60, 111, 0.15);
|
||
}
|
||
|
||
.pub-wrapper .pub-search-bar .pub-search-icon {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 1rem;
|
||
transform: translateY(-50%);
|
||
color: var(--pub-muted);
|
||
font-size: 1.125rem;
|
||
pointer-events: none;
|
||
}
|
||
|
||
.pub-wrapper .pub-search-bar .pub-search-btn-wrap {
|
||
position: absolute;
|
||
top: 50%;
|
||
right: 0.5rem;
|
||
transform: translateY(-50%);
|
||
}
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
BUTTONS In Publications Page
|
||
---------------------------------------------------------------
|
||
*/
|
||
.pub-wrapper .pub-btn-primary {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
padding: 0.5rem 1rem;
|
||
background-color: var(--pub-blue);
|
||
color: #ffffff;
|
||
border: 1px solid var(--pub-blue);
|
||
border-radius: 0.5rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
cursor: pointer;
|
||
transition: background-color 0.2s;
|
||
text-decoration: none;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.pub-wrapper .pub-btn-primary:hover {
|
||
background-color: var(--pub-blue-hover);
|
||
color: #ffffff;
|
||
}
|
||
|
||
.pub-wrapper .pub-btn-outline {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
padding: 0.5rem 1rem;
|
||
background-color: #ffffff;
|
||
color: var(--pub-text);
|
||
border: 1px solid var(--pub-border);
|
||
border-radius: 0.5rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
cursor: pointer;
|
||
transition: border-color 0.2s, color 0.2s;
|
||
text-decoration: none;
|
||
white-space: nowrap;
|
||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
|
||
}
|
||
|
||
.pub-wrapper .pub-btn-outline:hover {
|
||
border-color: var(--pub-blue);
|
||
color: var(--pub-blue);
|
||
}
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
MAIN CONTENT LAYOUT In Publications Page
|
||
---------------------------------------------------------------
|
||
*/
|
||
.pub-wrapper #repo-content {
|
||
padding-top: 2.5rem;
|
||
padding-bottom: 2.5rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-layout {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 2rem;
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.pub-wrapper .pub-layout {
|
||
flex-direction: row;
|
||
}
|
||
}
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
SIDEBAR In Publications Page
|
||
---------------------------------------------------------------
|
||
*/
|
||
.pub-wrapper .pub-sidebar {
|
||
width: 100%;
|
||
flex-shrink: 0;
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.pub-wrapper .pub-sidebar {
|
||
width: 20rem; /* 320px */
|
||
min-width: 20rem;
|
||
max-width: 20rem;
|
||
}
|
||
}
|
||
|
||
.pub-wrapper .pub-sidebar-inner {
|
||
background-color: #ffffff;
|
||
border-radius: 0.75rem;
|
||
border: 1px solid var(--pub-border);
|
||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
|
||
padding: 1.25rem;
|
||
position: sticky;
|
||
top: 7rem; /* below fixed header */
|
||
height: fit-content;
|
||
}
|
||
|
||
.pub-wrapper .pub-sidebar-header {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
margin-bottom: 1.5rem;
|
||
padding-bottom: 1rem;
|
||
border-bottom: 1px solid var(--pub-border);
|
||
}
|
||
|
||
.pub-wrapper .pub-sidebar-header h2 {
|
||
font-size: 1.125rem;
|
||
font-weight: 700;
|
||
color: var(--pub-text);
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
margin: 0;
|
||
}
|
||
|
||
.pub-wrapper .pub-sidebar-header h2 i {
|
||
color: var(--pub-blue);
|
||
}
|
||
|
||
.pub-wrapper .pub-sidebar-header .pub-clear-btn {
|
||
font-size: 0.875rem;
|
||
color: var(--pub-accent);
|
||
font-weight: 500;
|
||
background: none;
|
||
border: none;
|
||
cursor: pointer;
|
||
padding: 0;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.pub-wrapper .pub-sidebar-header .pub-clear-btn:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
/* Accordion */
|
||
.pub-wrapper .pub-accordion {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1.5rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-accordion-item {
|
||
/* no extra styles needed */
|
||
}
|
||
|
||
.pub-wrapper .pub-accordion-trigger {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
text-align: left;
|
||
font-size: 0.9375rem;
|
||
font-weight: 600;
|
||
color: var(--pub-text);
|
||
background: none;
|
||
border: none;
|
||
cursor: pointer;
|
||
padding: 0;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-accordion-trigger i {
|
||
font-size: 0.75rem;
|
||
color: var(--pub-muted);
|
||
transition: transform 0.3s ease;
|
||
}
|
||
|
||
.pub-wrapper .pub-accordion-trigger.open i {
|
||
transform: rotate(180deg);
|
||
}
|
||
|
||
.pub-wrapper .pub-accordion-body {
|
||
overflow: hidden;
|
||
transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
|
||
max-height: 0;
|
||
opacity: 0;
|
||
}
|
||
|
||
.pub-wrapper .pub-accordion-body.open {
|
||
max-height: 600px;
|
||
opacity: 1;
|
||
}
|
||
|
||
.pub-wrapper .pub-accordion-body .pub-filter-list {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 0.5rem;
|
||
padding-bottom: 0.5rem;
|
||
}
|
||
|
||
/* Filter checkbox labels */
|
||
.pub-wrapper .pub-filter-label {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 0.75rem;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.pub-wrapper .pub-filter-label span {
|
||
font-size: 0.875rem;
|
||
color: var(--pub-text);
|
||
transition: color 0.15s;
|
||
}
|
||
|
||
.pub-wrapper .pub-filter-label:hover span {
|
||
color: var(--pub-blue);
|
||
}
|
||
|
||
/* Custom checkbox */
|
||
.pub-wrapper .pub-checkbox {
|
||
appearance: none;
|
||
-webkit-appearance: none;
|
||
width: 1.15em;
|
||
height: 1.15em;
|
||
border: 1px solid var(--pub-border);
|
||
border-radius: 0.25em;
|
||
background-color: #ffffff;
|
||
display: grid;
|
||
place-content: center;
|
||
cursor: pointer;
|
||
flex-shrink: 0;
|
||
transition: background-color 0.15s, border-color 0.15s;
|
||
}
|
||
|
||
.pub-wrapper .pub-checkbox::before {
|
||
content: "";
|
||
width: 0.65em;
|
||
height: 0.65em;
|
||
transform: scale(0);
|
||
transition: transform 120ms ease-in-out;
|
||
background-color: #ffffff;
|
||
clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
|
||
}
|
||
|
||
.pub-wrapper .pub-checkbox:checked {
|
||
background-color: var(--pub-blue);
|
||
border-color: var(--pub-blue);
|
||
}
|
||
|
||
.pub-wrapper .pub-checkbox:checked::before {
|
||
transform: scale(1);
|
||
}
|
||
|
||
/* Year range inputs */
|
||
.pub-wrapper .pub-year-range {
|
||
display: flex;
|
||
gap: 0.5rem;
|
||
padding-top: 0.5rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-year-range input {
|
||
width: 50%;
|
||
padding: 0.375rem 0.5rem;
|
||
border: 1px solid var(--pub-border);
|
||
border-radius: 0.25rem;
|
||
font-size: 0.875rem;
|
||
color: var(--pub-text);
|
||
background-color: #ffffff;
|
||
outline: none;
|
||
transition: border-color 0.2s;
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
.pub-wrapper .pub-year-range input:focus {
|
||
border-color: var(--pub-blue);
|
||
}
|
||
|
||
/*
|
||
-----------------------------------------------------------------
|
||
RESULTS AREA In Publications Page
|
||
-----------------------------------------------------------------
|
||
*/
|
||
.pub-wrapper .pub-results {
|
||
flex: 1;
|
||
min-width: 0;
|
||
}
|
||
|
||
/* Results toolbar */
|
||
.pub-wrapper .pub-results-toolbar {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1rem;
|
||
align-items: center;
|
||
background-color: #ffffff;
|
||
padding: 1rem;
|
||
border-radius: 0.75rem;
|
||
border: 1px solid var(--pub-border);
|
||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
|
||
margin-bottom: 1.5rem;
|
||
}
|
||
|
||
@media (min-width: 640px) {
|
||
.pub-wrapper .pub-results-toolbar {
|
||
flex-direction: row;
|
||
justify-content: space-between;
|
||
}
|
||
}
|
||
|
||
.pub-wrapper .pub-results-count {
|
||
font-size: 0.875rem;
|
||
color: var(--pub-text);
|
||
}
|
||
|
||
.pub-wrapper .pub-results-count strong {
|
||
font-weight: 700;
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-wrap {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 0.75rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-wrap label {
|
||
font-size: 0.875rem;
|
||
color: var(--pub-muted);
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-select {
|
||
border: 1px solid var(--pub-border);
|
||
border-radius: 0.5rem;
|
||
padding: 0.375rem 0.75rem;
|
||
font-size: 0.875rem;
|
||
color: var(--pub-text);
|
||
background-color: #ffffff;
|
||
outline: none;
|
||
cursor: pointer;
|
||
transition: border-color 0.2s;
|
||
min-width: 140px;
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-select:focus,
|
||
.pub-wrapper .pub-sort-select:hover {
|
||
border-color: var(--pub-blue);
|
||
}
|
||
|
||
/* Sort dropdown (custom React dropdown) */
|
||
.pub-wrapper .pub-sort-dropdown {
|
||
position: relative;
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-dropdown-btn {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
gap: 1rem;
|
||
border: 1px solid var(--pub-border);
|
||
border-radius: 0.5rem;
|
||
padding: 0.375rem 0.75rem;
|
||
font-size: 0.875rem;
|
||
background-color: #ffffff;
|
||
color: var(--pub-text);
|
||
cursor: pointer;
|
||
min-width: 140px;
|
||
transition: border-color 0.2s;
|
||
outline: none;
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-dropdown-btn:hover,
|
||
.pub-wrapper .pub-sort-dropdown-btn.open {
|
||
border-color: var(--pub-blue);
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-dropdown-btn i {
|
||
font-size: 0.625rem;
|
||
color: var(--pub-muted);
|
||
transition: transform 0.3s;
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-dropdown-btn.open i {
|
||
transform: rotate(180deg);
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-dropdown-menu {
|
||
position: absolute;
|
||
top: calc(100% + 4px);
|
||
right: 0;
|
||
width: 100%;
|
||
background-color: #ffffff;
|
||
border: 1px solid var(--pub-border);
|
||
border-radius: 0.5rem;
|
||
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -2px rgba(0,0,0,0.04);
|
||
z-index: 50;
|
||
overflow: hidden;
|
||
padding: 0.25rem 0;
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-dropdown-option {
|
||
padding: 0.5rem 1rem;
|
||
font-size: 0.875rem;
|
||
cursor: pointer;
|
||
transition: background-color 0.15s;
|
||
color: var(--pub-text);
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-dropdown-option:hover {
|
||
background-color: #f9fafb;
|
||
}
|
||
|
||
.pub-wrapper .pub-sort-dropdown-option.selected {
|
||
background-color: var(--pub-blue-light);
|
||
color: var(--pub-blue);
|
||
font-weight: 600;
|
||
}
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
PUBLICATION CARD In Publications Page
|
||
---------------------------------------------------------------
|
||
*/
|
||
.pub-wrapper .pub-card-list {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-card {
|
||
background-color: #ffffff;
|
||
border-radius: 0.75rem;
|
||
border: 1px solid var(--pub-border);
|
||
padding: 1.5rem;
|
||
transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
|
||
cursor: default;
|
||
}
|
||
|
||
.pub-wrapper .pub-card:hover {
|
||
border-color: var(--pub-blue);
|
||
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -2px rgba(0,0,0,0.04);
|
||
}
|
||
|
||
/* Card top row: title + badges */
|
||
.pub-wrapper .pub-card-top {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1rem;
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.pub-wrapper .pub-card-top {
|
||
flex-direction: row;
|
||
justify-content: space-between;
|
||
}
|
||
}
|
||
|
||
.pub-wrapper .pub-card-title {
|
||
font-size: 1.25rem;
|
||
font-weight: 700;
|
||
color: var(--pub-text);
|
||
line-height: 1.4;
|
||
margin: 0;
|
||
transition: color 0.2s;
|
||
}
|
||
|
||
.pub-wrapper .pub-card:hover .pub-card-title {
|
||
color: var(--pub-blue);
|
||
}
|
||
|
||
.pub-wrapper .pub-card-title a {
|
||
color: inherit;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.pub-wrapper .pub-card-title a:hover {
|
||
color: var(--pub-blue);
|
||
}
|
||
|
||
/* Badges */
|
||
.pub-wrapper .pub-badges {
|
||
display: flex;
|
||
gap: 0.5rem;
|
||
flex-shrink: 0;
|
||
flex-wrap: wrap;
|
||
}
|
||
|
||
.pub-wrapper .pub-badge {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.25rem;
|
||
padding: 0.25rem 0.625rem;
|
||
border-radius: 0.25rem;
|
||
font-size: 0.75rem;
|
||
font-weight: 600;
|
||
border: 1px solid transparent;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.pub-wrapper .pub-badge-open {
|
||
background-color: #f0fdf4;
|
||
color: #15803d;
|
||
border-color: #bbf7d0;
|
||
}
|
||
|
||
.pub-wrapper .pub-badge-peer {
|
||
background-color: var(--pub-blue-light);
|
||
color: var(--pub-blue);
|
||
border-color: rgba(38, 60, 111, 0.2);
|
||
}
|
||
|
||
.pub-wrapper .pub-badge-institutional {
|
||
background-color: #fefce8;
|
||
color: #a16207;
|
||
border-color: #fde68a;
|
||
}
|
||
|
||
.pub-wrapper .pub-badge-request {
|
||
background-color: #eff6ff;
|
||
color: #1d4ed8;
|
||
border-color: #bfdbfe;
|
||
}
|
||
|
||
/* Card meta row */
|
||
.pub-wrapper .pub-card-meta {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: center;
|
||
gap: 0.5rem 1.5rem;
|
||
font-size: 0.875rem;
|
||
color: var(--pub-muted);
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-card-meta .pub-meta-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-card-meta .pub-meta-item strong {
|
||
color: var(--pub-text);
|
||
font-weight: 500;
|
||
}
|
||
|
||
/* Card abstract */
|
||
.pub-wrapper .pub-card-abstract {
|
||
font-size: 0.875rem;
|
||
color: var(--pub-muted);
|
||
line-height: 1.625;
|
||
margin-bottom: 1rem;
|
||
display: -webkit-box;
|
||
-webkit-line-clamp: 3;
|
||
-webkit-box-orient: vertical;
|
||
overflow: hidden;
|
||
}
|
||
|
||
/* Keywords */
|
||
.pub-wrapper .pub-keywords {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
flex-wrap: wrap;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-keywords-label {
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
color: var(--pub-muted);
|
||
}
|
||
|
||
.pub-wrapper .pub-keyword-tag {
|
||
display: inline-block;
|
||
padding: 0.25rem 0.5rem;
|
||
background-color: #f3f4f6;
|
||
color: #4b5563;
|
||
border-radius: 0.25rem;
|
||
font-size: 0.75rem;
|
||
}
|
||
|
||
/* Card actions */
|
||
.pub-wrapper .pub-card-actions {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 0.75rem;
|
||
padding-top: 1rem;
|
||
border-top: 1px solid var(--pub-border);
|
||
flex-wrap: wrap;
|
||
}
|
||
|
||
.pub-wrapper .pub-action-btn {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
background: none;
|
||
border: none;
|
||
cursor: pointer;
|
||
padding: 0;
|
||
transition: color 0.2s;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.pub-wrapper .pub-action-btn-primary {
|
||
color: var(--pub-blue);
|
||
}
|
||
|
||
.pub-wrapper .pub-action-btn-primary:hover {
|
||
color: var(--pub-blue-hover);
|
||
}
|
||
|
||
.pub-wrapper .pub-action-btn-secondary {
|
||
color: var(--pub-muted);
|
||
margin-left: 1rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-action-btn-secondary:hover {
|
||
color: var(--pub-text);
|
||
}
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
PAGINATION In Publications Page
|
||
---------------------------------------------------------------
|
||
*/
|
||
.pub-wrapper .pub-pagination {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
border-top: 1px solid var(--pub-border);
|
||
padding-top: 1.5rem;
|
||
margin-top: 2rem;
|
||
gap: 1rem;
|
||
}
|
||
|
||
.pub-wrapper .pub-page-btn {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
padding: 0.5rem 1rem;
|
||
border: 1px solid var(--pub-border);
|
||
border-radius: 0.5rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
background-color: #ffffff;
|
||
color: var(--pub-text);
|
||
cursor: pointer;
|
||
transition: border-color 0.2s, color 0.2s;
|
||
}
|
||
|
||
.pub-wrapper .pub-page-btn:hover:not(:disabled) {
|
||
border-color: var(--pub-blue);
|
||
color: var(--pub-blue);
|
||
}
|
||
|
||
.pub-wrapper .pub-page-btn:disabled {
|
||
opacity: 0.5;
|
||
cursor: not-allowed;
|
||
background-color: #f9fafb;
|
||
}
|
||
|
||
.pub-wrapper .pub-page-numbers {
|
||
display: none;
|
||
align-items: center;
|
||
gap: 0.25rem;
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.pub-wrapper .pub-page-numbers {
|
||
display: flex;
|
||
}
|
||
}
|
||
|
||
.pub-wrapper .pub-page-num {
|
||
width: 2rem;
|
||
height: 2rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
border-radius: 0.5rem;
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
background-color: #ffffff;
|
||
color: var(--pub-text);
|
||
border: none;
|
||
cursor: pointer;
|
||
transition: background-color 0.15s, color 0.15s;
|
||
}
|
||
|
||
.pub-wrapper .pub-page-num:hover {
|
||
background-color: #f3f4f6;
|
||
}
|
||
|
||
.pub-wrapper .pub-page-num.active {
|
||
background-color: var(--pub-blue);
|
||
color: #ffffff;
|
||
cursor: default;
|
||
}
|
||
|
||
.pub-wrapper .pub-page-ellipsis {
|
||
width: 2rem;
|
||
height: 2rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
color: var(--pub-muted);
|
||
font-size: 0.875rem;
|
||
}
|
||
|
||
/*
|
||
----------------------------------------------------------------
|
||
End Publications Page
|
||
----------------------------------------------------------------
|
||
*/
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
RESEARCH PAGE
|
||
---------------------------------------------------------------
|
||
*/
|
||
|
||
/* --- Local CSS Variables --- */
|
||
.research-wrapper {
|
||
--r-blue: #263c6f;
|
||
--r-blue-hover: #1d2e55;
|
||
--r-blue-light: #f0f4f8;
|
||
--r-accent: #3b82f6;
|
||
--r-border: #e5e7eb;
|
||
--r-text: #111827;
|
||
--r-muted: #6b7280;
|
||
--r-bg: #f9fafb;
|
||
--r-white: #ffffff;
|
||
--r-shadow-soft: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
|
||
--r-shadow-hover: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -2px rgba(0,0,0,0.04);
|
||
|
||
width: 100%;
|
||
background-color: var(--r-bg);
|
||
}
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
HERO SECTION In Research Page
|
||
---------------------------------------------------------------
|
||
*/
|
||
.research-wrapper #research-hero {
|
||
width: 100%;
|
||
background-color: var(--r-bg);
|
||
border-bottom: 1px solid var(--r-border);
|
||
padding-top: 3rem;
|
||
padding-bottom: 4rem;
|
||
font-family: 'Inter', sans-serif;
|
||
}
|
||
|
||
/* Label row: gạch ngang + text "Research Hub" */
|
||
.research-wrapper #research-hero .hero-label {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
}
|
||
|
||
.research-wrapper #research-hero .hero-label-line {
|
||
display: block;
|
||
width: 2rem;
|
||
height: 2.5px;
|
||
background-color: var(--r-accent);
|
||
flex-shrink: 0;
|
||
}
|
||
|
||
.research-wrapper #research-hero .hero-label-text {
|
||
font-size: 0.875rem;
|
||
font-weight: 600;
|
||
color: var(--r-blue);
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.05em;
|
||
font-family: 'Inter', sans-serif;
|
||
}
|
||
|
||
/* Heading */
|
||
.research-wrapper #research-hero h1 {
|
||
font-family: 'Inter', sans-serif;
|
||
font-size: 3rem;
|
||
font-weight: 700;
|
||
color: var(--r-text);
|
||
letter-spacing: -0.025em;
|
||
line-height: 1.1;
|
||
margin: 0;
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.research-wrapper #research-hero h1 {
|
||
font-size: 4.5rem;
|
||
}
|
||
}
|
||
|
||
.research-wrapper #research-hero h1 span {
|
||
color: var(--r-blue);
|
||
}
|
||
|
||
/* Paragraph */
|
||
.research-wrapper #research-hero .hero-desc {
|
||
font-family: 'Inter', sans-serif;
|
||
font-size: 1.125rem;
|
||
color: var(--r-muted);
|
||
line-height: 1.625;
|
||
max-width: 36rem;
|
||
margin: 0;
|
||
}
|
||
|
||
/* Left column spacing */
|
||
.research-wrapper #research-hero .hero-left {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 2rem;
|
||
}
|
||
|
||
/* Button row */
|
||
.research-wrapper #research-hero .hero-buttons {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
gap: 1rem;
|
||
}
|
||
|
||
/* Hero buttons */
|
||
.research-wrapper .r-btn-primary {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
padding: 1rem 2rem;
|
||
background-color: var(--r-blue);
|
||
color: var(--r-white);
|
||
border: none;
|
||
border-radius: 9999px;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
cursor: pointer;
|
||
transition: background-color 0.2s;
|
||
box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
|
||
text-decoration: none;
|
||
}
|
||
|
||
.research-wrapper .r-btn-primary:hover {
|
||
background-color: var(--r-blue-hover);
|
||
color: var(--r-white);
|
||
}
|
||
|
||
.research-wrapper .r-btn-outline {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.5rem;
|
||
padding: 1rem 2rem;
|
||
background-color: var(--r-white);
|
||
color: var(--r-text);
|
||
border: 1px solid var(--r-border);
|
||
border-radius: 9999px;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
cursor: pointer;
|
||
transition: background-color 0.2s;
|
||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
|
||
text-decoration: none;
|
||
}
|
||
|
||
.research-wrapper .r-btn-outline:hover {
|
||
background-color: #f9fafb;
|
||
color: var(--r-text);
|
||
}
|
||
|
||
/* Hero floating stat cards */
|
||
.research-wrapper .r-stat-card {
|
||
position: absolute;
|
||
background-color: var(--r-white);
|
||
border-radius: 1rem;
|
||
padding: 1rem;
|
||
border: 1px solid var(--r-border);
|
||
box-shadow: var(--r-shadow-hover);
|
||
z-index: 20;
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 1rem;
|
||
}
|
||
|
||
.research-wrapper .r-stat-card p {
|
||
margin: 0;
|
||
line-height: 1.2;
|
||
}
|
||
|
||
/* ---------------------------------------------------------------
|
||
RESEARCH DOMAINS SECTION In Research Page
|
||
--------------------------------------------------------------- */
|
||
.research-wrapper #research-domains {
|
||
padding-top: 5rem;
|
||
padding-bottom: 5rem;
|
||
background-color: var(--r-white);
|
||
}
|
||
|
||
.research-wrapper #research-domains h2 {
|
||
font-size: 1.875rem;
|
||
font-weight: 700;
|
||
color: var(--r-text);
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.research-wrapper #research-domains h2 {
|
||
font-size: 2.25rem;
|
||
}
|
||
}
|
||
|
||
.research-wrapper #research-domains > div > div:first-child p {
|
||
color: var(--r-muted);
|
||
max-width: 42rem;
|
||
margin: 0 auto;
|
||
}
|
||
|
||
/* Domain card — folder tab shape */
|
||
.research-wrapper .folder-tab {
|
||
clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
|
||
padding: 2rem;
|
||
min-height: 320px;
|
||
display: flex;
|
||
flex-direction: column;
|
||
border-radius: 1.5rem;
|
||
position: relative;
|
||
overflow: hidden;
|
||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||
}
|
||
|
||
.research-wrapper .folder-tab:hover {
|
||
transform: translateY(-4px);
|
||
box-shadow: var(--r-shadow-hover);
|
||
}
|
||
|
||
/* Blue variant (first card) */
|
||
.research-wrapper .folder-tab-blue {
|
||
background-color: var(--r-blue);
|
||
color: var(--r-white);
|
||
}
|
||
|
||
.research-wrapper .folder-tab-blue h3 {
|
||
color: var(--r-white);
|
||
}
|
||
|
||
.research-wrapper .folder-tab-blue p {
|
||
color: rgba(255,255,255,0.8);
|
||
}
|
||
|
||
/* Light variant */
|
||
.research-wrapper .folder-tab-light {
|
||
background-color: var(--r-blue-light);
|
||
color: var(--r-text);
|
||
border: 1px solid var(--r-border);
|
||
}
|
||
|
||
/* CTA card (dashed border) */
|
||
.research-wrapper .domain-card-cta {
|
||
border-radius: 1.5rem;
|
||
padding: 2rem;
|
||
min-height: 320px;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
align-items: center;
|
||
text-align: center;
|
||
border: 2px dashed var(--r-border);
|
||
background-color: var(--r-bg);
|
||
cursor: pointer;
|
||
transition: border-color 0.2s;
|
||
}
|
||
|
||
.research-wrapper .domain-card-cta:hover {
|
||
border-color: var(--r-blue);
|
||
}
|
||
|
||
.research-wrapper .domain-card-cta h3 {
|
||
font-size: 1.25rem;
|
||
font-weight: 700;
|
||
color: var(--r-text);
|
||
margin-bottom: 0.5rem;
|
||
}
|
||
|
||
.research-wrapper .domain-card-cta p {
|
||
font-size: 0.875rem;
|
||
color: var(--r-muted);
|
||
margin: 0;
|
||
}
|
||
|
||
/* Domain card icon box */
|
||
.research-wrapper .domain-icon-blue {
|
||
width: 3.5rem;
|
||
height: 3.5rem;
|
||
border-radius: 1rem;
|
||
background-color: rgba(255,255,255,0.2);
|
||
backdrop-filter: blur(4px);
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-bottom: 2rem;
|
||
border: 1px solid rgba(255,255,255,0.3);
|
||
flex-shrink: 0;
|
||
}
|
||
|
||
.research-wrapper .domain-icon-light {
|
||
width: 3.5rem;
|
||
height: 3.5rem;
|
||
border-radius: 1rem;
|
||
background-color: var(--r-white);
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-bottom: 2rem;
|
||
border: 1px solid var(--r-border);
|
||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
|
||
flex-shrink: 0;
|
||
}
|
||
|
||
.research-wrapper .domain-card-cta .domain-icon-cta {
|
||
width: 4rem;
|
||
height: 4rem;
|
||
border-radius: 9999px;
|
||
background-color: var(--r-white);
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-bottom: 1rem;
|
||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
|
||
transition: transform 0.2s;
|
||
}
|
||
|
||
.research-wrapper .domain-card-cta:hover .domain-icon-cta {
|
||
transform: scale(1.1);
|
||
}
|
||
|
||
/* Domain card footer row */
|
||
.research-wrapper .domain-card-footer {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
margin-top: auto;
|
||
}
|
||
|
||
.research-wrapper .domain-badge-white {
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
background-color: var(--r-white);
|
||
padding: 0.25rem 0.75rem;
|
||
border-radius: 9999px;
|
||
border: 1px solid var(--r-border);
|
||
color: var(--r-blue);
|
||
}
|
||
|
||
.research-wrapper .domain-badge-glass {
|
||
font-size: 0.875rem;
|
||
font-weight: 500;
|
||
background-color: rgba(255,255,255,0.2);
|
||
padding: 0.25rem 0.75rem;
|
||
border-radius: 9999px;
|
||
color: var(--r-white);
|
||
}
|
||
|
||
/* ---------------------------------------------------------------
|
||
PROJECTS & CENTERS SECTION In Research Page
|
||
--------------------------------------------------------------- */
|
||
.research-wrapper #projects-centers {
|
||
padding-top: 5rem;
|
||
padding-bottom: 5rem;
|
||
background-color: var(--r-bg);
|
||
border-top: 1px solid var(--r-border);
|
||
border-bottom: 1px solid var(--r-border);
|
||
}
|
||
|
||
.research-wrapper #projects-centers h2 {
|
||
font-size: 1.5rem;
|
||
font-weight: 700;
|
||
color: var(--r-text);
|
||
margin: 0;
|
||
}
|
||
|
||
/* Project item card */
|
||
.research-wrapper .project-card {
|
||
background-color: var(--r-white);
|
||
border-radius: 1.25rem;
|
||
padding: 1.5rem;
|
||
border: 1px solid var(--r-border);
|
||
box-shadow: var(--r-shadow-soft);
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 1.5rem;
|
||
align-items: flex-start;
|
||
transition: box-shadow 0.25s ease;
|
||
}
|
||
|
||
.research-wrapper .project-card:hover {
|
||
box-shadow: var(--r-shadow-hover);
|
||
}
|
||
|
||
@media (min-width: 640px) {
|
||
.research-wrapper .project-card {
|
||
flex-direction: row;
|
||
align-items: center;
|
||
}
|
||
}
|
||
|
||
.research-wrapper .project-icon {
|
||
width: 4rem;
|
||
height: 4rem;
|
||
border-radius: 0.75rem;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex-shrink: 0;
|
||
border: 1px solid var(--r-border);
|
||
}
|
||
|
||
.research-wrapper .project-icon-blue { background-color: var(--r-blue-light); border-color: var(--r-border); }
|
||
.research-wrapper .project-icon-purple { background-color: #faf5ff; border-color: #e9d5ff; }
|
||
.research-wrapper .project-icon-orange { background-color: #fff7ed; border-color: #fed7aa; }
|
||
|
||
/* Status badges */
|
||
.research-wrapper .badge {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
padding: 0.25rem 0.625rem;
|
||
border-radius: 0.375rem;
|
||
font-size: 0.75rem;
|
||
font-weight: 600;
|
||
border: 1px solid transparent;
|
||
}
|
||
|
||
.research-wrapper .badge-active { background-color: #f0fdf4; color: #15803d; border-color: #bbf7d0; }
|
||
.research-wrapper .badge-collection { background-color: #fefce8; color: #a16207; border-color: #fde68a; }
|
||
.research-wrapper .badge-review { background-color: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
|
||
|
||
/* Progress bar */
|
||
.research-wrapper .progress-bar-track {
|
||
width: 8rem;
|
||
background-color: var(--r-bg);
|
||
border-radius: 9999px;
|
||
height: 0.375rem;
|
||
}
|
||
|
||
.research-wrapper .progress-bar-fill {
|
||
height: 0.375rem;
|
||
border-radius: 9999px;
|
||
}
|
||
|
||
.research-wrapper .progress-fill-blue { background-color: var(--r-blue); }
|
||
.research-wrapper .progress-fill-accent { background-color: var(--r-accent); }
|
||
|
||
/* ---------------------------------------------------------------
|
||
FUNDING CALLS (right column) In Research Page
|
||
--------------------------------------------------------------- */
|
||
.research-wrapper .funding-card {
|
||
background-color: var(--r-white);
|
||
border-radius: 1.5rem;
|
||
padding: 1.5rem;
|
||
border: 1px solid var(--r-border);
|
||
box-shadow: var(--r-shadow-soft);
|
||
display: flex;
|
||
flex-direction: column;
|
||
transition: box-shadow 0.25s ease;
|
||
}
|
||
|
||
.research-wrapper .funding-card:hover {
|
||
box-shadow: var(--r-shadow-hover);
|
||
}
|
||
|
||
.research-wrapper .funding-item {
|
||
padding: 1.25rem;
|
||
background-color: var(--r-bg);
|
||
border-radius: 1rem;
|
||
border: 1px solid var(--r-border);
|
||
transition: border-color 0.2s;
|
||
}
|
||
|
||
.research-wrapper .funding-item:hover {
|
||
border-color: var(--r-accent);
|
||
}
|
||
|
||
.research-wrapper .funding-item h4 {
|
||
font-size: 1rem;
|
||
font-weight: 700;
|
||
color: var(--r-text);
|
||
margin: 0 0 0.75rem 0;
|
||
}
|
||
|
||
.research-wrapper .funding-label-urgent {
|
||
font-size: 0.625rem;
|
||
font-weight: 700;
|
||
color: #ef4444;
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.05em;
|
||
display: block;
|
||
margin-bottom: 0.5rem;
|
||
}
|
||
|
||
.research-wrapper .funding-label-internal {
|
||
font-size: 0.625rem;
|
||
font-weight: 700;
|
||
color: var(--r-blue);
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.05em;
|
||
display: block;
|
||
margin-bottom: 0.5rem;
|
||
}
|
||
|
||
.research-wrapper .funding-meta {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
|
||
.research-wrapper .funding-due {
|
||
font-size: 0.75rem;
|
||
color: var(--r-muted);
|
||
font-weight: 500;
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.375rem;
|
||
}
|
||
|
||
.research-wrapper .funding-link {
|
||
font-size: 0.75rem;
|
||
font-weight: 600;
|
||
color: var(--r-blue);
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 0.25rem;
|
||
text-decoration: none;
|
||
transition: color 0.15s;
|
||
}
|
||
|
||
.research-wrapper .funding-link:hover {
|
||
color: var(--r-blue-hover);
|
||
}
|
||
|
||
.research-wrapper .funding-view-all {
|
||
width: 100%;
|
||
margin-top: 1.5rem;
|
||
padding: 0.75rem;
|
||
border-radius: 0.75rem;
|
||
border: 1px solid var(--r-border);
|
||
font-size: 0.875rem;
|
||
font-weight: 600;
|
||
color: var(--r-text);
|
||
background-color: var(--r-white);
|
||
cursor: pointer;
|
||
transition: border-color 0.2s, color 0.2s;
|
||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
|
||
}
|
||
|
||
.research-wrapper .funding-view-all:hover {
|
||
border-color: var(--r-blue);
|
||
color: var(--r-blue);
|
||
}
|
||
|
||
/* ---------------------------------------------------------------
|
||
RESEARCH RESOURCES (Quick Links) In Research Page
|
||
--------------------------------------------------------------- */
|
||
.research-wrapper #research-quick-links {
|
||
padding-top: 5rem;
|
||
padding-bottom: 5rem;
|
||
background-color: var(--r-white);
|
||
}
|
||
|
||
.research-wrapper .resource-card {
|
||
display: block;
|
||
background-color: var(--r-bg);
|
||
border-radius: 1.5rem;
|
||
padding: 2rem;
|
||
border: 1px solid var(--r-border);
|
||
position: relative;
|
||
overflow: hidden;
|
||
text-decoration: none;
|
||
transition: border-color 0.2s;
|
||
}
|
||
|
||
.research-wrapper .resource-card:hover {
|
||
border-color: var(--r-accent);
|
||
}
|
||
|
||
.research-wrapper .resource-card-glow {
|
||
position: absolute;
|
||
right: 0;
|
||
top: 0;
|
||
width: 16rem;
|
||
height: 16rem;
|
||
background-color: var(--r-blue-light);
|
||
border-radius: 9999px;
|
||
filter: blur(64px);
|
||
opacity: 0.5;
|
||
transform: translateY(-50%) translateX(25%);
|
||
transition: opacity 0.3s;
|
||
pointer-events: none;
|
||
}
|
||
|
||
.research-wrapper .resource-card:hover .resource-card-glow {
|
||
opacity: 0.8;
|
||
}
|
||
|
||
.research-wrapper .resource-icon {
|
||
width: 4rem;
|
||
height: 4rem;
|
||
border-radius: 1rem;
|
||
background-color: var(--r-white);
|
||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
|
||
border: 1px solid var(--r-border);
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex-shrink: 0;
|
||
transition: transform 0.2s;
|
||
}
|
||
|
||
.research-wrapper .resource-card:hover .resource-icon {
|
||
transform: scale(1.05);
|
||
}
|
||
|
||
.research-wrapper .resource-card h3 {
|
||
font-size: 1.5rem;
|
||
font-weight: 700;
|
||
color: var(--r-text);
|
||
margin-bottom: 0.5rem;
|
||
transition: color 0.2s;
|
||
}
|
||
|
||
.research-wrapper .resource-card:hover h3 {
|
||
color: var(--r-blue);
|
||
}
|
||
|
||
.research-wrapper .resource-card p {
|
||
color: var(--r-muted);
|
||
line-height: 1.625;
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.research-wrapper .resource-link {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
font-size: 0.875rem;
|
||
font-weight: 600;
|
||
color: var(--r-blue);
|
||
gap: 0.5rem;
|
||
}
|
||
|
||
/* ---------------------------------------------------------------
|
||
COLLABORATION CTA SECTION In Research Page
|
||
--------------------------------------------------------------- */
|
||
.research-wrapper #collaboration-cta {
|
||
padding-top: 6rem;
|
||
padding-bottom: 6rem;
|
||
background-color: var(--r-blue);
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.research-wrapper #collaboration-cta h2 {
|
||
font-size: 2.25rem;
|
||
font-weight: 700;
|
||
color: var(--r-white);
|
||
letter-spacing: -0.025em;
|
||
margin-bottom: 1.5rem;
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.research-wrapper #collaboration-cta h2 { font-size: 3rem; }
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.research-wrapper #collaboration-cta h2 { font-size: 3.75rem; }
|
||
}
|
||
|
||
.research-wrapper #collaboration-cta p {
|
||
font-size: 1.25rem;
|
||
color: var(--r-blue-light);
|
||
opacity: 0.9;
|
||
line-height: 1.625;
|
||
max-width: 42rem;
|
||
margin: 0 auto 2.5rem;
|
||
font-weight: 300;
|
||
}
|
||
|
||
.research-wrapper .cta-btn-white {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
gap: 0.5rem;
|
||
padding: 1rem 2rem;
|
||
background-color: var(--r-white);
|
||
color: var(--r-blue);
|
||
border: none;
|
||
border-radius: 0.75rem;
|
||
font-size: 1rem;
|
||
font-weight: 700;
|
||
cursor: pointer;
|
||
transition: background-color 0.2s;
|
||
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
|
||
text-decoration: none;
|
||
width: 100%;
|
||
}
|
||
|
||
@media (min-width: 640px) {
|
||
.research-wrapper .cta-btn-white { width: auto; }
|
||
}
|
||
|
||
.research-wrapper .cta-btn-white:hover {
|
||
background-color: #f9fafb;
|
||
color: var(--r-blue);
|
||
}
|
||
|
||
.research-wrapper .cta-btn-ghost {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
gap: 0.5rem;
|
||
padding: 1rem 2rem;
|
||
background-color: transparent;
|
||
color: var(--r-white);
|
||
border: 2px solid rgba(255,255,255,0.3);
|
||
border-radius: 0.75rem;
|
||
font-size: 1rem;
|
||
font-weight: 700;
|
||
cursor: pointer;
|
||
transition: background-color 0.2s;
|
||
text-decoration: none;
|
||
width: 100%;
|
||
}
|
||
|
||
@media (min-width: 640px) {
|
||
.research-wrapper .cta-btn-ghost { width: auto; }
|
||
}
|
||
|
||
.research-wrapper .cta-btn-ghost:hover {
|
||
background-color: rgba(255,255,255,0.1);
|
||
color: var(--r-white);
|
||
}
|
||
|
||
/*
|
||
---------------------------------------------------------------
|
||
End Research Page
|
||
---------------------------------------------------------------
|
||
*/
|
||
|
||
.section-title {
|
||
position: relative;
|
||
z-index: 99;
|
||
margin-bottom: 30px;
|
||
}
|
||
@media (max-width: 767px) {
|
||
.section-title {
|
||
margin-bottom: 0;
|
||
}
|
||
}
|
||
.section-title .sub-title {
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
color: var(--theme-2);
|
||
font-family: "Space Grotesk", serif;
|
||
margin-bottom: 20px;
|
||
line-height: 1;
|
||
padding: 8px 16px;
|
||
border-radius: 100px;
|
||
display: inline-block;
|
||
position: relative;
|
||
background-color: var(--bg);
|
||
}
|
||
.section-title .sub-title.bg-2 {
|
||
background-color: var(--bg-2);
|
||
color: var(--white);
|
||
}
|
||
.section-title .sub-title-2 {
|
||
color: var(--theme-2);
|
||
text-transform: uppercase;
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
font-family: "Space Grotesk", serif;
|
||
margin-bottom: 20px;
|
||
display: inline-block;
|
||
}
|
||
.section-title .sub-title-2.theme {
|
||
color: var(--theme);
|
||
}
|
||
.section-title h2 {
|
||
text-transform: uppercase;
|
||
}
|
||
.section-title h2 span {
|
||
text-transform: uppercase;
|
||
color: var(--theme);
|
||
}
|
||
|
||
.section-title-area {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
position: relative;
|
||
z-index: 9;
|
||
margin-bottom: 30px;
|
||
}
|
||
.section-title-area .section-title {
|
||
margin-bottom: 0;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.section-title-area {
|
||
flex-wrap: wrap;
|
||
gap: 30px;
|
||
}
|
||
}
|
||
@media (max-width: 767px) {
|
||
.section-title-area {
|
||
margin-bottom: 0;
|
||
}
|
||
}
|
||
.section-title-area p {
|
||
max-width: 523px;
|
||
}
|
||
|
||
.center {
|
||
text-align: center;
|
||
margin: 0 auto;
|
||
}
|
||
|
||
.section-bg {
|
||
background-color: var(--bg-2);
|
||
}
|
||
|
||
.section-bg-1 {
|
||
background-color: var(--bg);
|
||
}
|
||
|
||
.section-bg-2 {
|
||
background-color: #F7F7F7;
|
||
}
|
||
|
||
.header-bg {
|
||
background-color: var(--header);
|
||
}
|
||
|
||
.footer-bg-2 {
|
||
background-color: #151A26;
|
||
}
|
||
|
||
.section-padding {
|
||
padding: 120px 0;
|
||
}
|
||
@media (max-width: 1199px) {
|
||
.section-padding {
|
||
padding: 100px 0;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.section-padding {
|
||
padding: 80px 0;
|
||
}
|
||
}
|
||
|
||
.service-wrapper {
|
||
border-radius: 16px;
|
||
transition: all 0.4s ease-in-out;
|
||
padding: 30px 0;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-wrapper.active {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.service-wrapper .service-item {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
position: relative;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.service-wrapper .service-item {
|
||
flex-wrap: wrap;
|
||
gap: 30px;
|
||
}
|
||
}
|
||
.service-wrapper .service-item .image-hover {
|
||
width: 324px;
|
||
height: 196px;
|
||
position: absolute;
|
||
top: 50%;
|
||
inset-inline-start: 0;
|
||
background-size: cover;
|
||
background-repeat: no-repeat;
|
||
background-position-x: 75%;
|
||
opacity: 0;
|
||
transition: opacity 0.3s, transform 0.4s ease-out;
|
||
overflow: hidden;
|
||
pointer-events: none;
|
||
z-index: 2;
|
||
visibility: hidden;
|
||
border-radius: 10px;
|
||
}
|
||
.service-wrapper .service-item .left-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 100px;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.service-wrapper .service-item .left-item {
|
||
gap: 30px;
|
||
}
|
||
}
|
||
.service-wrapper .service-item .left-item .number {
|
||
font-size: 20px;
|
||
font-weight: 700;
|
||
}
|
||
.service-wrapper .service-item .left-item h3 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
}
|
||
.service-wrapper .service-item .left-item h3 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
.service-wrapper .service-item .right-item {
|
||
display: flex;
|
||
align-items: center;
|
||
position: relative;
|
||
}
|
||
.service-wrapper .service-item .right-item p {
|
||
max-width: 503px;
|
||
}
|
||
.service-wrapper .service-item .right-item .service-btn {
|
||
font-weight: 500;
|
||
color: var(--theme);
|
||
font-family: "Space Grotesk", serif;
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
transition: all 0.3s ease;
|
||
transition: all 0.4s ease-in-out;
|
||
position: absolute;
|
||
top: 50%;
|
||
transform: translateY(-50%);
|
||
right: 0;
|
||
opacity: 0;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.service-wrapper .service-item .right-item .service-btn {
|
||
display: none;
|
||
}
|
||
}
|
||
.service-wrapper .service-item .right-item .service-btn i {
|
||
margin-left: 5px;
|
||
}
|
||
.service-wrapper:hover {
|
||
background-color: var(--bg);
|
||
}
|
||
.service-wrapper:hover .service-item .image-hover {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
.service-wrapper:hover .service-item .right-item {
|
||
align-items: center;
|
||
}
|
||
.service-wrapper:hover .service-item .right-item p {
|
||
margin-right: 80px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.service-wrapper:hover .service-item .right-item p {
|
||
margin-right: 0;
|
||
}
|
||
}
|
||
.service-wrapper:hover .service-item .right-item .service-btn {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
|
||
.service-wrapper-2 {
|
||
border-radius: 16px;
|
||
border: 1px solid rgba(203, 204, 207, 0.24);
|
||
margin-top: 48px;
|
||
}
|
||
.service-wrapper-2 .service-box-item {
|
||
border-right: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding: 30px;
|
||
position: relative;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
}
|
||
.service-wrapper-2 .service-box-item::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background: var(--white);
|
||
z-index: 3;
|
||
transition: all 0.3s ease-out;
|
||
}
|
||
.service-wrapper-2 .service-box-item .service-image {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
overflow: hidden;
|
||
transition: all 0.1s ease-out;
|
||
}
|
||
.service-wrapper-2 .service-box-item .service-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
object-fit: cover;
|
||
object-position: center center;
|
||
}
|
||
.service-wrapper-2 .service-box-item .service-image::after {
|
||
content: "";
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
background: linear-gradient(0deg, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0.8) 100%);
|
||
}
|
||
.service-wrapper-2 .service-box-item h2 {
|
||
font-size: 56px;
|
||
-webkit-text-stroke-width: 1px;
|
||
-webkit-text-stroke-color: var(--text);
|
||
color: transparent;
|
||
margin-bottom: 190px;
|
||
z-index: 999;
|
||
position: relative;
|
||
}
|
||
.service-wrapper-2 .service-box-item h3 {
|
||
z-index: 999;
|
||
position: relative;
|
||
}
|
||
.service-wrapper-2 .service-box-item h3 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
color: var(--header);
|
||
}
|
||
.service-wrapper-2 .service-box-item h3 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
.service-wrapper-2 .service-box-item:hover {
|
||
border: none;
|
||
}
|
||
.service-wrapper-2 .service-box-item:hover::before {
|
||
transform: translate(100%, -100%);
|
||
}
|
||
.service-wrapper-2 .service-box-item:hover h2 {
|
||
color: var(--theme) !important;
|
||
-webkit-text-stroke: initial !important;
|
||
z-index: 999;
|
||
position: relative;
|
||
}
|
||
.service-wrapper-2 .service-box-item:hover h3 {
|
||
z-index: 999;
|
||
position: relative;
|
||
}
|
||
.service-wrapper-2 .service-box-item:hover h3 a {
|
||
color: var(--white);
|
||
}
|
||
.service-wrapper-2 .service-box-item:hover .service-image {
|
||
opacity: 1;
|
||
}
|
||
|
||
.service-section-2 {
|
||
position: relative;
|
||
z-index: 9;
|
||
}
|
||
.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item {
|
||
border: 1px transparent;
|
||
}
|
||
.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item::before {
|
||
background: none;
|
||
}
|
||
.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item .service-image {
|
||
opacity: 1;
|
||
}
|
||
.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item h2 {
|
||
color: var(--theme) !important;
|
||
-webkit-text-stroke: initial !important;
|
||
z-index: 999;
|
||
position: relative;
|
||
}
|
||
.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item h3 {
|
||
z-index: 999;
|
||
position: relative;
|
||
}
|
||
.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item h3 a {
|
||
color: var(--white);
|
||
}
|
||
.service-section-2 .service-bottom {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
margin-top: 40px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-section-2 .service-bottom {
|
||
display: none;
|
||
}
|
||
}
|
||
.service-section-2 .service-bottom .service-pagi-items .service-dot .swiper-pagination-bullet {
|
||
width: 340px;
|
||
height: 2px;
|
||
border-radius: 0;
|
||
background: var(--border-2);
|
||
opacity: 1;
|
||
transition: 0.6s;
|
||
margin: 0 !important;
|
||
}
|
||
.service-section-2 .service-bottom .service-pagi-items .service-dot .swiper-pagination-bullet-active {
|
||
opacity: 1;
|
||
background: var(--theme);
|
||
width: 124px;
|
||
}
|
||
@media (max-width: 767px) {
|
||
.service-section-2 .service-bottom .service-pagi-items .service-dot {
|
||
display: none;
|
||
}
|
||
}
|
||
.service-section-2 .service-bottom .array-buttons-3 {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 24px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.service-section-2 .service-bottom .array-buttons-3 {
|
||
display: none;
|
||
}
|
||
}
|
||
.service-section-2 .service-bottom .array-buttons-3 .array-prev {
|
||
width: 48px;
|
||
height: 48px;
|
||
line-height: 48px;
|
||
text-align: center;
|
||
background-color: var(--bg);
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
z-index: 999;
|
||
border-radius: 100px;
|
||
transform: rotate(320deg);
|
||
}
|
||
.service-section-2 .service-bottom .array-buttons-3 .array-prev:hover {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
.service-section-2 .service-bottom .array-buttons-3 .array-next {
|
||
width: 48px;
|
||
height: 48px;
|
||
line-height: 48px;
|
||
text-align: center;
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
transition: all 0.4s ease-in-out;
|
||
z-index: 999;
|
||
border-radius: 100px;
|
||
transform: rotate(320deg);
|
||
border: 1px solid var(--theme);
|
||
}
|
||
.service-section-2 .service-bottom .array-buttons-3 .array-next:hover {
|
||
background-color: var(--bg);
|
||
color: var(--header);
|
||
border: 1px solid var(--bg);
|
||
}
|
||
|
||
.service-main-item-3 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
border-radius: 16px;
|
||
background-color: var(--white);
|
||
padding: 16px 0px 16px 16px;
|
||
margin-top: 24px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-main-item-3 {
|
||
flex-wrap: wrap;
|
||
gap: 30px;
|
||
}
|
||
}
|
||
.service-main-item-3 .service-left {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 48px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-main-item-3 .service-left {
|
||
gap: 30px;
|
||
}
|
||
}
|
||
@media (max-width: 767px) {
|
||
.service-main-item-3 .service-left {
|
||
flex-wrap: wrap;
|
||
gap: 30px;
|
||
}
|
||
}
|
||
.service-main-item-3 .service-left .service-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
}
|
||
.service-main-item-3 .service-left .content h3 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
}
|
||
.service-main-item-3 .service-left .content h3 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
.service-main-item-3 .service-left .content p {
|
||
max-width: 566px;
|
||
margin-top: 15px;
|
||
}
|
||
.service-main-item-3 .service-button {
|
||
transform: rotate(90deg);
|
||
margin-right: -15px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-main-item-3 .service-button {
|
||
margin-right: 0;
|
||
transform: rotate(0);
|
||
}
|
||
}
|
||
.service-main-item-3.style-2 {
|
||
padding: 16px 16px 16px 16px;
|
||
}
|
||
.service-main-item-3.style-2 .service-left .content {
|
||
text-align: right;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-main-item-3.style-2 .service-left .content {
|
||
text-align: left;
|
||
}
|
||
}
|
||
.service-main-item-3.style-2 .service-button {
|
||
margin-left: -15px;
|
||
margin-right: 0;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-main-item-3.style-2 .service-button {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
|
||
.service-visa-wrapper {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-visa-wrapper {
|
||
border: 1px solid rgba(202, 210, 210, 0.8);
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.service-visa-wrapper {
|
||
flex-wrap: wrap;
|
||
}
|
||
}
|
||
.service-visa-wrapper .service-visa-items {
|
||
padding: 48px 48px 48px 40px;
|
||
border-top: 1px solid rgba(202, 210, 210, 0.8);
|
||
position: relative;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-visa-wrapper .service-visa-items {
|
||
padding: 30px 30px 30px 30px;
|
||
border-top: none;
|
||
}
|
||
}
|
||
.service-visa-wrapper .service-visa-items .top-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 16px;
|
||
margin-bottom: 16px;
|
||
}
|
||
.service-visa-wrapper .service-visa-items .top-item .number {
|
||
width: 64px;
|
||
height: 64px;
|
||
line-height: 64px;
|
||
text-align: center;
|
||
border-radius: 100px;
|
||
background-color: var(--bg);
|
||
}
|
||
.service-visa-wrapper .service-visa-items .top-item h3 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
}
|
||
.service-visa-wrapper .service-visa-items .top-item h3 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
.service-visa-wrapper .service-visa-items .service-button {
|
||
position: absolute;
|
||
top: 90px;
|
||
right: -89px;
|
||
bottom: 0;
|
||
color: var(--white);
|
||
background-color: var(--theme);
|
||
transform: rotate(90deg);
|
||
padding: 10px 12px;
|
||
height: 45px;
|
||
width: 224px;
|
||
text-align: center;
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-visa-wrapper .service-visa-items .service-button {
|
||
display: none;
|
||
}
|
||
}
|
||
.service-visa-wrapper .service-visa-items.style-2 {
|
||
border-left: 1px solid rgba(202, 210, 210, 0.8);
|
||
}
|
||
.service-visa-wrapper .service-visa-items:hover .service-button {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
|
||
.service-details-wrapper .service-details-post .details-image {
|
||
margin-top: 24px;
|
||
margin-bottom: 30px;
|
||
}
|
||
.service-details-wrapper .service-details-post .details-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 24px;
|
||
}
|
||
.service-details-wrapper .service-details-post .text {
|
||
font-size: 32px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-details-wrapper .service-details-post .text {
|
||
font-size: 25px;
|
||
}
|
||
}
|
||
.service-details-wrapper .service-details-post .service-left-content .list-item {
|
||
margin-top: 24px;
|
||
}
|
||
.service-details-wrapper .service-details-post .service-left-content .list-item li i {
|
||
color: var(--theme-2);
|
||
margin-right: 6px;
|
||
}
|
||
.service-details-wrapper .service-details-post .service-left-content .list-item li span {
|
||
font-size: 20px;
|
||
font-weight: 500;
|
||
color: var(--header);
|
||
font-family: "Space Grotesk", serif;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.service-details-wrapper .service-details-post .service-left-content .list-item li span {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.service-details-wrapper .service-details-post .service-left-content .list-item li:not(:last-child) {
|
||
margin-bottom: 16px;
|
||
}
|
||
.service-details-wrapper .service-details-post .thumb img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 24px;
|
||
}
|
||
.service-details-wrapper .service-details-post .faq-items {
|
||
position: relative;
|
||
z-index: 9;
|
||
}
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item {
|
||
border: none;
|
||
}
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item h5 button {
|
||
line-height: 1;
|
||
font-weight: 600;
|
||
padding: 29px 30px;
|
||
color: var(--header);
|
||
cursor: pointer;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item h5 button {
|
||
font-size: 18px;
|
||
line-height: 1.6;
|
||
padding: 22px 20px;
|
||
}
|
||
}
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item .accordion-body {
|
||
padding: 20px 30px;
|
||
background-color: var(--white);
|
||
box-shadow: 8px 8px 32px 0 rgba(0, 72, 180, 0.08);
|
||
backdrop-filter: blur(5px);
|
||
}
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item .accordion-body p {
|
||
font-size: 16px;
|
||
line-height: 24px;
|
||
font-weight: 400;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item .accordion-body p {
|
||
width: 100%;
|
||
font-size: 14px;
|
||
line-height: 28px;
|
||
}
|
||
}
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-button {
|
||
background-color: var(--white);
|
||
color: var(--header);
|
||
box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
|
||
backdrop-filter: blur(5px);
|
||
}
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-button::after {
|
||
content: "\f324";
|
||
font-family: "Font Awesome 6 Pro";
|
||
background: transparent;
|
||
font-weight: 900;
|
||
transition: all 0.3s ease-in-out !important;
|
||
color: var(--theme-2);
|
||
}
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-button:not(.collapsed) {
|
||
background-color: var(--white);
|
||
box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
|
||
backdrop-filter: blur(5px);
|
||
color: var(--header);
|
||
}
|
||
.service-details-wrapper .service-details-post .faq-items .accordion .accordion-button:not(.collapsed)::after {
|
||
content: "\f322";
|
||
font-family: "Font Awesome 6 Pro";
|
||
background: transparent;
|
||
font-weight: 900;
|
||
color: var(--theme);
|
||
transform: rotate(0);
|
||
}
|
||
|
||
.testimonial-wrapper {
|
||
margin-top: 60px;
|
||
}
|
||
.testimonial-wrapper .testimonia-image {
|
||
position: relative;
|
||
height: 370px;
|
||
overflow: hidden;
|
||
border-radius: 16px;
|
||
}
|
||
@media (max-width: 991px) {
|
||
.testimonial-wrapper .testimonia-image {
|
||
height: initial;
|
||
}
|
||
}
|
||
.testimonial-wrapper .testimonia-image .video-btn {
|
||
width: 64px;
|
||
height: 64px;
|
||
line-height: 64px;
|
||
border-radius: 100px;
|
||
text-align: center;
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
display: inline-block;
|
||
position: absolute;
|
||
left: 35px;
|
||
top: 30px;
|
||
z-index: 9;
|
||
}
|
||
.testimonial-wrapper .testimonia-image .video-btn::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
border-radius: 1000px;
|
||
border: 1px solid rgba(203, 204, 207, 0.24);
|
||
width: 80px;
|
||
height: 80px;
|
||
top: 50%;
|
||
left: 50%;
|
||
transform: translate(-50%, -50%);
|
||
}
|
||
.testimonial-wrapper .testimonia-image h5 {
|
||
font-weight: 500;
|
||
color: var(--white);
|
||
position: absolute;
|
||
left: 24px;
|
||
bottom: 24px;
|
||
z-index: 9;
|
||
}
|
||
.testimonial-wrapper .testimonia-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
object-fit: cover;
|
||
}
|
||
.testimonial-wrapper .testimonia-image::after {
|
||
content: "";
|
||
position: absolute;
|
||
width: 200%;
|
||
height: 0%;
|
||
left: 50%;
|
||
top: 50%;
|
||
background-color: rgba(255, 255, 255, 0.3);
|
||
transform: translate(-50%, -50%) rotate(-45deg);
|
||
z-index: 1;
|
||
}
|
||
.testimonial-wrapper .testimonia-image:hover::after {
|
||
height: 250%;
|
||
transition: all 600ms linear;
|
||
background-color: transparent;
|
||
}
|
||
.testimonial-wrapper .testimonial-box {
|
||
border-radius: 16px;
|
||
background-color: var(--bg);
|
||
padding: 30px 24px;
|
||
}
|
||
.testimonial-wrapper .testimonial-box .star {
|
||
color: var(--theme);
|
||
margin-bottom: 24px;
|
||
}
|
||
.testimonial-wrapper .testimonial-box p {
|
||
font-style: italic;
|
||
font-weight: 500;
|
||
max-width: 307px;
|
||
}
|
||
.testimonial-wrapper .testimonial-box .info-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12px;
|
||
margin-top: 90px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.testimonial-wrapper .testimonial-box .info-item {
|
||
margin-top: 40px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.testimonial-wrapper .testimonial-box .info-item {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.testimonial-wrapper .testimonial-box .info-item .client-image img {
|
||
border-radius: 100%;
|
||
}
|
||
|
||
.testimonial-wrapper-2 {
|
||
margin-top: 60px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.testimonial-wrapper-2 {
|
||
margin-top: 30px;
|
||
}
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-image {
|
||
height: 305px;
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
object-fit: cover;
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 30px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.testimonial-wrapper-2 .testimonial-item {
|
||
flex-wrap: wrap;
|
||
}
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left {
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box {
|
||
padding: 40px;
|
||
background-color: var(--theme-2);
|
||
border-radius: 16px;
|
||
position: relative;
|
||
transition: all 0.4s ease-in-out;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box {
|
||
padding: 30px;
|
||
}
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box::before {
|
||
position: absolute;
|
||
bottom: -23px;
|
||
content: "";
|
||
left: 32px;
|
||
width: 35px;
|
||
height: 24px;
|
||
background-color: var(--theme-2);
|
||
clip-path: polygon(100% 0, 0 0, 100% 100%);
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box .star {
|
||
color: var(--white);
|
||
margin-bottom: 10px;
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box p {
|
||
max-width: 549px;
|
||
font-size: 20px;
|
||
font-weight: 500;
|
||
font-family: "Space Grotesk", serif;
|
||
color: var(--white);
|
||
line-height: 140%;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box p {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left .info-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 10px;
|
||
margin-top: 24px;
|
||
margin-left: 80px;
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left .info-item img {
|
||
border: 1px solid var(--theme);
|
||
border-radius: 100%;
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .testimonial-left .info-item .content h5 {
|
||
font-weight: 500;
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .right-item {
|
||
width: 100px;
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .right-item .test-slider {
|
||
height: 300px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.testimonial-wrapper-2 .testimonial-item .right-item .test-slider {
|
||
height: 80px;
|
||
}
|
||
}
|
||
.testimonial-wrapper-2 .testimonial-item .right-item .client-image img {
|
||
border-radius: 8px;
|
||
transition: all 0.5s ease;
|
||
}
|
||
|
||
.testimonial-wrapper-3 {
|
||
margin-top: 60px;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-thumb {
|
||
border-radius: 16px;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-thumb img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-thumb.tp-clip-anim {
|
||
width: 100%;
|
||
display: grid;
|
||
align-items: center;
|
||
justify-items: center;
|
||
overflow: hidden;
|
||
position: relative;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-thumb.tp-clip-anim .tp-anim-img {
|
||
opacity: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-thumb.tp-clip-anim .mask {
|
||
background-size: cover;
|
||
background-position: center;
|
||
transform: scale(1.005);
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-thumb.tp-clip-anim > * {
|
||
grid-area: 1/1/2/2;
|
||
width: 100%;
|
||
height: 100%;
|
||
max-height: 100%;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content {
|
||
margin-left: 50px;
|
||
position: relative;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.testimonial-wrapper-3 .testimonial-content {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .content .star {
|
||
color: var(--theme);
|
||
margin-bottom: 20px;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .content h3 {
|
||
font-size: 28px;
|
||
line-height: 143%;
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding-bottom: 40px;
|
||
margin-bottom: 30px;
|
||
font-weight: 500;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.testimonial-wrapper-3 .testimonial-content .content h3 {
|
||
font-size: 24px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.testimonial-wrapper-3 .testimonial-content .content h3 {
|
||
font-size: 20px;
|
||
}
|
||
}
|
||
@media (max-width: 575px) {
|
||
.testimonial-wrapper-3 .testimonial-content .content h3 {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .content .info-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 20px;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .content .info-item .icon {
|
||
width: 56px;
|
||
height: 56px;
|
||
line-height: 56px;
|
||
text-align: center;
|
||
border-radius: 100px;
|
||
background-color: var(--theme-2);
|
||
color: var(--white);
|
||
font-size: 30px;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .content .info-item .content {
|
||
border-left: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding-left: 30px;
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .array-buttons-3 {
|
||
position: absolute;
|
||
right: 0;
|
||
bottom: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 24px;
|
||
}
|
||
@media (max-width: 575px) {
|
||
.testimonial-wrapper-3 .testimonial-content .array-buttons-3 {
|
||
display: none;
|
||
}
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .array-buttons-3 .array-prev {
|
||
width: 48px;
|
||
height: 48px;
|
||
line-height: 48px;
|
||
text-align: center;
|
||
background-color: var(--bg);
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
z-index: 999;
|
||
border-radius: 100px;
|
||
transform: rotate(320deg);
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .array-buttons-3 .array-prev:hover {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .array-buttons-3 .array-next {
|
||
width: 48px;
|
||
height: 48px;
|
||
line-height: 48px;
|
||
text-align: center;
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
transition: all 0.4s ease-in-out;
|
||
z-index: 999;
|
||
border-radius: 100px;
|
||
transform: rotate(320deg);
|
||
border: 1px solid var(--theme);
|
||
}
|
||
.testimonial-wrapper-3 .testimonial-content .array-buttons-3 .array-next:hover {
|
||
background-color: var(--bg);
|
||
color: var(--header);
|
||
border: 1px solid var(--bg);
|
||
}
|
||
|
||
.visa-certification-wrapper .visa-image {
|
||
margin-left: -310px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.visa-certification-wrapper .visa-image {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
.visa-certification-wrapper .visa-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content {
|
||
margin-left: 17px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.visa-certification-wrapper .visa-certification-content {
|
||
margin-left: 0;
|
||
margin-bottom: 100px;
|
||
margin-top: 100px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.visa-certification-wrapper .visa-certification-content {
|
||
margin-bottom: 80px;
|
||
margin-top: 0;
|
||
}
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content .visa-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 48px;
|
||
margin-top: 90px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.visa-certification-wrapper .visa-certification-content .visa-item {
|
||
margin-top: 30px;
|
||
gap: 30px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.visa-certification-wrapper .visa-certification-content .visa-item {
|
||
flex-wrap: wrap;
|
||
gap: 30px;
|
||
}
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav {
|
||
display: grid;
|
||
gap: 30px;
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav li {
|
||
font-size: 20px;
|
||
font-weight: 700;
|
||
font-family: "Space Grotesk", serif;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav li {
|
||
font-size: 12px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav li {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link {
|
||
color: var(--header);
|
||
transition: all 0.4s ease-in-out;
|
||
padding: 16px 40px 16px 16px;
|
||
border-radius: 8px;
|
||
backdrop-filter: blur(28px);
|
||
background-color: var(--white);
|
||
line-height: 1;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link {
|
||
padding: 10px 10px 10px 10px;
|
||
}
|
||
}
|
||
@media (max-width: 991px) {
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link {
|
||
padding: 16px 40px 16px 16px;
|
||
}
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link i {
|
||
width: 24px;
|
||
height: 24px;
|
||
line-height: 24px;
|
||
text-align: center;
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
border-radius: 50px;
|
||
font-size: 14px;
|
||
transform: rotate(-45deg);
|
||
margin-right: 6px;
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link.active {
|
||
position: relative;
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
border-radius: 100px;
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link.active i {
|
||
background-color: var(--white);
|
||
color: var(--theme);
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .content .icon {
|
||
margin-bottom: 16px;
|
||
}
|
||
.visa-certification-wrapper .visa-certification-content .visa-item .content p {
|
||
max-width: 479px;
|
||
margin-bottom: 40px;
|
||
margin-top: 10px;
|
||
}
|
||
|
||
.visa-provide-box {
|
||
background-color: var(--white);
|
||
padding: 30px;
|
||
border-radius: 16px;
|
||
background-color: var(--white);
|
||
margin-top: 30px;
|
||
}
|
||
.visa-provide-box .visa-top-item {
|
||
margin-bottom: 30px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.visa-provide-box .visa-top-item {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
.visa-provide-box .visa-top-item .visa-left {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 16px;
|
||
}
|
||
.visa-provide-box .visa-top-item .visa-left p {
|
||
color: var(--theme);
|
||
}
|
||
.visa-provide-box .visa-top-item .visa-left h3 a {
|
||
background-position: 0 95%;
|
||
background-repeat: no-repeat;
|
||
background-size: 0% 2px;
|
||
display: inline;
|
||
}
|
||
.visa-provide-box .visa-top-item .visa-left h3 a:hover {
|
||
color: var(--theme);
|
||
background-size: 100% 2px;
|
||
background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
|
||
}
|
||
.visa-provide-box .visa-top-item .theme-btn {
|
||
background-color: var(--bg);
|
||
}
|
||
.visa-provide-box .visa-top-item .theme-btn:hover {
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
}
|
||
.visa-provide-box .visa-list-item {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.visa-provide-box .visa-list-item {
|
||
flex-wrap: wrap;
|
||
gap: 20px;
|
||
}
|
||
}
|
||
.visa-provide-box .visa-list-item .list li {
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
font-family: "Space Grotesk", serif;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.visa-provide-box .visa-list-item .list li {
|
||
font-size: 16px;
|
||
}
|
||
}
|
||
.visa-provide-box .visa-list-item .list li:not(:last-child) {
|
||
margin-bottom: 20px;
|
||
}
|
||
.visa-provide-box .visa-list-item .list li i {
|
||
width: 22px;
|
||
height: 22px;
|
||
line-height: 22px;
|
||
text-align: center;
|
||
border-radius: 50px;
|
||
background-color: var(--text);
|
||
color: var(--white);
|
||
margin-right: 8px;
|
||
font-size: 12px;
|
||
transform: rotate(-45deg);
|
||
}
|
||
|
||
.visa-provide-section .visa-slider {
|
||
margin-left: -400px;
|
||
margin-right: -400px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.visa-provide-section .visa-slider {
|
||
margin-right: 0;
|
||
margin-left: 0;
|
||
margin: 0 10px;
|
||
}
|
||
}
|
||
|
||
.visa-bottom {
|
||
position: relative;
|
||
margin-top: 70px;
|
||
}
|
||
@media (max-width: 1399px) {
|
||
.visa-bottom {
|
||
display: none;
|
||
}
|
||
}
|
||
.visa-bottom::before {
|
||
background-color: var(--theme-2);
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
width: 410px;
|
||
height: 132px;
|
||
padding: 16px 16px 16px 294px;
|
||
border-radius: 0 100px 100px 0;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.visa-bottom::before {
|
||
display: none;
|
||
}
|
||
}
|
||
.visa-bottom::after {
|
||
background-color: var(--theme-2);
|
||
position: absolute;
|
||
content: "";
|
||
width: 410px;
|
||
height: 132px;
|
||
padding: 16px 16px 16px 294px;
|
||
border-radius: 100px 0 0 100px;
|
||
right: 0;
|
||
top: 0;
|
||
}
|
||
@media (max-width: 1600px) {
|
||
.visa-bottom::after {
|
||
display: none;
|
||
}
|
||
}
|
||
.visa-bottom .visa-arrow-item {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.visa-bottom .visa-arrow-item .array-prev {
|
||
width: 100px;
|
||
height: 100px;
|
||
line-height: 100px;
|
||
border-radius: 100%;
|
||
text-align: center;
|
||
background-color: var(--white);
|
||
color: var(--header);
|
||
position: relative;
|
||
z-index: 9;
|
||
margin-top: 16px;
|
||
margin-left: -15px;
|
||
font-size: 40px;
|
||
}
|
||
.visa-bottom .visa-arrow-item .array-next {
|
||
width: 100px;
|
||
height: 100px;
|
||
line-height: 100px;
|
||
border-radius: 100%;
|
||
text-align: center;
|
||
background-color: var(--theme);
|
||
color: var(--white);
|
||
position: relative;
|
||
z-index: 9;
|
||
margin-top: 16px;
|
||
margin-right: -15px;
|
||
font-size: 40px;
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 24px;
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item .flag-thumb {
|
||
position: relative;
|
||
transition: all 0.4s ease-in-out;
|
||
width: 120px;
|
||
height: 120px;
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item .flag-thumb img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 50%;
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item .flag-thumb::before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
background-color: rgba(5, 17, 26, 0.8);
|
||
border-radius: 50%;
|
||
transition: all 0.4s ease-in-out;
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item .flag-thumb::after {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
content: "";
|
||
border: 5px solid var(--white);
|
||
border-radius: 50%;
|
||
transition: all 0.4s ease-in-out;
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item .flag-thumb .country-name {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
transform: translate(-50%, -50%);
|
||
text-align: center;
|
||
z-index: 2;
|
||
transition: all 0.4s ease-in-out;
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item .flag-thumb .country-name h4 {
|
||
font-size: 14px;
|
||
font-weight: 800;
|
||
text-align: center;
|
||
color: var(--white);
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item .flag-thumb:hover::before {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item .flag-thumb:hover::after {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
.visa-bottom .visa-arrow-item .flag-item .flag-thumb:hover .country-name {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
|
||
.country-details-wrapper .country-details-post .details-image img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 24px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content {
|
||
margin-top: 20px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content h2 {
|
||
margin-bottom: 10px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content h5 {
|
||
color: var(--theme-2);
|
||
margin-top: 30px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .tourist-visa-box {
|
||
border-radius: 16px;
|
||
padding: 30px;
|
||
background-color: var(--bg);
|
||
margin-top: 30px;
|
||
margin-bottom: 24px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .tourist-visa-box .tourist-box {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 50px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .tourist-visa-box .tourist-box .tourist-content h5 {
|
||
color: var(--header);
|
||
margin-bottom: 5px;
|
||
margin-top: 0;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .tourist-visa-box .tourist-box.style-2 {
|
||
padding-bottom: 15px;
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.7);
|
||
margin-bottom: 15px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .text {
|
||
font-size: 32px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .list-item {
|
||
margin-top: 20px;
|
||
margin-bottom: 30px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .list-item li {
|
||
color: var(--header);
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
font-family: "Space Grotesk", serif;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .list-item li:not(:last-child) {
|
||
margin-bottom: 15px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .list-item li span {
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
color: var(--text);
|
||
font-family: "Inter", sans-serif;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .thumb img {
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 16px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .visa-list-2 {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 32px;
|
||
margin-bottom: 20px;
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .visa-list-2 li {
|
||
font-size: 20px;
|
||
font-weight: 500;
|
||
color: var(--header);
|
||
}
|
||
.country-details-wrapper .country-details-post .country-details-content .visa-list-2 li i {
|
||
color: var(--theme-2);
|
||
margin-right: 8px;
|
||
}
|
||
.country-details-wrapper .country-details-sideber .icon-box-item {
|
||
background-color: var(--bg);
|
||
border-radius: 8px;
|
||
padding: 12px 24px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
margin-bottom: 8px;
|
||
}
|
||
.country-details-wrapper .country-details-sideber .icon-box-item .left-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 16px;
|
||
}
|
||
.country-details-wrapper .country-details-sideber .icon-box-item i {
|
||
color: var(--header);
|
||
}
|
||
.country-details-wrapper .country-details-sideber .visa-contact-box {
|
||
border-radius: 24px;
|
||
padding: 40px;
|
||
margin-top: 30px;
|
||
}
|
||
.country-details-wrapper .country-details-sideber .visa-contact-box .content h3 {
|
||
color: var(--white);
|
||
}
|
||
.country-details-wrapper .country-details-sideber .visa-contact-box .content p {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
border-bottom: 1px solid rgba(203, 204, 207, 0.24);
|
||
padding-bottom: 16px;
|
||
margin-bottom: 24px;
|
||
}
|
||
.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 16px;
|
||
margin-bottom: 24px;
|
||
}
|
||
.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item .icon {
|
||
width: 48px;
|
||
height: 48px;
|
||
line-height: 48px;
|
||
text-align: center;
|
||
border-radius: 100px;
|
||
background-color: #183074;
|
||
color: var(--white);
|
||
}
|
||
.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item .cont span {
|
||
color: rgba(255, 255, 255, 0.7);
|
||
}
|
||
.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item .cont h6 {
|
||
color: var(--white);
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
}
|
||
.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item .cont h6 a {
|
||
color: var(--white);
|
||
}
|
||
|
||
/*# sourceMappingURL=main.css.map */
|