


.inspiro-slider .slide{
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}  


.inspiro-slider .flickity-button {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: 0 0;
    color: #fff;
    box-shadow: none;
    padding: 5px;
    transition:all ease 1s;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #fff;
} 
.inspiro-slider .flickity-button:hover .flickity-button-icon{   fill:#ffffffbf;}
.inspiro-slider .flickity-button .flickity-button-icon{ width:16px; height:16px;     transition:all ease 1s;}
    .flickity-button:hover {
        background-color: red;
    }
.flickity-button-icon:hover{
    fill:#fff;
}
.slide{
    display:flex;
    justify-content:center;
    align-items:center;
}   

.content-d{
    padding:80px 0px;
}

.template-box {
     border: 0px solid #dedede; 
    border-radius: 15px;
   box-shadow: 0px 1px 7px #393939f2;
}

.mockcon{
    padding:20px;
} 

.mockimg img{
  box-shadow: 0px 0px 17px #e3e3e3;
    border-radius: 20px;
    margin-bottom:20px;
}
.mockcon h2{
   background: linear-gradient(135deg, #ff0000, #ba00ff);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* optional for compatibility */
    color: transparent;
        font-size: 55px; 
            font-weight: 700;
}





.wrapper,
.content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.content {
  overflow-x: hidden;
      padding: 0px
}

/* Section styling */
.content .section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.hero{
     z-index: 3;
}


/* Hero Section */
.content .section.hero {
  background-image: url("../images/combg1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display:block;
 
}

/* Image Container Layer */
.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  perspective: 500px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}



.section-title{
  font-size: 100px;
  line-height: 1.2;
  font-weight: 900;
  color:#fff;   
   background: linear-gradient(135deg, #ff0000, #ba00ff);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* optional for compatibility */
   -webkit-text-stroke: #fff 1px;
       text-transform: uppercase;
}



.hero .banwrap{
   position:absolute; 
  top: 50%;
   left: 10%; 
}

.hero p{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color:#000000; 
  margin-bottom:20px;
    
}



.newbtn {
  position: relative;
  padding: 12px 30px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(45deg, #ff0000, #000000);
  border: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 1s ease;
  z-index: 1;
}

.newbtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #b30000, #1a1a1a);
  transition: all 2s ease;
  z-index: -1;
}

.newbtn:hover::before {
  left: 0;
}

.newbtn:hover {
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 0, 0, 0.3);
  transform: scale(1.05);
  background: linear-gradient(45deg, #1a1a1a ,#b30000 );
}

.comhead{
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(135deg, #ff0000, #ba00ff);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* optional for compatibility */
    color: transparent;
}
.sunhead{
    font-size: 30px!important;
    font-weight: 700;
    line-height: 1.2;
    color: #ff0000;
    

}
.sec1,.sec2{
    position: relative;
    padding: 80px 0px 0px  0px;
}
.sec1::before {
       content: '';
    position: absolute;
    top: 32px;
    left: 73%;
    width: 400px;
    height: 400px;
    background: linear-gradient(205deg, #ffb4b48a 3%, #1a1a1a00);
    transition: all 2s ease;
    z-index: -2;
    border-radius: 50%;
}
.imgcon img{
    filter: drop-shadow(0px 0px 1px black);
}

.imgcont p{
    font-size:18px;
    text-align: justify;
}




.proimg {
     
    width: 100%;
    height: 500px;   
    object-fit: cover;    
    overflow: hidden;
}



.proimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1s ease;
     margin-bottom:20px; 
     aspect-ratio: 1/1;   
     overflow: hidden;
    

}

.proimg:hover img {
    transform: scale(1.2);
    
}
.proimg:hover{
   transform: scale(1); 
   
} 


.sechead{
 font-size: 80px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
   background: linear-gradient(135deg, #ff0000, #ba00ff);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* -webkit-text-stroke: #fff 1px; */
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 30px;
        opacity: 0.10;
  }


.titalsty {
  position: relative;
  text-align: center;
  display: block;
    /* bottom: 60px;*/
    /*top: -80px;*/
}
.titalsty p{
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    color: #050505;
    margin-top: -60px;
   
}

/* .spacer {
      height: 700px;
      background-color: #eee;
      display: flex;
      align-items: center;
      justify-content: center;
    } */

    .horizontal-scroll-section {
      position: relative;
       height: auto;
      overflow: hidden; 
    } 

    .scroll-container {
      display: flex;
      height: auto;
      width: max-content;
      
    }  

    .scroll-container img {
       width: 773px;
    height: 100%;
    /*object-fit: cover;*/
    /* flex-shrink: 0; */
    border: 6px solid #ffffff;
  
    }

    #portfolio .lable p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 10px 0px;}

    #portfolio .lable {
    background: #141414;
    padding: 5px 15px;
    text-align: center;
}

.portfolio-item .portfolio-image img, .portfolio-item .portfolio-video img, .portfolio-item .grid-image img, .portfolio-item .grid-video img, .portfolio-item .flickity-viewport img, .grid-item .portfolio-image img, .grid-item .portfolio-video img, .grid-item .grid-image img, .grid-item .grid-video img, .grid-item .flickity-viewport img{
  height: 200px;
}

  .parallax-container.parallax-responsive {
    background-size: cover !important;
     background-attachment: local !important; 
    background-position: center center !important;
} 

.custom-gutterx {
    --bs-gutter-x: 2rem; /* horizontal space */
   
  }
  .custom-guttery {
    --bs-gutter-y: 1rem; /* vertical space */
  }

.office-img { overflow:hidden; width:100%; height:auto; margin-bottom:20px;}
.office-img img { border-radius:20px; width:100%; height:auto;}



.pricing-table .plan-list { background-color: #fff; border-width: 0 1px 1px; padding: 20px 0 40px; height: 70%; display: flex; flex-direction: column; justify-content: space-between; gap: 10px;
}
.pricing-table .plan-header > h4 { font-size:22px; font-weight:700; color:#DC342E;}
.pricing-table .plan .plan-header .plan-price {background-image:linear-gradient(90deg, #ff0000, #ba00ff); -webkit-text-fill-color: transparent; background-clip:text; font-weight:700; transition:all ease 1s;}
.plan:hover .plan-price {background-image: linear-gradient(90deg,  #ba00ff, #ff0000); }
.pricing-table .plan { overflow:hidden; border-radius:25px; height:100%; position:relative; background-color:#fff; display:flex; flex-direction:column; gap:20px;}
.card--footer { padding:0px 40px;} 
.card--footer .btn--card { border-radius:15px; display:block; text-align:center; width:100%; padding:15px 25px; color:#fff; font-size:20px; font-weight:600; background-image: linear-gradient(90deg, #ff0000, #ba00ff); transition:all linear 2s;} 
.card--footer .btn--card:hover {background-image:linear-gradient(45deg, #ba00ff, #ff0000);color:#fff!important; }
.pricing-table .plan-list ul li { list-style: none; border-bottom: 1px solid#eaeceb;line-height: 42px; transition: all ease 0.5s; color:#111; font-size:16px; line-height:2;
}
.pricing-table .plan-list ul li:hover { background-color:#e2e2e252; padding: 3px;}
.pricing-table .plan .plan-header { background-color:#ffebea; border-bottom:1px solid #DC342E;}
.card--footer .footer--title { font-size:22px; font-weight:600; margin-bottom:10px; color:#111; text-align:center;}

@media screen and ( max-width:1440px){
  .pricing-table .plan .plan-header .plan-price { font-size:40px;}  
    .pricing-table .plan-list ul li { font-size:16px; line-height:20px;}
      .card--footer .footer--title { font-size:20px; line-height:25px;} 
}
@media screen and ( max-width:991px){
    .pricing-table .plan { margin-bottom:20px; height:calc(100% - 20px);}
    .pricing-table .plan .plan-header .plan-price { font-size:40px;}
    .pricing-table .plan-header > h4 { font-size:18px;}
    .pricing-table .plan-list ul li { font-size:14px; line-height:20px;}
    .card--footer .footer--title { font-size:18px; line-height:22px;}
 .pricing-table .plan-list ul { padding:0px 20px;}
    .card--footer { padding:0px 20px;}
    .plans--card .container-fluid { padding:0px;}
    
    
}

@media (max-width: 768px) {
  .image-container {
    position: relative;
    height: auto;
  }
  
  #book{
      padding: 20px;
  }

  .proimg {
     
    width: 100%;
    height: 100%;
    
}

.sec1,.sec2, section {
    position: relative;
    padding: 30px 0px;
}

  .sechead{
    font-size: 30px;
  }
  .titalsty p{
    font-size: 18px;
    margin-top: -30px;
  }

  .hero .banwrap{
   position:absolute; 
  top: 30%;
   left: 10%; 
}
.sunhead{
    font-size: 18px!important;
    font-weight: 700;
    line-height: 1.2;
   
}

  .image-container img {
    height: auto;
    object-fit: contain;
    transform: none !important; 
  }


  .section-title{
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;  
}
.content{
    padding: 0px;
}


  .section.hero {
    transform: none !important;
  }
} 


@media screen and ( max-width:991px){
 
.inspiro-slider .slide .slide-captions h2, .inspiro-slider .slide .slide-captions h1 {
    font-size: 44px !important;
    line-height: 1.2;
    padding-top:90px;
} 
.inspiro-slider .slide .slide-captions img {
    width: 285px !important;
    }
}

@media screen and (max-width:767px){
 .inspiro-slider .slide .slide-captions h2{
     font-size:28px;
     line-height:1.2;
 }    
 
 .content .section.hero{
     display:none;
 }  
 
   #page-title .page-title > h1{
        font-size: 30px;
    line-height: 1;
    margin:10px;
    }
    
    .h2style{
        font-size:28px!important;
        line-height:1;
        margin-top:15px;
    } 
    
  
}