/* Fonts */

@font-face {
  font-family: 'ttrunstrialblack';   
  src: url('../fonts/ttrunstrialblack.woff2') format('woff2'),
      url('../fonts/ttrunstrialblack.woff') format('woff'),
      url('../fonts/ttrunstrialblack.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'ttrunstrialbold';   
  src: url('../fonts/ttrunstrialbold.woff2') format('woff2'),
      url('../fonts/ttrunstrialbold.woff') format('woff'),
      url('../fonts/ttrunstrialbold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstrialdemibold';   
  src: url('../fonts/ttrunstrialdemibold.woff2') format('woff2'),
      url('../fonts/ttrunstrialdemibold.woff') format('woff'),
      url('../fonts/ttrunstrialdemibold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}



@font-face {
  font-family: 'ttrunstrialextrabold';   
  src: url('../fonts/ttrunstrialextrabold.woff2') format('woff2'),
      url('../fonts/ttrunstrialextrabold.woff') format('woff'),
      url('../fonts/ttrunstrialextrabold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'ttrunstrialextralight';   
  src: url('../fonts/ttrunstrialextralight.woff2') format('woff2'),
      url('../fonts/ttrunstrialextralight.woff') format('woff'),
      url('../fonts/ttrunstrialextralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstriallight';   
  src: url('../fonts/ttrunstriallight.woff2') format('woff2'),
      url('../fonts/ttrunstriallight.woff') format('woff'),
      url('../fonts/ttrunstriallight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstrialmedium';   
  src: url('../fonts/ttrunstrialmedium.woff2') format('woff2'),
      url('../fonts/ttrunstrialmedium.woff') format('woff'),
      url('../fonts/ttrunstrialmedium.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstrialregular';   
  src: url('../fonts/ttrunstrialregular.woff2') format('woff2'),
      url('../fonts/ttrunstrialregular.woff') format('woff'),
      url('../fonts/ttrunstrialregular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}



@font-face {
  font-family: 'ttrunstrialthin';   
  src: url('../fonts/ttrunstrialthin.woff2') format('woff2'),
      url('../fonts/ttrunstrialthin.woff') format('woff'),
      url('../fonts/ttrunstrialthin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstrialvariableroman';   
  src: url('../fonts/ttrunstrialvariableroman.woff2') format('woff2'),
      url('../fonts/ttrunstrialvariableroman.woff') format('woff'),
      url('../fonts/ttrunstrialvariableroman.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}










html, body {
  background: #000000;
}



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

.body {
  background-color: #423094;

}


/* Custom Scroll Bar CSS */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #191919;
}
::-webkit-scrollbar-thumb {
    background: #cb34cd;
    border-radius: 12px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #d639d9;
}
/* navbar styling */
nav {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  z-index: 998;
  transition: all 0.3s ease;
  font-family: 'firago-bold';
}

nav.sticky{
  background-color: rgba(14, 14, 14, 0.5);
  backdrop-filter: blur(20px);
  padding: 13px 0;
}

nav .navbar{
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
nav .navbar .logo a{
  font-weight: 500;
  font-size: 35px;
  color: #313569;


}
nav.sticky .navbar .logo a{
  color: #ffffff;
}

.logo-photo {

width: 130px;

}


.logo-photo:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  

}




nav .navbar .menu{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
nav .navbar .menu li{
  list-style: none;
  padding-top: 10px;
  margin: 0 36px;
}
.navbar .menu a{
  font-size: 16px;
  color: #ffffff;
  font-family: 'ttrunstrialmedium';
  font-feature-settings: "case" on;
  padding: 8px 0;
  transition: all 0.5s ease;
}
.navbar .menu a:hover{
  color: #fd42ff;
  font-family: 'ttrunstrialdemibold';
  font-size: 16px;
}
nav.sticky .menu a{
  color: #ffffff;
}
nav.sticky .menu a:hover{
  color: #fd42ff;
}
.navbar a{
  color: #313569;
  font-size: 18px;
  margin: 0 6px;
}


.facebook, .tiktok, .instagram {
  padding-top: 10px;
  width: 20px;
  transition: all 0.3s ease;
}




.facebook:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  transition: all 0.3s ease;
}


.tiktok:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  transition: all 0.3s ease;
}


.instagram:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  transition: all 0.3s ease;
}







nav.sticky, a{
  color: #ffffff;
}




/* Side Navigation Menu Button CSS */

nav .menu-btn,
.navbar .menu .cancel-btn{
  position: absolute;
  color: #fff;
  right: 30px;
  top: 23px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: none;
}
nav .menu-btn{
  color: #301c88;
}
nav.sticky .menu-btn{
  color: #301c88;
}
.navbar .menu .menu-btn{
  color: #fff;
}

/* home section styling */
.home{
  height: 100vh;
  width: 100%;
  background: url("../../img/main/background.png") no-repeat;
  background-size: cover;
  background-position: center;
  /*
  background-attachment: fixed; 
  */
  
}
.home .home-content{
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}











.home .button{
  margin: 30px 0px;
}
.home .button{
  outline: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 25px;
  font-weight: 400;
  background: #313569;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  width: 180px;
  font-family: 'firago-medium';
}
.home  .button:hover{
  border-color: #313569;
  background-color: #fff;
  color: #313569;
}





/* Benefits */


.benefits {

  background-color: #101010;
  padding-bottom: 40px;
  padding-top: 49px;
 
 }



.benefits-title {
color: #fd42ff;
text-align: center;
font-size: 42px;
font-family: 'ttrunstrialbold';

}

.benefits-text {

  margin-top: 20px;
  color: #fdfeff;
  text-align: center;
  font-size: 16px;
  font-family: 'ttrunstrialregular';

  
}



.benefits .boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;

}


.benefits .boxes .box{
  margin: 20px 0;
  width: calc(100% / 3 - 30px);
  text-align: center;
  border-radius: 12px;
  padding: 25px 10px;
  cursor: default;
  transition: all 0.4s ease;
  
}

/*

.benefits .boxes .box:hover{
  background-color: #361f9e;
  transform: translateY(-10%);
}
*/

/*

.benefits .boxes .box:hover{
  background: #313569;
  color: #fff;
}

*/

.benefits .boxes .box .icon{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #ffffff;
  margin: 0 auto 10px auto;
  transition: all 0.4s ease;
  
}

.icon-image {
  height: 100px;
  width: 100px;
}




/*

.boxes .box:hover .icon{
  background-color: #fff;
  color: #313569;
}

*/

.benefits .boxes .topic {
  font-family: 'ttrunstrialmedium';
  font-size: 25px;
  color: #ffffff;
  line-height: 29px;
  
}


.benefits .boxes .topic-text {
  margin-top: 10px;
  font-family: 'ttrunstriallight';
  font-size: 14px;
  color: #eae9ea;
  opacity: 80%;
  
}




/*
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #0E2431;
  transition: all 0.4s ease;
}
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #fff;
}

*/
























/* Benefits1 */   


.benefits1 {


  background-image: url(../img/benefits1/background.jpg);
  background-position: top;
  background-size: 100%;
  background-color: #333333;
  padding-bottom: 50px;
  padding-top: 50px;
 
 }



.benefits1-title {
color: #fdfeff;
text-align: center;
font-family: 'ttrunstrialmedium';
font-size: 45px;

}

.benefits1-undertitle {
  color: #fd42ff;
  text-align: center;
  font-family: 'ttrunstrialbold';
  font-size: 45px;
  
  }




.benefits1 .boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;

}


.benefits1 .boxes .box{
  margin: 20px 0;
  width: calc(100% / 3 - 30px);
  text-align: center;
  border-radius: 12px;
  padding: 25px 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  cursor: default;
  transition: all 0.4s ease;
  background-color: rgba(225, 225, 225, 0.1);
  backdrop-filter: blur(1px);
}



.benefits1 .boxes .box:hover{
  transform: translateY(-10%);
  backdrop-filter: blur(10px);
}




.benefits1 .boxes .box .icon{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #ffffff;
  margin: 0 auto 10px auto;
  transition: all 0.4s ease;
  
}

.icon-image1 {
  height: 100px;
  width: 100px;
}




/*

.boxes .box:hover .icon{
  background-color: #fff;
  color: #313569;
}

*/

.benefits1 .boxes .topic {
  font-family: 'ttrunstrialmedium';
  font-size: 22px;
  color: #f3ebf7;
  
}


.benefits1-text {

  color: #fdfeff;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'ttrunstrialextralight';
  opacity: 80%;

  
}


/*
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #0E2431;
  transition: all 0.4s ease;
}
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #fff;
}

*/






























/* Benefits */


.benefits2 {

  background-color: #0f0f0f;
  padding-bottom: 30px;
  padding-top: 30px;
 
 }



.benefits2-title {
color: #fdfeff;
text-align: center;
font-size: 45px;

}

.benefits2-text {

  color: #fdfeff;
  text-align: center;
  font-size: 17px;
  font-family: 'firago-regular';

  
}



.benefits2 .boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;

}


.benefits2 .boxes .box{
  margin: 20px 0;
  width: calc(100% / 3 - 30px);
  text-align: center;
  border-radius: 12px;
  padding: 25px 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  cursor: default;
  transition: all 0.4s ease;
  background-color: rgba(165, 165, 165, 0.1);
  backdrop-filter: blur(5px);
}



.benefits2 .boxes .box:hover{
  background-color: #361f9e;
  transform: translateY(-10%);
}




.benefits2 .boxes .box:hover{
  background: #313569;
  color: #fff;
}



.benefits2 .boxes .box .icon{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #6440ff;
  margin: 0 auto 10px auto;
  transition: all 0.4s ease;
  
}

.icon-image2 {
  height: 100px;
  width: 100px;
}




/*

.boxes .box:hover .icon{
  background-color: #fff;
  color: #313569;
}

*/

.benefits2 .boxes .topic {
  font-family: 'firago-medium';
  font-size: 22px;
  color: #f3ebf7;
  
}



/*
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #0E2431;
  transition: all 0.4s ease;
}
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #fff;
}

*/




















/* About Section Styling */
/* Those Elements Where We Have Apply Same CSS,
 I'm Selecting Directly 'Section Tag' and 'Class'  */
section{
  padding-top: 0px;


}



section .content{
  width: 75%;
  margin: 40px auto;
}


section .about-content{
  width: 80%;
  margin: 40px auto;
}


.about {

  background-color: #ffffff;
  padding-bottom: 60px;
  padding-top: 60px;
  
  }



.about .about-details{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .title{
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  font-family: 'firago-bold';
  color: #212227;
}
.about .title span{
  color: #2b759f;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 8px;
}

.about .title span::after{
  bottom: -7px;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.about .about-details .left{
  width: 50%;
}
.about .left img{
  
  width: 470px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.about-details .right{
  width: 60%;
}
.about  .topic{
  color: #0E2431;
  font-size: 38px;
  margin-bottom: 16px;
  line-height: normal;
  font-family: 'firago-bold';
}
.about-details .right p{
  
  color: #3a3b42;
  font-family: 'firago-medium';
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: normal;
}


.about .button{
  margin: 60px 0px;
}
.about .button{
  outline: none;
  padding: 8px 23px;
  border-radius: 12px;
  font-size: 23px;
  font-weight: 400;
  background: #6440ff;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  width: 200px;
  font-family: 'firago-medium';
  
}
.about .button:hover{
  background-color: #f72585;
  color: #ffffff;
}




/* ------------ catalogue ------------- */


.catalogue {
  background-color: #301c88;
  padding-top: 35px;
  padding-bottom: 70px;

}



.catalogue-title {

  text-align: center;
  font-family: 'firago-bold';
  font-size: 48px;
  margin-bottom: 5px;
  color: #38deb3;

}

.catalogue-undertitle {

  text-align: center;
  font-family: 'firago-regular';
  font-size: 22px;
  margin-bottom: 25px;
  color: #f3ebf7;

}

.catalogue .topic{
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'firago-bold';
  margin-top: 10px;
}


.catalogue .text {

 color: #ffffff; 
 opacity: 80%;
 font-size: 14px;
 font-family: 'firago-regular';
 position: center;
 
}


.catalogue .boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.catalogue .boxes .box{
  margin: 20px 5px;
  width: calc(100% / 3 - 20px);
  height: 420px;
  border-radius: 25px;
  padding: 30px 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  cursor: default;
  transition: all 0.4s ease;
  background-color: #361f9e;
  position: relative;
}

.catalogue .button-catalogue {
  outline: none;
  position: absolute;
  bottom: 10px;
  padding: 5px 45px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  background: #f72585;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  width: 150px;
  font-family: 'firago-medium';
  transform: translate(-50%, -50%);
}

.catalogue .button-catalogue:hover {
  
  background-color: #ffffff;
  color: #212227;
}





.iphoto {

  height: 180px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;

}




/* Scroll TO Top Button CSS */
.scroll-button a{
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background: #341f94;
  padding: 7px 12px;;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 10;
}





/* Responsive Media Query */

@media (pointer: coarse), (hover: none), (hover: on-demand) {

  section .content {
    width: 85%;
  }

  .about .about-details{
    justify-content: center;
    flex-direction: column;
  }
  .about .about-details .left{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .about-details .right{
    width: 90%;
    margin: 40px 0;
  }
  

  .hww .boxes .box{
    margin: 0px 0;
    width: calc(100% / 2 - 20px);
  }



  .benefits .boxes .box{
    margin: 0px 0;
    width: calc(100% / 3 - 10px);
    text-align: center;
  }




  .about .left img{
    height: 350px;
    width: 350px;
  }


  .benefits {

    background-color: #301c88;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 0px;
    
   
   }

   .benefits .boxes .box .icon{
    height: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    transition: all 0.4s ease;
    
  }

  .benefits .boxes .box{
    
    width: calc(100% / 3 - 10px);
    text-align: center;
    border-radius: 12px;
    padding: 0px 0px;
    cursor: default;
    transition: all 0.4s ease;
    background-color: none;
    box-shadow: none;
    background-color: #301c89;
   
  }
  

  .icon-image {
    height: 34px;
    width: 34px;
  }
  

  
.benefits .boxes .topic {
  font-family: 'firago-regular';
  margin-top: 27px;
  font-size: 13px;
  line-height: normal;
  color: #f3ebf7;
  
}


.about {

  background-color: #ffffff;
  padding-bottom: 0px;
  padding-top: 0px;
  
  }

  .about .left img {
  width: 96%;
  height: 96%;
  
  }



  .about  .topic{
    color: #0E2431;
    font-size: 30px;
    line-height: 32px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-family: 'firago-bold';
  }
  .about-details .right p{
    
    color: #3a3b42;
    font-family: 'firago-medium';
    font-size: 16px;
    margin-bottom: 38px;
  }

  .about .button{
    outline: none;
    padding: 9px 26px;
    border-radius: 12px;
    font-size: 21px;
    font-weight: 400;
    background: #6440ff;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    width: 200px;
    font-family: 'firago-medium';
    
    
  }
  .about .button:hover{
    background-color: #f72585;
    color: #ffffff;
  }



  .catalogue {

    background-color: #301c88;
    padding-top: 20px;
    padding-bottom: 30px;
    }
  
    .catalogue-title {

      text-align: center;
      font-family: 'firago-bold';
      font-size: 43px;
      margin-bottom: 5px;
      color: #38deb3;
      
      }
      
      .catalogue-undertitle {
      
      text-align: center;
      font-family: 'firago-regular';
      font-size: 19px;
      margin-bottom: 30px;
      color: #f3ebf7;
      
      }

      .catalogue  .topic{
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 10px;
        font-family: 'firago-bold';
        margin-top: 10px;
      }
      
      
      .catalogue .text {
      
       color: #ffffff; 
       opacity: 80%;
       font-size: 15px;
       font-family: 'firago-regular';
       position: center;
       
      }
      
      .catalogue .button-catalogue {
        outline: none;
        padding: 5px 45px;
        border-radius: 12px;
        font-size: 20px;
        font-weight: 400;
        background: #f72585;
        color: #fff;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all 0.4s ease;
        width: 150px;
        font-family: 'firago-medium';
      }
  


  nav .navbar{
    width: 90%;
    display: normal;
  }




  .media-icons {
    display: none;
  }

  .logo-photo {

    width: 105px;
    
    }
  nav .navbar .menu{
    position: fixed;
    left: -100%;
    top: 0;
    background: #301c88;
    height: 100vh;
    max-width: 400px;
    width: 100%;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
  }

  
  nav.sticky .menu-btn{
    color: #301c88;
  }

  .navbar.active .menu{
    left: 0;
    
  }
  nav .navbar .menu a{
    font-size: 21px;
    font-family: 'firago-medium';
    display: block;
    color: #fff;
    margin: 10px 0;

  }
  nav.sticky {
    
    padding: 13px 0;
    
  }
   

  nav.sticky .menu a:hover{
    color: #301c88;
  }
  

  
  nav .menu-btn,
  .navbar .menu .cancel-btn{
    display: block;
    position: absolute;
  }

  nav {
    width: 100%;
    padding: 20px 0;
    z-index: 998;
    font-family: 'firago-bold';
  }

  
  
  .home .text-two{
    font-size: 65px;
  }
  .home .text-three{
    font-size: 35px;
  }
  .skills .skills-details{
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .skills-details .text{
    width: 100%;
    margin-bottom: 50px;
  }
  .skills-details .boxes{
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .catalogue .boxes .box{
    margin: 20px 0;
    width: 100%;
    height: 67vh;
  }

  .catalogue .boxes{
    text-align: center;
  }

  .catalogue .topic{
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 10px;
    font-family: 'firago-bold';
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }


   .catalogue .button-catalogue {
    outline: none;
    position: absolute;
    bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    background: #f72585;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    width: 150px;
    font-family: 'firago-medium';
    transform: translate(-50%, -50%);
  }

  .contact .text{
    width: 100%;
  }



  .skills-details .boxes .per{
    font-size: 50px;
    color: #313569;
  }

}