@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=Raleway:wght@300;400;500;600&display=swap');
/*
font-family: 'Raleway', sans-serif;
font-family: 'DM Serif Text', serif; */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
body{
    overflow-x:hidden;
}
h5,h6{
    margin-bottom: 0;
}
.navbar-brand{
    font-family: 'DM Serif Text', serif;
    font-weight: 400;
    color: #060023;
    font-size: 40px;
}

.navbar-nav a{
    color: #060023;
    font-size: 16px;
    font-weight: 500;
    transition: all 1s;
}
.navbar-nav a:hover{
    transform: translateX(-5px);
}
 .banner-1{
    background-color: #f7f6ff;
    width: 100%;
}
.banner-1 h3{
    color: #1b1344;
    font-size: 50px;
    font-family: 'DM Serif Text', serif;
    font-weight: 400;
    padding: 100px 0px 50px 0px;
}
.banner-1 h4{
    color: #8e8c8c;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 50px;
}

.box{
margin-bottom: 100px;
}
.box a{
    background-color: transparent;
    color: #060023;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
   border-radius: 50px;
    border: solid 2px #060023;
    transition: all 1s;
}
.box a:hover{
    background-color: #060023;
    color: #f7f6ff;
}

.color{
    width: 505px;
    height: 490px;
    background-color: #1b1344;
}
.color img{
    width: 350px;
    height: 300px;
    object-fit: cover;
    margin-left: -50px;
    margin-top: 120px;
    box-shadow: none;
}
.part-2{
    margin-top: 100px;
    margin-bottom: 80px;
}
.part-2 h3{
    color: #1b1344;
    font-family: 'DM Serif Text', serif;
    font-size: 50px;
    font-weight: 400;
}
.manage-para{
color: #8e8c8c;
font-size: 16px;
font-weight: 500;
margin-block: 30px;
}
.color3{
    margin-top: 40px;
}
.part-2 a{
color: #f7f6ff;
font-size: 20px;
padding: 10px 20px;
background-color: #1b1344;
border-radius: 50px;
border: solid 2px #1b1344;
text-decoration: none;
transition: all 1s;
}
.part-2 a:hover{
    color: #060023;
    background-color: #ffffff;
    border: solid 2px #060023;
}
.part-2 .img1{
    width: 80px;
    padding: 12px;
    border-radius: 20px;
    background-color: #1b1344;
}
.part-2 .img2{
    width: 80px;
    padding: 12px;
    border-radius: 20px;
    background-color: #fdc816;
}
.part-2 h5{
    color: #fdc816;
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Serif Text', serif;
    margin-block: 20px;
}
.part-2 .collab{
    color: #1b1344;
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Serif Text', serif;
    margin-block: 20px;
}
.part-2 p{
    color: #8e8c8c;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}
.collab-p{
    color: #8e8c8c;
    font-size: 15px;
    font-weight: 500;
}
.boxes{
    position: relative;
    margin-top: 80px;
    width: 250px;
height: 230px;
    background-color: #1b1344;
    animation-name: animation;
    transform: translateY(50px);
	animation-duration: 3s;
    animation-delay: 0s;
	animation-iteration-count:infinite;
	animation-timing-function: linear;
	animation-direction: alternate-reverse;
	transition: all 2s;
}
@keyframes animation{
    to{
		transform: translateY(30px);
	}
	from{
		transform: translateX(30px);
	}
}
.boxes2{
    margin-top: -245px;
    margin-left: 20%;
    position: absolute;
    width: 150px;
    height: 100px;
    background-color: #fdc816;
    animation-name: animation1;
    transform: translateY(30px);
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    transition: 2s all;
}

@keyframes animation1{
    to{
        transform: translateY(-30px);
    }
    from{
        transform: translateX(-30px);
    }
}
.part-2 .img3{
    margin-top: 10px;
    width: 80px;
    padding: 12px;
    border-radius: 20px;
    background-color: #fdc816;
}
.part-2 .img4{
margin-top:10px;
    width: 80px;
    padding: 12px;
    border-radius: 20px;
    background-color: #1b1344;
}

.small{
    margin-top: 15px;
    width: 360px;
    height: 210px;
    object-fit: cover;
}
.set-up{
    margin-bottom: 100px;
}
.set-up h2{
    font-size: 50px;
    font-weight: 400;
    font-family: 'DM Serif Text', serif; 
    color: #1b1344;
}
.set-up h4{
color: #8e8c8c;
font-size: 16px;
font-weight: 500;
margin-block: 50px;
}
.boy-back img{
margin-left: 11.8%;
  padding: 10px;
  background-color: #fdc816;
}
.boy-back{
    position: relative;
}
.boxes3{
    position: absolute;
    width: 150px;
    height:150px;
    background-color: #1b1344;
    margin-top: -140px;
    margin-left: 5px;
    animation-name: animation2;
    animation-delay: 0s;
    animation-direction: alternate-reverse;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: 2s all;
    transform: translate(-10px);
}
.boxes4{
    position: absolute;
    width: 80px;
    height:80px;
    background-color: #8e8c8c;
    margin-top: -180px;
    margin-left: 5px;
    animation-name: animation2;
    animation-delay: 0s;
    animation-direction: alternate-reverse;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: 2s all;
    transform: translate(-10px);
}

@keyframes animation2 {
    to{
        transform: rotate(-50deg);
    }
    from{
        transform: rotate(50deg);
    }
}

.flex{
    display: flex;
}

.accordion-button{
    color: #1b1344;
    font-size: 20px;

}
.accordion{
    width: 600px;
}
.accordion-button:hover{
    background-color: #ffe281;
}
.pricing{
    flex-direction: column;
}
.pricing h3{
    color: #1b1344;
    font-size: 50px;
    font-family: 'DM Serif Text', serif;
font-weight: 400;
}
.pricing p{
color: #8e8c8c;
font-size: 16px;
font-weight: 500;
margin-top: 50px;
}
.card-img-top{
    width: 23.3%;
    margin-left: 15px;
    margin-top: 15px;
}
.card-title{
    margin-bottom: -30px;
}
.card{
    width: 220px;
    height: 270px;
    box-shadow: 0px 0px 02px 2px #ebebeb;
}
.card-text{
    font-size: 16px;
    font-weight: 500;
    color: #8e8c8c;
    margin-top: -20px;
}
.card-btn{
    background-color: #1b1344;
    text-decoration: none;
    padding: 8px 13px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}
.card-btn:hover{
    color: #060023;
    background-color: #ffffff;
    border: solid 2px #060023;
}
.pricing-a{
  
    margin-top: 50px;
    }
.pricing-a a{
    text-decoration: none;
    padding: 10px 20px;
    color: #1b1344;
    font-size: 20px;
  transition: all 1s;
    border:solid 2px #1b1344;
    border-radius: 50px;
}
.pricing-a a:hover{
    background-color: #060023;
    color: #f7f6ff;
}
.testimonial{
    margin-top: 100px;
}
.testi-img{
width: 100%;
height: 400px;
flex-direction: column;

}
.testi-img img{
width: 100%;
height: 100%;
}
.violet{
    width: 100%;
    height: 400px;
    background-color: #1b1344;
    padding-inline: 35px;
    padding-block: 50px;
}
.violet h3{
    font-size: 50px;
    font-weight: 400;
    font-family: 'DM Serif Text', serif;
    color: #f7f6ff;
}
.violet h4{
    color: #cbc9c9;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0px;
}
.violet p{
    color: #8e8c8c;
    font-size: 16px;
    font-weight: 500;
/* padding-right: 100px; */
}
.swiper-button-next{
    color: #685f98;
}
.swiper-button-prev{
    color: #685f98;
}
.subcribe{
    width: 100%;
    height: 320px;
 margin-block: 50px;
    position: relative;
}
.subcribe h3{
    color: #1b1344;
    font-size: 50px;
    font-weight: 400;
    font-family: 'DM Serif Text', serif;
    
    
}
.subcribe h4{
    color: #1b1344;
    font-size: 18px;
    font-weight: 500;
    margin-block: 20px;
}
.subcribe p{
font-size: 16px;
color: #1b1344;
font-weight: 400;
margin-block: 50px;

}
.subcribe1 input{
    text-decoration: none;
    border: none;
}
.subcribe1{
    width: 500px;
    height: 50px;
    border-radius: 50px;
    border:solid 2px #1b1344;
    margin-left: 30%;
    margin-top: 30px;
}
.subcribe1 h5{
    font-size: 16px;
    font-weight: 500;
    color: #1b1344;
    margin-left: 25px;
    margin-block: 13px;
}
.subcribe2{
    width: 150px;
    height: 50px;
    background-color: #1b1344;
    border-radius: 50px;
margin-top: -47px;
margin-left: 350px;
border-radius: solid 1px #1b1344;
transition: all 1s;
}
.subcribe2 h6{
    color: #f7f6ff;
    font-size: 18px;
    font-weight: 500;
    padding-block: 13px;
}
.subcribe2 h6:hover{
    color: #060023;
}
.subcribe2:hover{
    transform: scaleX(10px);
    background-color: #ffffff;
    border: solid 2px #060023;
}
.boxes6{
    position: relative;
    width: 75px;
    height:75px;
    background-color: #1b1344;
    margin-top: -75px;
    margin-left:95%;
    animation-name: animation3;
    animation-delay: 0s;
    animation-direction: alternate-reverse;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: 2s all;
    transform: translate(-10px);
}

.boxes5{
    position: absolute;
    width: 75px;
    height:75px;
    background-color: #8e8c8c;
    margin-top: 35px;
    margin-left: 5px;
    animation-name: animation3;
    animation-delay: 0s;
    animation-direction: alternate-reverse;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: 2s all;
    transform: translate(-10px);
}

@keyframes animation3 {
    to{
        transform: rotate(-50deg);
    }
    from{
        transform: rotate(50deg);
    }
}

.footer{
    margin-top: -10px;
    width: 100%;
    background-color: #1b1344;
    height: auto;
    padding-block: 50px;
}
.gap{
    display: flex;
    align-items: center;
}
.footer h3{
    color: #f7f6ff;
    font-size: 40px;
    font-weight: 400;
    font-family: 'DM Serif Text', serif;
    margin-left: 20px;
}
.footer img{
width: 40px;
}
.footer p{
    color: #cbc9c9;
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    padding-right: 5px;
}
.footer ul{
    display: inline-block;
}
.footer li{
    list-style: none;
    padding-block: 5px;
    transition: all 1s;
}
.footer li a{
color: #d5d5d5;
text-decoration: none;
font-size: 16px;
font-weight: 500;

}
.footer li h6{
    padding-bottom: 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    
    }
    .footer li:hover{
        transform: translate(5px);
        
    }
    .footer li a:hover{
        transform: translate(5px);
        color: #ffffff;
    }

.flex1{
    display: flex;
    flex-wrap: wrap;
}

    .lower-footer{
        width: 100%;
        background-color: #140d36;
        height: 50px;
       
      }
.lower-footer h6{
text-align: left;
  }
.gap2{
    display: flex;
    align-items: center;
    margin-left: 60%;
}
.copy i{
    line-height: 50px;
    padding-right: 5px;
    color: #f7f6ff;
}
.copy a{
    line-height: 50px;
    text-decoration: none;
    color: #d8d8d8;
    font-size: 14px;
}
.copy-social i{
    line-height: 50px;
    padding-right: 5px;
    font-size: 20px;
    color: #f7f6ff;
}
.copy-social h5{
    text-align: right;
}
.lower-footer i:hover{
    opacity: 100%;
}



/* Responsive  Start */

@media  (max-width:1025px){
    .color{
        width: 400px;
    }
    .color img{
        width: 270px;
    }
    .boy-back img{
        margin-left: 8.8%;
    }
    .boxes3{
        width: 120px;
        height: 120px;
    }
   .accordion{
    width: 500px;
   }
    .color{
        width: 215px;
    }
}



@media (max-width:992px) {
    .banner-1{
     width: 100%;
     flex-direction: column;
     text-align: center;
    }
    .banner-1 h3{
        padding-top: 50px;
        font-size: 40px;
    }
    .box{
        margin-bottom: 50px;
    }
    .color{
     width: 100%;
    }
    .color img{
     text-align: center;
     margin-left: 5%;
    }
    .color3{
     margin-bottom:15px;
    }
    .part-2{
     text-align: center;
     display: flex;
    }
  .part-2 h3{
    font-size: 40px;
  }
    .boxes{
        margin-left: 30%;
        
    }
    .boxes2{
        margin-left: 50%;
    }
    .img1{
        margin-top: 50px;
    }
    .img2{
        margin-top: 50px;
    }
.image3{
    margin-top: 50px;
}
.image4{
    margin-top: 50px;
}
.set-up{
    text-align: center;
}
.set-up h2{
    font-size: 40px;
}
.accordion{
    width: 100%;
}
.card{
    margin-left: 20%;
    width: 70%;
}
.card-break{
    margin-top: 50px;
}

.testimonial img{
    width:100%;
    margin-left: 0;
}
.violet{
    width: 100%;
    margin-left: 0;
}
.pricing h3{
    text-align: center;
    font-size: 40px;
}
.pricing p{
    text-align: center;
}
.pricing-a{
    text-align: center;
}
.all-sub{
    margin-left: -10%;
    margin-bottom: 30px;
}
.subcribe h3{
    font-size: 40px;
}
.map{
    margin-top: 50px;
}

.subcribe1{  
    width: 330px;
    
}
.subcribe2{
    width: 100px;
  margin-left: 280px;
}
.subcribe2 h6{
    font-size: 15px;
}
.subcribe p{
    margin-block: 30px;
}
.boxes5{
    width: 60px;
    height: 60px;
    margin-left: 5%;
}
.boxes3{
    width: 80px;
    height: 80px;
    margin-left: 8%;
}
.boxes4{
    display: none;
}
.boxes6{
display: none;
}
.boy-back{
    width: 90%;
    margin-top: 30px;
}
.map{
    width: 100%;
    height:250px;
}
.footer{
    padding-block: 50px;
    width: 100%;
    height: auto;
}

.gap2{
    margin-left: 0%;
}
.lower-footer{
    background-color: #060023;
    height: auto;
}
.imagine div{
    margin-left:0;
}
 }


 @media (max-width:769px){
    .copy h6{
        text-align: center;
    }
    .copy-social h5{
        text-align: center;
    }
 } 

@media (max-width:825px) {
    .banner-1{
     width: 100%;
     flex-direction: column;
     text-align: center;
    }
    .banner-1 h3{
        padding-top: 50px;
        font-size: 40px;
    }
    .box{
        margin-bottom: 50px;
    }
    .color{
     width: 100%;
    }
    .color img{
     text-align: center;
     margin-left: 5%;
    }
    .color3{
     margin-bottom:15px;
    }
    .part-2{
     text-align: center;
     display: flex;
    }
  .part-2 h3{
    font-size: 40px;
  }
    .boxes{
        margin-left: 30%;
        
    }
    .boxes2{
        margin-left: 50%;
    }
    .img1{
        margin-top: 50px;
    }
    .img2{
        margin-top: 50px;
    }
.image3{
    margin-top: 50px;
}
.image4{
    margin-top: 50px;
}
.set-up{
    text-align: center;
}
.set-up h2{
    font-size: 40px;
}
.accordion{
    width: 100%;
}
.card{
    margin-left: 20%;
    width: 70%;
}
.card-break{
    margin-top: 50px;
}

.testimonial img{
    width:100%;
    margin-left: 0;
}
.violet{
    width: 100%;
    margin-left: 0;
}
.pricing h3{
    text-align: center;
    font-size: 40px;
}
.pricing p{
    text-align: center;
}
.pricing-a{
    text-align: center;
}
.all-sub{
    margin-left: -10%;
    margin-bottom: 30px;
}
.subcribe h3{
    font-size: 40px;
}
.map{
    margin-top: 50px;
}

.subcribe1{  
    width: 330px;
    
}
.subcribe2{
    width: 100px;
  margin-left: 280px;
}
.subcribe2 h6{
    font-size: 15px;
}
.subcribe p{
    margin-block: 30px;
}
.boxes5{
    width: 60px;
    height: 60px;
    margin-left: 5%;
}
.boxes3{
    width: 80px;
    height: 80px;
    margin-left: 8%;
}
.boxes4{
    display: none;
}
.boxes6{
display: none;
}
.boy-back{
    width: 90%;
    margin-top: 30px;
}
.map{
    width: 100%;
    height:250px;
}
.footer{
    padding-block: 50px;
    width: 100%;
    height: auto;
}

.gap2{
    margin-left: 0%;
}
.lower-footer{
    background-color: #060023;
    height: auto;
}
.imagine div{
    margin-left:0;
}
 }


 @media (max-width:576px){
    body{
        overflow-x: hidden;
    }
    .boy-back img {
        margin-left: 0%;
   }
   .accordion{
    width: 500px;
   }
 }


 @media (max-width:577px) {
 .banner-1 h3{
      width: 100%;
      text-align: center;
      font-size: 35px;
  
     }
     .banner-1 h4{
         font-size: 12px;
     }
     .color{
      margin-left: 0%;
     }
     .color img{
      text-align: center;
      margin-left: -4%;
     }
     .color3{
      margin-bottom: 15px;
     }
     .part-2{
      text-align: center;
      display: flex;
     }
   
.card{
    width: 70%;
    margin-left: 10%;
}
.subcribe p{
    margin-block: 30px;
}
.boxes5{
    display: none;
}
.all-sub{
    margin-left: -20%;
   
}
.subcribe1{  
    width: 300px;
    height: 33px;
    padding-top: -15px;
    margin-top: -10px;
}
.subcribe1 h5{
    font-size: 15px;
    margin-block: 5px;
}
.subcribe2{
    width: 80px;
    height: 35px;
  margin-left: 219px;
  margin-top: -30px;
}
.subcribe2 h6{
    font-size: 15px;
    padding-block: 8px;
}
.footer{
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    text-align: center;
}
.footer img{
    width: 30px;
}
.gap{
    margin-left: 40%;
    margin-bottom: 20px;
}
.footer h3{
        font-size: 20px;
    }
.footer p{
    font-size: 13px;
    padding-block: -10px;
    display: none;
}
.footer li{
    padding-block: 2px;
} 
.footer li a{
    font-size: 14px;
}
.footer li h6{
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: -30px;
}
  }

  @media (max-width:391px){
    .accordion{
        width: 350px;
    }
  }