/*
Domain Path:      /languages/
*/
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
   @import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
   
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
   
  @import url('https://fonts.googleapis.com/css2?family=Teko:wght@700&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,700&display=swap');


   /* ==========================================================================
      IMPORT FONTS
      ========================================================================== */
   @font-face {
     font-family: 'Boldstrom';
     src : url('../fonts/Boldstrom-Regular.woff');
     font-weight: normal;
     font-style: normal;
   }
   @font-face {
    font-family: 'Aeonik';
    src : url('../fonts/Aeonik-Regular.woff');
    font-weight: normal;
    font-style: normal;
  }
    
   /* ================================================
   /* ==========================================================================
     GENERAL
      ========================================================================== */
   body{
       font-family:aeonik,sans-serif;
       color:#a0a6ad;
       font-size:14px;
       background:#fff;
       overflow-x:hidden
   }
   
   .darkmode{

   }
   

   html{
       overflow-x:hidden
   }
   
   p{
       font-size:14px;
       color:#c1a9b9;
       line-height:26px;
       margin-bottom:0
   }
   
   a:hover,a:focus{
       color:#000
   }
   
   a{
       color:#000;
       transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
       -webkit-transition:all .3s ease-in-out;
       -o-transition:all .3s ease-in-out;
       -ms-transition:all .3s ease-in-out
   }
   
   h1,h2,h3,h4,h5{
       font-family:'Boldstrom', sans-serif;
       color:#4f4f4f;
       text-transform: uppercase;
   }
   
   
   ul{
       margin:0;
       padding:0
   }
   
   ul li{
       list-style:none
   }
   
   
   a:hover,a:focus{
       text-decoration:none;
       outline:none
   }
   
   a:not([href]):not([tabindex]){
       color:#fff
   }
   
   a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex])
   
   :hover{
       color:#fff
   }
   
   .bg-transparent{
       background:0 0!important
   }
   
   .bg-defult{
       background:#a2759b!important
   }
   
   .section{
       padding:30px 0
   }
   
   .form-control:focus{
       outline:none;
       -webkit-box-shadow:none;
       box-shadow:none
   }
   
   .section-header{
       color:#fff;
       margin-bottom:50px;
       text-align:center;
       position:relative
   }
   
   .section-header.section-title{
       font-size:35px;
       margin-bottom:12px;
       position:relative;
       line-height:30px
   }
   
   .section-header .desc-text p{
       font-size:18px;
       color:#c1a9b9;
       line-height:26px;
       margin-bottom:0
   }
   
   .btn{
       font-size:14px;
       padding:10px 30px;
       border-radius:4px;
       font-family:aeonik,sans-serif;
       letter-spacing:1px;
       color: #fff;
       border:none;
       text-transform:uppercase;
       transition:all.3s ease-in-out;
       -moz-transition:all.3s ease-in-out;
       -webkit-transition:all.3s ease-in-out;
       -o-transition:all.3s ease-in-out;
       -ms-transition:all.3s ease-in-out;
       display:inline-block
   }
   
   .btn:focus,.btn:active{
       -webkit-box-shadow:none;
       box-shadow:none;
       outline:none
   }
   
   .btn-common{
       background-color:#855ae6;
       position:relative;
       z-index:1;
       box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -moz-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -webkit-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -o-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -ms-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       width:160px;
       height:50px;
       padding:14px 15px
   }
   
   .btn-common:hover{
       color:#fff;
       -webkit-transform:translateY(-2px);
       transform:translateY(-2px)
   }
   
   .btn-light-bg{
       background-color:#ff704f
   }
   
   .btn-border{
       border-style:solid;
       border-width:1px;
       cursor:pointer;
       background-color:transparent;
       border-color:#a2759b ;
       color:#a2759b ;
       width:160px;
       height:50px;
       padding:14px 15px
   }
   
   .btn-border:hover{
       box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -moz-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -webkit-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -o-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -ms-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       transform:translateY(-2px);
       -moz-transform:translateY(-2px);
       -webkit-transform:translateY(-2px);
       -o-transform:translateY(-2px);
       -ms-transform:translateY(-2px)
   }
   
   .btn-border-filled{
       cursor:pointer;
       background-image: linear-gradient(to right, #a2759b 0%, #855ae6 51%, #a2759b 100%);
       transition: 0.5s;
       background-size: 200% auto;
       box-shadow: 0 0 20px #eee;
       color:#fff;
       box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -moz-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -webkit-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -o-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -ms-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       width:180px;
       height:50px;
       padding:15px;
   }
   
   .btn-border-filled:hover{
     background-position: right center;
     color:#fff;
     background-color:transparent;
     border-color:#fff;
     -webkit-transform:translateY(-2px);
     transform:translateY(-2px)
   }
   
   .btn-lg{
       padding:14px 33px;
       text-transform:uppercase;
       font-size:16px
   }
   
   .btn-rm{
       color:#a2759b;
       padding:10px 0;
       text-transform:capitalize;
       font-size:16px
   }
   
   .btn-rm i{
       vertical-align:middle
   }
   
   .btn-singin{
       background-image: linear-gradient(to right, #855ae6       0%, #a2759b  50%, #855ae6  100%);
       transition: 0.5s;
       background-size: 200% auto;
       box-shadow: 0 0 20px #eee;
       color:#fff;
       padding:10px 23px;
       box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -moz-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -webkit-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -o-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -ms-box-shadow:0 8px 9px 0 rgba(96,94,94,.17)
   }
   
   .btn-singin:hover,.btn-singin:active,.btn-singin:focus{
       background-position: right center;
       color:#fff;
       box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -moz-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -webkit-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -o-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -ms-box-shadow:0 8px 9px 0 rgba(96,94,94,.17)
   }
   
   .btn-light-singin:hover,.btn-light-singin:active,.btn-light-singin:focus{
       color:#fff;
       box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -moz-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -webkit-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -o-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
       -ms-box-shadow:0 8px 9px 0 rgba(96,94,94,.17)
   }
   
   .btn-apple{
       border-width:2px;
       border-color:#a2759b;
       border-style:solid;
       background:-webkit-gradient(linear,left top,right top,from(#a2759b),to(#855ae6));
       background:linear-gradient(to right,#3c96ff 0%,#2dfbff 100%);
       -webkit-text-fill-color:transparent;
       transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
       -webkit-transition:all .3s ease-in-out;
       -o-transition:all .3s ease-in-out;
       -ms-transition:all .3s ease-in-out
   }
   
   .btn-apple i{
       background:-webkit-gradient(linear,left top,right top,from(#a2759b),to(#855ae6));
       background:linear-gradient(to right,#3c96ff 0%,#2dfbff 100%);
       -webkit-text-fill-color:transparent
   }
   
   .btn-apple:hover,.btn-apple:active,.btn-apple:focus{
       background:-webkit-gradient(linear,left top,right top,from(#a2759b),to(#855ae6)) !important;
       background:linear-gradient(to right,#3c96ff 0%,#2dfbff 100%)!important;
       -webkit-text-fill-color:transparent!important;
   }
   
   button:focus{
       outline:none!important
   }
   
   .btn-border-fill{
       background:#fff;
       border-color:#fff;
       color:#a2759b
   }
   
   .btn-subtitle{
       color:#191c1e;
       font-family:'Boldstrom', sans-serif;
       background:#dbecff;
       text-align:center;
       border-radius:30px;
       padding:6px 30px;
       text-transform:uppercase;
       margin-bottom:20px;
       font-size:14px
   }
   
   .clear {
     clear: both;
   }
   
   .mt {
     margin-top: 80px;
   }
   
   .mt-30 {
     margin-top: 30px;
   }
   
   .mb-30 {
     margin-bottom: 30px;
   }
   
   .pt-30 {
     padding-top: 30px;
   }
   
   .pb-30 {
     padding-bottom: 30px;
   }
   
   .pt-70 {
     padding-top: 70px;
   }
   
   .mb-50 {
     margin-bottom: 50px;
   }
   
   .padding-0 {
     padding: 0;
   }
   
   .pr-20 {
     padding-right: 20px;
   }
   
   .pl-20 {
     padding-left: 20px;
   }
   
   .pl-70 {
     padding-left: 70px;
   }
   
   .pr-70 {
     padding-right: 70px;
   }
   

   
   @-webkit-keyframes spin {
     0% {
       transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
     }
     100% {
       transform: rotate(360deg);
       -moz-transform: rotate(360deg);
       -webkit-transform: rotate(360deg);
       -o-transform: rotate(360deg);
       -ms-transform: rotate(360deg);
     }
   }
   
   @keyframes spin {
     0% {
       transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
     }
     100% {
       transform: rotate(360deg);
       -moz-transform: rotate(360deg);
       -webkit-transform: rotate(360deg);
       -o-transform: rotate(360deg);
       -ms-transform: rotate(360deg);
     }
   }
   
   /* ==========================================================================
      Navbar Style
      ========================================================================== */
   .logo-menu a {
     font-size: 20px;
     color: #fff;
   }
   
   .menu-bg {
     background: #a2759b;
     background: linear-gradient(95deg,#a2759b 40%,#855ae6     100%) !important;
     -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
             box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
     z-index: 9999;
     padding: 5px;
     -webkit-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
   }
   
   .menu-bg .menu-button {
     top: 0;
   }
   
   .menu-bg .menu-button:hover {
     cursor: pointer;
     color: #a2759b;
   }
   
   .menu-bg .logo-menu a {
     color: #a2759b;
   }
   

   
   
   /*===========================
         02.HEADER css 
   ===========================*/
   /*===== NAVBAR =====*/
   .navbar-area {
     top: 0;
     left: 0;
     width: 100%;
     z-index: 99;
     transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
   }
   
   .sticky {
     position: fixed;
     z-index: 99;
     transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
   }
   
   .sticky .navbar {
     padding: 10px 0;
   }
   


   /* ==========================================================================
    Header
    ========================================================================== */
    .header {
        position: relative;
        height: 600px;
        min-height: 400px;
        background-image: linear-gradient(to left, transparent, #a2759b), url(../img/bg/header.jpg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        color: #fbff03;
        border-bottom: 5px solid #a2759b;
    }
    
    .header .container {
        position: relative;
        height: 100%;
    }
    
    .header .header-content {
        width: 100%;
        position: absolute;
        left: 0;
        top: 55%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #fff;
    }
    
    .header .header-content .header-subtitle {
        font-weight: 200;
    }
    
    .header .header-content .header-title {
        font-size: 70px;
        line-height: .7;
        margin-bottom: 25px;
        color: inherit;
        font-family: boldstrom, sans-serif;
    }
    
    .header .header-content .header-mono {
        font-weight: 500;
        font-size: calc(12px + (19 - 12) * ((100vw - 300px) / (1600 - 300)));
    }
    
    @media (max-width: 767.98px) {
    .header {
        height: 500px;
        min-height: 500px;
    }
    .header .social-icons {
        margin: auto;
    }
    .header .header-content {
        padding: 20px;
    }
    .header .header-content .header-mono {
        letter-spacing: 2px;
    }
    }
    
    .header-subtitle {
        font-size: 2.4rem;
        font-weight: bold;
        opacity: 1;
        color: #855ae6        ;
    }
    
    .header-mini {
    min-height: 24rem;
    height: 24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1rem;
    background: #fcbec6;
    }
   

   /* ==========================================================================
     Hero Area
      ========================================================================== */
   .hero-area {
     position: relative;
   }
   
   .hero-area .overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: #a2759b;
     background: linear-gradient(95deg, #855ae6     40%, #a2759b 100%);
     -webkit-transform: skewY(-12deg);
     transform: skewY(-0deg);
     -webkit-transform-origin: 0;
     transform-origin: 0;
     z-index: -12;
   }
   
   .hero-area .overlay :nth-child(1) {
     width: 33.33333%;
     width: calc(100% / 2);
     top: 0;
     left: 16.66666%;
     left: calc(calc(100% / 3) / 2);
     right: auto;
     background: #a2759b;
     background: linear-gradient(95deg, #a2759b 40%, #855ae6 100%);
     height: 200px;
   }
   
   
   .hero-area .contents {
     padding: 220px 0;
   }
   
   @media (max-width: 767px) {
     .hero-area .contents {
       padding-bottom: 0px;
     }
   }
   
   .hero-area .contents h2 {
     color: #fff;
     font-size: 60px;
     line-height: 60px;
     margin-bottom: 20px;
     text-transform: uppercase;
   }
   
   @media only screen and (min-width: 992px) and (max-width: 1199px) {
     .hero-area .contents h2 br {
       display: none;
     }
   }
   
   .hero-area .contents p {
     color: #fff;
     font-size: 18px;
     line-height: 26px;
   }
   
   .hero-area .contents .btn {
     margin-top: 40px;
     margin-right: 20px;
     text-transform: uppercase;
     width: 180px;
     height: 50px;
     padding: 15px 15px;
   }
   
   .hero-area .contents .btn-border {
     border: 1px solid #855ae6 ;
     color: #a2759b !important;
     -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
             box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
     width: 180px;
     height: 50px;
     padding: 15px 15px;
     background: #fff;
     transition: 0.5s;
   }
   
   .hero-area .contents .btn-border:hover {
     background: #4f4f4f;
     color: #a2759b;
     background-position: right center;
     transition: 0.5s;
     position: relative;
   }
   
   .hero-area .intro-img {
     padding: 180px 0 0px;
   }
   
   .hero-area .intro-img img {
     display: block;
     height: auto;
     max-width: 100%;
   }
   
   
   /* ==========================================================================
     Showcase 
      ========================================================================== */
   #showcase .showcase-area {
     margin-top: -80px;
     margin-left: 30px;
     margin-right: 30px;
   }
   
   #showcase .showcase-text h2 {
     color: #fff;
   }
   
   #showcase .showcase-text p {
     color: #fff;
   }
   
   #showcase .gradient-bg {
     background: #a2759b;
     background: linear-gradient(95deg, #a2759b 40%, #a2759b 100%);
     padding: 119px 0px 80px 0px;
   }

   #showcase h2{
    font-family: 'Boldstrom', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
   }

   #showcase h4{
    font-family: 'Boldstrom', sans-serif;
    font-size: 60px;
    color: #4f4f4f;
    text-transform: uppercase;
   }

   #showcase h5{
    font-family: 'Boldstrom', sans-serif;
    font-size: 60px;
    color: #4f4f4f;
    text-transform: uppercase;
   }
   
   /* ==========================================================================
     Testimonial section
      ========================================================================== */
   #testimonial .testimonial-video {
     background: url(../img/bg/testimonial-bg.jpg) no-repeat center center;
     background-size: cover;
   }
   
   #testimonial .testimonial-area {
     z-index: 12;
     margin-top: -140px;
   }
   
   #testimonial #client-testimonial {
     background-color: #fff;
     padding: 54px;
     box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
     -moz-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
     -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
     -o-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
     -ms-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
   }
   
   @media (max-width: 767px) {
     #testimonial #client-testimonial {
       padding: 50px 20px;
     }
   }
   
   #testimonial #client-testimonial .content-inner p {
     font-size: 24px;
     color: #c1a9b9;
     font-style: italic;
     line-height: 35px;
   }
   
   #testimonial #client-testimonial .author-info {
     padding-top: 26px;
     padding-bottom: 20px;
   }
   
   #testimonial #client-testimonial .author-info h5 {
     color: #4f4f4f;
     font-size: 18px;
   }
   
   #testimonial #client-testimonial h5 span {
     font-size: 16px;
     color: #5e629c;
     font-style: italic;
   }
   
   #testimonial #client-testimonial .client-thumb img {
     max-width: 100px;
     display: inline-block;
   }
   
   #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev {
     color: #a2759b;
     display: inline-block;
     zoom: 1;
     *display: inline;
     margin: 5px;
     font-size: 16px;
     border-radius: 50px;
     background: #fff;
     filter: Alpha(Opacity=50);
     position: absolute;
     left: -20px;
     top: 48%;
     opacity: 1;
     border: 1px solid #ccc;
     width: 38px;
     height: 38px;
     padding: 8px 0px;
   }
   
   #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next {
     color: #a2759b;
     display: inline-block;
     zoom: 1;
     *display: inline;
     margin: 5px;
     font-size: 16px;
     border-radius: 50px;
     background: #fff;
     filter: Alpha(Opacity=50);
     position: absolute;
     right: -20px;
     top: 48%;
     opacity: 1;
     border: 1px solid #ccc;
     width: 38px;
     height: 38px;
     padding: 8px 0px;
   }
   
   #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev:hover,
   #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next:hover {
     color: #fff;
     background: #a2759b;
     border-color: #a2759b;
   }

   
   @-webkit-keyframes pulse-border {
     0% {
       -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
               transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
       opacity: 1;
     }
     100% {
       -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
               transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
       opacity: 0;
     }
   }
   
   @keyframes pulse-border {
     0% {
       -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
               transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
       opacity: 1;
     }
     100% {
       -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
               transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
       opacity: 0;
     }
   }
   
   /* ==========================================================================
     Blog section
      ========================================================================== */
   .blog-hero-area {
     background: -webkit-gradient(linear,left top,right top,from(#855ae6),to(#a2759b));
     background-size: auto;
     background-size: cover;
     color: #fff;
     overflow: hidden;
     position: relative;
   }
   
   .blog-hero-area .contents {
     padding: 160px 0 140px;
   }
   
   .main-title {
    background: -webkit-gradient(linear,left top,right top,from(#855ae6),to(#a2759b));
    background-size: auto;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
  }
  
  .main-title .contents {
    padding: 100px 0 140px;
  }

  .main-title h2{
    font-family: boldstrom, sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
  }

   #blog .blog-item-wrapper {
     margin-bottom: 30px;
     border: 1px solid #ddd;
     background-color: #fff;
     -webkit-transition: all 0.8s ease;
     transition: all 0.8s ease;
   }
   
   #blog .blog-item-wrapper:hover {
     -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
             box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
     -webkit-transition: all 0.8s ease;
     transition: all 0.8s ease;
     border-color: #a2759b;
   }
   
   #blog .blog-item-wrapper:hover h3 a {
     color: #a2759b;
   }
   
   #blog .blog-item-wrapper img {
     width: 100%;
   }
   
   #blog .blog-item-wrapper .blog-item-text {
     padding: 26px 30px 30px 30px;
   }
   
   #blog .blog-item-wrapper h3 {
     font-size: 20px;
     line-height: 28px;
     margin-bottom: 12px;
   }
   
   #blog .blog-item-wrapper h3 a {
     color: #4f4f4f;
   }
   
   #blog .blog-item-wrapper p {
     font-size: 15px;
     line-height: 23px;
     margin-bottom: 20px;
   }
   
   #blog .blog-item-wrapper a.read-more {
     color: #a2759b;
     font-size: 14px;
     text-transform: uppercase;
     position: relative;
   }
   
   #blog .blog-item-wrapper a.read-more i {
     color: #a2759b;
     font-size: 10px;
     position: absolute;
     top: 3px;
   }
   
   #blog .blog-item-wrapper .author {
     border-top: 1px solid #ddd;
     padding: 18px 30px 35px 30px;
   }
   
   @media only screen and (min-width: 992px) and (max-width: 1199px) {
     #blog .blog-item-wrapper .author {
       padding: 18px 15px 30px 15px;
     }
   }
   
   #blog .blog-item-wrapper span.name a {
     color: #855ae6;
     font-size: 14px;
   }
   
   #blog .blog-item-wrapper span.name i {
     color: #a2759b;
     margin-right: 5px;
   }
   
   #blog .blog-item-wrapper span.date a {
     color: #855ae6;
     font-size: 14px;
   }
   
   #blog .blog-item-wrapper span.date i {
     color: #a2759b;
     margin-right: 5px;
   }

   #blog h2{
    font-family: 'Boldstrom', sans-serif;
    font-size: 60px;
    color: #4f4f4f;
    text-transform: uppercase;
   }
   
   /* ==========================================================================
     Blog index2 version
      ========================================================================== */
   #blog2 {
     background: #fff;
   }
   
   #blog2 .blog-item-wrapper {
     margin-bottom: 30px;
     border: 1px solid #ddd;
     background-color: #fff;
     -webkit-transition: all 0.8s ease;
     transition: all 0.8s ease;
   }
   
   #blog2 .blog-item-wrapper:hover {
     -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
             box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
     -webkit-transition: all 0.8s ease;
     transition: all 0.8s ease;
     border-color: #ff704f;
   }
   
   #blog2 .blog-item-wrapper:hover h3 a {
     color: #ff704f;
   }
   
   #blog2 .blog-item-wrapper .blog-item-text {
     padding: 26px 30px 30px 30px;
   }
   
   #blog2 .blog-item-wrapper h3 {
     font-size: 20px;
     line-height: 28px;
     margin-bottom: 12px;
   }
   
   #blog2 .blog-item-wrapper h3 a {
     color: #4f4f4f;
   }
   
   #blog2 .blog-item-wrapper p {
     font-size: 15px;
     line-height: 23px;
     margin-bottom: 20px;
   }
   
   #blog2 .blog-item-wrapper a.read-more {
     color: #ff704f;
     font-size: 14px;
     text-transform: uppercase;
     position: relative;
   }
   
   #blog2 .blog-item-wrapper a.read-more i {
     color: #ff704f;
     font-size: 10px;
     position: absolute;
     top: 3px;
   }
   
   #blog2 .blog-item-wrapper .author {
     border-top: 1px solid #ddd;
     padding: 18px 30px 35px 30px;
   }
   
   @media only screen and (min-width: 992px) and (max-width: 1199px) {
     #blog2 .blog-item-wrapper .author {
       padding: 18px 15px 30px 15px;
     }
   }
   
   #blog2 .blog-item-wrapper span.name a {
     color: #5e629c;
     font-size: 14px;
   }
   
   #blog2 .blog-item-wrapper span.name i {
     color: #ff704f;
     margin-right: 5px;
   }
   
   #blog2 .blog-item-wrapper span.date a {
     color: #5e629c;
     font-size: 14px;
   }
   
   #blog2 .blog-item-wrapper span.date i {
     color: #ff704f;
     margin-right: 5px;
   }
   
   /* ==========================================================================
       Blog single post section
      ========================================================================== */
   .blog-hero-area .contents h2 {
     color: #fff;
     font-size: 52px;
     margin-bottom: 25px;
   }
   
   #blog .blog-item-wrapper {
     -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
     -webkit-transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
     transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
     transition: transform 0.2s linear, box-shadow 0.2s linear;
     transition: transform 0.2s linear, box-shadow 0.2s linear, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
   }
   
   #blog .blog-item-wrapper:hover {
     -webkit-box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
             box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
     -webkit-transform: translateY(-5px);
     transform: translateY(-5px);
   }
   
   #blog-single {
     padding: 80px 0;
     width: auto;
     background: #ecf0f1;
   }
   
   #blog-single .blog-post {
     background: #fff;
     overflow: hidden;
     margin-bottom: 40px;
   }
   
   #blog-single .blog-post .post-thumb img {
     width: auto;
   }
   
   #blog-single .blog-post .post-content {
     padding: 30px;
     width: auto;
     text-align: center;
   }
   
   #blog-single .blog-post .post-content h3 {
     font-size: 30px;
     padding-bottom: 10px;
   }
   
   #blog-single .blog-post .post-content h2 {
     font-size: 30px;
     padding-bottom: 10px;
   }
   
   #blog-single .blog-post .post-content h1 {
     font-size: 30px;
     padding-bottom: 10px;
     font-size: 60px;
   }
   
   #blog-single .blog-post .post-whatweprovide {
     padding-top: 12px;
     padding-bottom: 12px;
     width: auto;
   }
   
   #blog-single .blog-post .post-whatweprovide h3 {
     font-size: 30px;
     text-align: left;
   }
   
   #blog-single .blog-post .post-whatweprovide h2 {
     background: -webkit-linear-gradient(-45deg, #855ae6, #a2759b);
     -webkit-text-fill-color: transparent;
     font-size: 45px;
     position: absolute;
   }
   
   #blog-single .blog-post .post-whatweprovide p {
     font-size: 14px;
     color: #c1a9b9;
     line-height: 26px;
     margin-bottom: 0;
     position: absolute;
   }
   
   #blog-single .blog-post .post-whatweprovide h1 {
     font-size: 30px;
     padding-bottom: 10px;
     font-size: 60px;
   }
   
   #blog-single .blog-post .post-graphic {
     width: auto;
   }
   
   #blog-single .blog-post .post-graphic h1 {
     font-size: 20px;
     line-height: 26px;
     position: inherit;
     text-align: left;
     background: -webkit-linear-gradient(-45deg, #855ae6, #a2759b);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   
   #blog-single .blog-post .post-graphic h2 {
     font-size: 20px;
     text-align: left;
     color: #855ae6;
   }
   
   #blog-single .blog-post .post-graphic h3 {
     font-size: 30px;
     text-align: left;
   }
   
   #blog-single .blog-post .post-graphic h4 {
     font-size: 30px;
     text-align: center;
     background: -webkit-linear-gradient(45deg, #a2759b, #855ae6);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
   }
   
   #blog-single .blog-post .post-graphic h5 {
    font-family: aeonik,sans-serif;
    font-size: 14px;
    text-align: center;
    color: #c1a9b9;
    text-transform: capitalize;
   }
   
   #blog-single .blog-post .post-graphic p {
     font-size: 14px;
     color: #c1a9b9;
     line-height: 26px;
     position: inherit;
     text-align: left;
   }
   #blog-single .blog-comment {
    background: #fff;
    padding: 50px 30px;
    margin-top: 30px;
    overflow: hidden;
  }
  
  #blog-single .blog-comment h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  #blog-single .blog-comment .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
  }
  
  #blog-single .blog-comment .comment-list .the-comment {
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  #blog-single .blog-comment .comment-list .children {
    padding-left: 40px;
  }
  
  #blog-single .blog-comment .avatar {
    float: left;
    margin-right: 15px;
    padding: 5px;
    border-radius: 3px;
    background: #fff;
    border: 1px dashed #4f4f4f;
  }
  
  #blog-single .blog-comment .comment-author {
    margin-bottom: 10px;
  }
  
  #blog-single .blog-comment .meta {
    margin-bottom: 10px;
    color: #999;
  }
  
  .blog-hero-area .post-meta {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .blog-hero-area .post-meta ul li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
  }
  
  .blog-hero-area .post-meta ul li i {
    margin-right: 5px;
  }
  
  .blog-hero-area .post-meta ul li a {
    color: #fff;
  }
  
  .blog-hero-area .post-meta ul li a:hover {
    color: #ff704f;
  }
  
  #blog-single .form-control {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid transparent;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  
  #blog-single .btn-common {
    background-color: #ff704f;
    position: relative;
    z-index: 1;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    -moz-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    -webkit-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    -o-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    -ms-box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    width: 160px;
    height: 50px;
    padding: 14px 15px;
  }
  
  #blog-single .form-control:focus {
    border: 1px solid #ff704f;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  #subscribe .form-control {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid transparent;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  
  .btn.disabled,
  .btn:disabled {
    opacity: 1;
  }
  
  #blog-single textarea {
    border-radius: 4px !important;
  }
  
  .text-danger {
    font-size: 14px;
    margin-top: 10px;
  }
  
  .list-unstyled li {
    color: #4f4f4f;
  }
