/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/




#primary-menu ul li > a{
    color:black;
}


#header.sticky-header #header-wrap {
    background: #ffffffe0;
}

.header-wrap {
    background: #ffffffe0;
}


.body.stretched #header.full-header .container {
    width: 100%;
}


@media (min-width: 576px) and (max-width: 1034px)
#header.full-header .container, .container-fullwidth {
    width: 100%;
}


.nice, header#header.full-header.bg-transparent.nice {
    position: absolute;
    width: 100%;
}




.fancy {
    
                                                   /* 0.2 to give little whitish effect. */
                                                   /* Put 0 to get complete transperency */
    z-index: 2;
    backdrop-filter: blur(10px) saturate(500%);
    -webkit-backdrop-filter: blur(10px) saturate(500%);
    /*backdrop-filter: blur(280px) saturate(200%);                   /* Blur the background */
                                                                  /* 10px Gaussian Blur and saturate for fluent design */
   /* -webkit-backdrop-filter: blur(280px) saturate(200%);    */      /* Increases browser compability (safari ios and mac) */
}

/*FIREFOX ONLY:*/
@-moz-document url-prefix() { 
  .fancy {
     background: white;
  }
}




/* Below code in only needed if you have dropdown in navbar and want to change its fore and back colors */
.fancy-nav > li > .dropdown-menu { 
    background-color: #000000; 
}

.fancy-nav > li > .dropdown-menu > a{ 
    color: white;
}



div#header-wrap {
       background-color: #ffffffe0; 
}


#logo img {
    padding: 3px;
}



#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
  color: #D80A29;
}





::selection {
  background: #D80A29;
  color: white;
  text-shadow: none;
}


.pricing-box.best-price .pricing-price {
  color: #D80A29;
}



h2 {
    color: black;
    
}




































.data-top-bottom, .section, .dark, .parallax, .nobottommargin, .skrollable, .skrollable-between {
background-position: 0px -500px;
}


/*

/* .section, .dark, .parallax, .nobottommargin, .skrollable, */

.skrollable-between {

  background-repeat: no-repeat;
  background-size: cover; /* contain to check errors / cover is the good way*/
  width: 100%; 
}

.data-top-bottom, .section, .dark, .parallax, .nobottommargin, .skrollable, .skrollable-between {
background-position:0px -5000px;
}




#header.full-header .container, .container-fullwidth {
width:100%;
}








#primary-menu-trigger {
    visibility: hidden;    
}

@media (max-width: 1033px) {
    
    #logo {
        height: 55px;
    }
    #header, #header-wrap, #logo img {
    height: 55px;
    }
    #header.full-header .container, .container-fullwidth {
        width: 100% !important;
    }

    /*
        .swiper-slide .video-wrap, .section .video-wrap, .swiper-slide .yt-bg-player .section .yt-bg-player {
    width: auto;
        height:500px;
    }
    */
    

}



@media (max-height: 1050px) {
.swiper-slide, .video-wrap, .section, .video-wrap, .swiper-slide, .yt-bg-player, .section, .yt-bg-player {
    width: 100%;
    height:111%;  /* 1215 px */
    }
}









@media (max-width:767px) {

    #top-account a.btn i:last-child { 
        display: none; 
    }

	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 550px !important; /* 250px */
    }

    #logo, #logo img{
    height:55px;
    }

}





.swiper-slide .video-wrap, .section .video-wrap, .swiper-slide .yt-bg-player .section .yt-bg-player {
    width: auto;
}
    
#slider-caption, #slider-caption-center {
        top: 70px;
}




.slider-caption.slider-caption-center {
       margin: 30px auto;

}






.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #d80a29 !important;
}






#header.full-header #logo {
    padding-right: 0px;
    /*   image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
*/
      -ms-interpolation-mode: nearest-neighbor;
}





#header.full-header #primary-menu > ul {
    float: right;
    padding-right: 0px;
    margin-right: 0px;
}





h2.emphasis-title {
    color: white;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}


.feature-box .fbox-icon i, .feature-box .fbox-icon img {
        background-color: #d80a29;
}





.oc-item, .owl-prev, .owl-next{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


@-moz-document url-prefix() { 
  .oc-item, .owl-prev, .owl-next{
    background-color:rgba(0, 0, 0, 0.75);
    }
}










a, .team-title span  {
    color: #d80a29;
}













/*Cookies:*/
#cb-cookie-banner { 
    position: fixed; 
    bottom: 0; 
    left: 0; 
    width: 100%;
    z-index: 999; 
    border-radius: 0; 
    display: none; 
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    
}

.alert-dark {
    color: #000000;
    background-color: #d3d3d3ad;
    border-color: #c6c8ca;
}





.content-wrap {
            padding: 0px 0;
}


.owl-carousel .owl-dots .owl-dot {
        background-color: #d80a29;
}









.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0; }

#contactForm .error {
  color: #f65c78;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500; }

.contact-wrap {
    background: #272a34;
}
.info-wrap {
    background: #1c1e25;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}



.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}

.form-control:focus, .form-control:active, .form-control:before {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5) !important;
}
.form-control {
    height: 52px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

textarea.form-control {
    min-height: 280px;
    max-height: 1020px;
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

.clients-grid li:before {
        position: fixed;
}
.clients-grid li:after {
        border-bottom: 0;
}







label.error {
display: inline-block;

}







/*cutted*/
.rounded-skill {
    margin: 0 0px 35px;
}
@media { (max-width: 1198px)
   .rounded-skill canvas {
        height: 250px;
        width: 250px;
    }
}
/* end cutted*/









.dark .close {
color: #d80a29;

}

.i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon {
 cursor: default;
}



strong {
    color: white;
}







.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}



h2 {
margin: 0 0 20px 0;
}




.divider {
        margin: 10px 0;
}



/* ? */
#content-wrap{
  background: URL("../images/parallax/3.jpg") top;
  
  background-repeat: no-repeat;
  background-size: cover;
    height:100%;
   
}



.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 111%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}



#clean-right {
text-align: right;
padding:  10px;
}

.testi-meta span {
    color:  white;
}

.video-wrap {
  background-color: #000000;
	backdrop-filter: blur(10px) saturate(500%);
    -webkit-backdrop-filter: blur(10px) saturate(500%);
}



.btn-primary, .btn-primary:active, .btn-primary:before {
    color: #fff;
background-color: #d80c29;
border-color: #e34e5a;
}

.btn-primary:hover{
    color: #fff;
background-color: black;
border-color: black;
}

.btn-primary:active {
  background-color: darkred !important;
  border: 1px red;
}

.feature-box.media-box .fbox-media, .feature-box.media-box .fbox-media a, .feature-box.media-box .fbox-media img {
height: 225px; 
}


.dark .modal-content {
    padding: 30px;
}

.contact-wrap {
    background: #2b2b2b;
}


/* CHANGE LATER HERE */

.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    background-color: #d80a29;
    color: #FFF;
}


.fbox-effect .fbox-icon i:after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #d80a29;
}




.col {
  display: inline-block; /* Ensure the container only takes up the necessary space */
}

.aknd, .aknsp {
  transition: transform 0.3s; /* Add a smooth transition effect */
}

.aknd:hover, .aknsp:hover {
  transform: scale(1.1); /* Zoom in on hover */
}