﻿.container{
   max-width: 1200px; 
}
section{
    overflow-x:hidden;
}
h1,h2,h3,h4,h5{
font-family: 'heebo',sans-serif;


}
p,a,button,li{
 font-family: Arial, Helvetica, sans-serif;

}

:root {
    --primary-color: #5C5470; /* Deep Mauve */
    --secondary-color: #F9B208; /* Golden Glow */
    --accent-color: #9BC995; /* Sage Green */
    --background-color: #F3F4ED; /* Light Cream */
   
}
.slider_text_con{
    padding-top:50px;
}
h1 {
  font-size: 55px;   /* Main heading */
  font-weight: 500;  /* Bold font weight */
    line-height:1.3;
}

h2 {
  font-size: 45px;   /* Sub-heading */
  font-weight: 501;
 line-height:1.3;
}

h3 {
  font-size: 30px;   /* Smaller heading */
  font-weight: 500;
  line-height:1.4;
}
h4 {
  font-size: 25px;   /* Smaller heading */
  font-weight: 500;
  line-height:1.4;
  letter-spacing:1.3px;
  color:black;
}
h5 {
  font-size: 20px;   /* Smaller heading */
  font-weight: 500;
   line-height:1.4;
   letter-spacing:1.9px;
}

p {
  font-size: 16px;   /* Body text size */
  font-weight: 500;
  line-height: 1.6;  /* Better readability */
}


a {
  font-size: 18px;   /* Same size as paragraphs */
  font-weight: 400;
  text-decoration: none;  /* No underline */
   line-height:1.4;
}

.hilight{
    color:#F4A261;
}
/*animation*/
@keyframes customAnimation {
  0% {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  }
  100% {
    transform: translate3d(0px, 92.8774px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  }
}

.element {
  animation: customAnimation 2s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}
@keyframes upAndDown {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(0px, 92.8774px, 0px); /* Move down */
  }
  100% {
    transform: translate3d(0px, 0px, 0px); /* Move back up */
  }
}

.element1 {
  animation: upAndDown 2s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}

@keyframes leftToRight {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(92.8774px, 0px, 0px); /* Move right */
  }
  100% {
    transform: translate3d(0px, 0px, 0px); /* Move back to the start */
  }
}

.element2 {
  animation: leftToRight 2s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}
.spaces{
 
    /* Replace with your image URL */
    background-size:40%; /* Ensures the image covers the container */
    background-image: url('../img/bubbles.png');
    background-position:left top ;
    background-repeat: no-repeat;

}
.background-image {
    animation: zoomInAndOut 5s ease-in-out infinite; /* Adjust timing as needed */
    /* Replace with your image URL */
    background-size:contain; /* Ensures the image covers the container */
    background-image: url('../img/ihes.png');
    background-position: right 80%;
    background-repeat: no-repeat;

}

@keyframes zoomInAndOut {
  0% {
    background-size: 10px; /* Initial size */
  }
  50% {
    background-size:    50px; /* Zoom in */
  }
  100% {
    background-size:100px; /* Return to original size */
  }
}
  /* Circular Image Styling */
        .rotating-img {
         
            border-radius: 50%; /* Makes the image circular */
            animation: rotate 3s linear infinite;
        }

        /* Keyframes for rotation */
        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

/*animation end*/.gapes{
                     gap:15px;
                 }



 /*facuity*/