/* ==========================================================================
    Graphic Button
    ========================================================================== */

   .graphic-button{
    font-family:'Boldstrom', sans-serif;
    color: white;
    width: 150px;
    height: 50px;
    font-size: 20px;
    margin-left: 20px;
    text-align: center;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #a2759b, #ff6a97, #855ae6, #ffc655, #a2759b, #ff6a97, #855ae6, #ffc655);
    background-size: 600%;
   }
   
   .graphic-button::before {
     width: 150px;
     height: 50px;
     font-size: 20px;
     margin-left: 20px;
     text-align: center;
     border-radius: 50px;
     background: linear-gradient(90deg, #a2759b, #ff6a97, #855ae6, #ffc655, #a2759b, #ff6a97, #855ae6, #ffc655);
     background-size: 600%;
     animation: graphicbutton 16s linear infinite;
   }
   
   .graphic-button:hover{
     color: #4f4f4f;
     animation: graphicbutton 10s linear infinite;
   }
   
   .graphic-button::before{
     filter: blur(25px);
     opacity: .8;
     animation: graphicbutton 10s linear infinite;
   }
   
   @keyframes graphicbutton {
     0% {
       background-position: 0%;
     }
     50%{
       background-position: 200%;
     }
     100% {
       background-position: 400%;
     }
   }
   
/* ==========================================================================
    Post Team
    ========================================================================== */

   .post-team-box{
     width: 80%;
     margin: 0 auto;
     padding: 0px 0;
     display: flex;
     flex-direction: row;
     justify-content: center;
   }
   
   .post-team-image{
     width: 248px;
     height: 374px;
     display: flex;
     margin: 0px 30px;
     clear: both;
     align-items: flex-start;
   }
   
   .post-team-social{
     position: relative;
     transition: 0.5s;
     right: 240px;
     top: 260px;
     margin: 0px -3px 0px 1px;
     opacity: 1;
   }
   
   .post-team-social:hover{
     opacity: 1;
     transform: translateY(15px);
   }
   
   .post-team-social-hover{
     position: absolute;
     left: 0;
     top: 0;
     opacity: 0;
   }
   
   .post-team-social-hover:hover{
     opacity: 1;
   }
   
   #team h2{
    font-family: 'Boldstrom', sans-serif;
    font-size: 60px;
    color: #4f4f4f;
    text-transform: uppercase;
   }

