/*
Theme Name: Remacore
Theme URI: https://www.altagency.co.uk/
Author: ALT Agency
Author URI: https://www.altagency.co.uk/
Description: 
Version: 11.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: remacore
Tags: 
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root{
    --primary-deep-blue: #2935A2;
    --primary-dark-grey: #333333;
    --secondry-soft-white: #F5F5F5;
    --black: #000;
    --white: #fff;
}
/* Common CSS Start */
body{
    font-family: "Montserrat", sans-serif;
    color: var(--black);
}
a:hover{
    text-decoration: none;
    color: var(--primary-deep-blue);
}
.primary-btn,.header-btn a{
font-weight: 600;
font-size: 16px;
line-height: 22px;
padding: 8px 16px;
font-family: "Open Sans", sans-serif;
display: inline-block;
background-color: var(--primary-deep-blue);
color: var(--white);
transition: all 0.3s ease-in-out;
border-radius: 8px;
}
.primary-btn:hover{
    background-color: var(--white);
    color: var(--primary-deep-blue);
}
.home .header-btn a:hover{
    background-color: var(--white);
    color: var(--primary-deep-blue);
}
.header-btn a:hover{
    background-color: var(--black);
    color: var(--white);
}


.sticky-header .header-btn a:hover,.hover-black:hover,.form-submit-btn .primary-btn:hover{
    background-color: var(--black);
    color: var(--white);
}
.cmn-padding,.cmn-top-padding{
    padding-top: 60px;
}
.cmn-padding,.cmn-bottom-padding{
    padding-bottom: 60px;
}
p,li{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    font-weight: 700;
}
h1,.h1{
    font-size: clamp(2.125rem, 1.0346rem + 3.0341vw, 3.625rem);
    line-height: clamp(2.79375rem, 1.6125rem + 3.287vw, 4.41875rem);
    margin: 0;
    text-transform: uppercase;
}
h2,.h2{
    font-size: clamp(1.875rem, 1.1935rem + 1.8963vw, 2.8125rem);
    line-height: clamp(2.5rem, 1.8639rem + 1.7699vw, 3.438rem);
    color: var(--primary-dark-grey);
}
strong:not(.sec-description  strong,.description-wrapper strong){
    color: var(--primary-deep-blue);
    font-weight: 600;
}
h3,.h3,.circular-core-solutions-description h2{
    font-size: clamp(1.625rem, 1.2161rem + 1.1378vw, 2.1875rem);
    line-height: clamp(1.875rem, 1.3298rem + 1.5171vw, 2.625rem);
    letter-spacing: 1.1px;
}
h4,.h4{
    font-size: clamp(1.25rem, 0.9774rem + 0.7585vw, 1.625rem);
    line-height: clamp(1.5rem, 1.1365rem + 1.0114vw, 2rem);
}
h5,.h5{
    font-size: clamp(1.125rem, 0.9887rem + 0.3793vw, 1.3125rem);
    line-height: clamp(1.4125rem, 1.2762rem + 0.3793vw, 1.6rem);
    color: var(--primary-deep-blue);
}
.text-wrapper,.text-wrapper p{
    font-weight: 400;
    font-size: clamp(1rem, 0.8183rem + 0.5057vw, 1.25rem);
    line-height: clamp(1.25rem, 1.0683rem + 0.5057vw, 1.5rem);
    color: var(--black);
    letter-spacing: 1.367px;
}
.container {
    max-width: 1156px;
}
.m-b-32{
    margin-bottom: clamp(1.5625rem, 1.2445rem + 0.885vw, 2rem);
}
/* Common CSS End */

/* Header CSS Start */
.home header {
	background: linear-gradient(90.79deg, rgba(255, 255, 255, 0.45) -12.58%, rgba(232, 232, 232, 0.27) 4.86%, rgba(153, 153, 153, 0) 99.91%);
	padding: 20.4px 50px 20.2px 33px;
	border: unset;
}
header {
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all 0.3s ease-in;
    border: 1px solid #2935A233;
    background: var(--white);
    left: 0;
    top: 0;
}
header,.top_header.sticky-header {
    padding: 12px 30px 12px 33px;
}
.top_header.sticky-header {
    position: fixed;
    top: 0;
    background: #FFFFFFCC;
    border: 1px solid #2935A233;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #2935A233;
}
.home header ul li:not(header ul li:first-child){
    margin-left: clamp(1.5625rem, -7.474rem + 12.048vw, 2.500rem);
}
header ul li:not(header ul li:first-child),.home header.sticky-header ul li:not(header ul li:first-child) {
    margin-left:  clamp(1.5625rem, -5.2146rem + 9.0361vw, 2.5rem);
}
header ul li a{
    letter-spacing: 0.7px;
    display: inline-block;
    transition: all 0.3s;
    color: var(--black);
    font-weight: 600;
}
.navbar-toggler:focus,.navbar-toggler:focus-visible {
    outline: none;
    }
