@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*:focus{
    outline:none !important;
  }
  html{
    font-size:62.5% !important;
  }


  :root {
    --prclr:#64828d;
   --font1: "Montserrat", sans-serif;
   --h1:3.6rem;
   --h2:3.4rem;
   --h3:3.2rem;
   --h4:3rem;
   --h5:2.8rem;
   --h6:2.4rem;
   --lead:1.8rem;
   --p:1.6rem;
   --font2: "Playfair Display", serif;
   }

   h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif;
   }

  * {
    margin: 0rem;
    padding: 0rem;
  }
  body {
    background: #fff !important;
  font-family:var(--font1) !important;
  }


  html {
    scroll-behavior: smooth !important;
  }
  
  a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: none;
    color: #12376b;
    font-size: var(--p) !important;
  }
  li,p,a,span{
   font-size: var(--p) !important;
 
  }
  
  a:focus,
  a:active {
    outline: none;
  }

  a,
  a img {
    border: none;
  }
  
  img {
    max-width: 100%;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 { 
    font-family:var(--font2) !important;
    margin-bottom:1.5rem;
    line-height:1.4;
  }


  h1 { 
    font-size:var(--h1) !important;
  }
  
  h2 {
   font-size:var(--h2) !important;
 }
  
  h3 {
   font-size:var(--h3) !important;
 }
  
  h4 {
    font-size:var(--h4) !important;
  }
  
  h5 {
 font-size: var(--h5) !important;
 }
  
  h6 {
    font-size:var(--h6) !important;
  }

  body {
    font-family:var(--font1) !important;
      font-weight: 400;
      color: #000000;
      font-size: 1.6rem;
      line-height: 2.8rem;
    }


    .container{
        max-width:1240px;
        padding-left:2rem;
        padding-right:2rem;
        margin:auto;
    }
    .header-wrap{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
header ul{
    list-style: none;
    list-style-position:inside;
}
.top-social-list{
    display: flex;
    grid-gap:2rem;
    align-items:flex-start;
}

header{
    background-color: rgba(125, 38, 205, 0.8);
}
.top-social-list li a{
    display: flex;
    grid-gap:2rem;
}
.top-social-list li i{
    font-size:2rem;
    color:#BC9AF4;
}
.current-item{
    background:#BC9AF4;

}
.top-social-list a,.main-menu a{
    color:#fff;
}
.main-menu ul{
display: flex;
grid-gap:2.5rem;
}
.main-menu a{
    padding:0.8rem 2rem;
    border-radius:100vmax;
}
.main-menu a:hover{
background-color: #BC9AF4;
}
.logo img{
    max-width:17rem;
    max-width: 170px;
    -webkit-animation: spin 5s infinite;
    animation: spin 5s infinite;
}
@-webkit-keyframes spin{
    from {
      -webkit-transform: rotateY(0deg);
    }
    to {
      -webkit-transform: rotateY(-360deg);
    }
  }
  
  @keyframes spin{
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
    
    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }
  header{
    padding-top:2rem;
    padding-bottom:2rem;
  }
  .top-social-list{
    justify-content: flex-end;
    padding-bottom:1.5rem;
  }


  /* Add your existing CSS here */

/* Styles for hamburger menu */
.hamburger {
    display: none;
    cursor: pointer;
  }
  
  .hamburger div {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
  }
  
  /* Hide the main menu on small screens */
  @media (max-width: 1025px) {
    .main-menu {
      display: none;
      flex-direction: column;
    }
  
    .main-menu ul {
      flex-direction: column;
    }
  
    .main-menu ul li a {
      padding: 1.5rem 1.5rem;
    }
  
    .hamburger{
        display:flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
  }
  
  /* Show the main menu when active */
  .main-menu.active {
    display: flex;
  }


  /*carousel*/

  /*carousel*/
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.testi-box {
  box-sizing: border-box;
  padding: 20px;
}

@media (min-width: 991px) {
  .testi-box {
      flex: 0 0 33.33%; /* Show three elements at a time */
  }
}

@media (max-width: 990px) {
  .testi-box {
      flex: 0 0 100%; /* Each item takes full width */
  }
}

.carousel-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.carousel-nav button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}
body{
  overflow-x: hidden;
}
  
  .homeblock1{
    min-height:100vh;
    background-image:url("../images/slider.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

  }
  header{
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
}

.slider-content{
    display: flex;
    height:100%;
    align-items: center;
    justify-content: center;
    flex-direction: column
    ;
    text-align: center;
}
.homeblock1 .container{
    height:100vh;
}

.homeblock1 h4{
   padding:1rem 1.5rem 1rem 1.5rem;
    color: #F8F8F8;
    background-color: #7D26CD;
    font-size: 4rem !important;
    font-weight: 200;
    letter-spacing: 1.7px;
    width: fit-content;
}
.homeblock1 h5{
    color: #FFFFFF;
    font-size:2.8rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom:2.5rem !important;
}
.homeblock1 a{
    padding: 1.2rem 4rem 1.2rem 4rem;
    font-family: "Montserrat", Sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    border-radius:100vmax;
    color: #FFFFFF;
    background-color: #7D26CD;
}
.slider-content h4{
  margin-top:4rem;
}

@media(min-width:1100px){
  .slider-content h4{
    margin-top:10rem;
}

}
.bg-wrap{
    background:url("../images/gitter_bg.jpeg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.homeblock2{
    padding-top:5%;
    padding-bottom:5%;
}
.hb2-wrap{
    display: flex;
    grid-gap:5%;
    align-items: center;
}

.hb2-wrap ul li {
    list-style-type: none;
    padding-left: 3rem;
    position: relative;
    margin-left: 0;
    color:#fff;
}
.hb2-wrap h5,.hb2-wrap h3{
    color: #fff;
}
.hb2-wrap li:before {
    content: "";
    position: absolute;
    background-image: url(../images/tick_icon.png);
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.3rem;
    top:0.8rem;
    left: 0;
}
.homeblock3 h3{
    text-align: center;
    color:#fff;
}
.homeblock3 a{
    display:flex;
    justify-content: center;
}
p,span,a,h1,h2,h3,h4,h5,h6{
    color:#fff;
}
.hb41{
    display:flex;
}

.card{
    padding:3rem ;
    text-align:center;
    flex-grow: 1;
    flex-basis: 1;
    position: relative;
    z-index:1;
}

.card:nth-child(even){
    margin-top:-4rem;
}
.card:nth-child(odd):after {
    content: "";
    position: absolute;
    background-image: url(../images/before_shape_arrow.png);
    background-repeat: no-repeat;
    width: 156px;
    height: 92px;
    top: 10px;
    right: -60px;
    z-index: -1;
}
.card:nth-child(even):after {
    content: "";
    position: absolute;
    background-image: url(../images/after_shape_arrow.png);
    background-repeat: no-repeat;
    width: 124px;
    height: 34px;
    right: -50px;
    bottom: 50%;
    z-index: -1;
}
.card:last-child::after{
    content: none;
}
.homeblock5{
    padding-top:5%;
    padding-bottom:5%;
}
.hb51{
    display:flex;
    grid-gap:1rem;
}
.hb51 .box{
    padding:3rem;
    text-align: center;
}
.hb51 h5{
    font-weight:400 !important;
    font-size:1.8rem !important
}
.homeblock5 h3{
    text-align: center;
    margin-bottom:3rem;
    font-size: 3.2rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
.homeblock6{
    text-align: center;
}
.hb61{
    display: flex;
    grid-gap:2rem;
}
.hb61 .testi-box{
    background-color:#fff;    
}
.hb61 p{
    color:#000;
    padding:2.5rem;
}
.homeblock6 .container{
    background: #7D26CD;
padding:5% 5rem;
}
.homeblock6{
    padding-bottom:5%;
}
footer{
    background: #7D26CD;
}
.ft-1{
    display:flex;
    justify-content: space-between;
    padding:1.5rem 0;
}

.main-menu.active{
    background-color:#fff;
   position: absolute;
    width: 100% !important;
    max-width: 500px !important;
}
.main-menu.active a{
    color:#000;
    border-radius:0 !important;
    display: block;
}
.main-menu.active ul a.current-item{
    background:#7D26CD;
    border-radius:0px !important;
    color:#fff;
}
.main-menu.active a:hover{
    border-radius:0px !important;
    background:#7D26CD;
    color:#fff;

}
.main-menu.active ul{
    grid-gap:1rem;
}

.hamburger div{
    margin-top:0px;
    margin-bottom:5px;
}


  .homeblock1{
    position: relative;
    z-index:2;
  }
  .homeblock1 h4{
    font-weight:200 !important;
  }
  .homeblock1 h5{
    font-weight:400 !important;
  }
  @media(min-width:1200px){
    .hb2-content{
        padding:4rem;
    }
  }
  .hb2-content h5{
   margin-bottom: 1rem;
    font-size: 1.7rem !important;
    font-weight: 400 !important;
    font-family: var(--font1) !important;
    text-transform: uppercase;
  }
  .hb2-content h3{
    color: #FFFFFF;
    font-family: "Playfair Display", Sans-serif;
    font-size: 3.2rem !important;
    font-weight: 400 !important;
  }
  .homeblock3 h3{
    font-size: 3.6rem !important;
    font-weight: 400 !important;
    margin-bottom:3rem !important;
  }
  .homeblock3 .container{
    border-bottom: 2px solid #7d26cd;
    padding-bottom:6%;
  }
.homeblock4 .container{
    border-bottom: 2px solid #7d26cd;
    padding-bottom:6%;
    padding-top:5%;
  }

@media(max-width:990px){
    .hb2-wrap>img,.hb2-wrap>div{
        width:50%;
    }
    html{
        font-size:58% !important;
    }
    .testi-box {
        flex: 0 0 auto; /* Ensure each item takes its own width */
        width:fit-content; /* Adjust based on number of visible items */
        box-sizing: border-box;
        padding: 20px;
      }
      .hb51 .box{
        padding:1.5rem;
      }
     .hb41,.hb51 {
        display: grid;
        grid-template-columns: repeat(2,1fr);
     }
    
}
@media(max-width:767px){
    .hb2-wrap>img,.hb2-wrap>div{
        width:100%;
    }
    .hb2-wrap{
        flex-direction: column;
        text-align: center;
    }
    .hb41,.hb51 {
        display: block;
     }
     .card,.hb51 .box{
        width: auto !important;
     }
     .card:nth-child(even){
        margin-top: 0px !important;
     }

     .card:nth-child(odd):after,.card:nth-child(even):after{
        content: none;
     }
     .hb51 .box{
        padding:2.5rem;
     }

}
.homeblock6 h5{
    color: #FFFFFF;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    font-weight:400 !important;
    font-family: var(--font1) !important;
}
.homeblock6 h3{
    font-size: 32px !important;
    font-weight: 400 !important;
    margin-bottom:3rem;
}
@media(max-width:700px){
 header   .icon-content{
        display: none;
    }
    .homeblock6 .container{
        padding:2rem;
    }
}
@media(max-width:600px){
    html{
        font-size:54.5% !important;
    }
}
html{
    overflow-x: hidden;
}


.carousel-nav button{
  padding:1rem;
}
.carousel-inner{
  grid-gap:1rem;
}

@media(max-width:767px){
  .homeblock1 .container{
    height:500px;
  }
  .slider-content h4{
    margin-top:8rem;
  }
  }