/* ==========================================================================
    Post Works
    ========================================================================== */

   .post-works-box{
     width: 80%;
     margin: 0 auto;
     padding: 0px 0;
     display: flex;
     flex-direction: row;
     justify-content: center;
   }
   
   .post-works-image{
     width: 251px;
     height: 79px;
     display: flex;
     margin: 0px 5px;
     transition: 0.5s;
     clear: both;
   }
   
   .post-works-image:hover{
     transform: translateY(15px);
   }
   
   .post-works-social-hover{
     position: absolute;
     left: 0;
     top: 0;
     opacity: 0;
   }
   
   .post-works-social-hover:hover{
     opacity: 1;
   }
   
/* ==========================================================================
    Post Graphic
    ========================================================================== */

   .post-graphic-box{
     width: 80%;
     margin: 0 auto;
     padding: 0px 0;
     display: flex;
     flex-direction: row;
     justify-content: center;
   }
   
   .post-graphic-image img{
     border-radius: 20px;
   }
   
   .post-graphic-image:hover{
     transform: scale(1.2);
   }
   
   .post-graphic-image{
     width: 130px;
     height: 130px;
     display: flex;
     margin: 0px 10px;
     transition: 1s;
     clear: both;
   }
   
   .post-graphic-image {
     position: relative;
   }
   
   .post-graphic-image:before {
     content: '';
     display: block;
     position: absolute;
     height: 0%;
     width: 100%;
     bottom: 0;
     transition: top .5s ease-out;
     background: linear-gradient(0deg, transparent 30%, #a2759b 100%) !important;
     border-radius: 20px;
   }
   
   .post-graphic-image:hover:before {
     height: 100%;
     display: flex;
     width: 100%;
   }
   
   .post-graphic-image{
     display: inline-flex;
   }
   
/* ==========================================================================
    Graphic Text
    ========================================================================== */

   .graphic-textoverlay {
     position: absolute;
     transition: opacity 0.4s ease-in-out;
     cursor: pointer;
   }
   
   .graphic-text{
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-top: 10px;
     margin-left: 20px;
     text-align: center;
   }
   
   .graphic-textoverlay:hover .graphic-text{
     opacity: 0,8;
   }
   
   .graphic-text h6{
     font-family:'Boldstrom', sans-serif;
     font-size: 10px;
     color: #ffffff;
     position: inherit;
     margin: 0;
   }
   
   .graphic-text h7{
     font-family:aeonik,sans-serif;
     font-size: 10px;
     color: #ffffff;
     position: inherit;
   }
   
/* ==========================================================================
    Footer
    ========================================================================== */

footer {
    background: -webkit-gradient(linear,left top,right top,from(#a2759b),to(#855ae6));
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }

#footer .footer-text h2 {
    color: #fff;
}

#footer .footer-text p {
    color: #fff;
}

#footer h2{
    font-family: 'Boldstrom', sans-serif;
    font-size: 60px;
    color: #4f4f4f;
    text-transform: uppercase;
}

