/home/awneajlw/www/decenttraders.online/wp-content/themes/diziti/assets/css/main.css
/*-----------------------------------------------------------------
Theme Name: Diziti
Author: Codifytheme
Author URI: https://themeforest.net/user/codifytheme
Version: 1.0.0
Description: Diziti - Creative Agency HTML Template <
-------------------------------------------------------------------
CSS TABLE OF CONTENTS
-------------------------------------------------------------------
1.ROOT
1.1 Variables
1.2 Mixins
1.3 Container
1.4 Gutter
1.5 Typography
2.UTILITIES
2.1 Animation
2.2 Helping
2.3 Input
2.4 Preloader
2.5 Meanmenu
2.6 Common
2.7 Buttons
2.8 Sidebar
2.9 Title
3.COMPONENTS
3.1 Header
3.2 Hero
3.3 About
3.4 Service
3.5 Service Details
3.6 Project
3.7 Project Details
3.8 Pricing
3.9 Team
3.10 Team Details
3.11 Contact
3.12 FAQ
3.13 Testimonial
3.14 Blog
3.15 Blog Details
3.16 Counter
3.17 WCU
3.18 Breadcrumb
3.19 Footer
------------------------------------------------------------------*/
/*=============== 1.ROOT =================*/
/*------ 1.1 Variables ------*/
/*----------------------------------------------
# All Variables here
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
:root {
--body: var(--bg-color);
--black: #000;
--white: var(--main-color);
--theme: var(--bg-color2);
--theme2: #7A7A7A;
--theme3: #FAF8FF;
--title: #1E1E1E;
--orange: #e78c45;
--yellow: var(--two-color);
--text2: #cbcbcb;
--border: #CCC;
--border-2: #DDD;
--border-3: #D8D8D8;
--border-4: #E0E0E0;
--border-5: #565656;
--bg-1: #161921;
--bg-2: #F6F7FF;
--box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
--main-container: 1490px;
--container-gutters: 30px;
--section-space: 120px;
--section-space-mobile: 80px;
--section-title-space: 60px;
--ripple-ani-duration: 5s;
--box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
--box-shadow-2: 0px 4px 25px rgba(56, 75, 255, 0.1);
}
/*------ 1.2 Mixins ------*/
/*-- Padding Left And Right --*/
.px-5 {
padding-right: 5px;
padding-left: 5px;
}
.px-10 {
padding-right: 10px;
padding-left: 10px;
}
.px-15 {
padding-right: 15px;
padding-left: 15px;
}
.px-20 {
padding-right: 20px;
padding-left: 20px;
}
.px-25 {
padding-right: 25px;
padding-left: 25px;
}
.px-30 {
padding-right: 30px;
padding-left: 30px;
}
.px-35 {
padding-right: 35px;
padding-left: 35px;
}
.px-40 {
padding-right: 40px;
padding-left: 40px;
}
.px-45 {
padding-right: 45px;
padding-left: 45px;
}
.px-50 {
padding-right: 50px;
padding-left: 50px;
}
.px-55 {
padding-right: 55px;
padding-left: 55px;
}
.px-60 {
padding-right: 60px;
padding-left: 60px;
}
.px-65 {
padding-right: 65px;
padding-left: 65px;
}
.px-70 {
padding-right: 70px;
padding-left: 70px;
}
.px-75 {
padding-right: 75px;
padding-left: 75px;
}
.px-80 {
padding-right: 80px;
padding-left: 80px;
}
.px-85 {
padding-right: 85px;
padding-left: 85px;
}
.px-90 {
padding-right: 90px;
padding-left: 90px;
}
.px-95 {
padding-right: 95px;
padding-left: 95px;
}
.px-100 {
padding-right: 100px;
padding-left: 100px;
}
/*-- Padding Top And Bottom --*/
.py-5 {
padding-top: 5px;
padding-bottom: 5px;
}
.py-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.py-15 {
padding-top: 15px;
padding-bottom: 15px;
}
.py-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.py-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.py-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.py-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.py-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.py-45 {
padding-top: 45px;
padding-bottom: 45px;
}
.py-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.py-55 {
padding-top: 55px;
padding-bottom: 55px;
}
.py-60 {
padding-top: 60px;
padding-bottom: 60px;
}
.py-65 {
padding-top: 65px;
padding-bottom: 65px;
}
.py-70 {
padding-top: 70px;
padding-bottom: 70px;
}
.py-75 {
padding-top: 75px;
padding-bottom: 75px;
}
.py-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.py-85 {
padding-top: 85px;
padding-bottom: 85px;
}
.py-90 {
padding-top: 90px;
padding-bottom: 90px;
}
.py-95 {
padding-top: 95px;
padding-bottom: 95px;
}
.py-100 {
padding-top: 100px;
padding-bottom: 100px;
}
/*-- Padding Top --*/
.pt-5 {
padding-top: 5px;
}
.pt-10 {
padding-top: 10px;
}
.pt-15 {
padding-top: 15px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pt-35 {
padding-top: 35px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-50 {
padding-top: 50px;
}
.pt-55 {
padding-top: 55px;
}
.pt-60 {
padding-top: 60px;
}
.pt-65 {
padding-top: 65px;
}
.pt-70 {
padding-top: 70px;
}
.pt-75 {
padding-top: 75px;
}
.pt-80 {
padding-top: 80px;
}
.pt-85 {
padding-top: 85px;
}
.pt-90 {
padding-top: 90px;
}
.pt-95 {
padding-top: 95px;
}
.pt-100 {
padding-top: 100px;
}
/*-- Padding Bottom --*/
.pb-5 {
padding-bottom: 5px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-55 {
padding-bottom: 55px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-65 {
padding-bottom: 65px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-75 {
padding-bottom: 75px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-85 {
padding-bottom: 85px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-95 {
padding-bottom: 95px;
}
.pb-100 {
padding-bottom: 100px;
}
/*-- Padding Left --*/
.pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
}
.pl-35 {
padding-left: 35px;
}
.pl-40 {
padding-left: 40px;
}
.pl-45 {
padding-left: 45px;
}
.pl-50 {
padding-left: 50px;
}
.pl-55 {
padding-left: 55px;
}
.pl-60 {
padding-left: 60px;
}
.pl-65 {
padding-left: 65px;
}
.pl-70 {
padding-left: 70px;
}
.pl-75 {
padding-left: 75px;
}
.pl-80 {
padding-left: 80px;
}
.pl-85 {
padding-left: 85px;
}
.pl-90 {
padding-left: 90px;
}
.pl-95 {
padding-left: 95px;
}
.pl-100 {
padding-left: 100px;
}
/*-- Padding Right --*/
.pr-5 {
padding-right: 5px;
}
.pr-10 {
padding-right: 10px;
}
.pr-15 {
padding-right: 15px;
}
.pr-20 {
padding-right: 20px;
}
.pr-25 {
padding-right: 25px;
}
.pr-30 {
padding-right: 30px;
}
.pr-35 {
padding-right: 35px;
}
.pr-40 {
padding-right: 40px;
}
.pr-45 {
padding-right: 45px;
}
.pr-50 {
padding-right: 50px;
}
.pr-55 {
padding-right: 55px;
}
.pr-60 {
padding-right: 60px;
}
.pr-65 {
padding-right: 65px;
}
.pr-70 {
padding-right: 70px;
}
.pr-75 {
padding-right: 75px;
}
.pr-80 {
padding-right: 80px;
}
.pr-85 {
padding-right: 85px;
}
.pr-90 {
padding-right: 90px;
}
.pr-95 {
padding-right: 95px;
}
.pr-100 {
padding-right: 100px;
}
.padding-bottom-535 {
padding-bottom: 535px;
}
@media (max-width: 991px) {
.fix-mb-80 {
margin-bottom: 80px;
}
}
/*------ 1.3 Container ------*/
/*----------------------------------------------
# Container style here
----------------------------------------------*/
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
/*------ 1.4 Gutter ------*/
/*----------------------------------------------
# Gutter style here
----------------------------------------------*/
@media (min-width: 1600px) {
.gx-25 {
--bs-gutter-x: 25px;
}
.gx-30 {
--bs-gutter-x: 30px;
}
.gx-40 {
--bs-gutter-x: 40px;
}
.gx-60 {
--bs-gutter-x: 60px;
}
.gx-80 {
--bs-gutter-x: 80px;
}
.gx-95 {
--bs-gutter-x: 95px;
}
.gx-100 {
--bs-gutter-x: 100px;
}
.gx-114 {
--bs-gutter-x: 114px;
}
.gx-85 {
--bs-gutter-x: 85px;
}
.gx-134 {
--bs-gutter-x: 134px;
}
.gx-165 {
--bs-gutter-x: 165px;
}
}
.gy-30 {
--bs-gutter-y: 30px;
}
.gx-0 {
--bs-gutter-x: 0px;
}
/*------ 1.5 Typography ------*/
/* --------------------------------------------
Template Default Fonts & Fonts Styles
---------------------------------------------- */
body {
font-family: "Inter", sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 28px;
color: var(--white);
background-color: var(--body);
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::placeholder {
color: var(--white);
}
h1, h2, h3, h4, h5, h6 {
font-family: "Syne", sans-serif;
margin: 0px;
padding: 0;
color: var(--white);
text-transform: capitalize;
transition: all 0.4s ease-in-out;
}
h1 {
font-size: 50px;
font-weight: 700;
line-height: 139.9%;
}
h2 {
font-size: 40px;
font-weight: 700;
line-height: 125%;
}
@media (max-width: 767px) {
h2 {
font-size: 30px;
}
}
@media (max-width: 575px) {
h2 {
font-size: 26px;
}
}
h3 {
font-size: 30px;
font-weight: 700;
line-height: 120%;
}
@media (max-width: 767px) {
h3 {
font-size: 16px;
}
}
h4 {
font-size: 20.625px;
font-weight: 700;
line-height: 160%;
}
h5 {
font-size: 17.969px;
font-weight: 600;
line-height: 166.957%;
}
h6 {
font-size: 16px;
font-weight: 600;
line-height: 170%;
}
a {
text-decoration: none;
outline: none !important;
cursor: pointer;
color: var(--white);
transition: all 0.4s ease-in-out;
}
a:hover {
color: var(--white);
}
p {
margin: 0px;
transition: all 0.4s ease-in-out;
}
span {
margin: 0px;
transition: all 0.4s ease-in-out;
}
.info-text-style {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 35.04px;
}
.form-control {
position: relative;
margin-top: 25px;
}
.form-control input {
position: relative;
padding: 17px 20px;
height: 60px;
background: var(--theme2);
width: 100%;
border: 1px solid #6E6E6E;
opacity: 0.8;
}
.form-control input::placeholder {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26.08px;
}
.form-control input.style2 {
border: none;
}
.form-control button {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background: var(--theme);
color: var(--white);
}
.form-control button.style2 {
background: transparent;
color: var(--theme);
}
input.form-control, textarea.form-control {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
outline: none;
box-shadow: none;
background-color: var(--theme);
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 17px 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
input.form-control:focus, textarea.form-control:focus {
color: var(--white);
background-color: var(--theme);
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
outline: none;
box-shadow: none;
}
label {
color: var(--title);
font-family: "Syne", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 35.04px;
}
.form-group {
margin-bottom: var(--bs-gutter-x);
position: relative;
}
.form-group > i {
display: inline-block;
position: absolute;
right: 25px;
top: 13px;
font-size: 16px;
color: var(--yellow);
}
.form-group > i.fa-envelope {
padding-top: 1px;
}
input[type=checkbox] {
visibility: hidden;
opacity: 0;
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
input[type=checkbox]:checked ~ label:after {
opacity: 1;
}
input[type=checkbox] ~ label {
position: relative;
padding-left: 30px;
cursor: pointer;
display: block;
line-height: 30px;
}
input[type=checkbox] ~ label:before {
content: "";
position: absolute;
left: 0px;
top: 3.5px;
background: var(--white);
border: 1px solid var(--border-2);
height: 20px;
width: 20px;
text-align: center;
z-index: 9;
}
input[type=checkbox] ~ label:after {
content: "";
position: absolute;
left: 6px;
top: 9px;
background: var(--theme);
height: 8px;
width: 8px;
opacity: 0;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
transition: 0.4s;
z-index: 9;
}
input[type=checkbox].style2 ~ label {
color: #8B929C;
padding-left: 23px;
margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
background-color: white;
border: 1px solid #f7ccd7;
height: 14px;
width: 14px;
line-height: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
color: var(--theme);
}
input[type=radio] {
visibility: hidden;
opacity: 0;
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
display: none;
}
input[type=radio] ~ label {
position: relative;
padding-left: 30px;
cursor: pointer;
line-height: 1;
display: inline-block;
font-weight: 600;
margin-bottom: 0;
}
input[type=radio] ~ label::before {
content: "\f111";
position: absolute;
font-family: "Font Awesome 6 Pro";
left: 0;
top: -2px;
width: 20px;
height: 20px;
padding-left: 0;
font-size: 0.6em;
line-height: 19px;
text-align: center;
border: 1px solid var(--theme);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
font-weight: 700;
background: var(--white);
color: transparent;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
border-color: var(--theme);
background-color: var(--theme);
color: var(--white);
}
.form-select {
--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--bs-body-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--bs-body-bg);
background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: var(--bs-border-width) solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
img:not([draggable]), embed, object, video {
max-width: 100%;
height: auto;
}
/*============= 2.UTILITIES ============*/
/*------ 2.1 Animation ------*/
/*----------------------------------------------
# All Animation style here
----------------------------------------------*/
@-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);
}
}
.ripple-effect {
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background-color: #F3E7E0;
border: 1px solid var(--white);
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
box-shadow: 0 0 0 0 rgb(255, 217, 196);
animation: rippleOne 2s infinite;
}
.ripple-effect .playerImg {
width: 19px;
height: 24px;
}
/*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 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);
}
}
.cir36 {
animation: cir36 20s linear infinite;
-webkit-animation: cir36 20s linear infinite;
}
@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 animate-positive {
0% {
width: 0;
}
100% {
width: var(--progress-width);
}
}
.reveal {
position: relative;
display: -ms-inline-flexbox;
visibility: hidden;
overflow: hidden;
}
.reveal img {
height: 100%;
width: 100%;
display: inline-block;
-o-object-fit: cover;
object-fit: cover;
transform-origin: left;
}
.image-anime {
position: relative;
overflow: hidden;
}
.image-anime: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;
}
.image-anime:hover:after {
height: 250%;
transition: all 600ms linear;
background-color: transparent;
}
/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
animation-duration: var(--ripple-ani-duration);
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-name: ripple;
}
@keyframes ripple {
0% {
transform: scale(1);
opacity: 0;
}
30% {
opacity: 0.4;
}
100% {
transform: scale(1.8);
opacity: 0;
}
}
@keyframes ripple2 {
0% {
transform: scale(1);
opacity: 0;
}
30% {
opacity: 0.4;
}
100% {
transform: scale(2.8);
opacity: 0;
}
}
.wave-anim {
width: 105px;
height: 69px;
background-repeat: repeat;
background-size: auto;
animation: wave 70s linear infinite;
}
@keyframes wave {
0% {
background-position: top left;
}
100% {
background-position: top left -2000px;
}
}
.fancy-animation {
animation: morph 8s ease-in-out infinite;
}
@keyframes morph {
0% {
border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
}
50% {
border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
}
100% {
border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
}
}
.movingX {
animation: movingX 8s linear infinite;
}
@keyframes movingX {
0% {
transform: translateX(0);
}
50% {
transform: translateX(50px);
}
100% {
transform: translateX(0);
}
}
.movingCar {
animation: movingCar 25s linear infinite;
}
@keyframes movingCar {
0% {
transform: translateX(0) rotateY(0deg);
}
50% {
transform: translateX(calc(-100vw + 108%));
}
51% {
transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
}
100% {
transform: translateX(0) rotateY(180deg);
}
}
.moving {
animation: moving 8s linear infinite;
}
@keyframes moving {
0% {
transform: translateX(0);
}
50% {
transform: translateX(-50px);
}
100% {
transform: translateX(0);
}
}
.moving2 {
animation: moving2 8s linear infinite;
}
@keyframes moving2 {
0% {
transform: translateX(0);
}
50% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
.moving3 {
animation: moving3 8s linear infinite;
}
@keyframes moving3 {
0% {
transform: translateX(0);
}
50% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
.jump {
animation: jumpAni 7s linear infinite;
}
@keyframes jumpAni {
0% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
100% {
transform: translateY(0);
}
}
.jump-reverse {
animation: jumpReverseAni 7s linear infinite;
}
@keyframes jumpReverseAni {
0% {
transform: translateY(0);
}
50% {
transform: translateY(30px);
}
100% {
transform: translateY(0);
}
}
.spin {
animation: spin 10s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.bg-color-ani, .color-animate {
animation: bgColor 6s linear infinite;
}
@keyframes bgColor {
0% {
background-color: #F2BA4C;
}
25% {
background-color: #81F24C;
}
50% {
background-color: #41F27D;
}
75% {
background-color: #0500FF;
}
100% {
background-color: #F2BA4C;
}
}
@keyframes animate-positive {
0% {
width: 0;
}
}
.fadein, .scalein, .slidetopleft, .slidebottomright, .slideinleft, .slideinright, .slideindown, .slideinup, .rollinleft, .rollinright {
opacity: 0;
animation-fill-mode: forwards;
animation-iteration-count: 1;
animation-duration: 1.3s;
animation-delay: 0.3s;
animation-name: var(--animation-name);
}
.swiper-slide-active .fadein {
--animation-name: fadein;
}
.swiper-slide-active .scalein {
--animation-name: scalein;
}
.swiper-slide-active .slidetopleft {
--animation-name: slidetopleft;
}
.swiper-slide-active .slidebottomright {
--animation-name: slidebottomright;
}
.swiper-slide-active .slideinleft {
--animation-name: slideinleft;
}
.swiper-slide-active .slideinright {
--animation-name: slideinright;
}
.swiper-slide-active .slideinup {
--animation-name: slideinup;
}
.swiper-slide-active .slideindown {
--animation-name: slideindown;
}
.swiper-slide-active .rollinleft {
--animation-name: rollinleft;
}
.swiper-slide-active .rollinright {
--animation-name: rollinright;
}
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes scalein {
0% {
transform: scale(1);
}
100% {
transform: scale(1.3);
}
}
@keyframes slideinup {
0% {
opacity: 0;
transform: translateY(100px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slideinright {
0% {
opacity: 0;
transform: translateX(180px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slideindown {
0% {
opacity: 0;
transform: translateY(-100px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slideinleft {
0% {
opacity: 0;
transform: translateX(-100px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes slidebottomright {
0% {
opacity: 0;
transform: translateX(120px) translateY(120px);
}
100% {
opacity: 1;
transform: translateX(0) translateY(0);
}
}
@keyframes slidetopleft {
0% {
opacity: 0;
transform: translateX(-100px) translateY(-100px);
}
100% {
opacity: 1;
transform: translateX(0) translateY(0);
}
}
.spin2 {
animation: spin2 10s linear infinite;
}
@keyframes spin2 {
0% {
transform: rotate(0);
}
100% {
transform: rotate(-360deg);
}
}
/*animation bubble****************/
.animation-bubble {
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 100%;
overflow: hidden;
z-index: 1;
pointer-events: none;
}
.animation-bubble div[class^=bubble-] {
height: 1px;
width: 1px;
position: absolute;
background: url(../img/shape/star.html) no-repeat center center;
background-size: cover;
border-radius: 50%;
transform: translateX(-50%);
pointer-events: none;
}
@media (max-width: 1024px) {
.animation-bubble > :nth-child(even) {
display: none;
}
}
.bubble-1 {
bottom: -5px;
left: 68%;
animation: bubble-animation 4.5s infinite ease-in -6.57s;
}
.bubble-2 {
bottom: -71px;
left: 97%;
animation: bubble-animation 4.5s infinite ease-in -5.07s;
}
.bubble-3 {
bottom: -71px;
left: 43%;
animation: bubble-animation 4.5s infinite ease-in -6.73s;
}
.bubble-4 {
bottom: -3.8px;
left: 82%;
animation: bubble-animation 4.5s infinite ease-in -4.04s;
}
.bubble-5 {
bottom: -73.4px;
left: 29%;
animation: bubble-animation 4.5s infinite ease-in -3.11s;
}
.bubble-6 {
bottom: -71px;
left: 41%;
animation: bubble-animation 4.5s infinite ease-in -5.95s;
}
.bubble-7 {
bottom: -79.4px;
left: 14%;
animation: bubble-animation 4.5s infinite ease-in -3.68s;
}
.bubble-8 {
bottom: -115.4px;
left: 90%;
animation: bubble-animation 4.5s infinite ease-in -3.89s;
}
.bubble-9 {
bottom: -44.6px;
left: 33%;
animation: bubble-animation 4.5s infinite ease-in -1.09s;
}
.bubble-10 {
bottom: -6.2px;
left: 59%;
animation: bubble-animation 4.5s infinite ease-in -0.96s;
}
@keyframes bubble-animation {
0% {
transform: translate3d(-50%, 0, 0);
height: 1px;
width: 1px;
}
100% {
transform: translate3d(-50%, -280px, 0);
height: 30px;
width: 30px;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes icon-anim {
0% {
top: 26px;
right: 90px;
}
25% {
top: 86px;
right: 110px;
}
100% {
top: 26px;
right: 90px;
}
}
.img-shine {
position: relative;
}
.img-shine:after {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
transform: skewX(-20deg);
}
.img-shine:hover:after {
animation: imgShine 1s;
}
@keyframes imgShine {
100% {
left: 125%;
}
}
/*------ 2.2 Helping ------*/
/*----------------------------------------------
# Helping style here
----------------------------------------------*/ ::-webkit-scrollbar {
width: 8px;
height: 4px;
}
/* Track */ ::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px var(--orange);
}
/* Handle */ ::-webkit-scrollbar-thumb {
background: var(--orange);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.fix {
overflow: hidden;
}
.ralt {
position: relative;
}
.ripple {
position: relative;
}
.ripple::before, .ripple::after {
position: absolute;
left: 50%;
top: 50%;
width: 60px;
height: 60px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
border-radius: 50%;
box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
-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;
}
.mega-hover {
position: relative;
overflow: hidden;
z-index: 2;
}
.mega-hover:after, .mega-hover:before {
content: "";
position: absolute;
pointer-events: none;
opacity: 1;
z-index: -1;
}
.mega-hover:before {
top: 0;
right: 51%;
bottom: 0;
left: 50%;
background: rgba(255, 255, 255, 0.2);
}
.mega-hover:after {
top: 50%;
right: 0;
bottom: 50%;
left: 0;
background: rgba(245, 255, 255, 0.3);
}
.mega-hover:hover:before {
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 900ms linear;
transition: all 900ms linear;
}
.mega-hover:hover:after {
top: 0;
bottom: 0;
opacity: 0;
-webkit-transition: all 900ms linear;
transition: all 900ms linear;
}
@media (max-width: 767px) {
br {
display: none;
}
}
/* background */
.bg-cover {
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-position: center;
}
.bg-cover-2 {
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-position: center;
width: 100%;
height: 100%;
}
.page-nav-wrap ul li {
display: inline-block;
text-align: center;
}
.page-nav-wrap ul li .page-numbers {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background: var(--theme);
font-weight: 600;
transition: all 0.3s ease-in-out;
margin: 0 6px;
border-radius: 50px;
color: var(--white);
}
.page-nav-wrap ul li .page-numbers.current {
background-color: var(--theme);
color: var(--white);
}
@media (max-width: 767px) {
.page-nav-wrap ul li .page-numbers {
margin-top: 10px;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 14px;
}
}
.page-nav-wrap ul li .page-numbers i {
margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers.icon {
border: none;
background-color: transparent;
color: var(--theme);
}
.page-nav-wrap ul li .page-numbers.icon:hover {
border: none;
background-color: transparent;
color: var(--theme);
}
.page-nav-wrap ul li .page-numbers:hover {
background-color: var(--yellow);
color: var(--body) !important;
}
.box-shadow {
box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}
.pt-100 {
padding-top: 100px;
}
@media (max-width: 991px) {
.pt-100 {
padding-top: 80px;
}
}
.pt-104 {
padding-top: 104px;
}
@media (max-width: 991px) {
.pt-104 {
padding-top: 80px;
}
}
.pt-110 {
padding-top: 110px;
}
@media (max-width: 991px) {
.pt-110 {
padding-top: 80px;
}
}
.pb-100 {
padding-bottom: 100px;
}
@media (max-width: 991px) {
.pb-100 {
padding-bottom: 80px;
}
}
.pb-110 {
padding-bottom: 110px;
}
@media (max-width: 991px) {
.pb-110 {
padding-bottom: 80px;
}
}
.pb-30 {
padding-bottom: 30px;
}
.pt-30 {
padding-top: 30px;
}
.margin-top-10 {
margin-top: -10px;
}
.margin-top-5 {
margin-top: -5px;
}
.margin-top-60 {
margin-top: -65px;
}
@media (max-width: 1399px) {
.margin-top-60 {
margin-top: -25px;
}
}
@media (max-width: 1199px) {
.margin-top-60 {
margin-top: -27px;
}
}
@media (max-width: 991px) {
.margin-top-60 {
margin-top: -75px;
}
}
@media (max-width: 767px) {
.margin-top-60 {
margin-top: -65px;
}
}
.margin-top-8 {
margin-top: -10px;
}
.mt-n30 {
margin-top: -30px !important;
}
.mt-n50 {
margin-top: -50px !important;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mr-7 {
margin-right: 7px;
}
.mb-20 {
margin-bottom: 20px;
}
.mr-44 {
margin-right: 44px;
}
.ml-15 {
margin-left: 15px;
}
.mr-15 {
margin-right: 15px;
}
.ml-22 {
margin-left: 22px;
}
.mb-40 {
margin-bottom: 40px;
}
@media (max-width: 767px) {
.mb-40 {
margin-bottom: 35px;
}
}
@media (max-width: 575px) {
.mb-40 {
margin-bottom: 25px;
}
}
.mb-60 {
margin-bottom: 60px;
}
@media (max-width: 767px) {
.mb-60 {
margin-bottom: 40px;
}
}
@media (max-width: 575px) {
.mb-60 {
margin-bottom: 25px;
}
}
.mb-65 {
margin-bottom: 65px;
}
@media (max-width: 767px) {
.mb-65 {
margin-bottom: 45px;
}
}
@media (max-width: 575px) {
.mb-65 {
margin-bottom: 30px;
}
}
.ml-50 {
margin-left: 50px;
}
@media (max-width: 1199px) {
.ml-50 {
margin-left: 0;
}
}
.mt-n10 {
margin-top: -10px;
}
.mt-n5 {
margin-top: -5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-25 {
margin-top: 25px;
}
.mt-40 {
margin-top: 40px;
}
.mt-60 {
margin-top: 60px;
}
.mt-80 {
margin-top: 80px;
}
.mt-90 {
margin-top: 90px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-55 {
margin-bottom: 55px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-100 {
margin-bottom: 100px;
}
@media (min-width: 992px) {
.mb-md-100 {
margin-bottom: 100px;
}
}
.pb-262 {
padding-bottom: 262px !important;
}
@media (max-width: 767px) {
.pb-262 {
padding-bottom: 80px !important;
}
}
.mxw-345 {
max-width: 345px;
}
.mxw-410 {
max-width: 410px;
}
.mxw-440 {
max-width: 440px;
}
.mxw-530 {
max-width: 530px;
}
.mxw-565 {
max-width: 565px;
}
.mxw-570 {
max-width: 570px;
}
.mxw-586 {
max-width: 586px;
}
.mxw-630 {
max-width: 630px;
}
.mxw-640 {
max-width: 640px;
}
.mxw-651 {
max-width: 651px;
}
.mxw-685 {
max-width: 685px;
}
.mxw-850 {
max-width: 850px;
}
.mxw-848 {
max-width: 848px;
}
.mxw-705 {
max-width: 705px;
}
.mxw-770 {
max-width: 770px;
}
.mxw-300 {
max-width: 300px;
}
.mih-100 {
min-height: 100px;
}
.bg-img {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.background-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.center {
text-align: center;
margin: 0 auto;
}
.bg-theme {
background-color: var(--theme) !important;
}
.bg-theme2 {
background: var(--theme2) !important;
}
.bg-theme3 {
background: var(--theme3) !important;
}
.bg-orange {
background-color: var(--orange) !important;
}
.bg-color1 {
background-color: #0B0B0C;
}
.bg-color2 {
background-color: #343434;
}
.bg-title {
background-color: var(--title);
}
.text-title {
color: var(--title);
}
.text-dark2 {
color: #838387 !important;
}
.text-bg-color2 {
color: var(--theme2) !important;
}
.text-theme-color {
color: var(--theme) !important;
}
.text-theme-color2 {
color: var(--theme2) !important;
}
.text-orange-color {
color: var(--orange) !important;
}
.bg-transparent {
background: transparent;
}
.border-theme {
border: 1px solid var(--theme);
}
.border-dark {
border-bottom: 1px solid #54595F;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.bg-theme-color {
background: var(--theme) !important;
}
.bg-theme-color2 {
background: var(--theme);
}
.checklist.style1 {
display: flex;
flex-direction: column;
gap: 15px;
}
.checklist.style1 li span {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
}
@media (max-width: 767px) {
.checklist.style1 li span {
font-size: 16px;
}
}
.checklist.style1 li img {
margin-right: 8px;
}
.checklist.style2 {
margin-top: 40px;
margin-bottom: 40px;
}
.checklist.style2 ul {
display: flex;
align-items: center;
margin-left: 6px;
gap: 8px;
list-style-type: none;
}
.checklist.style2 ul .icon {
color: var(--yellow);
font-family: "Font Awesome 6 Free";
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: normal;
margin-right: 5px;
}
.checklist.style3 {
margin-top: 40px;
margin-bottom: 40px;
}
.checklist.style3 ul {
display: flex;
align-items: center;
margin-left: 6px;
gap: 8px;
list-style-type: none;
}
.checklist.style3 ul .icon {
color: var(--white);
font-family: "Font Awesome 6 Free";
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: normal;
margin-right: 5px;
}
/* Style the email input container */
.email-input-container {
width: 304px;
position: relative;
display: flex;
justify-content: start;
align-items: center;
gap: 8px;
}
@media (max-width: 500px) {
.email-input-container {
width: 260px;
}
}
.email-input-container #email {
width: 304px;
padding: 30px 16px;
border-radius: 8px;
background: var(--theme);
color: var(--white);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border: none;
outline: none;
box-sizing: border-box;
border-radius: 999px;
border: 0.5px solid var(--yellow);
}
.email-input-container #email::placeholder {
color: var(--white) !important;
}
@media (max-width: 500px) {
.email-input-container #email {
width: 260px;
}
}
.email-input-container.style2 #email {
border: none;
background: var(--body);
}
.email-input-container #submitButton {
position: absolute;
top: 5px;
right: 7px;
padding: 10px 20px;
font-size: 16px;
border: none;
border-radius: 999px;
background: var(--yellow);
color: var(--black);
cursor: pointer;
display: flex;
width: 50px;
height: 50px;
padding: 16.667px 25px;
justify-content: center;
align-items: center;
gap: 8.333px;
flex-shrink: 0;
outline: none;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
-ms-border-radius: 999px;
-o-border-radius: 999px;
transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
}
.email-input-container #submitButton:hover {
background: var(--yellow);
}
/*----------------------------------------------
# Video style here
----------------------------------------------*/
.video-box-area {
position: relative;
z-index: 3;
}
.video-box-area .section-bg {
z-index: 4;
}
.video-box-area .video-box {
position: relative;
z-index: 5;
padding: 300px 0 270px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
}
.video-box-area .video-box .play-btn {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
z-index: 6;
}
.video-box-area .video-box.style1 {
padding: 275px 0 301px;
}
@media (max-width: 1199px) {
.chooseUs-section.section-margin-top {
margin-top: 80px;
}
}
/*------ 2.3 Input ------*/
select, .single-select, .form-control, .form-select, textarea, input {
height: 64px;
padding: 0 30px;
border: 1px solid var(--border);
color: var(--white);
background-color: var(--theme);
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
font-size: 18.281px;
font-weight: 400;
width: 100%;
line-height: 34px;
font-family: "Inter", sans-serif;
transition: 0.4s ease-in-out;
border-radius: 0px;
opacity: 0.8;
}
select:focus, .single-select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus {
outline: 0;
box-shadow: none;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
background-color: var(--theme);
}
select::placeholder, .single-select::placeholder, .form-control::placeholder, .form-select::placeholder, textarea::placeholder, input::placeholder {
color: var(--white);
opacity: 0.8;
}
.form-text {
font-size: 16px;
}
.form-text a {
color: var(--title);
font-weight: 500;
}
.single-select, .form-select, select {
display: block;
width: 100%;
line-height: 56px;
height: 64px;
padding: 0 30px;
font-size: 18.281px;
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
cursor: pointer;
}
.single-select:after, .form-select:after, select:after {
border-bottom: 1px solid var(--title);
border-right: 1px solid var(--title);
right: 20px;
height: 7px;
width: 7px;
}
.single-select .list, .form-select .list, select .list {
width: 100%;
display: block;
border-radius: 0;
}
.single-select.style2, .form-select.style2, select.style2 {
padding: 0 20px;
font-size: 16px;
position: relative;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
background-size: 24px 12px;
}
.single-select.style2:after, .form-select.style2:after, select.style2:after {
content: "";
position: absolute;
right: 20px;
width: 10px;
height: 6px;
border-top: solid 6px var(--body-color);
border-left: solid 5px transparent;
border-right: solid 5px transparent;
transform: rotate(0);
border-bottom: 0;
margin-top: -2px;
z-index: 9;
}
.single-select.style2.open:after, .form-select.style2.open:after, select.style2.open:after {
border-top: 0;
border-bottom: solid 6px var(--body-color);
border-left: solid 5px transparent;
border-right: solid 5px transparent;
transform: none;
}
.single-select.style3, .form-select.style3, select.style3 {
background: var(--border);
padding: 0 20px;
font-size: 14px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
background-size: 50px 10px;
background-repeat: no-repeat;
background-position: right;
}
.single-select.style-white2, .form-select.style-white2, select.style-white2 {
background: var(--white);
border-color: var(--white);
padding: 0 30px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
background-size: 70px 12px;
background-repeat: no-repeat;
background-position: right;
}
.single-select.style-white2:after, .form-select.style-white2:after, select.style-white2:after {
right: 30px;
}
.single-select {
background-image: none !important;
}
textarea.form-control, textarea {
min-height: 117px;
padding-top: 16px;
padding-bottom: 17px;
}
textarea.form-control.style2, textarea.style2 {
min-height: 105px;
}
.form-group {
margin-bottom: var(--bs-gutter-x);
position: relative;
}
.form-group > i {
display: inline-block;
position: absolute;
right: 25px;
top: 21px;
font-size: 16px;
color: var(--yellow);
}
.form-group > i.fa-envelope {
padding-top: 1px;
}
.form-group > i.fa-comment {
margin-top: -2px;
}
.form-group > i.fa-chevron-down {
width: 17px;
background-color: var(--yellow);
}
.form-group.has-label > i {
top: 50px;
}
.form-group .input-icon {
display: inline-block;
position: absolute;
right: 42px;
top: 19px;
font-size: 16px;
color: var(--yellow);
}
.form-group .input-icon:hover {
color: var(--theme);
}
.form-group.style-2 .form-control {
padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
padding: 16px 30px 30px 55px;
}
.form-group.style-white .form-control {
background: var(--white);
}
.form-group.style-white2 .form-control {
background: var(--white);
border-color: var(--white);
padding: 0 45px 0 30px;
}
.form-group.style-white2 textarea.form-control {
padding: 16px 45px 30px 30px;
}
[class*=col-].form-group > i {
right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
left: calc(var(--bs-gutter-x) / 2 + 30px);
right: auto;
}
option:checked, option:focus, option:hover {
background-color: var(--theme);
color: var(--white);
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
input[type=checkbox] {
visibility: hidden;
opacity: 0;
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
display: none;
border-radius: 10px;
}
input[type=checkbox]:checked ~ label:after {
opacity: 1;
}
input[type=checkbox] ~ label {
position: relative;
padding-left: 30px;
cursor: pointer;
display: block;
}
input[type=checkbox] ~ label:before {
content: "";
position: absolute;
left: 0px;
top: 3.5px;
background: var(--white);
border: 1px solid var(--border);
height: 20px;
width: 20px;
text-align: center;
}
input[type=checkbox] ~ label:after {
content: "";
position: absolute;
left: 6px;
top: 9px;
background: var(--theme);
height: 8px;
width: 8px;
opacity: 0;
transition: 0.4s;
}
input[type=checkbox].style2 ~ label {
color: #8B929C;
padding-left: 23px;
margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
background-color: white;
border: 1px solid rgb(247, 204, 215);
height: 14px;
width: 14px;
line-height: 14px;
border-radius: 3px;
top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
color: var(--theme);
}
input[type=radio] {
visibility: hidden;
opacity: 0;
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
display: none;
}
input[type=radio] ~ label {
position: relative;
padding-left: 30px;
cursor: pointer;
line-height: 1;
display: inline-block;
font-weight: 600;
margin-bottom: 0;
}
input[type=radio] ~ label::before {
content: "\f111";
position: absolute;
left: 0;
top: -2px;
width: 20px;
height: 20px;
padding-left: 0;
font-size: 0.6em;
line-height: 19px;
text-align: center;
border: 1px solid var(--theme);
border-radius: 100%;
font-weight: 700;
background: var(--white);
color: transparent;
transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
border-color: var(--theme);
background-color: var(--theme);
color: var(--white);
}
label {
margin-bottom: 0.5em;
margin-top: -0.3em;
display: block;
color: var(--title);
font-family: "Inter", sans-serif;
font-size: 16px;
}
textarea.is-invalid, select.is-invalid, input.is-invalid, .was-validated input:invalid {
border: 1px solid red !important;
background-position: right calc(0.375em + 0.8875rem) center;
background-image: none;
}
textarea.is-invalid:focus, select.is-invalid:focus, input.is-invalid:focus, .was-validated input:invalid:focus {
outline: 0;
box-shadow: none;
}
textarea.is-invalid {
background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}
.row.no-gutters > .form-group {
margin-bottom: 0;
}
.form-messages {
display: none;
}
.form-messages.mb-0 * {
margin-bottom: 0;
}
.form-messages.success {
color: green;
display: block;
}
.form-messages.error {
color: red;
display: block;
}
.form-messages pre {
padding: 0;
background-color: transparent;
color: inherit;
}
/*------ 2.4 Preloader ------*/
/* Preloader Styling */
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
opacity: 1;
transition: opacity 0.6s ease, visibility 0.6s ease;
overflow: hidden;
}
#preloader.loaded {
opacity: 0;
visibility: hidden;
}
#preloader .bar-container {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 20px;
}
#preloader .bar-container .bar {
width: 10px;
height: 50px;
background: linear-gradient(45deg, #1a1919, #d5ff19);
border-radius: 5px;
animation: bounce 1.2s infinite ease-in-out;
}
#preloader .bar-container .bar:nth-child(1) {
animation-delay: 0s;
}
#preloader .bar-container .bar:nth-child(2) {
animation-delay: 0.2s;
}
#preloader .bar-container .bar:nth-child(3) {
animation-delay: 0.4s;
}
#preloader .bar-container .bar:nth-child(4) {
animation-delay: 0.6s;
}
#preloader .bar-container .bar:nth-child(5) {
animation-delay: 0.8s;
}
#preloader h2 {
color: var(--main-color);
font-size: 1.5rem;
letter-spacing: 2px;
text-transform: uppercase;
animation: fadeIn 1s ease-in-out infinite;
}
.back-to-top {
border-radius: 12px;
background-color: var(--theme);
width: 50px;
height: 50px;
line-height: 50px;
color: var(--yellow);
font-size: 18px;
position: fixed;
display: inline-block;
z-index: 99;
right: 30px;
bottom: 30px;
transition: all 0.4s ease-in-out;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
}
.back-to-top:hover {
background-color: var(--title);
}
.back-to-top.show {
opacity: 1;
visibility: visible;
transform: translate(0);
border-radius: 50%;
background: var(--yellow);
color: var(--theme);
}
/*------ 2.5 Meanmenu ------*/
/*----------------------------------------------
# Meanmenu style here
----------------------------------------------*/
.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;
}
.mean-container .mean-nav > ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
display: flex;
align-items: center;
gap: 30px;
justify-content: space-between;
}
@media (max-width: 1199px) {
.mean-container .mean-nav > ul .homemenu-items {
flex-wrap: wrap;
}
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
position: relative;
}
@media (max-width: 1199px) {
.mean-container .mean-nav > ul .homemenu-items .homemenu {
max-width: 300px;
text-align: center;
margin: 0 auto;
border: 1px solid var(--border);
padding: 10px;
}
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60%;
gap: 10px;
display: flex;
justify-content: center;
flex-direction: column;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease-in-out;
margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
padding: 12px 20px;
color: var(--white) !important;
width: initial;
font-size: 16px;
text-align: center;
border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
color: var(--white) !important;
}
.mean-container .mean-nav > ul .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: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
visibility: visible;
opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
opacity: 1;
visibility: visible;
bottom: 50%;
transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
text-align: center;
margin: 15px auto;
display: inline-block;
font-size: 16px;
}
.mean-container a.meanmenu-reveal {
display: none !important;
}
.mean-container .mean-nav ul li a {
width: 100%;
padding: 10px 0;
color: var(--white) !important;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
text-transform: capitalize;
border: none;
}
.mean-container .mean-nav ul li a:hover {
color: var(--theme);
}
.mean-container .mean-nav ul li a:last-child {
border-bottom: 0;
}
.mean-container .mean-nav ul li a:hover {
color: var(--theme2);
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 5px;
padding: 0 3px !important;
border: 1px solid var(--border) !important;
display: flex;
align-items: center;
justify-content: center;
}
.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(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
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;
}
/*------ 2.6 Common ------*/
.marquee-wrapper {
position: relative;
overflow: hidden;
white-space: nowrap;
height: 107px;
padding-top: 15px;
background: var(--yellow);
z-index: 9;
}
.marquee-wrapper.style-1 {
background-color: transparent;
line-height: 55px;
}
@media (max-width: 1399px) {
.marquee-wrapper.style-1 {
margin-bottom: 0px;
margin: 30px 0;
}
}
@media (max-width: 767px) {
.marquee-wrapper.style-1 {
margin-bottom: -50px;
margin: 0px 0px;
}
}
.marquee-wrapper.style-1.text-slider {
height: auto;
}
.marquee-wrapper.style-2 {
line-height: 55px;
}
.text-slider {
font-family: var(--title);
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 57.6px;
color: var(--white);
}
@media (max-width: 767px) {
.text-slider {
font-size: 36px;
}
}
.text-slider img {
margin-bottom: 10px;
margin-right: 8px;
margin-left: 10px;
}
.marquee-inner {
position: absolute;
display: inline-flex;
width: 200%;
}
.marquee-list {
float: left;
width: 50%;
}
.marquee-item {
float: left;
transition: animation 0.2s ease-out;
}
.marquee-item.style1 .text-style {
transition: all 0.4s ease-in-out;
background-image: linear-gradient(var(--theme), var(--theme));
background-position: 0 95%;
background-repeat: no-repeat;
background-size: 0% 2px;
color: transparent;
-webkit-text-stroke: 1px #bcb8b1;
font-family: "Syne", sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}
.marquee-item.style1 .text-style:hover {
color: var(--theme);
background-size: 100% 3px;
opacity: 1;
}
.marquee-item.style-2 .text-slider {
color: var(--body);
font-family: "Syne", sans-serif;
font-size: 54px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 133.333% */
}
@media (max-width: 767px) {
.marquee-item.style-2 .text-slider {
font-size: 36px;
}
}
.marquee-item.style-2 .text-style {
transition: all 0.4s ease-in-out;
background-image: linear-gradient(var(--theme2), var(--theme2));
background-position: 0 95%;
background-repeat: no-repeat;
background-size: 0% 2px;
}
.marquee-item.style-2 .text-style:hover {
color: var(--theme2);
background-size: 100% 3px;
opacity: 0.7;
}
.marquee-inner.to-left {
animation: marqueeLeft 25s linear infinite;
}
@keyframes marqueeLeft {
0% {
left: 0;
}
100% {
left: -100%;
}
}
.marquee-inner.to-right {
animation: marqueeRight 25s linear infinite;
}
@keyframes marqueeRight {
0% {
right: 0;
}
100% {
right: -100%;
}
}
.marque-section-2 {
position: relative;
}
.progress-wrap {
margin-bottom: 30px;
}
.progress-wrap .progress-meta {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
max-width: 504px;
}
.progress-wrap .progress-meta .title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.957% */
}
.progress-wrap .progress-meta .percentage {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.957% */
opacity: 0.8;
}
@media (max-width: 500px) {
.progress-wrap .progress-meta {
gap: 210px;
}
}
@media (max-width: 470px) {
.progress-wrap .progress-meta {
gap: 136px;
}
}
.progress-wrap .progress-container {
position: relative;
max-width: 630px;
height: 14px;
border-radius: 999px;
background: var(--theme);
overflow: visible;
}
.progress-wrap .progress-container .progress-bar {
height: 14px;
border-radius: 999px;
background: var(--yellow);
position: relative;
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap;
z-index: 1;
}
@media (max-width: 575px) {
.progress-wrap .progress-container {
width: 85%;
}
}
.progress-wrap .progress-container.style2:before, .progress-wrap .progress-container.style2:after {
background-color: var(--theme2);
}
.mouse-cursor {
position: fixed;
left: 0;
top: 0;
pointer-events: none;
border-radius: 50%;
-webkit-transform: translateZ(0);
transform: translateZ(0);
visibility: hidden;
}
.cursor-inner {
width: 6px;
height: 6px;
z-index: 10000001;
background-color: var(--yellow);
-webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
margin-left: -35px;
margin-top: -35px;
width: 70px;
height: 70px;
background-color: var(--theme2);
opacity: 0.3;
}
.cursor-outer {
margin-left: -12px;
margin-top: -12px;
width: 30px;
height: 30px;
border: 1px solid var(--yellow);
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 10000000;
opacity: 0.5;
-webkit-transition: all 0.08s ease-out;
-o-transition: all 0.08s ease-out;
transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
opacity: 0;
}
.search-wrap {
width: 100%;
height: 100%;
overflow: hidden;
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 999999;
background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
position: relative;
width: 100%;
height: 100%;
}
.search-wrap .search-cell {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
}
.search-wrap .search-field-holder {
width: 50%;
margin: auto;
position: relative;
animation: slideInUp 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.search-wrap .search-field-holder {
width: 70%;
}
}
@media (max-width: 575px) {
.search-wrap .search-field-holder {
width: 80%;
}
}
.search-wrap .main-search-input {
width: 100%;
height: 70px;
border: 0;
padding: 0 50px;
text-transform: capitalize;
background: transparent;
font-size: 25px;
color: var(--theme);
border-bottom: 2px solid var(--theme);
text-align: center;
letter-spacing: 2px;
}
@media (max-width: 575px) {
.search-wrap .main-search-input {
height: 50px;
padding: 0 0;
line-height: 50px;
font-size: 18px;
}
}
.search-wrap input.form-control, .search-wrap input.form-control:focus {
background-color: var(--theme);
}
input.main-search-input::placeholder {
color: var(--theme);
opacity: 1;
font-size: 25px;
}
@media (max-width: 575px) {
input.main-search-input::placeholder {
font-size: 18px;
}
}
.search-close {
position: absolute;
top: 50px;
right: 50px;
font-size: 30px;
color: var(--theme);
cursor: pointer;
}
.inner-section-padding {
padding: 100px 0;
}
@media (max-width: 1199px) {
.inner-section-padding {
padding: 100px 0;
}
}
@media (max-width: 991px) {
.inner-section-padding {
padding: 90px 0;
}
}
@media (max-width: 575px) {
.inner-section-padding {
padding: 80px 0;
}
}
.section-padding {
padding: 120px 0;
}
@media (max-width: 991px) {
.section-padding {
padding: 80px 0;
}
}
@media (max-width: 575px) {
.section-padding {
padding: 60px 0;
}
}
.section-margin {
margin: 60px 0;
}
@media (max-width: 575px) {
.section-margin {
margin: 40px 0;
}
}
.section-margin-top {
margin-top: 60px;
}
@media (max-width: 575px) {
.section-margin-top {
margin-top: 40px;
}
}
.section-margin-bottom {
margin-bottom: 60px;
}
@media (max-width: 575px) {
.section-margin-bottom {
margin-bottom: 40px;
}
}
.author-meta {
display: flex;
align-items: center;
justify-content: space-between;
}
.author-meta:not(:last-child) {
padding-bottom: 27px;
}
.author-meta .fancy-box.style1 {
display: flex;
align-items: center;
justify-content: center;
gap: 25px;
}
.author-meta .fancy-box.style1 .item i {
color: var(--yellow);
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: normal;
width: 40px;
height: 40px;
flex-shrink: 0;
background: var(--theme);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.author-meta .fancy-box.style1 .item h6 {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.9;
}
.author-meta .fancy-box.style1 .item p {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.957% */
}
.author-meta .fancy-box.style2 {
display: flex;
align-items: center;
justify-content: center;
gap: 25px;
}
.tes-cus .fancy-box.style2 .te-icon {
width: 60px;
height: 60px;
flex-shrink: 0;
border: 1px solid rgb(82, 82, 84);
background: var(--body);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.author-meta .fancy-box.style2 .item h6 {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.author-meta .fancy-box.style2 .item p {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.957% */
}
.author-meta .fancy-box.style3 {
display: flex;
align-items: center;
justify-content: center;
gap: 25px;
padding: 30px 30px 40px;
border-radius: 30px;
border: 1px solid var(--yellow);
background: var(--body);
}
.author-meta .fancy-box.style3 .item .number {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 125% */
}
.author-meta .fancy-box.style3 .item p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
}
.author-meta .fancy-box.style4 {
display: flex;
align-items: center;
justify-content: center;
gap: 25px;
}
.author-meta .fancy-box.style4 .item i {
border: 1px solid var(--yellow);
color: var(--yellow);
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: normal;
width: 60px;
height: 60px;
flex-shrink: 0;
background: var(--theme);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.author-meta .fancy-box.style4 .item h6 {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.9;
}
.author-meta .fancy-box.style4 .item p {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
.custom-hr {
border-bottom: 1px solid; /* Adjust thickness */
border-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) 1;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #CCC;
margin-bottom: 60px;
}
/* Style the pagination container */
.slider-pagination {
display: flex;
justify-content: center;
gap: 10px;
padding-top: 44px;
}
.swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #ccc;
border-radius: 50%;
transition: all 0.3s ease;
cursor: pointer;
}
.swiper-pagination-bullet-active {
background-color: var(--body);
transform: scale(1.2);
border: 3px solid rgb(88, 83, 83);
}
.bg-gray {
background-color: var(--title);
}
.bg-gray-half {
position: relative;
}
.bg-gray-half::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%;
background-color: var(--title);
}
/*------ 2.7 Buttons ------*/
/*----------------------------------------------
# Buttons style here
----------------------------------------------*/
.ct-btn {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 13.016px;
font-style: normal;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
display: flex;
height: 60px;
padding: 20px 30px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 999px;
border: 1px solid var(--yellow);
}
.ct-btn i {
margin-left: 5px;
}
.ct-btn::before {
content: "";
width: 0;
height: 50%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn::after {
content: "";
width: 0;
height: 50%;
position: absolute;
bottom: 0;
right: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn i {
margin-left: 10px;
}
.ct-btn:hover {
color: var(--white);
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.ct-btn:hover::before, .ct-btn:hover::after {
width: 100%;
}
.ct-btn:hover .getQuote {
color: var(--white) !important;
}
.ct-btn.style2 {
background: var(--white);
border-radius: 20px;
border: 1px solid var(--border);
color: var(--theme);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
transition: all 0.4s ease-in-out;
}
.ct-btn.style2 i {
margin-left: 5px;
}
.ct-btn.style2::before {
content: "";
background-color: var(--theme);
width: 0;
height: 52%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn.style2::after {
content: "";
background-color: var(--theme);
width: 0;
height: 50%;
position: absolute;
bottom: 0;
right: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn.style2 i {
margin-left: 10px;
background: rgba(11, 11, 11, 0.1);
padding: 6px;
border-radius: 50px;
}
.ct-btn.style2:hover {
color: var(--white);
border-radius: 20px;
}
.ct-btn.style2:hover::before, .ct-btn.style2:hover::after {
width: 100%;
}
.ct-btn.style3 {
background: var(--theme2);
border-radius: 20px;
border: 1px solid var(--border);
color: var(--white);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
transition: all 0.4s ease-in-out;
}
.ct-btn.style3 i {
margin-left: 5px;
}
.ct-btn.style3::before {
content: "";
width: 0;
height: 50%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn.style3::after {
content: "";
width: 0;
height: 50%;
position: absolute;
bottom: 0;
right: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn.style3 i {
margin-left: 10px;
}
.ct-btn.style3:hover {
color: var(--white);
border-radius: 20px;
}
.ct-btn.style3:hover::before, .ct-btn.style3:hover::after {
width: 100%;
}
.ct-btn.style4 {
display: inline-flex;
height: 60px;
padding: 20px 30px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 999px;
background: var(--theme);
color: var(--white);
border: 1px solid var(--border);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 13.016px;
font-style: normal;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
}
@media (max-width: 575px) {
.ct-btn.style4 {
padding: 20px 13px;
}
}
.ct-btn.style4 i {
color: var(--body);
font-size: 12px;
font-style: normal;
font-weight: 900;
line-height: normal;
margin-left: 5px;
background: var(--yellow);
padding: 5px;
border-radius: 50px;
}
.ct-btn.style4:hover {
color: var(--body) !important;
background: var(--yellow);
}
.ct-btn.style4:hover:before, .ct-btn.style4:hover:after {
border-width: 100%;
}
.ct-btn.style4:hover i {
background: rgba(11, 11, 11, 0.1);
}
.ct-btn.style5 {
background: var(--white);
color: var(--title);
min-width: 230px;
}
.ct-btn.style5::before {
content: "";
background-color: var(--theme);
width: 0;
height: 50%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn.style5::after {
content: "";
background-color: var(--theme);
width: 0;
height: 50%;
position: absolute;
bottom: 0;
right: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn.style5 i {
margin-left: 10px;
}
.ct-btn.style5:hover {
color: var(--white);
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.ct-btn.style5:hover::before, .ct-btn.style5:hover::after {
background-color: var(--title);
width: 100%;
}
.ct-btn.style6 {
padding: 20px 36px;
border-radius: 100px;
background: var(--theme2);
color: var(--white);
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.ct-btn.style6:hover {
color: var(--white);
}
.ct-btn.style6:hover:before, .ct-btn.style6:hover:after {
width: 100%;
}
.ct-btn.style7 {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 13.016px;
font-style: normal;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
display: inline-flex;
height: 60px;
padding: 20px 30px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 999px;
border: 1px solid var(--border);
transition: all 0.4s ease-in-out;
}
.ct-btn.style7 i {
margin-left: 5px;
}
.ct-btn.style7 i {
margin-left: 10px;
background: var(--theme);
padding: 6px;
border-radius: 50px;
}
.ct-btn.style8 {
color: var(--body);
font-family: "Inter", sans-serif;
font-size: 13.016px;
font-style: normal;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
display: inline-flex;
height: 60px;
padding: 20px 30px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 999px;
background: var(--yellow);
transition: all 0.4s ease-in-out;
width: 100%;
}
.ct-btn.style8 i {
margin-left: 5px;
}
.ct-btn.style8::before {
content: "";
background-color: var(--theme);
width: 0;
height: 52%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn.style8::after {
content: "";
background-color: var(--theme);
width: 0;
height: 50%;
position: absolute;
bottom: 0;
right: 0;
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: -1;
}
.ct-btn.style8 i {
margin-left: 10px;
background: rgba(11, 11, 11, 0.1);
padding: 6px;
border-radius: 50px;
}
.ct-btn.style8:hover {
border-radius: 999px;
border: 1px solid var(--border);
}
.ct-btn.style8:hover::before, .ct-btn.style8:hover::after {
width: 100%;
}
.ct-btn.style9 {
display: inline-flex;
height: 60px;
padding: 20px 95px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 999px;
background: var(--theme);
color: var(--white);
border: 1px solid var(--border);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 13.016px;
font-style: normal;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
margin-top: 7px;
transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
.ct-btn.style9 {
padding: 20px 30px;
}
}
.ct-btn.style9 i {
color: var(--body);
font-size: 12px;
font-style: normal;
font-weight: 900;
line-height: normal;
margin-left: 5px;
background: var(--yellow);
padding: 5px;
border-radius: 50px;
}
.ct-btn.style9:hover {
color: var(--body) !important;
background: var(--yellow);
}
.ct-btn.style9:hover:before, .ct-btn.style9:hover:after {
border-width: 100%;
}
.ct-btn.style9:hover i {
background: rgba(11, 11, 11, 0.1);
}
.ct-btn.style10 {
display: inline-flex;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
color: var(--white);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 13.016px;
font-style: normal;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
border: none;
padding: 0;
height: 0;
}
.ct-btn.style10 i {
color: var(--body);
font-size: 12px;
font-style: normal;
font-weight: 900;
line-height: normal;
margin-left: 5px;
background: var(--yellow);
padding: 5px;
border-radius: 50px;
}
.ct-btn.style10:hover {
color: var(--yellow) !important;
background: var(--yellow);
}
/* Slider Arrow Button */
.slider-arrow-btn {
display: flex;
gap: 15px;
}
.slider-arrow.style1 {
display: inline-block;
width: 60px;
height: 60px;
flex-shrink: 0;
text-align: center;
background: var(--theme);
color: var(--yellow);
margin-top: -0.4em;
box-shadow: 0px 10px 30px 0px rgba(52, 55, 170, 0.15);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
}
.slider-arrow.style1:hover {
background: var(--yellow);
color: var(--body);
box-shadow: 0px 10px 30px 0px rgba(52, 55, 170, 0.15);
}
.slider-arrow.style1.style2 {
background: var(--theme2);
color: var(--title);
}
.slider-arrow.style1.style2:hover {
background: var(--theme);
color: var(--white);
}
.slider-arrow.style2 {
display: inline-block;
flex-shrink: 0;
text-align: center;
color: var(--white);
transition: all 0.4s ease-in-out;
border-radius: 999px;
border: 2px solid var(--theme);
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.slider-arrow.style3 {
display: inline-block;
flex-shrink: 0;
text-align: center;
color: var(--white);
transition: all 0.4s ease-in-out;
border-radius: 999px;
border: 2px solid var(--theme);
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: normal;
width: 60px;
height: 60px;
flex-shrink: 0;
}
.slider-arrow.style3:hover {
color: var(--two-color);
border-radius: 999px;
border: 1px solid var(--yellow);
}
/*------ 2.8 Sidebar ------*/
/*----------------------------------------------
# Widget Sidebar style here
----------------------------------------------*/
.main-sidebar .single-sidebar-widget {
padding: 40px;
border-radius: 20px;
background: var(--theme);
margin-bottom: 40px;
}
@media (max-width: 767px) {
.main-sidebar .single-sidebar-widget {
padding: 20px;
}
}
@media (max-width: 575px) {
.main-sidebar .single-sidebar-widget {
padding: 10px 5px;
}
}
.main-sidebar .single-sidebar-widget .wid-title {
margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
position: relative;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 83px;
content: "";
background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .search-widget form {
width: 100%;
position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
background-color: var(--white);
font-size: 15px;
padding: 20px;
width: 100%;
border: none;
color: var(--yellow);
}
.main-sidebar .single-sidebar-widget .search-widget form button {
position: absolute;
right: 0;
top: 0;
width: 70px;
font-size: 18px;
height: 100%;
background: var(--theme);
border: none;
color: var(--white);
text-align: center;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
background: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul {
padding-left: 0;
list-style-type: none;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
font-weight: 500;
transition: all 0.4s ease-in-out;
background: var(--theme);
border: 1px solid var(--border);
border-radius: 999px;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
-ms-border-radius: 999px;
-o-border-radius: 999px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li i {
background: rgb(44, 46, 23);
border-radius: 50px;
padding: 10px;
color: var(--yellow);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 30px;
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.957% */
}
@media (max-width: 575px) {
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
padding: 15px;
}
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a span {
transition: all 0.4s ease-in-out;
color: var(--title);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
margin-bottom: 30px;
border-radius: 999px;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
-ms-border-radius: 999px;
-o-border-radius: 999px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
background: var(--theme);
color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
color: var(--white) !important;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
background: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
display: flex;
align-items: center;
gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #E6E5E5;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
width: 78px;
height: 79px;
object-fit: cover;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
color: var(--theme);
font-family: "Syne", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
color: var(--theme2);
margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
font-weight: 700;
margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
color: var(--title);
font-family: "Syne", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
color: var(--theme2);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
display: inline-flex;
padding: 10px 16px;
color: var(--title);
font-family: "Syne", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 14px;
text-transform: capitalize;
background: var(--white);
margin-right: 5px;
margin-bottom: 10px;
border: none;
border-radius: 4px;
transition: all 0.4s ease-in-out;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
background: var(--theme);
color: var(--white) !important;
}
.main-sidebar .single-sidebar-image {
max-width: 500px;
height: 332px;
position: relative;
border-radius: 20px;
}
@media (max-width: 991px) {
.main-sidebar .single-sidebar-image {
max-width: 800px;
}
}
.main-sidebar .single-sidebar-image::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(23, 23, 23, 0.5);
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.main-sidebar .single-sidebar-image .contact-text {
position: relative;
text-align: center;
padding: 85px 65px;
margin: 0 auto;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.main-sidebar .single-sidebar-image .contact-text .icon {
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
background-color: var(--white);
text-align: center;
color: var(--theme);
border-radius: 50%;
margin: 0 auto;
position: relative;
}
.main-sidebar .single-sidebar-image .contact-text .icon::before {
position: absolute;
top: 50%;
left: 50%;
right: 0;
bottom: 0;
width: 60px;
height: 60px;
border-radius: 50%;
border: 1px solid var(--white);
content: "";
transform: translate(-50%, -50%);
}
.main-sidebar .single-sidebar-image .contact-text h4 {
color: var(--white);
text-align: center;
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
.main-sidebar .single-sidebar-image .contact-text h5 {
margin-top: 15px;
}
.main-sidebar .single-sidebar-image .contact-text h5 a {
color: var(--white);
}
.main-sidebar .single-sidebar-download .download-card {
border-radius: 20px;
border: 1px solid var(--border);
background: var(--theme);
padding: 40px;
color: white;
margin: 20px auto;
}
@media (max-width: 575px) {
.main-sidebar .single-sidebar-download .download-card {
padding: 10px 5px;
}
}
.main-sidebar .single-sidebar-download .download-card .download-item {
border-radius: 999px;
border: 1px solid var(--border);
padding: 15px 30px;
display: flex;
align-items: center;
justify-content: space-between;
}
.main-sidebar .single-sidebar-download .download-card .download-item:not(:last-child) {
margin-bottom: 20px;
}
.main-sidebar .single-sidebar-download .download-card .download-item .text {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
}
.main-sidebar .single-sidebar-download .download-card .download-item span {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
}
.recent-post {
display: flex;
align-items: center;
margin-bottom: 25px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.recent-post:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
}
.recent-post .media-img {
margin-right: 20px;
width: 95px;
overflow: hidden;
flex: none;
}
.recent-post .media-img img {
width: 100%;
transition: 0.4s ease-in-out;
}
.recent-post .post-title {
font-weight: 600;
font-size: 18px;
line-height: 1.25;
margin: 10px 0 0px;
font-family: "Syne", sans-serif;
text-transform: capitalize;
}
.recent-post .recent-post-meta {
margin-bottom: -2px;
}
.recent-post .recent-post-meta .price {
font-size: 18px;
font-weight: 700;
color: #c5c5c5;
}
.recent-post .recent-post-meta .price del {
margin-right: 10px;
}
.recent-post .recent-post-meta .price strong {
color: var(--theme);
font-weight: 700;
}
.recent-post .recent-post-meta a {
text-transform: capitalize;
font-size: 14px;
font-weight: 400;
color: var(--yellow);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.recent-post .recent-post-meta a i {
margin-right: 9px;
color: var(--theme2);
transition: 0.4s;
}
.recent-post .recent-post-meta a:hover {
color: var(--theme);
}
.recent-post .recent-post-meta a:hover i {
color: var(--theme);
}
.recent-post:hover .media-img img {
transform: scale(1.1);
}
.widget_shopping_cart .widget_title {
margin-bottom: 30px;
border-bottom: none;
}
.widget_shopping_cart ul {
margin: 0;
padding: 0;
}
.widget_shopping_cart ul li {
list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
position: relative;
padding: 30px 30px 30px 90px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 0;
text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
display: block;
color: var(--yellow);
font-size: 16px;
font-weight: 500;
font-family: "Syne", sans-serif;
font-weight: 600;
color: var(--title);
margin-bottom: 6px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
color: var(--theme);
}
.widget_shopping_cart .cart_list a.remove {
position: absolute;
top: 50%;
left: 95%;
transform: translateY(-50%);
color: var(--yellow);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.widget_shopping_cart .cart_list a.remove:hover {
color: var(--theme);
}
.widget_shopping_cart .cart_list img {
width: 75px;
height: 75px;
position: absolute;
left: 0;
top: 18px;
}
.widget_shopping_cart .quantity {
display: inline-flex;
white-space: nowrap;
vertical-align: top;
margin-right: 20px;
font-size: 14px;
font-weight: 500;
}
.widget_shopping_cart .total {
margin-top: 20px;
font-size: 18px;
color: var(--title);
font-family: "Inter", sans-serif;
}
.widget_shopping_cart .total strong {
font-family: "Syne", sans-serif;
}
.widget_shopping_cart .amount {
padding-left: 5px;
}
.widget_shopping_cart .as-btn {
margin-right: 15px;
}
.widget_shopping_cart .as-btn:last-child {
margin-right: 0;
}
@media (max-width: 1199px) {
.widget_title {
font-size: 22px;
margin: -0.12em 0 24px 0;
}
}
@media (max-width: 330px) {
.recent-post .post-title {
font-size: 16px;
line-height: 24px;
}
.recent-post .recent-post-meta a {
font-size: 12px;
}
}
/*------ 2.9 Title ------*/
/*----------------------------------------------
#Section Title style here
----------------------------------------------*/
.title-wrap {
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-content: space-between;
align-items: center;
}
.title-wrap .title-area {
max-width: 645px;
margin: 0;
}
@media (max-width: 575px) {
.title-wrap {
display: flex;
flex-direction: column;
align-items: start;
justify-content: start;
}
}
.title-area .subtitle {
color: var(--yellow);
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 122.222% */
letter-spacing: 0.72px;
text-transform: uppercase;
margin-bottom: 6px;
}
.title-area .single-section-title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 54px;
font-style: normal;
font-weight: 700;
line-height: 72px;
}
.title-area .single-section-title .digital-text {
color: var(--yellow);
}
@media (max-width: 1199px) {
.title-area .single-section-title {
font-size: 38px;
}
}
@media (max-width: 767px) {
.title-area .single-section-title {
font-size: 30px;
line-height: 45px;
}
}
.title-area .title-desc {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
margin-bottom: 30px;
}
.section-title .subtitle {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 16.8px; /* 120% */
letter-spacing: 4px;
text-transform: uppercase;
margin-bottom: 10px;
}
.section-title .subtitle.bg2 {
background: rgba(255, 255, 255, 0.15);
}
.section-title .subtitle span {
margin: 10px 0;
}
.section-title .subtitle img {
margin-left: 3px;
}
.section-title .title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 125% */
margin-bottom: 25px;
}
@media (max-width: 1199px) {
.section-title .title {
font-size: 35px;
}
}
.section-title .section-desc {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
margin-bottom: 30px;
}
/*============= 3.COMPONENTS ============*/
/*------ 3.1 Header ------*/
/*----------------------------------------------
# Header style here
----------------------------------------------*/
.ct-transparent-header {
position: absolute;
left: 0;
right: 0;
z-index: 999;
}
.header-bg {
background-color: var(--theme);
}
.ct-main-menu {
padding-left: 113px;
}
.ct-main-menu ul li {
display: inline-block;
margin: 0 12px;
position: relative;
}
.ct-main-menu ul li a {
display: inline-block;
padding: 40px 0;
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}
.ct-main-menu ul li a i {
margin-left: 8px;
}
.ct-main-menu ul li .sub-menu {
position: absolute;
top: 105%;
left: 0;
background: white;
width: 175px;
padding: 0 0;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.ct-main-menu ul li .sub-menu li {
display: block;
margin: 0;
transition: 0.3s;
border-bottom: 1px solid var(--border);
}
.ct-main-menu ul li .sub-menu li a {
color: black;
display: block;
padding: 4px 25px;
font-size: 17px;
}
.ct-main-menu ul li .sub-menu li .sub-menu {
left: 100%;
top: 105%;
opacity: 0;
visibility: hidden;
}
.ct-main-menu ul li .sub-menu li:hover {
background: var(--body);
}
.ct-main-menu ul li .sub-menu li:hover > a {
color: var(--white);
}
.ct-main-menu ul li .sub-menu li:hover .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.ct-main-menu ul li:hover a {
color: var(--yellow);
}
.ct-main-menu ul li:hover .sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.sidebar__toggle {
color: var(--white);
margin-left: 30px;
font-size: 24px;
padding: 40px 0;
}
@keyframes ctfadeInDown {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* Example Usage */
.ctfadeInDown {
animation: ctfadeInDown 0.8s ease-in-out;
-webkit-animation: ctfadeInDown 0.8s ease-in-out;
}
.header-sticky {
position: fixed;
background-color: var(--theme);
top: 0;
left: 0;
right: 0;
animation: 500ms ease-in-out 0s normal none 1 running ctfadeInDown;
-webkit-animation: 500ms ease-in-out 0s normal none 1 running ctfadeInDown;
}
.offcanvas__info {
background: var(--title) none repeat scroll 0 0;
border-left: 2px solid var(--theme);
position: fixed;
right: 0;
top: 0;
width: 400px;
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: 99999;
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__logo a img {
max-width: 100%;
}
.offcanvas__logo a .iziti {
color: var(--white);
font-feature-settings: "liga"off, "clig"off;
font-family: "Syne", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}
.offcanvas__wrapper {
position: relative;
height: 133vh;
padding: 30px 30px;
background-color: var(--bg-1);
}
.offcanvas__wrapper .offcanvas__content .text {
color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 15%;
background-color: var(--yellow);
position: relative;
z-index: 9;
cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
color: var(--body);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
margin-bottom: 15px;
}
.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(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
width: 100%;
padding: 16px 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;
text-align: center;
font-size: 16px;
display: block;
background: var(--theme);
color: var(--white);
border-radius: 15%;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
text-align: center;
border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
background-color: var(--theme2);
color: var(--title) !important;
}
.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;
}
}
/*------ 3.2 Hero ------*/
.hero-section.bg-cover {
background: var(--theme);
}
.hero-section.bg-cover2 {
background: linear-gradient(212deg, rgba(238, 251, 19, 0) 19.1%, rgba(238, 251, 19, 0) 54.93%, rgba(238, 251, 19, 0.11) 75.94%);
}
.hero-section.bg-cover3 {
background: linear-gradient(180deg, rgba(238, 251, 19, 0) 18.17%, rgba(238, 251, 19, 0.22) 100%);
border-radius: 0 0 45px 45px;
margin-bottom: -463px;
}
.hero-container-wrapper.style1 {
position: relative;
}
.hero-container-wrapper.style1 .hero-content {
position: relative;
z-index: 99;
}
.hero-container-wrapper.style1 .hero-content h1 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 100px;
font-style: normal;
font-weight: 700;
line-height: 132.918px;
}
@media (max-width: 1600px) {
.hero-container-wrapper.style1 .hero-content h1 {
font-size: 82px;
}
}
@media (max-width: 991px) {
.hero-container-wrapper.style1 .hero-content h1 {
font-size: 65px;
}
}
@media (max-width: 767px) {
.hero-container-wrapper.style1 .hero-content h1 {
line-height: 37.918px;
font-size: 41px;
}
}
.hero-container-wrapper.style1 .hero-content h1 .highlight {
color: var(--body);
font-family: "Syne", sans-serif;
font-size: 100px;
font-style: normal;
font-weight: 700;
line-height: 132.918px;
border-radius: 15px;
background: var(--yellow);
padding: 7px 10px;
}
@media (max-width: 1600px) {
.hero-container-wrapper.style1 .hero-content h1 .highlight {
font-size: 82px;
}
}
@media (max-width: 991px) {
.hero-container-wrapper.style1 .hero-content h1 .highlight {
font-size: 65px;
}
}
@media (max-width: 767px) {
.hero-container-wrapper.style1 .hero-content h1 .highlight {
font-size: 41px;
}
}
.hero-container-wrapper.style1 .hero-content h1 .icon {
margin-right: 54px;
}
@media (max-width: 991px) {
.hero-container-wrapper.style1 .hero-content h1 .icon {
display: none;
}
}
.hero-container-wrapper.style1 .thumb1 {
position: absolute;
left: 15%;
top: 141%;
border-radius: 30px;
}
@media (max-width: 1600px) {
.hero-container-wrapper.style1 .thumb1 {
display: none;
}
}
.hero-container-wrapper.style1 .thumb1 img {
border-radius: 30px;
}
.hero-container-wrapper.style1 .thumb2 {
position: absolute;
right: 15%;
top: 24%;
z-index: 9;
border-radius: 30px;
}
@media (max-width: 991px) {
.hero-container-wrapper.style1 .thumb2 {
left: 5%;
}
}
@media (max-width: 767px) {
.hero-container-wrapper.style1 .thumb2 {
display: none;
}
}
.hero-container-wrapper.style1 .thumb2 img {
border-radius: 30px;
}
.hero-container-wrapper.style1 .shape1 {
position: absolute;
left: 34%;
overflow: hidden;
top: 178%;
}
@media (max-width: 1600px) {
.hero-container-wrapper.style1 .shape1 {
display: none;
}
}
.hero-container-wrapper.style1 .shape2 {
position: absolute;
right: 14%;
bottom: -61%;
border-radius: 416px;
background: var(--yellow);
filter: blur(157.5757598877px);
width: 416px;
height: 416px;
flex-shrink: 0;
}
@media (max-width: 1199px) {
.hero-container-wrapper.style1 .shape2 {
display: none;
}
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .content h1 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 77.636px;
font-style: normal;
font-weight: 700;
line-height: 82.77px; /* 106.613% */
margin-bottom: 24px;
}
@media (max-width: 767px) {
.hero-container-wrapper.style2 .hero-wrapper.style1 .content h1 {
font-size: 33px;
line-height: 50px;
}
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .content h1 span {
color: var(--yellow);
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .video-box {
display: flex;
column-gap: 15px;
align-items: center;
margin-top: 25px;
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .video-box p {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.957% */
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .hero-thumb {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .hero-thumb .thumb1 {
border-radius: 498px;
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .hero-thumb .thumb1 img {
border-radius: 498px;
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .hero-thumb .thumb2 {
margin-top: -30px;
}
.hero-container-wrapper.style2 .hero-wrapper.style1 .hero-thumb .thumb3 {
margin-top: -213px;
}
.hero-container-wrapper.style3 .hero-wrapper.style2 .hero-content-area {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero-container-wrapper.style3 .hero-wrapper.style2 .hero-content-area .content {
align-items: center;
display: flex;
flex-direction: column;
text-align: center;
}
.hero-container-wrapper.style3 .hero-wrapper.style2 .hero-content-area .content h1 {
max-width: 864px;
color: var(--white);
text-align: center;
font-family: "Syne", sans-serif;
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: 93.5px; /* 129.861% */
margin-bottom: 10px;
}
.hero-container-wrapper.style3 .hero-wrapper.style2 .hero-content-area .content h1 span {
color: var(--yellow);
}
@media (max-width: 767px) {
.hero-container-wrapper.style3 .hero-wrapper.style2 .hero-content-area .content h1 {
font-size: 33px;
line-height: 50px;
}
}
.hero-container-wrapper.style3 .hero-wrapper.style2 .hero-content-area .content p {
max-width: 538px;
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
margin-bottom: 30px;
}
.fix-hero-padding-one {
padding: 260px 0 481px;
}
@media (max-width: 1199px) {
.fix-hero-padding-one {
padding: 120px 0 305px;
}
}
@media (max-width: 991px) {
.fix-hero-padding-one {
padding: 114px 0 240px;
}
}
@media (max-width: 767px) {
.fix-hero-padding-one {
padding: 150px 0 130px;
}
}
.fix-hero-padding-two {
padding: 191px 0 85px;
}
@media (max-width: 991px) {
.fix-hero-padding-two {
padding: 130px 0 85px;
}
}
/*------ 3.3 About ------*/
@media (min-width: 1600px) {
.about-wrapper.style1 .title-area .single-section-title {
padding: 0 85px;
}
}
.about-wrapper.style1 .about-card {
position: relative;
}
.about-wrapper.style1 .about-card .thumb {
border-radius: 30px;
}
.about-wrapper.style1 .about-card .thumb img {
border-radius: 30px;
width: 100%;
}
.about-wrapper.style1 .about-card .content-box {
align-items: center;
display: flex;
flex-direction: column;
padding: 13px 34px;
border-radius: 30px;
background: var(--body);
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
position: absolute;
bottom: 10px;
right: 10px;
}
.about-wrapper.style1 .about-card .content-box h5 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
.about-wrapper.style1 .about-card .content-box p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 200% */
}
.about-wrapper.style1 .about-card .content-area p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.te-card .help-content {
display: flex;
align-items: center;
column-gap: 15px;
}
.te-card .help-content .icon {
display: flex;
align-items: center;
justify-content: center;
width: 55px;
height: 55px;
background-color: var(--theme);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.te-card .help-content .help-box h5 {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.about-wrapper.style1 .about-card .dot-rectangle {
text-align: end;
}
@media (max-width: 1199px) {
.about-wrapper.style1 .about-card .dot-rectangle {
padding-bottom: 142px;
}
}
@media (max-width: 767px) {
.about-wrapper.style1 .about-card .dot-rectangle {
padding-bottom: 104px;
}
}
.about-wrapper.style1 .about-card .stats-card {
align-items: center;
display: flex;
flex-direction: column;
padding: 40px 23px;
border-radius: 20px;
background: var(--theme);
flex-shrink: 0;
position: absolute;
top: 14%;
right: 11%;
}
@media (max-width: 1399px) {
.about-wrapper.style1 .about-card .stats-card {
padding: 10px 23px;
}
}
@media (max-width: 767px) {
.about-wrapper.style1 .about-card .stats-card {
top: 7%;
padding: 10px 10px;
}
}
.about-wrapper.style1 .about-card .stats-card .icon {
margin-bottom: 20px;
}
.about-wrapper.style1 .about-card .stats-card h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 125% */
margin-bottom: 10px;
}
.about-wrapper.style1 .about-card .stats-card .stat-title {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
margin-bottom: 15px;
}
.about-wrapper.style1 .about-card .stats-card .stat-description {
color: var(--white);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}
/*------ 3.4 Service ------*/
.service-wrapper.style3 .title-area {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--border);
padding-bottom: 35px;
}
@media (max-width: 767px) {
.service-wrapper.style3 .title-area {
flex-direction: column;
text-align: center;
}
}
.service-wrapper.style3 .title-area .title-desc {
margin-bottom: 0px;
max-width: 410px;
}
.service-card.style1 {
position: relative;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.service-card.style1 .service-content {
position: relative;
padding: 40px;
border-radius: 30px;
border: 1px solid var(--border);
background: var(--theme);
display: flex;
flex-direction: column;
gap: 70px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
@media (max-width: 1199px) {
.service-card.style1 .service-content {
padding: 18px;
}
}
@media (max-width: 1399px) {
.service-card.style1 .service-content {
gap: 26px;
}
}
@media (max-width: 991px) {
.service-card.style1 .service-content {
padding: 34px;
}
}
@media (max-width: 767px) {
.service-card.style1 .service-content {
padding: 4px 21px;
}
}
@media (max-width: 500px) {
.service-card.style1 .service-content {
padding: 40px;
gap: 65px;
}
}
@media (max-width: 375px) {
.service-card.style1 .service-content {
padding: 23px;
}
}
@media (max-width: 320px) {
.service-card.style1 .service-content {
gap: 25px;
}
}
.service-card.style1 .service-content.style1 {
gap: 88px;
}
@media (max-width: 1399px) {
.service-card.style1 .service-content.style1 {
gap: 45px;
}
}
@media (max-width: 500px) {
.service-card.style1 .service-content.style1 {
gap: 84px;
}
}
@media (max-width: 320px) {
.service-card.style1 .service-content.style1 {
gap: 45px;
}
}
.service-card.style1 .service-content.style2 {
gap: 103px;
}
@media (max-width: 1399px) {
.service-card.style1 .service-content.style2 {
gap: 61px;
}
}
@media (max-width: 767px) {
.service-card.style1 .service-content.style2 {
gap: 24px;
}
}
@media (max-width: 500px) {
.service-card.style1 .service-content.style2 {
gap: 98px;
}
}
@media (max-width: 320px) {
.service-card.style1 .service-content.style2 {
gap: 60px;
}
}
.service-card.style1 .service-thumb {
opacity: 0;
visibility: hidden;
position: absolute;
border-radius: 30px;
background: var(--body);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.service-card.style1 .service-thumb img {
border-radius: 30px;
}
.service-card.style1:hover .service-content {
border: 1px solid transparent;
background: transparent;
}
.service-card.style1:hover .service-thumb {
opacity: 0.6;
visibility: visible;
}
.service-card.style2 {
border-radius: 20px;
background: var(--theme);
padding: 44px 30px;
}
@media (max-width: 575px) {
.service-card.style2 {
padding: 20px 20px;
}
}
.service-card.style2 .img-area {
display: flex;
align-items: center;
flex-direction: row;
column-gap: 20px;
padding-bottom: 25px;
}
@media (max-width: 991px) {
.service-card.style2 .img-area {
flex-wrap: wrap;
gap: 20px;
}
}
.service-card.style2 .service-icon {
background: black;
border-radius: 50px;
height: 100%;
width: 89px;
height: 89px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
.service-card.style2 h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
margin-bottom: 5px;
}
.service-card.style2 .service-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
margin-bottom: 35px;
opacity: 0.8;
}
.service-card.style2 .service-content .link-btn {
padding: 12px 30px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
}
.service-card.style3 {
display: flex;
align-items: center;
column-gap: 20px;
padding-top: 85px;
}
@media (max-width: 1199px) {
.service-card.style3 {
padding-top: 40px;
}
}
.service-card.style3 .service-thumb {
border-radius: 20px;
width: 100%;
}
.service-card.style3 .service-thumb img {
border-radius: 20px;
width: 100%;
}
.service-card.style3 .service-content h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
padding-bottom: 12px;
}
.service-card.style3 .service-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.service-card.style3 .service-icon {
display: flex;
justify-content: center;
align-items: center;
width: 65px;
height: 65px;
flex-shrink: 0;
border-radius: 5px;
background: var(--theme);
}
.service-card.style3 .service-icon img {
width: 40px;
height: 40px;
flex-shrink: 0;
}
.service-card.style4 {
padding: 40px;
border-radius: 20px;
border: 1px solid var(--border);
}
.service-card.style4 .wcu-icon {
display: inline-block;
background: var(--theme);
padding: 15px;
border-radius: 50px;
}
.service-card.style4 img {
width: 45px;
height: 45px;
flex-shrink: 0;
}
.service-card.style4 .card-content .text {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
/*------ 3.5 Service Details ------*/
.service-details-wrapper.style1 .service-details-items .details-image {
border-radius: 20px;
}
.service-details-wrapper.style1 .service-details-items .details-image img {
width: 100%;
height: 100%;
border-radius: 20px;
}
.service-details-wrapper.style1 .service-details-items .details-content {
margin-top: 20px;
}
@media (max-width: 575px) {
.service-details-wrapper.style1 .service-details-items .details-content {
margin-top: 25px;
}
}
.service-details-wrapper.style1 .service-details-items .details-content h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 125% */
}
@media (max-width: 767px) {
.service-details-wrapper.style1 .service-details-items .details-content h3 {
font-size: 30px;
}
}
@media (max-width: 575px) {
.service-details-wrapper.style1 .service-details-items .details-content h3 {
font-size: 28px;
}
}
.service-details-wrapper.style1 .service-details-items .details-content h4 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
@media (max-width: 767px) {
.service-details-wrapper.style1 .service-details-items .details-content h4 {
font-size: 26px;
}
}
@media (max-width: 575px) {
.service-details-wrapper.style1 .service-details-items .details-content h4 {
font-size: 24px;
}
}
.service-details-wrapper.style1 .service-details-items .details-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.service-details-wrapper.style1 .service-details-items .details-content .point-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
margin-bottom: 20px;
}
.service-details-wrapper.style1 .service-details-items .details-content .point-content p img {
margin-right: 15px;
}
.service-details-wrapper.style1 .faq-title h4 {
color: var(--white);
font-family: Syne;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
.project-container-wrapper.style1 .shape1 {
position: absolute;
top: 5%;
left: 68%;
width: 416px;
height: 416px;
flex-shrink: 0;
z-index: 9;
border-radius: 416px;
opacity: 0.2;
background: var(--yellow);
filter: blur(157.5757598877px);
}
.project-container-wrapper.style1 .shape2 {
position: absolute;
top: 940px;
left: 0%;
width: 416px;
height: 416px;
flex-shrink: 0;
z-index: 9;
border-radius: 416px;
opacity: 0.2;
background: var(--yellow);
filter: blur(157.5757598877px);
}
.project-wrapper.style1 .title-wrap {
display: flex;
align-items: center;
flex-direction: row;
}
@media (max-width: 767px) {
.project-wrapper.style1 .title-wrap {
flex-direction: column;
align-items: start;
}
}
.project-wrapper.style1 .title-wrap .section-title .title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: 93.5px;
margin-bottom: 25px;
}
@media (max-width: 1199px) {
.project-wrapper.style1 .title-wrap .section-title .title {
font-size: 35px;
line-height: 56.5px;
}
}
.project-wrapper.style1 .project-image {
border-radius: 20px;
}
.project-wrapper.style1 .project-image img {
width: 100%;
border-radius: 20px;
}
.project-wrapper.style2 .project-thumb {
margin-right: -150px;
border-radius: 30px;
}
.project-wrapper.style2 .project-thumb img {
border-radius: 30px;
}
.project-card.style1 ul {
list-style: none;
padding: 20px 40px;
border-radius: 20px;
border: 2px solid var(--theme);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.project-card.style1 ul:not(:last-child) {
margin-bottom: 40px;
}
.project-card.style1 ul:hover {
border: 2px solid var(--yellow);
}
.project-card.style1 ul:hover .read-more i {
color: var(--body);
background: var(--yellow);
}
.project-card.style1 ul li.content {
flex: 0 0 28%;
padding-right: 1rem;
}
.project-card.style1 ul li.content .title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
.project-card.style1 ul li.content .subtitle {
color: var(--theme2);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
}
.project-card.style1 ul li.paragraph {
flex: 0 0 34%;
max-width: 390px;
}
.project-card.style1 ul li.paragraph .description {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.project-card.style1 ul li.image {
flex: 0 0 18%;
border-radius: 20px;
}
.project-card.style1 ul li.image img {
border-radius: 20px;
}
.project-card.style1 ul li.read-more {
flex: 0 0 16%;
display: flex;
align-items: center;
justify-content: center;
}
.project-card.style1 ul li.read-more a {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 13.016px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 207.443% */
text-transform: uppercase;
}
.project-card.style1 ul li.read-more i {
margin-left: 0.5rem;
font-size: 12px;
font-style: normal;
font-weight: 900;
line-height: normal;
padding: 8px;
color: var(--white);
background: var(--theme);
border-radius: 50px;
}
.project-card.style2 {
border-radius: 40px;
background: var(--theme);
padding: 100px 54px;
}
@media (max-width: 767px) {
.project-card.style2 {
padding: 30px 20px;
}
}
.project-card.style2 .project-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
margin-bottom: 40px;
}
.project-card.style3 {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 30px;
position: relative;
padding: 40px;
border-radius: 30px;
background: var(--theme);
margin-top: 30px;
}
.project-card.style3 .content {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 45px;
}
.project-card.style3 .content .strok-number span {
padding: 24px 31px 24px 21px;
border-radius: 999px;
background: var(--body);
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--border);
font-family: "Syne", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 125% */
text-transform: capitalize;
color: transparent;
}
.project-card.style3 .content .title-box {
max-width: 660px;
padding-left: 40px;
}
@media (max-width: 1199px) {
.project-card.style3 .content .title-box {
max-width: 525px;
}
}
@media (max-width: 991px) {
.project-card.style3 .content .title-box {
max-width: 100%;
padding-left: 0px;
}
}
.project-card.style3 .content .title-box .title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px;
margin-bottom: 20px;
}
.project-card.style3 .content .title-box .subtitle {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
}
.project-card.style3 .project-hover-img {
opacity: 0;
visibility: hidden;
overflow: hidden;
position: absolute;
border-radius: 0;
top: 46%;
right: 10%;
transform: translate(-50%, -50%);
border-radius: 30px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.project-card.style3 .project-hover-img img {
border-radius: 30px;
}
.project-card.style3:hover .project-hover-img {
opacity: 1;
visibility: visible;
}
.project-card.style3:hover .ct-btn {
color: var(--body);
background: var(--yellow);
}
.project-card.style3:hover .ct-btn:before, .project-card.style3:hover .ct-btn:after {
border-width: 100%;
}
.project-card.style3:hover .ct-btn i {
background: rgba(11, 11, 11, 0.1);
}
.project-gallery-wrapper.style1 .title-area {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--border);
padding-bottom: 25px;
}
@media (max-width: 767px) {
.project-gallery-wrapper.style1 .title-area {
flex-direction: column;
text-align: center;
}
}
.project-gallery-wrapper.style1 .title-area .title-desc {
margin-bottom: 0px;
max-width: 410px;
}
.gallery-card.style1 {
position: relative;
transition: all 0.3s linear;
}
.gallery-card.style1 .gallery-thumb {
position: relative;
border-radius: 20px;
}
.gallery-card.style1 .gallery-thumb img {
width: 100%;
}
.gallery-card.style1 .gallery-content {
opacity: 0;
visibility: hidden;
position: absolute;
display: block;
bottom: -12px;
left: 27px;
right: 27px;
padding: 18px;
border-radius: 20px;
border: 1px solid var(--yellow);
background: var(--theme);
transition: all 0.3s linear;
}
.gallery-card.style1 .gallery-content .title {
color: var(--white);
text-align: center;
font-family: "Syne", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 33px;
}
@media (max-width: 767px) {
.gallery-card.style1 .gallery-content .title {
font-size: 16px;
}
}
.gallery-card.style1 .gallery-content .desc {
color: var(--white);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 34px;
}
@media (max-width: 767px) {
.gallery-card.style1 .gallery-content .desc {
font-size: 14px;
}
}
.gallery-card.style1:hover .gallery-content {
opacity: 1;
visibility: visible;
bottom: 12px;
}
.project-items.style1 .project-image {
position: relative;
z-index: 99;
border-radius: 20px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.project-items.style1 .project-image img {
width: 100%;
border-radius: 20px;
}
.project-items.style1 .project-image .project-content.style2 {
opacity: 0;
visibility: hidden;
position: absolute;
display: block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.project-items.style1 .project-image .project-content.style2 .round-btn {
display: flex;
width: 130px;
height: 130px;
padding: 20px 25px 20px 30px;
justify-content: center;
align-items: center;
gap: 5px;
flex-shrink: 0;
border-radius: 999px;
background: var(--yellow);
}
.project-items.style1 .project-image .project-content.style2 .round-btn i {
color: var(--body);
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: normal;
transform: rotate(-45deg);
}
.project-items.style1 .project-image .project-content.style2 p {
color: var(--theme);
font-weight: 500;
margin-bottom: 5px;
}
.project-items.style1 .project-image .project-content.style2 h4 {
font-weight: bold;
}
.project-items.style1 .project-image .project-content.style2 h4 a {
color: var(--title);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.project-items.style1 .project-image .project-content.style2 h4 a:hover {
color: var(--theme);
}
.project-items.style1 .project-image .project-content.style2 .icon {
width: 65px;
height: 65px;
line-height: 65px;
background-color: var(--white);
border-radius: 50%;
text-align: center;
color: var(--theme);
position: absolute;
top: 130px;
right: 30px;
visibility: hidden;
opacity: 0;
transition: all 0.4s ease-in-out;
transform: rotate(-40deg);
}
.project-items.style1 .project-image .project-content.style2 .icon:hover {
background-color: var(--theme);
color: var(--white);
}
.project-items.style1 .project-image:hover .project-content.style2 {
opacity: 1;
visibility: visible;
}
/*------ 3.7 Project Details ------*/
.project-details-wrapper.style1 .project-details-items .details-image {
border-radius: 20px;
}
.project-details-wrapper.style1 .project-details-items .details-image img {
width: 100%;
height: 100%;
border-radius: 20px;
}
.project-details-wrapper.style1 .project-details-items .details-content {
margin-top: 27px;
}
@media (max-width: 575px) {
.project-details-wrapper.style1 .project-details-items .details-content {
margin-top: 25px;
}
}
.project-details-wrapper.style1 .project-details-items .details-content h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 125% */
}
@media (max-width: 767px) {
.project-details-wrapper.style1 .project-details-items .details-content h3 {
font-size: 30px;
}
}
@media (max-width: 575px) {
.project-details-wrapper.style1 .project-details-items .details-content h3 {
font-size: 28px;
}
}
.project-details-wrapper.style1 .project-details-items .details-content h4 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
@media (max-width: 767px) {
.project-details-wrapper.style1 .project-details-items .details-content h4 {
font-size: 26px;
}
}
@media (max-width: 575px) {
.project-details-wrapper.style1 .project-details-items .details-content h4 {
font-size: 24px;
}
}
.project-details-wrapper.style1 .project-details-items .details-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.project-details-wrapper.style1 .project-details-items .details-content .point-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
margin-bottom: 18px;
}
.project-details-wrapper.style1 .project-details-items .details-content .point-content p img {
margin-right: 15px;
}
.project-details-wrapper.style1 .project-details-items .details-content .second-img {
margin-top: 10px;
border-radius: 20px;
}
.project-details-wrapper.style1 .project-details-items .details-content .second-img img {
border-radius: 20px;
}
.project-details-wrapper.style1 .project-details-items .details-content .card-area .custom-card {
padding: 40px;
border-radius: 20px;
border: 1px solid var(--border);
}
.project-details-wrapper.style1 .project-details-items .details-content .card-area .custom-card .wcu-icon {
display: inline-block;
background: var(--theme);
padding: 15px;
border-radius: 50px;
}
.project-details-wrapper.style1 .project-details-items .details-content .card-area .custom-card img {
width: 45px;
height: 45px;
flex-shrink: 0;
}
.project-details-wrapper.style1 .project-details-items .details-content .card-area .custom-card .card-content .text {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
.preview-area {
margin-top: 38px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 999px;
border: 1px solid var(--border);
padding: 17px 25px;
}
@media (max-width: 320px) {
.preview-area {
padding: 15px 5px;
}
}
.preview-area .preview-item {
display: flex;
align-items: center;
gap: 16px;
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px;
cursor: pointer;
}
.project-details-sidebar .single-sidebar-widget {
border: 1px solid var(--border);
padding: 30px 20px;
border-radius: 20px;
background: var(--body);
margin-bottom: 40px;
}
@media (max-width: 575px) {
.project-details-sidebar .single-sidebar-widget {
padding: 40px 10px;
}
}
.project-details-sidebar .single-sidebar-widget .wid-title {
margin-bottom: 20px;
}
.project-details-sidebar .single-sidebar-widget .wid-title h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px;
border-radius: 999px;
border: 1px solid var(--yellow);
padding: 14px 61px 14px 61px;
text-align: center;
}
@media (max-width: 575px) {
.project-details-sidebar .single-sidebar-widget .wid-title h3 {
padding: 14px 20px 14px 20px;
}
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul {
padding-left: 0;
list-style-type: none;
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul li {
border-radius: 999px;
background: var(--theme);
padding: 15px 30px;
margin-bottom: 20px;
}
@media (max-width: 575px) {
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul li {
padding: 15px 15px;
text-align: center;
}
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul li .title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.957% */
margin-right: 15px;
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul li .title i {
color: var(--yellow);
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul li .desc {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul li .desc i {
color: var(--yellow);
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul .social-icon {
display: flex;
align-items: center;
justify-content: center;
column-gap: 20px;
background: transparent;
margin-bottom: 0;
padding: 7px 0 0;
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul .social-icon a {
color: var(--white);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
flex-shrink: 0;
border-radius: 20px;
background-color: var(--bg-color2);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul .social-icon a:hover {
color: var(--bg-color2);
background-color: var(--two-color);
}
.project-details-sidebar .single-sidebar-widget .news-widget-categories ul .social-icon a .img {
width: 35px;
height: 35px;
flex-shrink: 0;
background-color: var(--bg-color2);
}
.project-details-sidebar .single-sidebar-image {
max-width: 500px;
height: 332px;
position: relative;
border-radius: 20px;
}
@media (max-width: 991px) {
.project-details-sidebar .single-sidebar-image {
max-width: 800px;
}
}
.project-details-sidebar .single-sidebar-image::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(23, 23, 23, 0.5);
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.project-details-sidebar .single-sidebar-image .contact-text {
position: relative;
text-align: center;
padding: 85px 65px;
margin: 0 auto;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.project-details-sidebar .single-sidebar-image .contact-text .icon {
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
background-color: var(--white);
text-align: center;
color: var(--theme);
border-radius: 50%;
margin: 0 auto;
position: relative;
}
.project-details-sidebar .single-sidebar-image .contact-text .icon::before {
position: absolute;
top: 50%;
left: 50%;
right: 0;
bottom: 0;
width: 60px;
height: 60px;
border-radius: 50%;
border: 1px solid var(--white);
content: "";
transform: translate(-50%, -50%);
}
.project-details-sidebar .single-sidebar-image .contact-text h4 {
color: var(--white);
text-align: center;
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
.project-details-sidebar .single-sidebar-image .contact-text h5 {
margin-top: 15px;
}
.project-details-sidebar .single-sidebar-image .contact-text h5 a {
color: var(--white);
}
.project-details-sidebar .single-sidebar-download .download-card {
border-radius: 20px;
border: 1px solid var(--border);
background: var(--theme);
padding: 40px;
color: white;
margin: 20px auto;
}
@media (max-width: 575px) {
.project-details-sidebar .single-sidebar-download .download-card {
padding: 10px 5px;
}
}
.project-details-sidebar .single-sidebar-download .download-card .download-item {
border-radius: 999px;
border: 1px solid var(--border);
padding: 15px 30px;
display: flex;
align-items: center;
justify-content: space-between;
}
.project-details-sidebar .single-sidebar-download .download-card .download-item:not(:last-child) {
margin-bottom: 20px;
}
.project-details-sidebar .single-sidebar-download .download-card .download-item .text {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
}
.project-details-sidebar .single-sidebar-download .download-card .download-item span {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
}
/*------ 3.8 Pricing ------*/
.pricing-wrapper.style1 .tab-section {
padding: 0 0 23px;
display: flex;
align-items: center;
justify-content: space-between;
}
.pricing-wrapper.style1 .tab-section .nav-pills {
border: 1px solid var(--border);
border-radius: 50px;
display: flex;
}
.pricing-wrapper.style1 .tab-section .nav-pills .nav-item {
display: flex;
flex-direction: row;
}
.pricing-wrapper.style1 .tab-section .nav-pills .nav-link {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
border: 0;
flex: 1;
text-align: center;
padding: 10px 20px;
transition: all 0.3s ease;
border-radius: 0;
}
.pricing-wrapper.style1 .tab-section .nav-pills .nav-link.active {
background: var(--yellow);
color: var(--body);
}
.pricing-wrapper.style1 .tab-section .nav-pills .nav-link:first-child.active {
border-radius: 45px 0 0 45px;
}
.pricing-wrapper.style1 .tab-section .nav-pills .nav-link:last-child.active {
border-radius: 0 45px 45px 0;
}
.pricing-wrapper.style1 .tab-section img {
padding: 0 20px;
}
.pricing-wrapper.style1 .tab-section .save {
color: var(--theme);
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
@media (max-width: 767px) {
.pricing-wrapper.style1 .tab-section {
flex-wrap: wrap;
gap: 10px;
}
}
.pricing-card.style1 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
z-index: 5;
padding: 30px;
border-radius: 20px;
border: 2px solid var(--theme);
transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
}
.pricing-card.style1 .pricing-card_header {
position: relative;
display: flex;
justify-content: space-between;
border-radius: 16px;
flex-direction: column;
}
.pricing-card.style1 .pricing-card_header .item.style1 {
position: absolute;
bottom: -10%;
}
@media (max-width: 767px) {
.pricing-card.style1 .pricing-card_header .item.style1 {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1399px) {
.pricing-card.style1 .pricing-card_header .item.style1 {
display: none;
}
}
.pricing-card.style1 .pricing-card_header .item h4 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
margin-bottom: 20px;
}
.pricing-card.style1 .pricing-card_header .item .price {
display: flex;
align-items: center;
margin-bottom: 50px;
}
.pricing-card.style1 .pricing-card_header .item .price h2 {
color: var(--white);
text-align: center;
font-family: "Syne", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 125% */
}
.pricing-card.style1 .pricing-card_header .item .price span {
color: var(--white);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
margin-top: 15px;
}
.pricing-card.style1 .pricing-card_body {
border-left: 1px solid var(--bg-color2);
padding-left: 25px;
}
@media (max-width: 575px) {
.pricing-card.style1 .pricing-card_body {
border: none;
padding-left: 0;
}
}
.pricing-card.style1 .pricing-card_body .checklist-wrapper {
margin-bottom: 40px;
}
.pricing-card.style1 .pricing-card_body .ct-btn.style4 {
border-radius: 999px;
border: 2px solid var(--theme);
background: var(--body);
}
.pricing-card.style1 .pricing-card_body .ct-btn.style4:hover {
color: var(--body) !important;
background: var(--yellow);
}
.pricing-card.style1 .pricing-card_body .ct-btn.style4:hover:before, .pricing-card.style1 .pricing-card_body .ct-btn.style4:hover:after {
border-width: 100%;
}
.pricing-card.style1 .pricing-card_body .ct-btn.style4:hover i {
background: rgba(11, 11, 11, 0.1);
}
.pricing-card.style1:hover {
border-radius: 20px;
border: 2px solid var(--yellow);
}
.pricing-card.style1:hover .ct-btn.style4 {
color: var(--body) !important;
background: var(--yellow);
}
.pricing-card.style1:hover .ct-btn.style4:before, .pricing-card.style1:hover .ct-btn.style4:after {
border-width: 100%;
}
.pricing-card.style1:hover .ct-btn.style4 i {
background: rgba(11, 11, 11, 0.1);
}
/*------ 3.9 Team ------*/
.team-card.style1 {
position: relative;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.team-card.style1 .team-thumb {
position: relative;
border-radius: 30px;
background: var(--theme);
width: 100%;
height: 535px;
flex-shrink: 0;
}
.team-card.style1 .team-thumb img {
width: 100%;
height: 100%;
border-radius: 30px;
}
.team-card.style1 .team-content {
opacity: 0;
visibility: hidden;
position: absolute;
display: block;
bottom: -12%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.team-card.style1 .team-content h3 {
margin-bottom: 5px;
}
.team-card.style1 .team-content h3 a {
color: var(--white);
text-align: center;
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px;
text-transform: capitalize;
transition: all 0.3s linear;
}
.team-card.style1 .team-content h3 a:hover {
color: var(--white) !important;
}
@media (max-width: 767px) {
.team-card.style1 .team-content h3 a {
font-size: 20px;
}
}
.team-card.style1 .team-content p {
color: var(--white);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
margin-bottom: 10px;
}
.team-card.style1 .team-content .social-profile .item {
margin-right: 5px;
}
.team-card.style1 .team-content .social-profile .item img {
padding: 8px;
border-radius: 50px;
width: 40px;
height: 40px;
flex-shrink: 0;
background: var(--body);
}
.team-card.style1:hover .team-content {
opacity: 1;
visibility: visible;
bottom: 25%;
}
.team-card.style1:hover .team-thumb.opacity img {
opacity: 0.2;
}
/*------ 3.10 Team Details ------*/
.team-details-wrapper.style1 .team-details-content {
padding-top: 70px;
}
@media (max-width: 991px) {
.team-details-wrapper.style1 .team-details-content {
padding-top: 0px;
}
}
.team-details-wrapper.style1 .team-details-content .details-info h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 125% */
margin-bottom: 8px;
}
.team-details-wrapper.style1 .team-details-content .details-info span {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.team-details-wrapper.style1 .team-details-content .details-info p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
border-bottom: 1px solid var(--border);
padding-bottom: 16px;
}
.team-details-wrapper.style1 .team-details-content .author-meta {
margin-top: 13px;
}
.team-details-wrapper.style1 .team-details-content .author-meta .fancy-box {
gap: 15px;
}
.team-details-wrapper.style1 .team-details-image {
position: relative;
}
.team-details-wrapper.style1 .team-details-image .team-thumb {
border-radius: 20px;
}
.team-details-wrapper.style1 .team-details-image .team-thumb img {
width: 100%;
height: 100%;
border-radius: 20px;
}
.team-details-wrapper.style1 .team-details-image .social-profile {
position: absolute;
bottom: 5%;
right: 58%;
}
.team-details-wrapper.style1 .social-profile {
position: absolute;
right: 0px;
bottom: 0px;
max-height: 380px;
}
.team-details-wrapper.style1 .social-profile ul {
max-width: 50px;
padding: 5px 0;
margin: 0 auto;
display: flex;
column-gap: 20px;
}
.team-details-wrapper.style1 .social-profile ul li {
margin-bottom: 8px;
display: block;
text-align: center;
}
.team-details-wrapper.style1 .social-profile ul li:last-child {
margin-bottom: 0px;
}
.team-details-wrapper.style1 .social-profile ul li a {
border-radius: 999px;
background: var(--theme);
width: 35px;
height: 35px;
color: var(--yellow);
font-family: "Font Awesome 6 Brands";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
line-height: 35px;
background: var(--theme);
display: inline-block;
}
.team-details-wrapper.style1 .social-profile ul li a img {
width: 35px;
height: 35px;
flex-shrink: 0;
}
.team-details-wrapper.style1 .team-single-history h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
.team-details-wrapper.style1 .team-single-history p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
/*------ 3.11 Contact ------*/
.contact-wrapper.style1 .map-section {
text-align: center;
}
.contact-wrapper.style1 .map-section .googlemap p {
padding: 0px;
}
@media (min-width: 992px) {
.contact-wrapper.style1 .map-section .googlemap p {
padding: 0 40px;
}
}
@media (min-width: 992px) {
.contact-wrapper.style1 .px-lg-70 {
padding-left: 40px;
}
}
.contact-wrapper.style1 .author-meta {
padding-top: 30px;
}
.contact-wrapper.style2 .features-content .desc {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
margin-bottom: 30px;
}
.contact-wrapper.style2 .features-content .help-content {
display: flex;
align-items: center;
column-gap: 15px;
}
.contact-wrapper.style2 .features-content .help-content .icon i {
color: var(--yellow);
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: normal;
padding: 12px;
background-color: var(--theme);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.contact-wrapper.style2 .features-content .help-content .help-box h5 {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.contact-form.style1 {
border-radius: 20px;
background-color: var(--theme);
padding: 40px;
}
.contact-form.style1 h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
.contact-form.style1 input.form-control, .contact-form.style1 textarea.form-control {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
outline: none;
box-shadow: none;
background-color: var(--theme);
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 17px 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.contact-form.style1 input.form-control:focus, .contact-form.style1 textarea.form-control:focus {
color: var(--white);
background-color: var(--theme);
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
outline: none;
box-shadow: none;
}
.contact-form.style2 {
border-radius: 20px;
border: 1px solid var(--white);
padding: 60px 40px;
}
@media (max-width: 1199px) {
.contact-form.style2 {
padding: 30px 15px;
}
}
.contact-form.style2 h2 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 45.898px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 108.936% */
margin-bottom: 60px;
}
.contact-form.style2 .input-field .form-clt input, .contact-form.style2 .input-field .form-clt textarea, .contact-form.style2 .input-field .form-clt select {
width: 100%;
outline: none;
background-color: var(--body);
border-radius: 30px;
border: 1px solid var(--border);
font-weight: 400;
}
.contact-form.style2 .input-field .form-clt input::placeholder, .contact-form.style2 .input-field .form-clt textarea::placeholder, .contact-form.style2 .input-field .form-clt select::placeholder {
color: var(--white);
}
.contact-form.style3 {
border-radius: 20px;
border: 1px solid var(--yellow);
background: var(--theme);
padding: 60px 40px;
}
@media (max-width: 767px) {
.contact-form.style3 {
padding: 20px;
}
}
.contact-form.style3 .input-field .form-clt input, .contact-form.style3 .input-field .form-clt select {
width: 100%;
outline: none;
border-radius: 999px;
background-color: #262626;
font-weight: 400;
border-bottom: none;
}
.contact-form.style3 .input-field .form-clt input::placeholder, .contact-form.style3 .input-field .form-clt select::placeholder {
color: var(--white);
}
.contact-form.style3 .input-field .form-clt textarea {
width: 100%;
outline: none;
border-radius: 20px;
background-color: #262626;
font-weight: 400;
border-bottom: none;
}
.contact-form.style3 .input-field .form-clt textarea::placeholder {
color: var(--white);
}
/*------ 3.12 FAQ ------*/
/*----------------------------------------*/
/* Accordion
/*----------------------------------------*/
.ct-accordion-item {
background: var(--body);
border-radius: 20px;
}
.ct-accordion-item.style1 {
border: 1px solid var(--border-2);
}
.ct-accordion-header {
margin: 0;
}
.ct-accordion-button {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px;
padding: 30px 21px 20px 30px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
background: var(--theme);
position: relative;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.ct-accordion-button strong {
text-align: start;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px;
}
@media (min-width: 768px) {
.ct-accordion-button strong {
padding-right: 16px;
}
}
@media (max-width: 500px) {
.ct-accordion-button strong {
max-width: 300px;
}
}
@media (max-width: 375px) {
.ct-accordion-button strong {
max-width: 257px;
}
}
@media (max-width: 320px) {
.ct-accordion-button strong {
font-size: 14px;
}
}
.ct-accordion-button span {
margin-right: 16px;
font-size: 20px;
font-weight: 900;
display: inline-block;
color: var(--bg-color);
z-index: 11;
}
.ct-accordion-button span.plus {
opacity: 0;
visibility: hidden;
transition: all 0.3s linear;
display: none;
}
.ct-accordion-button span.minus {
opacity: 1;
visibility: visible;
transition: all 0.3s linear;
display: block;
}
.ct-accordion-button.collapsed {
padding: 20px 21px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
@media (max-width: 375px) {
.ct-accordion-button.collapsed strong {
max-width: 257px;
text-align: start;
}
}
.ct-accordion-button.collapsed .plus {
opacity: 1;
visibility: visible;
display: block;
}
.ct-accordion-button.collapsed .minus {
opacity: 0;
visibility: hidden;
display: none;
}
.ct-accordion-button.collapsed:after {
background: var(--yellow);
}
.ct-accordion-button:after {
content: "";
width: 40px;
height: 40px;
flex-shrink: 0;
position: absolute;
right: 25px;
z-index: 5;
border-radius: 999px;
background: var(--yellow);
}
@media (max-width: 375px) {
.ct-accordion-button:after {
width: 30px;
height: 30px;
right: 30px;
}
}
.ct-accordion-body {
background: var(--theme);
padding: 0 30px 30px;
fill: var(--white);
stroke-width: 1px;
border: 1px solid rgba(25, 25, 25, 0.1);
border-top: 0;
filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.05));
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
border-radius: 0px 0px 20px 20px;
}
.ct-accordion-body p {
border-top: 1px solid #828282;
padding-top: 20px;
}
@media (max-width: 320px) {
.ct-accordion-body {
font-size: 15px;
}
}
.ct-accordion-item-2 .ct-accordion-body {
padding-top: 0;
padding-bottom: 0px;
}
/*----------------------------------------*/
/* FAQ
/*----------------------------------------*/
.faq-wrapper .faq-image {
border-radius: 20px;
}
.faq-wrapper .faq-image img {
border-radius: 20px;
}
/*------ 3.13 Testimonial ------*/
.testimonial-wrapper.style3 .testi-thumb {
border-radius: 20px;
}
.testimonial-wrapper.style3 .testi-thumb img {
border-radius: 20px;
}
.testimonial-wrapper.style3 .slider-area {
position: relative;
}
.testimonial-wrapper.style3 .slider-area .ct-slider {
margin-left: -413px;
}
.testimonial-wrapper.style3 .slider-area .ct-slider .swiper-slide {
transition: all 1s ease !important;
-webkit-transition: all 1s ease !important;
-moz-transition: all 1s ease !important;
-ms-transition: all 1s ease !important;
-o-transition: all 1s ease !important;
}
@media (max-width: 1199px) {
.testimonial-wrapper.style3 .slider-area .ct-slider {
margin-left: 0;
}
}
.testimonial-wrapper.style3 .slider-area .arrow-box {
position: absolute;
display: flex;
gap: 30px;
right: 18%;
bottom: 13%;
z-index: 99;
}
@media (max-width: 1199px) {
.testimonial-wrapper.style3 .slider-area .arrow-box {
right: 8%;
}
}
.testimonial-card.style1 {
padding: 40px;
border-radius: 20px;
background: var(--theme);
}
@media (max-width: 575px) {
.testimonial-card.style1 {
padding: 20px;
}
}
.testimonial-card.style1 .testimonial-header {
display: flex;
justify-content: space-between;
}
@media (max-width: 575px) {
.testimonial-card.style1 .testimonial-header {
flex-wrap: wrap;
padding-bottom: 30px;
}
}
.testimonial-card.style1 .testimonial-header .star-wrapper {
border-radius: 999px;
background: var(--body);
display: inline-flex;
padding: 10px 20px;
align-items: flex-start;
gap: 10px;
height: fit-content;
margin-top: 10px;
}
.testimonial-card.style1 .testimonial-header .star-wrapper i {
color: #FFB34E;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.testimonial-card.style1 .testimonial-header .profile-wrapper .quet-icon {
padding-bottom: 20px;
}
.testimonial-card.style1 .testimonial-header .profile-wrapper .name {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
.testimonial-card.style1 .testimonial-header .profile-wrapper .designation {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
padding-bottom: 20px;
}
.testimonial-card.style1 .testimonial-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 141.667% */
}
.testimonial-card.style2 {
padding: 30px;
border-radius: 10px;
background: var(--theme);
}
.testimonial-card.style2 .testimonial-header {
display: flex;
flex-direction: column;
}
.testimonial-card.style2 .testimonial-header .profile-wrapper {
padding-bottom: 10px;
}
.testimonial-card.style2 .testimonial-header .profile-wrapper .quet-icon i {
color: var(--white);
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.testimonial-card.style2 .testimonial-header .star-wrapper {
padding-bottom: 20px;
}
.testimonial-card.style2 .testimonial-header .star-wrapper i {
color: var(--yellow);
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.testimonial-card.style2 .testimonial-header .star-wrapper i:last-child {
color: var(--theme);
}
.testimonial-card.style2 .testimonial-content {
max-width: 350px;
}
.testimonial-card.style2 .testimonial-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
}
.testimonial-card.style2 .profile-box {
display: flex;
gap: 20px;
padding: 20px 0;
align-items: center;
}
.testimonial-card.style2 .profile-box .testi-thumb img {
border: 1px solid var(--yellow);
width: 55px;
height: 55px;
flex-shrink: 0;
object-fit: cover;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.testimonial-card.style2 .profile-box .testi-content .title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
margin-bottom: 1px;
}
.testimonial-card.style2 .profile-box .testi-content .designation {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.9;
}
.testimonial-card.style2 .profile-box .testi-content .star-wrap {
display: flex;
padding-left: 0;
}
.testimonial-card.style2 .profile-box .testi-content .star-wrap li {
list-style-type: none;
}
.testimonial-card.style3 {
padding: 40px 60px 20px;
border-radius: 20px;
background: var(--theme);
}
@media (max-width: 767px) {
.testimonial-card.style3 {
padding: 40px 20px;
}
}
.testimonial-card.style3 .testimonial-header {
display: flex;
justify-content: space-between;
}
@media (max-width: 575px) {
.testimonial-card.style3 .testimonial-header {
flex-direction: column;
margin-bottom: 15px;
}
}
.testimonial-card.style3 .testimonial-header .star-wrapper {
display: inline-flex;
align-items: flex-start;
gap: 10px;
height: fit-content;
}
.testimonial-card.style3 .testimonial-header .star-wrapper i {
color: #FFB34E;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.testimonial-card.style3 .testimonial-header .profile-wrapper .quet-icon {
padding-bottom: 30px;
}
.testimonial-card.style3 .testimonial-content {
padding-bottom: 53px;
}
@media (max-width: 767px) {
.testimonial-card.style3 .testimonial-content {
padding-bottom: 20px;
}
}
.testimonial-card.style3 .testimonial-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 44px; /* 157.143% */
opacity: 0.8;
}
@media (max-width: 767px) {
.testimonial-card.style3 .testimonial-content p {
font-size: 22px;
}
}
.testimonial-card.style3 .profile-box {
position: relative;
display: flex;
gap: 20px;
padding: 20px 0;
align-items: center;
}
.testimonial-card.style3 .profile-box .testi-thumb {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.testimonial-card.style3 .profile-box .testi-thumb img {
object-fit: cover;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.testimonial-card.style3 .profile-box .testi-content .title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
margin-bottom: 1px;
}
@media (max-width: 767px) {
.testimonial-card.style3 .profile-box .testi-content .title {
font-size: 17px;
}
}
.testimonial-card.style3 .profile-box .testi-content .designation {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.9;
}
@media (max-width: 767px) {
.testimonial-card.style3 .profile-box .testi-content .designation {
font-size: 15px;
}
}
.testimonial-card.style3 .profile-box .testi-content .star-wrap {
display: flex;
padding-left: 0;
}
.testimonial-card.style3 .profile-box .testi-content .star-wrap li {
list-style-type: none;
}
/*------ 3.14 Blog ------*/
.blog-wrapper.style1 .title-wrap {
flex-wrap: wrap;
gap: 20px;
}
.blog-card.style1 {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
border-radius: 30px;
background: var(--theme);
padding: 30px 30px 30px 30px;
}
@media (max-width: 1199px) {
.blog-card.style1 {
flex-direction: column;
align-items: start;
}
}
@media (max-width: 767px) {
.blog-card.style1 {
padding: 30px 15px 30px 15px;
}
}
.blog-card.style1 .blog-card-thumb {
border-radius: 30px;
overflow: hidden;
flex: none;
}
@media (max-width: 1199px) {
.blog-card.style1 .blog-card-thumb {
width: 100%;
}
}
.blog-card.style1 .blog-card-thumb img {
border-radius: 30px;
width: 100%;
}
.blog-card.style1 .blog-card-body {
margin-right: 80px;
}
@media (max-width: 1399px) {
.blog-card.style1 .blog-card-body {
margin-right: 0;
}
}
.blog-card.style1 .blog-card-body ul {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 30px;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.blog-card.style1 .blog-card-body ul {
gap: 20px;
}
}
.blog-card.style1 .blog-card-body ul li {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
}
.blog-card.style1 .blog-card-body ul li i {
color: var(--yellow);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.blog-card.style1 .blog-card-body h3 {
margin-bottom: 20px;
}
.blog-card.style1 .blog-card-body h3 a {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px;
}
.blog-card.style1 .blog-card-body p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
margin-bottom: 40px;
}
@media (max-width: 767px) {
.blog-card.style1 .blog-card-body p {
font-size: 16px;
}
}
.blog-card.style2 {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 30px;
border-radius: 30px;
background: var(--theme);
padding: 30px 30px 30px 30px;
}
@media (max-width: 1399px) {
.blog-card.style2 {
flex-wrap: wrap;
}
}
@media (max-width: 1199px) {
.blog-card.style2 {
flex-wrap: nowrap;
}
}
@media (max-width: 767px) {
.blog-card.style2 {
flex-wrap: wrap;
padding: 30px 15px 30px 15px;
}
}
.blog-card.style2 .blog-card-thumb {
border-radius: 30px;
overflow: hidden;
flex: none;
}
@media (max-width: 767px) {
.blog-card.style2 .blog-card-thumb {
width: 100%;
}
}
.blog-card.style2 .blog-card-thumb img {
width: 100%;
border-radius: 30px;
object-fit: contain;
}
.blog-card.style2 .blog-card-body ul {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 30px;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.blog-card.style2 .blog-card-body ul {
gap: 20px;
}
}
.blog-card.style2 .blog-card-body ul li {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.blog-card.style2 .blog-card-body ul li i {
color: var(--yellow);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.blog-card.style2 .blog-card-body h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px;
margin-bottom: 20px;
}
@media (max-width: 1399px) {
.blog-card.style2 .blog-card-body h3 {
margin-right: 20px;
}
}
.blog-card.style2 .blog-card-body h3 a {
color: var(--white);
}
.blog-card.style2 .blog-card-body p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.8;
margin-bottom: 28px;
}
.blog-card.style3 .blog-card-thumb {
border-radius: 20px 20px 0px 0px;
}
.blog-card.style3 .blog-card-thumb img {
width: 100%;
border-radius: 20px 20px 0px 0px;
}
.blog-card.style3 .blog-card-body {
border-bottom: 2px solid transparent;
border-radius: 0px 0px 20px 20px;
background: var(--theme);
padding: 30px 40px 36px 40px;
}
@media (max-width: 767px) {
.blog-card.style3 .blog-card-body {
padding: 20px 20px;
}
}
.blog-card.style3 .blog-card-body ul {
display: flex;
align-items: center;
gap: 25px;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.blog-card.style3 .blog-card-body ul {
gap: 20px;
}
}
.blog-card.style3 .blog-card-body ul li {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 183.333% */
}
.blog-card.style3 .blog-card-body ul li.verticalLine {
width: 0.5px;
height: 10px;
background: var(--two-color);
}
.blog-card.style3 .blog-card-body h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
margin-bottom: 40px;
}
@media (max-width: 767px) {
.blog-card.style3 .blog-card-body h3 {
margin-bottom: 20px;
}
}
.blog-card.style3 .blog-card-body h3 a {
color: var(--white);
}
.blog-card.style3:hover .blog-card-body {
border-bottom: 2px solid var(--yellow);
border-radius: 0px 0px 20px 20px;
background: var(--theme);
}
.blog-card.style3:hover .ct-btn.style4 {
color: var(--body) !important;
background: var(--yellow);
}
.blog-card.style3:hover .ct-btn.style4:before, .blog-card.style3:hover .ct-btn.style4:after {
border-width: 100%;
}
.blog-card.style3:hover .ct-btn.style4 i {
background: rgba(11, 11, 11, 0.1);
}
.blog-card.style4 .blog-card-thumb {
border-radius: 20px 20px 0px 0px;
}
.blog-card.style4 .blog-card-thumb img {
width: 100%;
border-radius: 20px 20px 0px 0px;
}
.blog-card.style4 .blog-card-body {
position: relative;
z-index: 9;
border-bottom: 2px solid transparent;
border-radius: 0px 0px 20px 20px;
background: var(--theme);
padding: 30px;
max-width: 370px;
margin: -20px auto 0px;
}
@media (max-width: 767px) {
.blog-card.style4 .blog-card-body {
padding: 20px 20px;
}
}
.blog-card.style4 .blog-card-body ul {
display: flex;
align-items: center;
gap: 25px;
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.blog-card.style4 .blog-card-body ul {
gap: 20px;
}
}
.blog-card.style4 .blog-card-body ul li {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
.blog-card.style4 .blog-card-body ul li.verticalLine {
width: 0.5px;
height: 10px;
background: var(--two-color);
}
.blog-card.style4 .blog-card-body h3 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.blog-card.style4 .blog-card-body h3 {
margin-bottom: 20px;
}
}
.blog-card.style4 .blog-card-body h3 a {
color: var(--white);
}
.blog-card.style4 .blog-card-body .btn-wrapper {
margin-bottom: 20px;
}
.blog-card.style4:hover .blog-card-body {
border-bottom: 2px solid var(--yellow);
border-radius: 0px 0px 20px 20px;
background: var(--theme);
}
.blog-card.style4:hover .ct-btn.style4 {
color: var(--body) !important;
background: var(--yellow);
}
.blog-card.style4:hover .ct-btn.style4:before, .blog-card.style4:hover .ct-btn.style4:after {
border-width: 100%;
}
.blog-card.style4:hover .ct-btn.style4 i {
background: rgba(11, 11, 11, 0.1);
}
.blog-card.style5 {
margin-bottom: 60px;
}
.blog-card.style5 .blog-card-thumb {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: -196px;
padding: 40px;
z-index: 10;
position: relative;
border-radius: 20px;
}
.blog-card.style5 .blog-card-thumb img {
width: 100%;
border-radius: 20px;
}
.blog-card.style5 .blog-card-body {
position: relative;
border: 2px solid var(--border);
padding: 170px 40px 40px;
border-radius: 20px;
}
@media (max-width: 375px) {
.blog-card.style5 .blog-card-body {
margin-top: 30px;
}
}
.blog-card.style5 .blog-card-body:not(:last-child) {
margin-bottom: 20px;
}
.blog-card.style5 .blog-card-body .post-date {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 6%;
top: 25%;
z-index: 20;
}
@media (max-width: 575px) {
.blog-card.style5 .blog-card-body .post-date {
right: 12%;
top: 18%;
}
}
@media (max-width: 375px) {
.blog-card.style5 .blog-card-body .post-date {
top: 13%;
}
}
.blog-card.style5 .blog-card-body .post-date .calendar-icon {
width: 30px;
height: 30px;
flex-shrink: 0;
background: var(--theme);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
margin-right: 5px;
}
.blog-card.style5 .blog-card-body .post-date .calendar-icon i {
color: var(--yellow);
font-size: 15px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.blog-card.style5 .blog-card-body .post-date .date-btn {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 200% */
display: inline-flex;
padding: 2px 10px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 999px;
background: var(--theme);
}
.blog-card.style5 .blog-card-body .blog-content {
margin-top: 15px;
position: relative;
z-index: 9;
}
.blog-card.style5 .blog-card-body .blog-content ul {
display: flex;
align-items: center;
gap: 50px;
margin-bottom: 15px;
}
@media (max-width: 1199px) {
.blog-card.style5 .blog-card-body .blog-content ul {
gap: 20px;
}
}
.blog-card.style5 .blog-card-body .blog-content ul li {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.blog-card.style5 .blog-card-body .blog-content ul li i {
color: var(--yellow);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-right: 5px;
}
.blog-card.style5 .blog-card-body .blog-content h3 {
font-weight: 700;
margin-bottom: 10px;
font-size: 30px;
}
.blog-card.style5 .blog-card-body .blog-content h3 a {
color: var(--white);
}
.blog-main-sidebar .single-sidebar-widget {
border-radius: 20px;
background: var(--theme);
padding: 40px;
margin-bottom: 60px;
}
@media (max-width: 575px) {
.blog-main-sidebar .single-sidebar-widget {
padding: 15px;
}
}
.blog-main-sidebar .single-sidebar-widget .wid-title {
margin-bottom: 12px;
}
.blog-main-sidebar .single-sidebar-widget .wid-title h3 {
position: relative;
padding-bottom: 15px;
}
.blog-main-sidebar .single-sidebar-widget .wid-title h3::before {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 83px;
content: "";
background-color: var(--theme);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li {
border-radius: 999px;
border: 1px solid var(--border);
background-color: var(--theme);
font-weight: 500;
transition: all 0.4s ease-in-out;
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li a {
color: var(--white);
display: flex;
align-items: center;
padding: 12px 30px;
justify-content: space-between;
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px;
}
@media (max-width: 575px) {
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li a {
padding: 15px 10px;
}
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li span {
transition: all 0.4s ease-in-out;
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li:not(:last-child) {
margin-bottom: 30px;
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li:hover {
background-color: var(--theme);
color: var(--white);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li:hover a {
color: var(--white);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li:hover span {
color: var(--white);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li.active {
background-color: var(--theme);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li.active a {
color: var(--white);
}
.blog-main-sidebar .single-sidebar-widget .blog-widget-categories ul li.active span {
color: var(--white);
}
.blog-main-sidebar .single-sidebar-widget .search-widget form {
width: 100%;
position: relative;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.blog-main-sidebar .single-sidebar-widget .search-widget form input {
background-color: var(--theme);
font-size: 18.281px;
padding: 13px 20px;
width: 100%;
color: var(--white);
border-radius: 999px;
border: 1px solid var(--border);
font-weight: 400;
line-height: 34px;
}
.blog-main-sidebar .single-sidebar-widget .search-widget form button {
position: absolute;
right: 0;
top: 0;
width: 70px;
font-size: 14px;
height: 100%;
color: var(--white);
text-align: center;
transition: all 0.3s ease-in-out;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
border-radius: 20px;
border: 1px solid var(--border);
padding: 20px 30px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
margin-bottom: 30px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
margin-bottom: 8px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
color: var(--yellow);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-right: 5px;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 {
font-weight: 600;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 a {
color: var(--white);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.blog-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 a:hover {
color: var(--white);
}
.blog-main-sidebar .single-sidebar-widget .get-touch {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
align-items: center;
flex-direction: column;
}
.blog-main-sidebar .single-sidebar-widget .get-touch .phoneIcon {
display: flex;
width: 96px;
height: 96px;
flex-shrink: 0;
padding: 20px 25px 20px 30px;
justify-content: center;
align-items: center;
gap: 5px;
flex-shrink: 0;
border-radius: 999px;
background: var(--yellow);
margin-bottom: 20px;
}
.blog-main-sidebar .single-sidebar-widget .get-touch .phoneIcon i {
color: var(--body);
font-size: 30px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.blog-main-sidebar .single-sidebar-widget .get-touch h6 {
color: var(--white);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
margin-bottom: 20px;
}
.blog-main-sidebar .single-sidebar-widget .get-touch .number {
color: var(--white);
text-align: center;
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
.blog-main-sidebar .single-sidebar-widget .tagcloud a {
display: inline-block;
padding: 5px 10px;
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
background: var(--theme);
margin-right: 10px;
text-transform: capitalize;
margin-bottom: 15px;
transition: all 0.4s ease-in-out;
border: 1px solid var(--border);
border-radius: 999px;
}
.blog-main-sidebar .single-sidebar-widget .tagcloud a:last-child {
margin-right: 0;
}
.blog-main-sidebar .single-sidebar-widget .tagcloud a:hover {
background-color: var(--theme);
color: var(--white);
}
.blog-main-sidebar .single-sidebar-widget.style2 {
padding: 60px;
}
.blog-main-sidebar .single-sidebar-widget.style3 {
padding: 40px 24px 40px 40px;
}
/*------ 3.15 Blog Details ------*/
.news-main-sidebar .single-sidebar-widget {
border-radius: 20px;
background: var(--theme);
padding: 40px;
margin-bottom: 60px;
}
@media (max-width: 575px) {
.news-main-sidebar .single-sidebar-widget {
padding: 15px;
}
}
.news-main-sidebar .single-sidebar-widget .wid-title {
margin-bottom: 12px;
}
.news-main-sidebar .single-sidebar-widget .wid-title h3 {
position: relative;
padding-bottom: 15px;
}
.news-main-sidebar .single-sidebar-widget .wid-title h3::before {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 83px;
content: "";
background-color: var(--theme);
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li {
border-radius: 999px;
border: 1px solid var(--border);
background-color: var(--theme);
font-weight: 500;
transition: all 0.4s ease-in-out;
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
color: var(--white);
display: flex;
align-items: center;
padding: 12px 30px;
justify-content: space-between;
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px;
}
@media (max-width: 575px) {
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
padding: 15px 10px;
}
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
transition: all 0.4s ease-in-out;
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
margin-bottom: 30px;
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
background-color: var(--theme);
color: var(--white);
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
color: var(--white);
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
color: var(--white);
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
background-color: var(--theme);
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
color: var(--white);
}
.news-main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
color: var(--white);
}
.news-main-sidebar .single-sidebar-widget .search-widget form {
width: 100%;
position: relative;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.news-main-sidebar .single-sidebar-widget .search-widget form input {
background-color: var(--theme);
font-size: 18.281px;
padding: 13px 20px;
width: 100%;
color: var(--white);
border-radius: 999px;
border: 1px solid var(--border);
font-weight: 400;
line-height: 34px;
}
.news-main-sidebar .single-sidebar-widget .search-widget form button {
position: absolute;
right: 0;
top: 0;
width: 70px;
font-size: 14px;
height: 100%;
color: var(--white);
text-align: center;
transition: all 0.3s ease-in-out;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.news-main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
border-radius: 20px;
border: 1px solid var(--border);
padding: 20px 30px;
}
.news-main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
margin-bottom: 30px;
}
.news-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
margin-bottom: 8px;
}
.news-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.news-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
color: var(--yellow);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-right: 5px;
}
.news-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 {
font-weight: 600;
}
.news-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 a {
color: var(--white);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.news-main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 a:hover {
color: var(--white);
}
.news-main-sidebar .single-sidebar-widget .get-touch {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
align-items: center;
flex-direction: column;
}
.news-main-sidebar .single-sidebar-widget .get-touch .phoneIcon {
display: flex;
width: 96px;
height: 96px;
flex-shrink: 0;
padding: 20px 25px 20px 30px;
justify-content: center;
align-items: center;
gap: 5px;
flex-shrink: 0;
border-radius: 999px;
background: var(--yellow);
margin-bottom: 20px;
}
.news-main-sidebar .single-sidebar-widget .get-touch .phoneIcon i {
color: var(--body);
font-size: 30px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.news-main-sidebar .single-sidebar-widget .get-touch h6 {
color: var(--white);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
margin-bottom: 20px;
}
.news-main-sidebar .single-sidebar-widget .get-touch .number {
color: var(--white);
text-align: center;
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
.news-main-sidebar .single-sidebar-widget .tagcloud a {
display: inline-block;
padding: 5px 10px;
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
background: var(--theme);
margin-right: 10px;
text-transform: capitalize;
margin-bottom: 15px;
transition: all 0.4s ease-in-out;
border: 1px solid var(--border);
border-radius: 999px;
}
.news-main-sidebar .single-sidebar-widget .tagcloud a:last-child {
margin-right: 0;
}
.news-main-sidebar .single-sidebar-widget .tagcloud a:hover {
background-color: var(--theme);
color: var(--white);
}
.news-main-sidebar .single-sidebar-widget.style2 {
padding: 60px;
}
.news-main-sidebar .single-sidebar-widget.style3 {
padding: 40px 24px 40px 40px;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-featured-thumb {
height: 500px;
border-radius: 20px;
}
@media (max-width: 767px) {
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-featured-thumb {
height: 400px;
}
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content {
margin-top: 17px;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .post-list {
column-gap: 30px;
margin-bottom: 30px;
border-bottom: 1px solid var(--white);
padding-bottom: 20px;
flex-wrap: wrap;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .post-list li {
font-size: 14px;
font-family: "Inter", sans-serif;
font-weight: 400;
line-height: 30px;
color: var(--white);
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .post-list li i {
color: var(--yellow);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-right: 5px;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content h3 {
margin-bottom: 30px;
font-size: 40px;
}
@media (max-width: 575px) {
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content h3 {
font-size: 26px;
}
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content h3 a {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content h3 a:hover {
color: var(--theme);
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
margin-bottom: 27px;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .hilight-text {
padding: 30px;
background-color: var(--theme);
border-radius: 20px;
display: flex;
margin-top: 28px;
margin-bottom: 40px;
}
@media (max-width: 575px) {
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .hilight-text {
flex-wrap: wrap;
gap: 20px;
}
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .hilight-text svg {
margin-right: 30px;
width: 40px;
height: 40px;
flex-shrink: 0;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .hilight-text p {
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
margin-bottom: 26px;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .hilight-text h2 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content h4 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .details-image {
border-radius: 20px;
}
.news-details-wrapper.style1 .blog-post-details .single-blog-post .post-content .details-image img {
width: 100%;
height: 100%;
border-radius: 20px;
}
.news-details-wrapper.style1 .blog-post-details .tag-share-wrap {
padding: 40px 0 30px;
}
.news-details-wrapper.style1 .blog-post-details .tag-share-wrap .tagcloud {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.news-details-wrapper.style1 .blog-post-details .tag-share-wrap .tagcloud a {
display: inline-block;
padding: 5px 10px;
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
background: var(--theme);
margin-right: 5px;
text-transform: capitalize;
transition: all 0.4s ease-in-out;
border: 1px solid var(--border);
border-radius: 999px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.news-details-wrapper.style1 .blog-post-details .tag-share-wrap .tagcloud a:last-child {
margin-right: 0;
}
.news-details-wrapper.style1 .blog-post-details .tag-share-wrap .tagcloud a:hover {
background-color: var(--theme);
color: var(--white);
}
.news-details-wrapper.style1 .blog-post-details .tag-share-wrap .social-share a {
font-size: 16px;
color: var(--white);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.news-details-wrapper.style1 .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
margin-right: 10px;
}
.news-details-wrapper.style1 .blog-post-details .tag-share-wrap .social-share a i {
border-radius: 999px;
border: 1px solid var(--body);
background: var(--theme);
padding: 5px 7px;
}
.news-details-wrapper.style1 .blog-post-details .tag-share-wrap .social-share a:hover {
color: var(--yellow);
}
.news-details-wrapper.style1 .blog-post-details .navigation-controls {
padding: 20px 30px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 20px;
border: 1px solid var(--border);
background: var(--body);
margin-bottom: 60px;
}
@media (max-width: 450px) {
.news-details-wrapper.style1 .blog-post-details .navigation-controls {
padding: 20px 15px;
}
}
@media (max-width: 320px) {
.news-details-wrapper.style1 .blog-post-details .navigation-controls {
flex-direction: column;
align-items: normal;
}
}
.news-details-wrapper.style1 .blog-post-details .navigation-controls .nav-item {
display: flex;
align-items: center;
gap: 20px;
justify-content: space-between;
position: relative;
}
.news-details-wrapper.style1 .blog-post-details .navigation-controls .nav-item:not(:last-child) {
border-right: 1px solid rgba(255, 255, 255, 0.3);
padding-right: 295px;
}
@media (max-width: 1399px) {
.news-details-wrapper.style1 .blog-post-details .navigation-controls .nav-item:not(:last-child) {
border: none;
}
}
@media (max-width: 1199px) {
.news-details-wrapper.style1 .blog-post-details .navigation-controls .nav-item:not(:last-child) {
border: none;
height: initial;
padding: 0;
}
}
.news-details-wrapper.style1 .blog-post-details .navigation-controls .nav-item .icon {
width: 50px;
height: 50px;
flex-shrink: 0;
line-height: 50px;
text-align: center;
position: relative;
background: var(--body);
border-radius: 999px;
border: 1px solid var(--border);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.news-details-wrapper.style1 .blog-post-details .navigation-controls .nav-item .icon i {
font-size: 20px;
font-style: normal;
font-weight: 900;
}
.news-details-wrapper.style1 .blog-post-details .navigation-controls .nav-item .icon:hover {
border: 1px solid var(--yellow);
color: var(--yellow);
}
.news-details-wrapper.style1 .blog-post-details .navigation-controls .nav-item h4 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 17.969px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.957% */
}
.news-details-wrapper.style1 .blog-post-details .comments-area .comments-heading {
margin-bottom: 30px;
}
@media (max-width: 575px) {
.news-details-wrapper.style1 .blog-post-details .comments-area .comments-heading {
margin-bottom: 20px;
}
}
.news-details-wrapper.style1 .blog-post-details .comments-area .comments-heading h3 {
font-size: 30px;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
}
@media (max-width: 575px) {
.news-details-wrapper.style1 .blog-post-details .comments-area .comments-heading h3 {
font-size: 28px;
}
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment {
padding: 30px;
background: var(--body);
border-radius: 20px;
border: 1px solid var(--border);
gap: 20px;
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment .image {
width: 65px;
height: 65px;
flex-shrink: 0;
border-radius: 999px;
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment .image img {
border-radius: 999px;
}
@media (max-width: 575px) {
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment {
flex-wrap: wrap;
gap: 20px;
}
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
margin-bottom: 5px;
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
color: var(--white);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover {
color: var(--white);
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment .content .head .con span {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment .content .head .button .reply {
display: inline-flex;
height: 40px;
padding: 20px 30px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 999px;
border: 1px solid var(--border);
background: var(--theme);
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 13.016px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 207.443% */
text-transform: uppercase;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment .content .head .button .reply:hover {
color: var(--body) !important;
background: var(--yellow);
}
.news-details-wrapper.style1 .blog-post-details .comments-area .blog-single-comment .content p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.news-details-wrapper.style1 .blog-post-details .comment-form-wrap h3 {
margin-bottom: 30px;
}
@media (max-width: 575px) {
.news-details-wrapper.style1 .blog-post-details .comment-form-wrap h3 {
font-size: 28px;
margin-bottom: 20px;
}
}
.news-details-wrapper.style1 .blog-post-details .comment-form-wrap .form-clt input, .news-details-wrapper.style1 .blog-post-details .comment-form-wrap .form-clt textarea, .news-details-wrapper.style1 .blog-post-details .comment-form-wrap .form-clt select {
width: 100%;
outline: none;
background-color: var(--body);
border-radius: 30px;
border: 1px solid var(--border);
font-weight: 400;
}
.news-details-wrapper.style1 .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-wrapper.style1 .blog-post-details .comment-form-wrap .form-clt textarea::placeholder, .news-details-wrapper.style1 .blog-post-details .comment-form-wrap .form-clt select::placeholder {
color: var(--white);
}
/*------ 3.16 Counter ------*/
.counter-box-wrapper.style1 {
padding: 128px 0px;
display: flex;
align-items: center;
justify-content: space-between;
}
@media (max-width: 1199px) {
.counter-box-wrapper.style1 {
flex-wrap: wrap;
gap: 40px;
justify-content: initial;
}
}
@media (max-width: 575px) {
.counter-box-wrapper.style1 {
gap: 30px;
}
}
.counter-box-wrapper.style2 {
display: grid;
grid-template-columns: repeat(4, 1fr);
justify-content: space-between;
align-items: center;
gap: 30px;
}
@media (max-width: 1199px) {
.counter-box-wrapper.style2 {
flex-wrap: wrap;
gap: 40px;
justify-content: initial;
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 991px) {
.counter-box-wrapper.style2 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.counter-box-wrapper.style2 {
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 575px) {
.counter-box-wrapper.style2 {
gap: 30px;
}
}
.counter-box.style1 {
display: flex;
align-items: center;
gap: 20px;
position: relative;
}
@media (max-width: 1199px) {
.counter-box.style1 {
flex-wrap: wrap;
}
}
.counter-box.style1:not(:last-child) {
border-right: 1px solid rgba(255, 255, 255, 0.3);
padding-right: 100px;
}
@media (max-width: 1399px) {
.counter-box.style1:not(:last-child) {
border: none;
}
}
@media (max-width: 1199px) {
.counter-box.style1:not(:last-child) {
border: none;
height: initial;
padding: 0;
}
}
.counter-box.style1 h3 {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--white);
font-family: "Syne", sans-serif;
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: 93.5px;
color: transparent;
}
.counter-box.style1 h6 {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
opacity: 0.9;
}
.counter-box.style2 {
display: flex;
align-items: center;
gap: 20px;
flex-direction: column;
position: relative;
background: var(--theme);
padding: 30px 30px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
@media (max-width: 1399px) {
.counter-box.style2:not(:last-child) {
border: none;
}
}
@media (max-width: 1199px) {
.counter-box.style2:not(:last-child) {
border: none;
height: initial;
}
}
.counter-box.style2 h3 {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--white);
font-family: "Syne", sans-serif;
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: 93.5px;
color: transparent;
}
.counter-box.style2 h6 {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px;
}
/*------ 3.17 WCU ------*/
.chooseUs-wrapper.style1 {
position: relative;
}
.chooseUs-wrapper.style1 .section-title .subtitle {
color: var(--yellow);
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 122.222% */
letter-spacing: 0.72px;
text-transform: uppercase;
margin-bottom: 10px;
}
.chooseUs-wrapper.style1 .section-title h2 {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 54px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 133.333% */
margin-bottom: 20px;
}
@media (max-width: 1199px) {
.chooseUs-wrapper.style1 .section-title h2 {
font-size: 35px;
line-height: 50px;
}
}
.chooseUs-wrapper.style1 .section-title h2 span {
color: var(--yellow);
}
.chooseUs-wrapper.style1 .section-title p {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.8;
}
.chooseUs-wrapper.style1 .chooseUs-thumb {
margin-right: -260px;
border-radius: 0px 0px 0px 20px;
}
@media (max-width: 1600px) {
.chooseUs-wrapper.style1 .chooseUs-thumb {
margin-right: 0px;
}
}
.chooseUs-wrapper.style1 .chooseUs-thumb img {
border-radius: 0px 0px 0px 20px;
}
.chooseUs-wrapper.style1 .chooseUs-content {
position: relative;
z-index: 4;
}
.cus-count .fancy-box-wrapper {
position: relative;
padding: 20px 40px;
border-radius: 20px;
background: var(--body);
}
@media (max-width: 767px) {
.cus-count .fancy-box-wrapper {
padding: 20px;
}
}
.cus-count .fancy-box-wrapper .fancy-box {
display: flex;
align-items: center;
column-gap: 26px;
}
@media (max-width: 450px) {
.cus-count .fancy-box-wrapper .fancy-box {
flex-wrap: wrap;
}
}
@media (max-width: 575px) {
.cus-count .fancy-box-wrapper .fancy-box .item.style1 {
max-width: 164px;
}
}
.cus-count .fancy-box-wrapper .fancy-box .icon {
background: var(--theme);
padding: 15px;
border-radius: 50px;
height: 100%;
}
.cus-count .fancy-box-wrapper .strok-number {
position: absolute;
right: 5%;
bottom: 35%;
}
.cus-count .fancy-box-wrapper .strok-number span {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--border);
font-family: "Syne", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
text-transform: capitalize;
opacity: 0.5;
color: transparent;
}
.chooseUs-wrapper.style2 {
position: relative;
}
.chooseUs-wrapper.style2 .shape1 {
position: absolute;
bottom: 40px;
left: 50px;
}
.chooseUs-wrapper.style2 .shape2 {
position: absolute;
top: 0;
right: 0;
}
.chooseUs-wrapper.style2 .chooseUs-thumb {
position: relative;
}
.chooseUs-wrapper.style2 .chooseUs-thumb .counter-area.style2 {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
@media (max-width: 767px) {
.chooseUs-wrapper.style2 .chooseUs-thumb .counter-area.style2 {
bottom: -60px;
}
}
/*------ 3.18 Breadcrumb ------*/
.breadcrumb-wrapper {
position: relative;
overflow: hidden;
}
.breadcrumb-wrapper::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
background-image: linear-gradient(270.07deg, var(--bg-color) 0.07%, var(--bg-color) 99.95%);
opacity: 0.8;
}
.breadcrumb-wrapper .page-heading {
position: relative;
padding: 180px 0;
text-align: center;
z-index: 9;
}
@media (max-width: 1199px) {
.breadcrumb-wrapper .page-heading {
padding: 140px 0;
}
}
@media (max-width: 991px) {
.breadcrumb-wrapper .page-heading {
padding: 120px 0;
}
}
@media (max-width: 767px) {
.breadcrumb-wrapper .page-heading {
padding: 100px 0;
}
}
@media (max-width: 575px) {
.breadcrumb-wrapper .page-heading {
padding: 80px 0;
}
}
.breadcrumb-wrapper .page-heading h1 {
color: var(--white);
text-align: center;
font-family: "Inter", sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 69.95px;
}
@media (max-width: 991px) {
.breadcrumb-wrapper .page-heading h1 {
font-size: 52px;
}
}
@media (max-width: 575px) {
.breadcrumb-wrapper .page-heading h1 {
font-size: 42px;
}
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
display: flex;
align-items: center;
margin-top: 20px;
gap: 10px;
justify-content: center;
}
@media (max-width: 575px) {
.breadcrumb-wrapper .page-heading .breadcrumb-items {
margin-top: 15px;
}
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 22.125px;
font-style: normal;
font-weight: 500;
line-height: 28.8px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 22.125px;
font-style: normal;
font-weight: 500;
line-height: 28.8px;
transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
color: var(--white);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
color: var(--white);
font-size: 16px;
}
.breadcrumb-wrapper .border-shape {
position: absolute;
top: 20px;
left: 0;
}
.breadcrumb-wrapper .line-shape {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.breadcrumb-wrapper .line-shape img {
width: 100%;
height: 100%;
}
/*------ 3.19 Footer ------*/
/*----------------------------------------------
# All Footer Widget style here
----------------------------------------------*/
.widget-area.style2 {
position: relative;
}
.widget-area.style1 {
position: relative;
background: var(--theme);
}
.widget.footer-widget .widget_title {
padding: 0 0 26px 0;
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
@media (max-width: 1199px) {
.widget.footer-widget .widget_title.style2 {
padding: 0;
}
}
.ct-widget-footer {
flex-shrink: 0;
border-radius: 20px;
background: var(--body);
padding: 30px 20px;
}
.ct-widget-footer .footer-logo {
margin-bottom: 30px;
}
.ct-widget-footer .footer-logo .iziti {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 125% */
}
.ct-widget-footer .footer-text {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.9;
margin-bottom: 30px;
max-width: 330px;
}
.ct-widget-footer .title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
.ct-widget-footer.style2 {
background: transparent;
}
@media (max-width: 1199px) {
.ct-widget-footer.style2 {
padding: 10px 20px;
}
}
.ct-widget-footer.style2 .ct-social.style2 a {
background: var(--title);
}
.ct-social {
padding-top: 20px;
}
.ct-social a {
display: inline-block;
width: var(--icon-size, 40px);
height: var(--icon-size, 40px);
line-height: var(--icon-size, 40px);
background-color: rgba(255, 255, 255, 0.1);
color: var(--white);
font-size: 16px;
text-align: center;
margin-right: 5px;
border-radius: 0;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.ct-social a:last-child {
margin-right: 0;
}
.ct-social a:hover {
background-color: var(--theme);
color: var(--white);
}
.ct-social.style2 {
display: flex;
flex-direction: row;
column-gap: 30px;
}
.ct-social.style2 a {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
flex-shrink: 0;
border-radius: 20px;
border: 1px solid rgb(44, 44, 44);
background: var(--body);
}
.ct-social.style2 a i {
color: var(--white);
font-family: "Font Awesome 6 Brands";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.ct-social.style3 a {
--icon-size: 40px;
font-size: 14px;
background-color: transparent;
color: var(--white);
border: 1px solid;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.ct-social.style3 a:hover {
border-color: var(--theme);
color: var(--white);
background-color: var(--theme);
}
.widget.widget_nav_menu.footer-widget .widget_title {
color: var(--white);
font-family: "Syne", sans-serif;
font-size: 20.625px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 160% */
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu {
list-style-type: none;
padding-left: 0;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li {
margin-bottom: 10px;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.9;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a i {
color: var(--white);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
margin-right: 8px;
transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover {
color: var(--yellow);
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover i {
color: var(--yellow);
}
.widget.widget_nav_menu.footer-widget .checklist {
margin-top: 0px;
margin-bottom: 0px;
}
.widget.widget_nav_menu.footer-widget .checklist ul {
margin-bottom: 20px;
}
.widget.widget_nav_menu.footer-widget .checklist ul li a {
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.9;
}
.widget.widget_nav_menu.footer-widget .email-input-container {
margin-bottom: 25px;
width: 270px;
}
.footer-title h2 {
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: var(--yellow);
font-family: "Syne", sans-serif;
font-size: 150px;
font-style: normal;
font-weight: 700;
line-height: 140px;
opacity: 0.5;
color: transparent;
}
@media (max-width: 767px) {
.footer-title h2 {
font-size: 90px;
line-height: 100px;
}
}
.copyright-wrap .copyright-layout {
display: grid;
grid-template-columns: repeat(2, 1fr);
align-items: center;
}
.copyright-wrap .copyright-layout .layout-text .copyright {
margin-bottom: 0;
color: var(--white);
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.7;
}
.copyright-wrap .copyright-layout .layout-text .copyright a {
color: var(--white);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.copyright-wrap .copyright-layout .layout-text .copyright a:hover {
color: var(--theme2);
}
@media (max-width: 991px) {
.copyright-wrap .copyright-layout .layout-text .copyright {
font-size: 16px;
}
}
.copyright-wrap .copyright-layout .link-wrapper {
text-align: end;
}
.copyright-wrap .copyright-layout .link-wrapper a {
display: inline-block;
color: var(--white);
text-align: right;
margin-right: 30px;
font-family: "Inter", sans-serif;
font-size: 18.281px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 185.983% */
opacity: 0.7;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.copyright-wrap .copyright-layout .link-wrapper a:hover {
color: var(--theme2);
}
.copyright-wrap .copyright-layout .link-wrapper a:last-child {
margin-right: 0;
}
@media (max-width: 991px) {
.copyright-wrap .copyright-layout .link-wrapper a {
font-size: 16px;
}
}
@media (max-width: 991px) {
.copyright-wrap .copyright-layout {
grid-template-columns: repeat(1, 1fr);
text-align: center;
}
.copyright-wrap .copyright-layout .link-wrapper {
text-align: center;
}
.copyright-wrap .copyright-layout .link-wrapper a {
text-align: center;
}
}
.copyright-wrap {
padding: 20.5px 0;
border-top: 1px solid rgb(92, 92, 92);
background-color: var(--theme);
}
.copyright-text {
margin: 0;
color: var(--white);
}
.copyright-text a {
color: var(--theme);
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.copyright-text a:hover {
color: var(--white);
}
.footer-top-section {
border-bottom: 1px solid rgb(66, 67, 22);
}
.footer-top-section .footer-heading {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: center;
justify-content: space-between;
padding: 0 20px;
}
.footer-top-section .footer-heading .ct-main-menu {
padding-left: 0px;
}
@media (max-width: 767px) {
.footer-top-section .footer-heading .ct-main-menu {
padding-bottom: 20px;
}
}
.footer-top-section .footer-heading .ct-main-menu ul li a {
padding: 30px 0;
}
@media (max-width: 767px) {
.footer-top-section .footer-heading .ct-main-menu ul li a {
padding: 5px 0;
}
} /*# sourceMappingURL=main.css.map */