
.home .slide{
    width: 100%;
    height: 100%;
text-align: center;
padding: 2rem;
display: flex;
align-items: center;
justify-content: center;
background-size: cover !important;
background-position: center !important;
min-height: 55rem;
background-image: url('images/slide-3.jpg');
background-size: 100% 100%;
box-shadow: rgba(149,157,165,0.2) 0px 8px 24px ;
animation: changeImages 20s linear infinite;
}
  
 

.home .slide .content
{
    width: 100%;
    /* height: 10rem; */
    display: none;

}

.home .swiper-slide-active .content
{
display: inline-block;
}


.home .slide .content span{
display: block;
font-size: 2.5rem;
color: var(--light-white);
padding-bottom: 1rem;
animation: fadeIn .2s linear backwards .2s ;

}

.home .slide .content h3{
    font-size: 3vw;
    font-style :normal;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(226, 231, 228);
    text-transform: uppercase;
    line-height: 1;
    text-shadow:var(--text-shadow) ;
    padding: 1rem 0;
    animation: fadeIn .4s linear backwards .4s ;

}
.home .slide .content .btn{
    animation: fadeIn .4s linear backwards .6s ;   
 
}

.home .swiper-button-next,
.home .sswiper-button-prev
{
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
    height: 7rem;
    width: 7rem; 
    background: var(--white);
    color: var(--black);
}

.home .swiper-button-next:hover,
.home .sswiper-button-prev:hover
{
    background: var(--main-color);
    color: var(--white);
}

.home .swiper-button-next::after,
.home .sswiper-button-prev::after
{
    font-size: 2rem;
}
.home .sswiper-button-prev
{
    right: 7rem;
}










@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    background-color: #000;
    color: #eee;
    font-family: Poppins;
    font-size: 12px;
}

a{
    text-decoration: none;
}
/* 
header{
    width: 1140px;
    max-width: 80%;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}

header a{
    color: #eee;
    margin-right: 5px;
    padding: 5px 10px;
    transition: 0.2s;
}

a.active{
    background: #14ff72cb;
    border-radius: 2px;
}

header a:hover{
    background: #14ff72cb;
    border-radius: 2px;
} */






@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

:root {
  --theme-color: #3867d6;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-padding-top: 7rem;
  scroll-behavior: smooth;
}

body {
  background: hwb(198 83% 12%);
}

/* logo ----------  */


.header h1
{
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}



section {
  padding: 2rem 9%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 9%;
}

.header .logo {
  font-weight: bolder;
  color: #fff;
  font-size: 2.5rem;
}

.header .logo span {
  color: var(--theme-color);
}

.header .navbar a {
  font-size: 1.7rem;
  color: #fff;
  margin-left: 2rem;
  /* cursor: pointer; */
}

.header .navbar a:hover {
  color: var(--theme-color);
}

#menu-bars {
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

.home .content {
  text-align: center;
  padding-top: 6rem;
  margin: 2rem auto;
  max-width: 70rem;
}

.home .content h3 {
  color: #120808;
  font-size: 4.5rem;
  text-transform: uppercase;
}

.home .content h3 span {
  color: var(--theme-color);
  text-transform: uppercase;
}


.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 0.8rem 3rem;
  font-size: 1.7rem;
  border-radius: 0.5rem;
  background: #080202;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.btn:hover {
  background: var(--theme-color);
}

.home .home-slider .swiper-slide {
  overflow: hidden;
  border-radius: 0.5rem;
  height: 50rem;
  width: 35rem;
}

.home .home-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.heading {
  text-align: center;
  padding-bottom: 2rem;
  color: #060404;
  text-transform: uppercase;
  font-size: 4rem;
}

.heading span {
  color: var(--theme-color);
  text-transform: uppercase;
}

 .look h1{
    color: rgb(1, 7, 7);
    text-align: center;
    align-items: center;
    margin: 20px 0;
 }
 .look p{
    color: rgb(1, 7, 7);
    text-align: center;
    align-items: center;
    margin: 20px 0;
    font-size: 14px;
 }





.footer {
    background: #111;
    width: 100%;

  }
  
  .footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
    /* width: 100%; */
  }
  
  .footer .box-container .box h3 {
    font-size: 2.5rem;
    padding: 1rem 0;
    color: #fff;
  }
  
  .footer .box-container .box a {
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0;
    color: #eee;
  }
  
  .footer .box-container .box a i {
    padding-right: 0.5rem;
    color: var(--theme-color);
  }
  
  .footer .box-container .box a:hover i {
    padding-right: 1.5rem;
    color: #fff;
  }
  
  .footer .credit {
    text-align: center;
    border-top: 0.1rem solid #222;
    color: #fff;
    padding: 2rem;
    padding-top: 2.5rem;
    margin-top: 1rem;
    font-size: 2rem;
  }
  
  .footer .credit span {
    color: var(--theme-color);
  }

