/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  New-cars
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
:root {
    --primary: #f97316; /* Vibrant Orange */
    --primary-hover: #ea580c;
    --dark: #0f172a;
    --darker: #020617;
    --light: #f8fafc;
    --gray: #64748b;
    --glass: rgba(15, 23, 42, 0.7);
    --glass-border: rgba(255, 255, 255, 0.1);
    --radius-sm: 12px;
    --radius-md: 16px;
    --radius-lg: 24px;
}

body{
	font-family: 'Outfit', sans-serif;
	font-size:16px;
	color: var(--gray);
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
    background-color: var(--light);
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: var(--dark);
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: none;
    transition: all 0.3s ease;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color: var(--dark);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: none;
}
p {
	margin: 0;
	color: var(--gray);
	font-size:16px;
    line-height: 1.6;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
.lucide-icon{
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: inline-block;
    vertical-align: middle;
}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    display: inline-block;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;}

.fade-in-on-load {
    animation: fadeInPage 1s ease-in-out;
}
@keyframes fadeInPage {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.section-header.section-header--left{
    text-align: left;
    margin-bottom: 30px;
}
.section-header h2{
    position: relative;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 20px;
    color: var(--dark);
    letter-spacing: -1px;
}
.section-header p{
    color: var(--primary);
    text-transform: uppercase; 
    letter-spacing: 3px; 
    font-size: 14px; 
    font-weight: 700; 
    margin-bottom:15px;
    font-family: 'Outfit', sans-serif;
}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus{
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 0px;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    padding: 40px 0px;
    text-transform:capitalize;
    transition: color 0.3s ease;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand {
    color: #111827;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#3b82f6;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:25px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #f3f4f6;
    font-size: 15px;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
    color: #4b5563;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 43px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:#3b82f6;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #3b82f6;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:30px 25px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #4e4ffa;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #4e4ffa;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i,
nav.navbar.bootsnav .navbar-toggle svg{color: #4e4ffa;}
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background:url(../images/welcome-hero/welcome-banner.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    padding: 120px 0 80px;
}
.welcome-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.95) 0%, rgba(15, 23, 42, 0.7) 100%);
}
.header-area{position: absolute;top:0;left:0;width: 100%;z-index: 99;}

/*.welcome-hero-txt*/
.welcome-hero-txt{
    text-align: center; 
    position: relative; 
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.welcome-hero-txt h2 {
    font-size: clamp(36px, 5vw, 72px);
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1.1;
    font-family: 'Playfair Display', serif;
    letter-spacing: -2px;
    max-width: 900px;
}
.welcome-hero-txt p {
    font-size: clamp(16px, 1.6vw, 20px);
    text-transform: initial;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 50px;
}
.welcome-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    background: var(--primary); 
    color: #fff;
    border-radius: 30px; 
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px -5px rgba(249, 115, 22, 0.4);
    -webkit-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1), transform .3s cubic-bezier(0.4, 0, 0.2, 1); 
    -moz-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1), transform .3s cubic-bezier(0.4, 0, 0.2, 1); 
    -ms-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1), transform .3s cubic-bezier(0.4, 0, 0.2, 1); 
    -o-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1), transform .3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1), transform .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.welcome-btn:hover{
    background: var(--primary-hover);
    box-shadow: 0 20px 25px -5px rgba(249, 115, 22, 0.5);
    transform: translateY(-4px);
    color: #fff;
}
/*.welcome-hero-txt*/

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {padding: 0;}
.model-search-content {
    padding: 28px 24px 24px;
    background: var(--dark);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.6);
    position: relative;
    width: 100%;
    margin-top: 28px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.05);
    z-index: 10;
}

/*.single-model-search*/
.single-model-search{margin-bottom: 25px;}
.single-model-search:last-child {margin-bottom: 0;}

