
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}
::selection { background: none; } 
:root{
    --background:#fff;
    --sec-col:#c8102e;
    --sec-cols:rgba(0, 0, 0, 0.5);
    --text-col:#000;
    --sce-bg:#1c1c1c;
    --footer-col:#666666;
    --transition:all 200ms ease-in-out;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
      font-family: "Poppins", serif;
      user-select: none;
}
img{
  width: 100%;
  height: 100%;
}
section{
  padding: 6rem 0;
  overflow-x: hidden;
}
.cent{
  text-align: center;
}
a{
    text-decoration: none;
  
 
}
body{
    background-color: var(--background);
      overflow-x: hidden;
      position: relative;
}
html{
        scroll-behavior: smooth;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    position: sticky;
    z-index: 9999;
    background:#fffff0;
    color:#333333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  top:0;
}
a{
    text-decoration: none;
}
.logo img{
    border-radius: 50%;
}
nav ul{
    display: flex;
    align-items: center;
    gap:2rem;
}
ul li{
    list-style: none;
    position: relative;
}
li a{
    text-decoration: none;
    color: #de2b2c;

}
li a::before{
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 0;
    bottom: 0;
    background: #de2b2c;
    transition: all 0.5s ease-in-out;
    margin-bottom: -3px;
}
li a:hover::before {
    width: 100%;
}

.menu{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    cursor: pointer;
}
.menu .line{
    transition: all 400ms ease-in-out;
    background-color: black;
    width: 30px;
    height: 2px;

}
.menu.yh .line:nth-child(1){
    transform: translateY(10px) rotate(45deg);
}
.menu.yh .line:nth-child(2){
   opacity: 0;
}
.menu.yh .line:nth-child(3){
     transform: translateY(-10px) rotate(-45deg);
}
.active{
     left: 0;
      }
.ham{
  display: flex;
  gap: 1rem;
  align-items: center;
}
.hero-cont{
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding: 0 60px;
  margin-top: -3%;
  gap: 2rem;
  position: relative;
  height: max-content;
}
.hero-cont .first_side h1{
 font-size: 45px;
  font-weight: 400;
}
.hero-cont .first_side h2{
  font-size: 20px;
  font-weight: 500;

}
.hero-cont .first_side p {
  width: 95%;

}
.hero-cont .first_side p span{
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.3;
  margin: 20px 0;
  font-weight: 600;
}
.first_side .btn{
display: flex;
gap: 1rem;
justify-content: left;
}
.btn{
display: flex;
gap: 1rem;
justify-content: center;
}
 .btn button{
border-radius: 5px;
border: 3px solid var(--sec-col);
background-color: var(--sec-col);
color: var(--background);
transition:var(--transition) ;
cursor: pointer;
}
.btn button a{
  color: var(--background);
}
 .btn button:hover a{
color: var(--text-col);
}
 .btn button:hover {
border-radius: 5px;
border: 3px solid var(--sec-col);
background-color: transparent;
color: var(--text-col);
}
 .btn button a:hover{
color: var(--text-col);
}

.short-pad{
padding: 7px 30px;
}
.hero-cont .first_side p{
  font-size: 18px;
margin: 20px 0;
line-height: 1.3;
}
.about{
  background-color: var(--sce-bg);
  color: var(--background );
  padding: 30px 0;
  position: relative;
  overflow-y: hidden;
}
.about .container{
  width: 95%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  place-items: center;
  z-index: 2;
}

