/*
Theme Name: Collab Theme
Version: 1.0
Author: Collab
Text Domain: amd
*/
@font-face {
    font-family: 'Coolvetica';
    src: url(./fonts/CoolveticaCondensedRg-Regular.woff) format('woff'), url(./fonts/CoolveticaCondensedRg-Regular.woff2) format('woff2');
    font-weight: 400;
  }
*{
    box-sizing: border-box;
}
body{
    font-family: 'Coolvetica';
    font-weight: 400;
    overflow-x: hidden;
    color: #45465d;
    font-size: 26px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
p {
    margin-bottom: 30px;
}
.section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec-pad {
    padding: 70px 0;
}
img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-content img {
    max-width: 100%;
    height: auto;
}
header#header {
    padding-top: 30px;
    text-align: center;
}
.site-logo {
    display: inline-block;
    margin-bottom: 30px;
}
.site-logo img{
    max-width: 200px;
}
.primary-navbar{
    background-color: #e1dbcf;
}
ul#top-menu {
    list-style: none;
    padding: 30px 0;
    margin-bottom: 0;
    background-color: #e1dbcf;
}
ul#top-menu  .menu-item a{
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 22px;
    text-decoration: none;
    color: #45465d;
}
.container-small, .container-medium {
    padding: 0 15px;
    margin: auto;
}
.top-slider .collab-slider{
    position: relative;
    margin-top: -280px;
}
.top-banner{
    padding-bottom: 80px;
}
.border-white-60 .collab-slider{
    border: 60px solid #fff;
}
.slider-item img {
    width: 100%;
    height: auto;
}
.slick-slider{
    margin-bottom: 30px;
}
.top-slider .collab-slider {
    background-color: #fff;
    margin-bottom: 0;
}
.top-slider .collab-slider .slick-slide {
    padding-bottom: 33%;
    position: relative;
}
.top-slider .collab-slider .slider-item img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*
.sec-title{
    margin-bottom: 35px;
    background-image: url(./images/c-icon.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 116px;
    padding: 28px 150px;
    text-align: center;
}
*/
.sec-title{
    margin-bottom: 35px;
    padding: 28px 150px;
    text-align: center;
}
.sec-title h2{
    font-family: 'Coolvetica';
    color: #45465d;
    font-size: 55px;
    letter-spacing: 50px;
    word-spacing: 50px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}
.sec-title h2 p {
	margin-bottom: 0;
}
.text-content h3{
    font-family: 'Coolvetica';
    color: #45465d;
    font-size: 40px;
    letter-spacing: 5px;
    word-spacing: 5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
}
.text-content h3 img {
    max-height: 148px;
    max-width: 100%;
}
.text-content {
    margin-bottom: 30px;
}
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.brand-slider img{
    max-height: 190px;
    display: block;
    margin: auto;
    max-width: 100%;
    width: auto;
}
#footer {
    padding: 110px 0;
    background-color: #46465d;
}
.primary-navbar{
    min-height: 86px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999999;
    animation: slide-down 0.3s;
    opacity: 1;  
  }
@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.mobile-menu-toggle{
    outline: 0;
    box-shadow: 0;
    padding: 0;
    width: 35px;
}
.mobile-menu-toggle span{
    width: 100%;
    height: 2px;
    background-color: #45465d;
    margin-bottom: 5px;
    display: block;
}
.mobile-menu-toggle span:last-child{
    margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
    header#header {
        padding-top: 60px;
    }
    .site-logo img{
        max-width: 380px;
    }
    ul#top-menu  .menu-item{
        padding: 0 50px;
        border-right: 2px solid #45465d;
        line-height: 1;
    }
    ul#top-menu  .menu-item:first-child {
        padding-left: 0;
    }
    ul#top-menu  .menu-item:last-child {
        padding-right: 0;
        border-right: none;
    }
    .container-small {
        max-width: 910px;
    }

    .top-slider .collab-slider{
        margin-top: -419px;
    }
    .top-banner{
        padding-bottom: 419px;
    }
    .col-md-4 .text-content{
        padding-right: 30px;
    }
    .container-medium {
        max-width: 1000px;
    }
}
@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1480px;
    }
    .site-logo img{
        max-width: 680px;
    }
    .container-medium {
        max-width: 1300px;
    }
}
@media only screen and (max-width: 1500px) {
    .sec-title {
        background-size: 60px;
        padding: 6px 100px;
    }
    .sec-title h2 {
        font-size: 45px;
        letter-spacing: 40px;
        word-spacing: 40px;
    }
    .text-content h3 img {
        max-height: 70px;
        max-width: 100%;
        width: auto;
    }
    .text-content h3 {
        font-size: 32px;
        letter-spacing: 3px;
        word-spacing: 3px;
    }
    body {
        font-size: 20px;
    }
    .sec-title {
        margin-bottom: 50px;
    }
    .brand-slider .slider-item {
        padding: 0 30px;
    }
    .brand-slider .slick-track {
        display: flex;
        align-items: center;
    }
    ul#top-menu  .menu-item a {
        font-size: 20px;
        letter-spacing: 15px;
    }
}
@media only screen and (max-width: 1200px) {
    html {
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 1024px) {
    nav.primary-navbar {
        display: none;
    }
    header#header {
        padding-top: 20px;
    }
    .site-logo {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    ul#top-menu {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        overflow-y: auto;
    }
    ul#top-menu  .menu-item a {
        font-size: 30px;
        letter-spacing: 7px;
        padding: 6px 15px;
        display: block;
    }
    header#header {
        position: relative;
        padding-top: 0;
    }
    .mobile-menu-toggle {
        outline: 0;
        box-shadow: none;
        padding: 0;
        width: 35px;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -12px;
    }
    .primary-navbar.show {
        display: block;
        position: relative;
    }
    
    .primary-navbar .mobile-menu-toggle {
        z-index: 9999999;
        position: fixed;
        top: 30px;
        margin-top: 0;
    }
    .primary-navbar .mobile-menu-toggle svg{
        width: 100%;
    }
    .container-medium {
        max-width: 960px;
    }
    .sec-title h2 {
        font-size: 36px;
        letter-spacing: 25px;
        word-spacing: 25px;
    }
    .sec-title {
        background-size: 60px;
        padding: 10px 100px;
    }
    .container-small {
        max-width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .site-logo img {
        max-width: 175px;
    }
    .border-white-60 .collab-slider {
        border-width: 20px;
    }
    .top-slider .collab-slider {
        margin-top: -111px;
    }
    .sec-pad {
        padding: 50px 0;
    }
    .sec-title {
        padding-left: 15px;
        padding-right: 15px;
        min-height: 60px;
        margin-bottom: 35px;
    }
    .sec-title h2 {
        font-size: 30px;
        letter-spacing: 8px;
        word-spacing: 8px;
    }
}