.single-model-search h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
}
/*model-select-icon*/
.model-select-icon{
    position:relative;
}
.model-select-icon .form-control {
    outline: 0!important;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.05);
    color: #fff;
    height: 54px;
    border-radius: 12px;
    transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.model-select-icon .form-control:focus {
    border-color: var(--primary);
    background: rgba(255,255,255,0.1);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.2);
}
.model-select-icon select {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}
.model-select-icon select option {
    color: var(--dark);
}
.model-select-icon:after{
    position: absolute;
    content: "\f103";
    right: 0px;
    top: 0;
    font-size: 10px;
    color: #fff;
    background: transparent;
    height: 54px;
    line-height: 54px;
    width: 50px;
    text-align: center;
    font-family: "Flaticon";
    pointer-events: none;
    border: transparent;
    display: none;
}
.model-select-icon::before {
    position: absolute;
    content: "";
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m6%209%206%206%206-6%22/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 1;
}/*model-select-icon*/
.welcome-btn.model-search-btn {
    width: 240px;
    margin-left: 0;
}
.model-search-actions{
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.model-search-actions .welcome-btn.model-search-btn{
    margin-top: 0;
    margin-bottom: 0;
}

/*.single-model-search*/

.about{
    padding: 100px 0;
    background: var(--light);
}
.about-media{
    position: relative;
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 24px;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.12);
    border: 1px solid #f1f5f9;
}
.about-media img{
    width: 100%;
    border-radius: var(--radius-sm);
}
.about-content{
    padding-left: 40px;
}
.about-content p{
    margin-bottom: 16px;
    color: var(--gray);
    line-height: 1.8;
}
.about-metrics{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 28px 0 40px;
}
.about-metric{
    min-width: 120px;
}
.about-metric__value{
    color: var(--primary);
    font-size: 36px;
    line-height: 1;
    margin-bottom: 6px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.about-metric__label{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gray);
}

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service { padding: 100px 0 100px; background: #ffffff;}

.single-service-item{
    text-align: left;
    padding:50px 40px;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
    -webkit-transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1), background-color .4s cubic-bezier(0.4, 0, 0.2, 1), border-color .4s cubic-bezier(0.4, 0, 0.2, 1); 
    -moz-transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1), background-color .4s cubic-bezier(0.4, 0, 0.2, 1), border-color .4s cubic-bezier(0.4, 0, 0.2, 1); 
    -ms-transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1), background-color .4s cubic-bezier(0.4, 0, 0.2, 1), border-color .4s cubic-bezier(0.4, 0, 0.2, 1); 
    -o-transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1), background-color .4s cubic-bezier(0.4, 0, 0.2, 1), border-color .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1), background-color .4s cubic-bezier(0.4, 0, 0.2, 1), border-color .4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.single-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--light);
    border-radius: 20px;
    color: var(--primary);
    margin-bottom: 20px;
    transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
.single-service-icon .lucide-icon{
    width: 34px;
    height: 34px;
}

.single-service-item h2 a {
    font-size: 22px;
    margin: 0 0 15px;
    color: var(--dark);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.single-service-item h2 a span {text-transform: lowercase;}
.single-service-item p {
    padding-bottom: 0;
    text-transform: initial;
    position: relative;
    line-height: 1.7;
    color: var(--gray);
}
.single-service-item p:before {
    display: none;
}

.single-service-item:hover {
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.1);
    background: #ffffff;
    transform: translateY(-10px);
    border-color: var(--primary);
}
.single-service-item:hover .single-service-icon {
    background: var(--primary);
    color: #ffffff;
    transform: scale(1.05) rotate(5deg);
}
.single-service-item:hover h2 a {color: var(--primary);}
.single-service-item:hover p {color: var(--gray);}


/*-------------------------------------
        6. New-cars
--------------------------------------*/
.new-cars{
    background: var(--light);
    padding:100px 0 100px;
}
.new-cars-content{padding-top:96px;}
/*.new-cars-txt*/
.new-cars-txt {margin-left: 29px;margin-bottom: 30px;}
.new-cars-txt h2 a {
    font-size:  40px;
    font-weight:  700;
    margin-bottom: 26px;
    color: var(--dark);
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
}
.new-cars-txt h2 a span {text-transform:  uppercase; color: var(--primary);}
.new-cars-txt p {
    color: var(--gray);
    line-height: 1.8;
    font-size: 18px;
}
.new-cars-para2 {margin-top: 30px;}
.welcome-btn.new-cars-btn {
    width: 200px;
    margin-top: 40px;
    background: transparent;
    border: 2px solid var(--dark);
    color: var(--dark);
    box-shadow: none;
}
.welcome-btn.new-cars-btn:hover {
    background: var(--dark);
    color: #fff;
    box-shadow: 0 15px 25px -5px rgba(15, 23, 42, 0.3);
}
/*.new-cars-txt*/

/*.owl-dots */
.new-cars .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    margin: 0px 6px;
    background: #e2e8f0;
    border: none;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,.new-cars .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
    width: 60px;
    transform: scale(1);
}
.new-cars .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 62px;}
/*.owl-dots */

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars{
    padding:100px 0 100px;
    background: #ffffff;
}
.featured-cars-content{padding-top:60px;}

