/*==================================
* 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;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #818998;
  text-transform: initial;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
  display: inline-block;
  text-decoration: none;
  color: #444a57;
  font-size: 20px;
  padding: 0;
  font-weight: 500;
  /* text-transform: capitalize; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #444a57;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
p {
  margin: 0;
  color: #818998;
  font-size: 16px;
  line-height: 1.8;
  text-transform: initial;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
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%;
}

[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;
}
.section-header h2 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 35px;
}
.section-header h2:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -42px;
  background: #4e4ffa;
}
.section-header p {
  color: #444a57;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.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;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
  background-color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
  display: flex;
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  font-family: "Rufina", serif;
  font-weight: 700;
  padding: 45px 0px;
  text-transform: uppercase;
  margin-right: -2rem;
}
.navbar-header a.navbar-brand span {
  display: inline-block;
  color: #4e4ffa;
  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: 30px 0px;
  margin-left: -4rem;
}
/*.navbar-brand*/

.navbar-logo {
  height: 40px;
  width: auto;
  margin-right: 1rem;
  margin-top: -1rem;
}

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
  color: #f5f7fa;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 48px 21px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus {
  color: #4e4ffa;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  color: #4e4ffa;
}

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 {
  color: #4e4ffa;
}
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
  position: relative;
  background: url(../images/welcome/welcome-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.welcome-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(42,45,84,.60); */
}
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