.r-postion{
    position:relative;
}
.a-postion{
    position:absolute;
}
   
        .boder-raiu{
            border-radius:50%;
        }
        .higherter{
            color:#FC226A !important;
            font-weight:400 !important;
        }

      /*home*/
      .namerr{
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
  background-size: 3px 3px;
}
.ms-n5{
    margin-left:-3rem !important;
}
.relative-postion{
    position:relative;
}
        .abiut-inner {
            border-radius: 20px;
            box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2);
            width: 180px;
            margin-right: 30px;
        }
        .border-r{
            border-radius:50px;
            padding:5px;
        }
        .facult-i{
            padding:0px ;
        }
        .facult-iin{
            display:flex;
            flex-direction:column;
            gap:40px;
        }
        .faculy-content{
            padding: 15px 30px;
        }
        .back-g{
    background: #D0D5F0;
        }
        .padeder{
            padding:0px 25px;
        }
        .merger{
            position:relative;
        }
         .merger::before{
             position:absolute;
             content:"";
             top:0px;
             left:  35%;
             background-image:url('assset/img/title-before.png');
             background-repeat:no-repeat;
             background-position:center;
             width:300px;
             height:100%;
             z-index:-1;
             background-size: 80%;
         }
         .boder-ch{
             border-radius:20px;

         }
         .choose-inner{
             width:50px;
             height:50px;
             background:#FC226A;
             border-radius:50px;
             text-align: center;
  align-content: center;
  margin-top:5px;
         }
          .choose-inner img{
              width:35px;
          }
          .bor-b{
              border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 20px;
          }
          .choose-img{
              position:relative;
          }
          .choose-img::before{
              position:absolute;
              background:#FC226A;;
            width: 70%;
  height: 85%;
  content: "";
  bottom: 55px;
  left: 20px;
              transform:rotate(-10deg);
              z-index:-1;
              border-radius:20px;
          }
          .p-he{
              top:25px;
              text-align:center;
              z-index:2;
              position:absolute;
              left:40%;
          }
          .pricing-rice ul li{
           
    list-style: none; /* Removes default bullet points */
    padding: 10px;
    background-image: url('../img/check(4).png'); /* Replace with your image path */
    background-size: 20px 20px; /* Adjusts the image to cover the entire li */
    background-position: left; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
   /* Ensures text is visible */
   padding-left:30px;

          }
           .pricing-rice ul{
               padding:10px 40px 40px;
               position: relative;
    padding: 25px 20px 30px 40px;
        border-top: 4px dashed #FC226A;
           }
          .pricing-rice{
             background:white;
              border-radius:20px;
              position:relative;
              margin:0px 10px;
          }
          .feature{
              position:relative;
              border-radius:10px;
          }
          .bg-pricer{
              background:#F8F9FE;
          }
          .feature{
              background:white;
          }
           .feature::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -14px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
      
    background:#F8F9FE;
    z-index:99999;
}
             .feature::after{
                 content: "";
    position: absolute;
    right: -10px;
    top: -14px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
     
    background:#F8F9FE;
      z-index:99999;
             }
          .theme-btn3 {
    font-size: 16px;
    color: white;
    padding: 15px 30px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
  
    text-align: center;
    vertical-align: middle;
    overflow: hidden !important;
    border: none;
    background-color:grey;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all 0.3sease-out 0s;
    z-index: 1;
     display: inline-block;
}

          .theme-btn2{
                font-size: 16px;
    color: var(--color-white);
    padding: 50px 30px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;

    font-weight: 500;
  
    text-align: center;
    vertical-align: middle;
    overflow: hidden !important;
    border: none;
    background: linear-gradient(to right, #fc226a 0%, #8c52ff 100%);
    /*background:#FC226A;*/

    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all 0.3sease-out 0s;
    z-index: 1;
     display: inline-block; /
          }

           .theme-btn2::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #8C52FF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
     transform: translate(-50%, -50%) scale(0); /* Initially hidden */
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
       .theme-btn3::before {
    content: "";
    height: 300px;
    width: 300px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
     transform: translate(-50%, -50%) scale(0); /* Initially hidden */
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

           .theme-btn2:hover::before {
     transform: translate(-50%, -50%) scale(1); 
     padding: 15px 55px;

}
          .theme-btn3:hover::before {
     transform: translate(-50%, -50%) scale(1); 
     padding: 15px 55px;

}
          .pricing-btn-wrap{
               position:relative;
          }
          .border-imger{
              border-radius:20px;
          }
                .seriver-img{
                         position:relative;
                }
          .seriver-img img{
              height:auto;
          }
          .seriver{
              text-align:center;
              position:relative;
              margin-top:20px;
          }
          .seriver-content{
              padding:40px 30px;
              background:white;
          }
          .seriver-imger{
              padding:20px;
              background:white;
              border-radius:50%;
              position:absolute;
              bottom:-40px;
              left:35%;
          }
          .bg-services{
    background: #f7f7ff;
          }
          .portfolio-item {
    margin-bottom: 60px;
}

.gallery-title{
    font-size: 36px;
    color: #3F6184;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.filter-button{
    font-size: 18px;
    border: 2px solid #FC226A;
	padding:5px 30px;
    text-align: center;
    color: #3F6184;
    margin-bottom: 30px;
	background:transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: black;
    background-color:#F8F9FE;
	outline:none;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}
.portfolio-box{
    width: 350px;
  height: 250px;
  margin-top:30px;

}
.creative-testimonial--slider{
    /*background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);*/

    background:#f7f7ff;
    padding: 50px 0px;
}
.creative-testimonial--slider .testimonial-inner {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-inner .testimonial-heading{
    text-align: center;
    max-width: 60%;
    margin: auto;
    font-size: 2.813rem;
    line-height: 3.125rem;
    letter-spacing: -1px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.testimonial-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 6%;
}
.swiper-slide .swiper-slide--inner {
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    align-items: center;
    column-gap: 50px;
    position: relative;
    overflow-x: hidden;
}
.swiper-slide--inner .testimonial-detail img{
    height: 35px;
}
.swiper-slide--inner .testimonial-detail p{
    margin: 0px;
    color: #242e45;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.swiper-slide--inner .testimonial-detail span{
    color: #3c2fc0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
}
.company-details--row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;

}
.company-details--row .company-box {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0px 15px;
}
.company-details--row .company-box .company-box-inner {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    background: #fff;
    text-align: center;
    border-radius: 6px;
}
.company-box-inner .company-box-top{
    padding-top: 10%;
    padding-bottom: 10%;
    border-bottom: 1px solid #dee2e6;
}
.company-box-inner .company-box-top img{
    height: 40px;
}
.company-box-inner .company-box-bottom{
    padding: 15px;
}
.company-box-inner .company-box-bottom span{
    font-size: 15px;
    color: #878898;
    line-height: 30px;
}
.company-box-inner .company-box-bottom span strong{
    color: #242e45;
}
/* ======== Sticky Footer ========= */
  .sticky-footer{
       position: fixed;
    width: 100%;
        background: #333;
    z-index: 999;
    bottom: 0;
  }
.sticky-footer .footer-row{
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}
.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
        font-size: 16px;
}
.social ul{
      display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}
.social ul li a{
     display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.social ul li a img{
       max-width: 20px;
}

/* Responsive Ipad */
@media only screen and (max-width: 981px) {

.creative-testimonial--slider{
    padding-left: 10px;
    padding-right: 10px;
}
.testimonial-inner .testimonial-heading{
    max-width: 100%;
}
.swiper-slide .swiper-slide--inner{
    padding-left: 0%;
    padding-right: 0%;
}
.swiper-button-next.slide-btns, .swiper-button-prev.slide-btns{
    display: none;
}
.company-details--row .company-box{
    padding: 0px 5px;
}
}
/* Responsive Ipad */
@media only screen and (max-width: 460px) {
    .testimonial-inner .testimonial-heading{
        font-size: 1.813rem;
        line-height: 2.125rem;
    }
    .swiper-slide .swiper-slide--inner {
        flex-direction: column;
        text-align: center;
    }
    .company-details--row{
        justify-content: center;
        flex-direction: column;
    }
    .company-details--row .company-box{
        padding: 0px 0px;
        margin-bottom: 20px;
                width: 100%;
    }
}
.custom-label{
    font-size:20px !important;
}
.imger-loger{
         width:180px ;
         height:auto;
}
.sti-logo{
         width:180px ;
         height:auto;
         margin-left: 20px;


}
@media (max-width: 768px) { /* Adjusts for small screens */
  .container-fluid {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
  }
  .imger-loger{
     width:70% !important;
        
}
.sti-logo{
    width:100% !important;
}
.abiut-inner {
  border-radius: 20px;
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2);
  width: 161px;
  margin-right: 15px;
}
.about-right{
    min-height:400px;
    margin-top:30px;
}
.choose-img::before{
    height: 75%;

}
.choose-img{
    margin-bottom:50px;
}
.choose-inner{
    width: 85px;
}
 .padeder {
     margin-top:30px;
 }

}
.team-img{
   transition: transform 0.3s ease-in-out; /* Smooth animation */
  display: block; 
      overflow:hidden;
     display: inline-block; 
}
 .team-img:hover{
transform:scale(1.1);
 }
 .back-g .back-g{
     overflow:hidden;
     display: inline-block; 
 }