.about .first-slide {
  padding: 20px 25px;
width: 80%;
position: relative;
}
.about .sec-slide::before{
  content: '';
  position: absolute;
  width: 400px;
  height: 300px;
  background-color: var(--sec-col);
opacity: 0.4;
filter: blur(400px);
}
.about .first-slide img{
  border-radius: 30px;
  object-fit: contain;
  border: 2px solid var(--sec-col);
}
.about .sec-slide{
  font-size: 18px;
  padding: 0 2px;
  line-height: 1.3;
 
}
 .about .sec-slide h2{
font-size: 2.5rem;
position: relative;
width: max-content;
 }

  .about .sec-slide h2::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    bottom: 0;
  }
  .about .sec-slide h2::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--sec-col);
  bottom: 0;
  left: 0;
  margin-bottom: -7px;
  }
   .about  button:hover a{
border-radius: 5px;

background-color: transparent;
color: var(--background);
}
 .about .btn button a:hover{
color: var(--background);
}
.services{
  width: 100%;
  height: max-content;
  background:  url('1707122431024.jpeg');
  background-attachment: fixed;
  overflow: hidden;
  padding: 0 0;
  background-repeat:repeat-y;
  position: relative;
}

.services .container{
  background-color:var(--sec-cols);
  height: max-content;
  width: 100%;
  padding:50px 0;
  position:sticky;
  top:0;
}
.services .container > p{
  text-align: center;
  margin: 20px 0;
  color: var(--background);
  padding: 0 30px;
}
.services .container > h2{
  color: var(--background);
  font-size: 50px;
  text-align: center;
  position: relative;
 width: max-content;
 margin: 0 auto;

}
 .services .container > h2::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: var(--text-col);
    bottom: 0;
    transform: translateX(-50%);
     left: 50%;
  }