/*.welcome-hero-txt*/
.welcome-hero-txt {
  text-align: start;
  padding: 290px 0 372px;
}
.welcome-hero-txt h2 {
  font-size: 62px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: "Montserrat", sans-serif;
}
.welcome-btn {
  display: inline-block;
  width: 230px;
  height: 60px;
  background: #4e4ffa;
  color: #fff;
  border-radius: 3px;
  margin-top: 55px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.welcome-btn:hover {
  background: #0102fa;
}
/*.welcome-hero-txt*/
/*-------------------------------------
        2.about us section
--------------------------------------*/
.AboutUs {
  position: relative;
  /* background:url(../images/aboutus/ellipse_1.png)no-repeat;
    background-position: center;
    background-size: cover; */
  background-color: #071e25;
}
.about-content img {
  border-radius: 5rem;
  margin-top: 2rem;
}
.about-us-text h4 {
  font-size: 62px;
  color: #50ecff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: "Montserrat", sans-serif;
  margin-top: 12rem;
}
.about-us-text p {
  font-size: 18px;
  text-transform: initial;
  color: #fff;
  font-weight: 500;
  max-width: 735px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 12rem;
  text-align: justify;
}

/*-------------------------------------
        3. Our-Mission
--------------------------------------*/
.OurMission {
  position: relative;
  background: url(../images/missions/mission-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
.mission-text h4 {
  font-size: 52px;
  color: #50ecff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
  margin-top: 12rem;
}
.mission-text p {
  font-size: 18px;
  text-transform: initial;
  color: #fff;
  font-weight: 500;
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12rem;
  text-align: justify;
}

/*-------------------------------------
        4. services
--------------------------------------*/

.service {
  position: relative;
  /* background:url(../images/aboutus/ellipse_1.png)no-repeat;
    background-position: center;
    background-size: cover; */
  background-color: #071e25;
}
.service-content h4 {
  font-size: 52px;
  color: #50ecff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-top: 2rem;
  font-family: "Montserrat", sans-serif;
}
.service-content p {
  font-size: 18px;
  text-transform: initial;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3rem;
  text-align: justify;
}
.service-rows .row {
  margin-bottom: 5rem;
}
.streams {
  margin-bottom: 4rem !important;
}

.service-detail {
  background-color: rgba(43, 69, 76, 0.34);
  border-radius: 25px;
  padding: 3rem;
  margin: 4rem 0;
}

.service-detail h4 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.service-detail p {
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}
.service-technology h4 {
  font-size: 42px;
  color: #50ecff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-top: 12rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.service-technology p {
  font-size: 18px;
  text-transform: initial;
  color: #fff;
  font-weight: 500;
  max-width: 735px;
  margin: 0 auto;
  margin-bottom: 12rem;
  text-align: justify;
}
.service-grid h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.service-grid p {
  font-size: 12px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
}
.service-grid img {
  display: block;
  margin: 0 auto;
}

/*-------------------------------------
        5. kinzwin
--------------------------------------*/
.kinzwin {
  background-color: #071e25;
}
.kinzwin-game {
  margin-top: 10rem;
}
.kinzwin-game img {
  display: block;
  margin: 0 auto;
}
.game-details {
  background-color: rgba(43, 69, 76, 0.34);
  border-radius: 25px;
  padding: 3rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.game-details h4 {
  font-size: 27px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: "Montserrat", sans-serif;
}

.game-details p {
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}

.game-type {
  background-color: rgba(43, 69, 76, 0.34);
  border-radius: 25px;
  padding: 3rem;
  width: 70%;
  margin: 5rem auto;
  text-align: left;
}
.game-type h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}
.game-type p {
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}
.game-ludo {
  background-color: rgba(43, 69, 76, 0.34);
  border-radius: 25px;
  padding: 3rem;
  width: 70%;
  margin-top: 3rem;
  margin: 3rem auto;
  text-align: left;
}
.game-ludo h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}
.game-ludo p {
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}
.archery-game {
  margin-top: 2rem;
}
.game-archery {
  background-color: rgba(43, 69, 76, 0.34);
  border-radius: 25px;
  padding: 3rem;
  width: 70%;
  margin: 3rem auto;
  text-align: left;
}
.game-archery h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}
.game-archery p {
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}

/*-------------------------------------
        6. past-projects
--------------------------------------*/

.past-project {
  background-color: #071e25;
}
.past-details {
  margin-top: 10rem;
}

.past-projects h4 {
  font-size: 42px;
  color: #50ecff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.past-projects p {
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  max-width: 758px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8rem;
  text-align: justify;
}
.project-details {
  align-items: center;
  justify-content: center;
}
.project-details .col-md-6 {
  text-align: center;
}

.project-details .col-md-6 img {
  display: block;
  margin: 0 auto;
}
.project-details h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 4rem;
  line-height: inherit;
}
/*-------------------------------------
       7.contact us
--------------------------------------*/
.contactus {
  position: relative;
  background: url(../images/contactus/contact-us-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 0;
}
.contactus-details h4 {
  font-size: 42px;
  color: #50ecff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 6rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.contactus-details p {
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  max-width: 805px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8rem;
  text-align: justify;
}
.contactus-input span {
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8rem;
}
.contactus-input input {
  width: 70%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 2rem;
  margin-top: 1.5rem;
  transition: border 0.3s ease;
}
.contactustextarea textarea {
  width: 70%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 2rem;
  margin-top: 1.5rem;
  transition: border 0.3s ease;
}
.contactustextarea {
  margin-top: 4rem;
  justify-content: center; /* Centers child elements horizontally */
  text-align: center;
}
.contactus-input {
  margin-top: 4rem;
  justify-content: center; /* Centers child elements horizontally */
  text-align: center;
}

.contactustextarea span {
  font-size: 18px;
  text-transform: initial;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8rem;
}
.contactustextarea p{
  margin-top: 1rem;
}
/*-------------------------------------
        8. Contact
--------------------------------------*/
.contact {
  background: #071e25;
}
.footer-top {
  padding: 112px 0 72px;
}

/*.footer-logo*/
.footer-logo a,
.footer-logo a:hover,
.footer-logo a:focus {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  font-family: "Rufina", serif;
  font-weight: 700;
  text-transform: uppercase;
}
.single-footer-widget p {
  font-size: 14px;
  color: #eeeff6;
  max-width: 300px;
  margin-top: 2rem;
}
.footer-contact p a {
  font-size: 14px;
  color: #eeeff6;
}
/*.footer-logo*/

.single-footer-widget {
  margin-bottom: 40px;
}
.single-footer-widget h2 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 43px;
}
.single-footer-widget ul li {
  display: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-footer-widget ul li:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.single-footer-widget ul li a {
  font-size: 14px;
  color: #cfd0e3;
  font-weight: 300;
  padding-bottom: 13px;
}
.single-footer-widget ul li span {
  font-size: 14px;
  color: #cfd0e3;
  font-weight: 300;
  padding-bottom: 13px;
}
.single-footer-widget ul li a span {
  text-transform: lowercase;
}
.footer-newsletter p {
  color: #aeafc2;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email {
  position: relative;
}
.foot-email-box .form-control {
  background: #26294d;
  display: block;
  padding: 15px 20px;
  outline: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 0;
}
.foot-email-box input[type="text"] {
  font-size: 12px;
  color: #666c81;
  font-weight: 300;
}
.foot-email-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: transparent;
  color: #666c81;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-email-box .form-control:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
  padding: 20px 0 17px;
  border-top: 1px solid #434859;
}
.footer-copyright p,
.footer-copyright p a {
  color: #a8a9bf;
  font-size: 14px;
  font-weight: 400;
  /* text-transform: capitalize; */
}
.footer-social {
  text-align: right;
}
.footer-social a i {
  color: #fff;
  opacity: 0.4;
  font-size: 14px;
  margin-left: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-logo img {
  width: 65%;
  height: 50%;
}
.footer-social i:hover {
  opacity: 0.7;
}
/*.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: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.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;
}

#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=================*/