.home header ul li a{
    font-size: 17px;
    line-height: 20.72px;
    color: var(--white);
}
.title-with-form-sub-title.text-center {
    font-weight: 600;
  }
header ul li a span{
    letter-spacing: 0.7px;
    display: block;
    margin-top: 3px;
    font-weight: 500;

}
.home header ul li a span{
    font-size: 14px;
    line-height: 10px;
}
.top_header.sticky-header ul li a{
    color: var(--primary-dark-grey);
}
.top_header.sticky-header ul li a,header ul li a {
    font-size: 15.17px;
    line-height: 18.49px;
}

.top_header.sticky-header ul li a span,header ul li a span{
    font-size: 12.49px;
    line-height: 8.92px;
}

header ul li a:hover,.top_header.sticky-header ul li a:hover{
    color: var(--primary-deep-blue) !important;
}
header ul li.current_page_item a {
	font-weight: 700 !important;
    color: var(--primary-deep-blue) !important;
}
.navbar-brand{
    margin-right: 9px;
}

.home .top_header.sticky-header .navbar-brand img,header .navbar-brand img{
    width: 170px;
}
header  .navbar-brand img{
    width: 170px;
}
.navbar-toggler {
    width: 34px;
    height: 25px;
    padding: 0;
    background: 0 0;
    border: unset;
    position: relative;
    cursor: pointer;
    z-index: 4;
}
.navbar-dark .navbar-toggler-icon {
    background-image: unset;
}
button.navbar-toggler span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: var(--primary-deep-blue);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 5px;
}
button.navbar-toggler span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
button.navbar-toggler span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
button.navbar-toggler span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
button.navbar-toggler[aria-expanded="true"] span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 6px;
}
button.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
button.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21.5px;
    left: 6px;
}

.mobile{display: none;}
/* Header CSS End */

/* Footer CSS Start */
.contact-detail svg {
    width: 31px;
  height: 31px;
  }
.footer_top {
    padding: 41px 0 65px;
    border-top: 1px solid #2935A280
}
.contact-detail address {
    margin-left: 5px !important;
  }
.footer_logo a {
    display: block;
    max-width: 225.6px;
    margin-bottom: 25px;
}
.social-icons {
    column-gap: 16px;
}
footer a,.footer-title,footer address,.contact-info a,.contact-info address{
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.85px;
    color: var(--primary-dark-grey);
    display: inline-block;
}
.contact-list li span {
	margin-right: 10px;
    width: 31px;
  height: 31px;
  display: inline-block;
}
.footer-navigation  li,.contact-list  li {
    margin-bottom: 8px;
    display: inline-flex;
}
.footer-title {
    font-weight: 700;
    color: var(--primary-deep-blue);
    text-transform: uppercase;
}

.contact-us .footer-title {
    margin-bottom: 22px;
  }
  .contact-us .contact-list li{
    margin-bottom: 22px;
  }

.footer-navigation.footer-posts-column.footer-column {
	padding-left: 1.25vw;
}
.contact-detail {
	display: flex;
}
.banner-video-wrapper .no-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000e3;
	object-fit: contain;
}
.footer-bottom {
	background: var(--primary-deep-blue);
	padding: 11px 0 9px;
}
.footer-bottom ,.footer-bottom a{
    color: var(--white);
}
.policy-menu {
	gap: clamp(0.9375rem, -0.1983rem + 3.1606vw, 2.5rem);
}
.footer-bottom a{
font-weight: 400;
font-size: 15px;
line-height: 18px;
transition: all 0.3s ease-in-out;
}
.footer-bottom a:hover{
    opacity: 50%;
    }
.copy-right p {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	letter-spacing: 0.51px;
}

/* Footer CSS End */