.services .container > h2::after{
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: var(--text-col);
  bottom: 0;
  left: 50%;
  margin-bottom: -7px;
transform: translateX(-50%);
  }
  .services .cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    padding: 40px 30px;
  }
  .services .cards .card h2{
    font-size: 30px;
    color: var(--background);
  }
  .services .cards .card .card_title,
  .services .cards .card .card_desc{
    padding: 10px 15px;

  }
  .services .container .cards .card hr{
border-color:var(--background);
color: transparent;
background-color: transparent;
border-bottom: none;

  }
  .services .cards .card{
    border: 2px solid var(--text-col);
    display: grid;
    gap: 0.5rem;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .services img{
    border-radius: 10px;
  }
  .services .cards .card  p{
    color:#FFFFFF;
  }
.services .btn{
  margin-left: auto;
padding: 10px 10px;
}
.services .btn button{
  border-color:var(--background) ;
  
}
.services .btn button a{
    font-weight: 600;
    font-size: 14px;
  color: var(--background);
}
 .gg{
font-size: 2.2rem;
padding: 0px 50px;
position: relative;
margin: 10px 0;
}
 .gg::before{
content: '';
position: absolute;
width: 5px;
height:100%;
background: var(--sec-col);
margin-left: -10px;
}
.blogs .container{
  margin-inline: auto;
 display: grid;
 grid-template-columns:repeat(3, 1fr);
 gap: 1.5rem;
 padding: 10px 30px;
}
.blogs iframe{
 width:100%;
}
.blogs .cardm{
  padding: 20px 5px;
  display: grid;
  gap: 0.5rem;
  border: 2px solid black;
  border-radius: 5px;
}
.blogs .cardm .middle p{
  font-size: 12px;
  color: rgb(73, 72, 72);
}
.blogs .big_text{
  font-size: 18px;
}
.blogs .btn{
  margin-left:auto ;
}
.reviews{
  padding: 3rem 0;
}
.swiperb {
  width: 90%;
  height: 100%;
  padding: 0 100px;
  margin-inline: auto;
}

.swiper-slide {
  font-size: 18px;

  border-radius: 20px;
background-color: rgba(255, 255, 255, 0.2);
padding: 20px 20px;
}
.reviewcard{
  display: grid;
  gap: 1rem;
 box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
 padding: 0 10px;
}
.reviewtxt .bbyy{
  text-align: right;
}
.reviewhead {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 5px;
}
.reviewhead .icon {
  width: 40px;
  border-radius: 50%;
}
.icon img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position:center;
  background-size:100%;
  object-fit:cover;
  
}
footer{
  padding:1rem 0;
   background: #282828;
}
.foot_cont{
  display: grid;
  grid-template-columns: 1fr 1fr;
place-items: center;
  width: 100%;
}
footer h1{
  text-align: center;
margin: 20px 0;
letter-spacing:3px;
color: var(--background);
}
.foot_cont {
  padding: 20px 0;
}
.foot_cont h2{
  font-size: 19px;
  text-align: center;
  padding: 15px 0;
  color:var(--background);
  letter-spacing: 2px;
}
.foot_cont p {
  padding: 7px 0;
  font-size: 15px;
  color: var(--footer-col);
text-align: center;
}
.foot_cont p a{
  padding: 20px 0;
  font-size: 15px;
  color: var(--footer-col);
text-align: center;
}
.socials{
  text-align: center;
  padding: 10px 0;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.socials a{
  font-size: 1.5rem;
  color: var(--background);
}


.cta {
  background-color: var(--sec-col);
  color: var(--background);
  padding: 3rem 10px;
  text-align: center;
}

.cta h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.cta p {
  font-size: 20px;
  margin-bottom: 2rem;
}

.cta .btn {
  display: flex;
  justify-content: center;
  border: 2px solid white;
  width: max-content;
  border-radius: 5px;
  transition: var(--transition);
  
  margin-inline:auto ;
}
.cta .btn:hover a{
color: white;
}
.cta .btn:hover {
  border: 2px solid black;

}

footer hr{
width: 80%;
display: flex;
justify-content: center;
align-items: center;
margin:10px auto ;

}
footer p{
  text-align: center;
  color: var(--background);
}
.form_body{
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
form{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ham a{
  color: var(--background);
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 3px;
  background-color: var(--sec-col);
  transition: var(--transition);
}
@media (width > 1024px) {
  .services .cards{
      gap: 4rem;
    padding: 40px 90px;
  }
}
@media (width < 1024px) {
  
  .swiperb{
  width: 100%;
  padding: 0 5px;
  }
.blogs .container {
  grid-template-columns: 1fr 1fr;
}
}
@media (width > 768px) {
  .menu{
    display: none;
  }
  .services{
    background-repeat: repeat;
  }

}
@media (width < 768px) {
  
 nav ul{
        flex-direction: column;
        position: fixed;
        top: 90px;
        left: -100%;
        width: 100%;
        height: 100vh;
        transition: all 0.5s ease;
        align-items: flex-start;
        padding: 40px 0;
        background: black;
        border-top: 1px solid black;
        border-radius: 5px;
     
    }
    /* nav ul::before{
        content: '';
        position: absolute;
background:linear-gradient(270deg,#de2b2c,#fdf6e3) ;
 height: 100%;
 width: 100%;
 z-index: -1;
 isolation: isolate;
 filter:blur(300px);

    } */
    li{
        padding: 10px 20px;
        cursor: pointer;
        width: 100%;
      color:white;
    }
  
    li a{
        color: white;
      text-transform: uppercase;
    }
    li:hover{
        background-color: rgba(255,255,255,0.4);
    }
    li a:hover::before {
    width: 0;
    }
    nav ul{
        gap: 1rem;
  }
 .about .container{
  grid-template-columns: 1fr;
 }
 .hero-cont{
  grid-template-columns: 1fr;
  padding: 0 20px;
 }
 .hero-cont .first_side{
  order: 2;
 }
 .about .first-slide{
  padding: 0;
  width: 100%;
 }
.services .cards{
  grid-template-columns: 1fr ;
  gap: 3rem;
}
.blogs .container{
  grid-template-columns: 1fr;
}
.swiperb{
  width: 100%;
  padding: 0 5px;
}
  nav{
    padding:30px 25px;
  }
  .hero-cont .first_side h1{
    font-size: 39px;
  }
}