.social-icon {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.social-icon a{
    width: 80px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    color: #4f4f4f;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    margin: 0 1%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.social-icon a .lni{
    font-size: 30px;
    line-height: 80px;
    position: relative;
    z-index: 10;
    transition: color .5s;
}

.social-icon a .fa-brands{
    font-size: 30px;
    line-height: 80px;
    position: relative;
    z-index: 10;
    transition: color .5s;
}

.social-icon a::after{
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: linear-gradient(-45deg, #855ae6, #a2759b);
    position: absolute;
    transition: .5s;
}

.social-icon a:hover::after{
    top: 0;
}

.social-icon a:hover .lni{
    color: #fff;
}

.social-icon a:hover .fa-brands{
    color: #fff;
}

/*.social-icon li a:hover {
    -webkit-transform: scale(1.5) rotate(4deg);
    transform: scale(1.5) rotate(4deg);
    cursor: pointer;
    color: #4f4f4f;
}*/

.footer-p{
    color: #fff;
}

.footer-p-black{
    color: #4f4f4f;
}

.footer-hr{
    color: #4f4f4f;
    margin-top: 3%;
    margin-left: 30%;
    width: 40%;
}

.footer-copy{
    background: #181818;
}

.footer-copy-p{
    margin-top: 2%;
    margin-bottom: 2%;
    color: #fff;
    text-align: center;
}

.copy{
    background: #4f4f4f;
}

.copy .item{
    text-align: center;
}

.copy .item p {
    font-family: aeonik,sans-serif;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 2%;
}
.copy .item p em {
    font-family: boldstrom,sans-serif;
    background: -webkit-linear-gradient(-45deg, #a2759b, #855ae6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    text-transform: uppercase;
}

.copy .item p span {
    color: #ff695f;
}

/* ==========================================================================
    Header
    ========================================================================== */


.header-sticky {
    position: fixed;
    z-index: 9999;
}

.head{
    background: #fff;
}

.header-head-p{
    margin-top: 2%;
    margin-bottom: 2%;
    color: #a2759b;
    text-align: center;
}

.header-icon {
    padding: 0;
    margin-right: 0;
}
.header-icon li {
    display: inline-block;
    margin-right: 5%;
}

.header-icon li::before{
    background: linear-gradient(-45deg, #a2759b, #855ae6);
}

.header-icon li a {
    text-align: center;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
    position: relative;
    font-size: 20px;
    color: #4f4f4f;
}
.header-icon li a:hover {
    -webkit-transform: scale(1.5) rotate(4deg);
    transform: scale(1.5) rotate(4deg);
    cursor: pointer;
    background: -webkit-linear-gradient(-45deg, #a2759b, #855ae6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head-graphic{
    padding-top: .3%;
    padding-bottom: .3%;
    clear: both;
}

.head-graphic .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.head-graphic .item{
    text-align: right;
}

.head-graphic .item p {
    font-family: aeonik,sans-serif;
    color: #4f4f4f;
    margin-top: 2%;
    margin-bottom: 2%;
}
.head-graphic .item p em {
    font-family: boldstrom,sans-serif;
    background: -webkit-linear-gradient(-45deg, #855ae6, #a2759b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    text-transform: uppercase;
}

.head-graphic .item p span {
    color: #ff695f;
}

/* ==========================================================================
    Gallery
    ========================================================================== */

.gallery {
    margin-top: 4%;
    
}

.gallery .gallery_img figure img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s;
    justify-content: center;
}

.gallery .gallery_img figure img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.gallery .flyers_img figure img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s;
}

.gallery .flyers_img figure img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

@media (max-width: 700px)
{
    .gallery{
        grid-template-columns: repeat(1,auto);
    }
    .gallery img{
        width: 100%;
    }
}
@media (min-width: 576px) {
    .gallery{
        grid-template-columns: repeat(1,auto);
    }
    .gallery img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .gallery{
        grid-template-columns: repeat(1,auto);
    }
    .gallery img {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .gallery{
        grid-template-columns: repeat(1,auto);
    }
    .gallery img{
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .gallery{
        grid-template-columns: repeat(1,auto);
    }
    .gallery img {
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .gallery{
        grid-template-columns: repeat(1,auto);
    }
    .gallery img {
        width: 100%;
    }
}

.ful-img{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.ful-img span{
   position: absolute;
   top: 50px;
   right: 50px; 
   font-size: 30px; 
   color: #fff; 
   cursor: pointer;
}

.ful-img img{
    width: 90%;
    max-width: 700px;
}

/* ==========================================================================
    BlogPost Works
    ========================================================================== */

.blog-post-works{
    background: #fff;
    margin-bottom: 40px;
    max-width: auto;
    justify-content: center;
}

/* ==========================================================================
    Basic Package
    ========================================================================== */

.packagetitle-basic{
    padding-left: 2%;
    font-family: Boldstrom;
    background: -webkit-linear-gradient(-45deg, #855ae6, #ff3333);
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-transform: uppercase;
}

.table-striped > tbody > tr:nth-of-type(odd) > .basictotal-text{
    font-size: 30px;
    color: white;
    --bs-table-striped-bg: #fd3c32;
    vertical-align: middle;
    border-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) > .basictotal-texttr{
    font-size: 30px;
    color: black;
    --bs-table-striped-bg: #f77272;
    vertical-align: middle;
    border-color: white;
}

.price-title-basic{
    font-family: boldstrom;
    font-size: 14px;
    color: #ab3939;
    text-transform: uppercase;
}

/* ==========================================================================
    Standard Package
    ========================================================================== */

.packagetitle-standard{
    padding-left: 2%;
    font-family: Boldstrom;
    background: -webkit-linear-gradient(-45deg, #855ae6, #797979);
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-transform: uppercase;
}

.table-striped > tbody > tr:nth-of-type(odd) > .standardtotal-text{
    font-size: 30px;
    color: white;
    --bs-table-striped-bg: #7c7c7c;
    vertical-align: middle;
    border-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) > .standardtotal-texttr{
    font-size: 30px;
    color: black;
    --bs-table-striped-bg: #f77272;
    vertical-align: middle;
    border-color: white;
}

.price-title-standard{
    font-family: boldstrom;
    font-size: 14px;
    color: #686868;
    text-transform: uppercase;
}

/* ==========================================================================
    Premium Package
    ========================================================================== */

.packagetitle-premium{
    padding-left: 2%;
    font-family: Boldstrom;
    background: -webkit-linear-gradient(-45deg, #855ae6, #855ae6);
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-transform: uppercase;
}

.table-striped > tbody > tr:nth-of-type(odd) > .premiumtotal-text{
    font-size: 30px;
    color: white;
    --bs-table-striped-bg: #a2759b;
    vertical-align: middle;
    border-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) > .premiumtotal-texttr{
    font-size: 30px;
    color: black;
    --bs-table-striped-bg: #f77272;
    vertical-align: middle;
    border-color: white;
}

.price-title-premium{
    font-family: boldstrom;
    font-size: 14px;
    color: #a2759b;
    text-transform: uppercase;
}

/* ==========================================================================
    Special Package
    ========================================================================== */

.packagetitle-special{
    padding-left: 2%;
    font-family: Boldstrom;
    background: -webkit-linear-gradient(-45deg, #855ae6, #a2759b);
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-transform: uppercase;
}

.table-striped > tbody > tr:nth-of-type(odd) > .specialtotal-text{
    font-size: 30px;
    color: white;
    --bs-table-striped-bg: #a2759b;
    vertical-align: middle;
    border-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) > .specialtotal-texttr{
    font-size: 30px;
    color: black;
    --bs-table-striped-bg: #f77272;
    vertical-align: middle;
    border-color: white;
}

.price-title-special{
    font-family: boldstrom;
    font-size: 14px;
    color: #f77272;
    text-transform: uppercase;
}


/* ==========================================================================
    Price List Button
    ========================================================================== */

.price-button{
    font-family: aeonik;
    font-size: 14px;
    text-align: center;
    color: #855ae6;
    text-transform: uppercase;
}

.price-button:hover{
    color: #999999;
}

.price-content{
    font-family: aeonik;
    font-size: 14px;
    color: #855ae6;
}

.table-danger{
    --bs-table-color: #ecf0f1;
    --bs-table-bg: #855ae6;
    border-color: white;
}

/* ==========================================================================
    Reference
    ========================================================================== */

.reference{
    position: absolute;
    width: 100%;
    display: grid;
    top: 2%;
    left: 5%;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 300px);
    gap: 2px;
}

.reference img{
    height: 100%;
    width: auto;
    object-fit: cover;   
    margin: auto;
}

@media (max-width: 700px)
{
    .reference{
        grid-template-columns: repeat(1,auto);
    }
    .reference img{
        width: 90vw;
    }
}

/* ==========================================================================
    Flag
    ========================================================================== */

.flag-icon{
    text-align: center;
}

.language{
    width: 6%;
    padding-left: 1%;
    padding-right: 1%;
}

.close .nav-item{
    list-style:none;
}


 /* PRELOADER */
#loader {
    visibility:visible;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(95deg,#855ae6 0%,#a2759b 100%);
    height: 100%;
    width: 100%;
    opacity:1;
    z-index: 99999;
    transition: visibility 0.5s linear, opacity 0.5s linear;
    -webkit-animation: flashup2 1s infinite ease;
    animation: flashup2 1s infinite ease;
}
#stringPreloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#stringPreloader {
    -webkit-animation: flashup 1s infinite ease;
    animation: flashup 1s infinite ease;
}
@-webkit-keyframes flashup {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes flashup {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes flashup2 {
    0% {
        background: linear-gradient(95deg,#855ae6 0%,#a2759b 100%);
    }
    50% {
        background: linear-gradient(95deg,#a2759b 0%,#855ae6 100%);
    }
    100% {
        background: linear-gradient(95deg,#855ae6 0%,#a2759b 100%);
    }
}
@keyframes flashup2 {
    0% {
        background: linear-gradient(95deg,#855ae6 0%,#a2759b 100%);
    }
    50% {
        background: linear-gradient(95deg,#a2759b 0%,#855ae6 100%);
    }
    100% {
        background: linear-gradient(95deg,#855ae6 0%,#a2759b 100%);
    }
}

/* ==========================================================================
    Backtotop
    ========================================================================== */

.back-to-top {
    position: fixed;
    display: flex;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    justify-content: space-around;
    border-radius: 5px;
}

.back-to-top i {
    color: #ffffff;
    
}

.back-to-top:hover i {
    color: #4f4f4f;
}

.back-btn{
    background-image: linear-gradient(to right, #855ae6 0%, #855ae6  50%, #855ae6  100%);
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    color:#fff;
    padding:10px 23px;
    box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
    -moz-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
    -webkit-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
    -o-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
    -ms-box-shadow:0 8px 9px 0 rgba(96,94,94,.17)
}

.back-btn:hover{
    background-position: right center;
    color:#fff;
    box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
    -moz-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
    -webkit-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
    -o-box-shadow:0 8px 9px 0 rgba(96,94,94,.17);
    -ms-box-shadow:0 8px 9px 0 rgba(96,94,94,.17)
}

#services h2{
    font-family: 'Boldstrom', sans-serif;
    font-size: 60px;
    color: #4f4f4f;
    text-transform: uppercase;
}

#preloader{
    width:100%;
    height:100vh;
    overflow:hidden;
    position:fixed;
    z-index:9999999
}


#preloader:after,
#preloader:before{
    content:'';
    position:fixed;
    left:0;
    height:50%;
    width:100%;
    background:#eee;
    -webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);
    transition-timing-function:cubic-bezier(.19,1,.22,1)
}


#preloader:before{
    top:0
}


#preloader:after{
    bottom:0
}


#preloader.isdone{
    visibility:hidden;
    -webkit-transition-delay:1.5s;
    transition-delay:1.5s
}


#preloader.isdone:after,
#preloader.isdone:before{
    height:0;-webkit-transition:all .7s cubic-bezier(1,0,.55,1);
    transition:all .7s cubic-bezier(1,0,.55,1);
    -webkit-transition-delay:1s;transition-delay:1s
}


#preloader.loading-text{
    font-weight:300;
    text-transform:uppercase;
    letter-spacing:10px;
    position:absolute;
    top:calc(50% - 30px);
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    color:var(--color-main);
    font-family:teko,sans-serif;
    z-index:9999
}


#preloader.loading-text.isdone{
    top:50%;
    opacity:0;
    -webkit-transition:all .8s cubic-bezier(.19,1,.22,1);
    transition:all .8s cubic-bezier(.19,1,.22,1);
    -webkit-transition-delay:.5s;
    transition-delay:.5s
}

.mouse-cursor{
    position:fixed;
    left:0;top:0;
    pointer-events:none;
    border-radius:50%;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    visibility:hidden
}

.cursor-inner{
    margin-left:2px;
    margin-top:2px;
    width:6px;
    height:6px;
    z-index:10000001;
    background-color:var(--color-main);
    -webkit-transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out;
    transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out
}

.cursor-inner.cursor-hover{
    margin-left:-40px;
    margin-top:-40px;
    width:80px;
    height:80px;
    background-color:var(--color-main);
    opacity:.3
}
    
.cursor-outer{
    margin-left:-15px;
    margin-top:-15px;
    width:40px;
    height:40px;
    border:1px solid var(--color-main);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    z-index:10000000;
    opacity:.5;
    -webkit-transition:all .08s ease-out;
    transition:all .08s ease-out;
    background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)) padding-box,-webkit-gradient(linear,left top,right top,from(var(--color-primary)),color-stop(var(--color-secondary)),to(var(--color-ternary))) border-box;
    background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,var(--color-primary),var(--color-secondary),var(--color-ternary)) border-box;
    border-radius:50px;border:2px solid transparent!important
}

.cursor-outer.cursor-hover{
    opacity:0
}

::selection{
    color: #855ae6;
    background-color: rgba(185, 10, 191, 0.1);
}