/* Banner Section CSS Start */
.banner-video-wrapper video,
.single-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.banner-video-wrapper {
	display: block;
	position: relative;
	padding-top: 56.15%;
}
.banner-common .banner-video-wrapper {
	padding-top: 22.85%;
}
.banner-content-wrapper {
    max-width: 772px;
}
.banner-content .banner-title:not(.banner-common .banner-content .banner-title){margin-bottom: 24px;}
.banner-content {
	position: absolute;
	top: 61%;
	left: 0;
	z-index: 1;
	color: var(--white);
	transform: translate(0%, -50%);
	max-width: 100%;
	width: 100%;
}
.home .banner-content{
    top: 50%;
}
.banner-btn {
	font-size: 19px;
	line-height: 25.87px;
	padding: 9.86px 20px;
	letter-spacing: 0.12px;
}
.banner-common .banner-content-wrapper {
	max-width: 839px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.sub-title {
    font-weight: 600;
    font-size: 17px;
    background: #FFFFFF33;
    line-height: 20.72px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0px 0px 4px 0px #0000001A;
    padding: 4px 16px;
    border-radius: 16px;
    margin-bottom: 7px;
    display: inline-block;
}
/* Banner Section CSS End */

/* Product Slider CSS Start */
.product-section {
    background-color: var(--secondry-soft-white);
    padding: 56px 0 clamp(2.58625rem, 2.1492rem + 1.2162vw, 3.1875rem);
}
.product-description {
    margin: 16px 0 clamp(1.5625rem, 0.4267rem + 3.1606vw, 3.125rem);
}
.product-slide {
    padding: 0 10.5px;
}
.product-slide:not(.products-boxes .product-slide){
    height: 100%;    
}
.products-boxes .product-bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.products-boxes .product-review-text {
    flex-grow: 1;
}
.product-section strong {
    font-weight: 700;
}
.slick-slide >div {
    height: 100%;
}
.slick-slide {
    height: auto;
}
.product-slider  .slick-track {
    display: flex;
}
.product-detail-wrapper {
	background-color: var(--white);
	border: 1px solid #33333333;
	border-radius: 8px;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.product-detail-wrapper  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9.5825;
    transition: all 0.5s;
}
.product-top {
    overflow: hidden;
}
.product-detail-wrapper:hover .product-top img {
    transform: scale(1.19) rotate(-5deg) translate(-10px,5px);
}
.product-slider,.products-boxes  {
    margin: 0 -10px;
}
.product-bottom {
	padding: 29.73px 16.4px 23.27px 20.66px;
}
.product-title {
    max-width: 210px;
    margin: 0 auto clamp(0.9375rem, 0.574rem + 1.0114vw, 1.4375rem);
}
.product-review-text p {
    margin-bottom: 0;
    letter-spacing: 1.3px;
}
.product-slider  .slick-arrow::before{
    display: none;
}
.product-slider .slick-arrow{
    width: 33.5px;
    height: 58.92px;
    background-size: contain !important;
    top: 35%;
    transition: all 0.2s ease-in;
}
.product-slider .slick-arrow:hover {
    width: 35.5px;
    height: 62.48px;
}
.product-slider .slick-prev{
    background: url('data:image/svg+xml,<svg width="39" height="63" viewBox="0 0 39 63" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.0534 2.03955L4 33.6558L37.0534 60.9607" stroke="%232935A2" stroke-width="5"/></svg>') no-repeat;
    left: -40px;
}
.product-slider .slick-next{
    background: url('data:image/svg+xml,<svg width="39" height="63" viewBox="0 0 39 63" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.00006 60.9609L35.0535 29.3447L2.00006 2.03976" stroke="%232935A2" stroke-width="5"/></svg>') no-repeat;
    right: -40px;
}
/* Product Slider CSS End */

/* Title With Description CSs Start */
.description-wrapper p {
	font-weight: 500;
	font-size: 21px;
	letter-spacing: 1.3px;
	line-height: 26px;
}
.why-choose .description-wrapper p {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: unset;
    line-height: 26px;
    max-width: 960px;
    margin: auto;
  }
.description-wrapper p:last-child{margin-bottom: 0;}
.description-wrapper {
	max-width: 1040px;
	margin: 0 auto;
}
.circular-economy-description .description-wrapper,.circular-core-solutions-description .description-wrapper {
    max-width: 1125px;
}
.who-we-are-description .description-wrapper {
    max-width: 1138px;
}
.sell-core-description .description-wrapper {
	max-width: 1030px;
}
.wpcf7 form .wpcf7-response-output{
    margin: 2em 0em 1em;
}

.col-md-6.form-group.filed-wrapper.subject-filed.with-icon.rotate-arrow::after {
    transform: rotate(180deg);
  }

  .contact-info a {
    display: flex;
  }

/* Title With Description CSs Start */

@media (max-width: 1199px) {
    .navbar-wrapper {
        padding: 9.5px 4.5px;
        background: var(--white);
        display: inline-flex;
        border-radius: 8px;
    }
     header ul li a {
        font-size: 17px;
        line-height: 20.72px;
        color: var(--black) !important;
    }
}
@media (max-width: 991px) {
    .desktop{display: none;}
    .mobile{display: block;}
    .contact-us .col-md-8, .contact-us .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-us .cmn-form-wrapper{
        max-width: 100% !important;
    }
    .contact-list.list-unstyled {
        display: flex;
        flex-direction: column;
      }
      .product-slider .slick-arrow,.product-slider .slick-arrow:hover{
        height: 53px;
        width: 33px;
      }

}