/*.single-featured-cars*/
.single-featured-cars {
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.single-featured-cars:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
    border: 1px solid var(--glass-border);
}
.featured-img-box {
    border-bottom: none;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    height: 260px;
    background: #f1f5f9;
    transition: all 0.5s ease;
}
.single-featured-cars:hover .featured-cars-img {
    background: #e2e8f0;
}
.single-featured-cars:hover .featured-cars-img img {
    transform: scale(1.08);
}
.featured-cars-img img {
    transition: all 0.5s ease;
    width: 85%;
    object-fit: contain;
}
.featured-model-info{
    padding: 15px;
    background: var(--dark);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.4s ease;
}
.single-featured-cars:hover .featured-model-info {
    transform: translateY(0);
}
.featured-model-info p {
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    justify-content: space-around;
}
.featured-mi-span{display: inline-block;}
.featured-hp-span{display: inline-block;}
.featured-cars-txt{
    padding:30px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.featured-cars-txt h2 a{
    font-size: 22px;
    margin-bottom: 12px; 
    color: var(--dark); 
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.featured-cars-txt h2 a span{text-transform: uppercase;}
.featured-cars-txt h3{
    margin-bottom: 15px; 
    color: var(--primary); 
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
}
.featured-cars-txt p{font-size: 15px; line-height: 1.6; color: var(--gray); flex-grow: 1;}
/*.single-featured-cars*/

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.clients-say{padding:100px 0 100px;background: var(--light);}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 60px 40px;
    text-align: center;
    border: none;
    border-radius: 24px;
    background: var(--light);
    overflow-x: hidden;
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1); 
    -moz-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1); 
    -ms-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1); 
    -o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
}

/*testimonial-description*/
.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12{
    width:100%;
    height:auto;
}
/* testimonial-info */
.testimonial-img {
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
    border: 3px solid var(--primary);
    padding: 3px;
}
.testimonial-img img {
    border-radius: 50%;
}
.testimonial-person h2 a {
    font-size: 20px;
    color: var(--dark);
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
.testimonial-person h4{
    margin-top: 10px;
    color: var(--primary);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment p {
    font-size: 16px;
    color: var(--gray);
    margin-top: 30px;
    margin-bottom: 25px;
    font-style: italic;
    line-height: 1.8;
}/* testimonial-comment */


/*testimonial-description*/
.single-testimonial-box:hover h2 a,.single-testimonial-box:hover h4, .single-testimonial-box:hover p{color: #ffffff;}
.single-testimonial-box:hover{
    background: var(--dark);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.2);
    transform: translateY(-10px);
}
.single-testimonial-box:hover .testimonial-img {
    border-color: #ffffff;
}

/*owl carousel*/
.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
}
.clients-say .owl-carousel .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius:50%;
    margin:0 auto;
}
/*owl carousel*/

/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand{
    padding: 80px 0;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}
.brand-area {
    position:relative;
}
.brand-area .item {
    padding: 0 40px 0;
    opacity: 0.5;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}
.brand-area .item:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.brand .brand-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height:72px;
    object-fit: contain;
    border-radius:0;
}
/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    background: var(--darker); /* Dark Slate / Midnight */
}
.footer-top {padding: 100px 0 70px;}

/*.footer-logo*/
.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
    display: inline-block;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform:capitalize;
}
.footer-logo a span {
    color: var(--primary);
}
.single-footer-widget p {
    font-size: 15px;
    color: var(--gray);
    max-width: 300px;
    margin:40px 0 20px;
    line-height: 1.8;
}
.footer-contact p {
    margin: 0;
    color: #cbd5e1;
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.single-footer-widget h2 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 43px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Playfair Display', serif;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .3s ease; 
    -moz-transition: .3s ease; 
    -ms-transition: .3s ease; 
    -o-transition: .3s ease;
    transition: .3s ease;
}
.single-footer-widget ul li:hover{
    transform:translateX(5px);
}
.single-footer-widget ul li a {
    font-size:  15px;
    color:  var(--gray);
    font-weight:  400;
    padding-bottom: 13px;
    transition: color 0.3s ease;
}
.single-footer-widget ul li a:hover {
    color: var(--primary);
}
.single-footer-widget ul li a span {text-transform: lowercase;}
.footer-newsletter p{
    color: var(--gray);
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background: var(--dark);
    display: block;
    padding: 15px 20px;
    outline:0!important;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    color: #ffffff;
    transition: all 0.3s ease;
}
.foot-email-box input[type="text"]{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}
.foot-email-box input[type="text"]::placeholder {
    color: var(--gray);
}
.foot-email-subscribe {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.foot-email-subscribe .lucide-icon{
    width: 18px;
    height: 18px;
}
.foot-email-subscribe:hover {
    background: var(--primary-hover);
}
.foot-email-box .form-control:focus, .foot-email-box .form-control:hover{
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.2);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
    padding: 25px 0 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-copyright p,.footer-copyright p a {
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-copyright p a:hover {
    color: var(--primary);
}
.footer-social{text-align: right;}
.footer-social a i {
    color: var(--gray);
    font-size: 18px;
    margin-left: 20px;
    transition: all .3s ease;
}
.footer-social i:hover{
    color: var(--primary);
    transform: translateY(-3px);
}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#4e4ffa;
	border:1px solid #4e4ffa;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #4e4ffa;
	border:1px solid #4e4ffa;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================
