/*Basics*/
:root {
    --mainYellowColor: #bf6b04;
    --mainBlackColor: #343434;
    --mainFontPoppin: 'Poppins', sans-serif;
    --mainFontOswald: "Oswald", serif;
    --container-width: 1120px;
    --container-width-half: 560px;
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--mainFontPoppin);

}
body {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}
.container-fluid {
    padding: 0;
    max-width: 1920px;
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: var(--container-width);
}
.container-half {
    width: 100%;
    max-width: var(--container-width-half);
}
a {
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.transition-effect {
    transition: all 0.5s ease;
}
/*Fonts*/
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/poppins-v20-latin-100.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/poppins-v20-latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/poppins-v20-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/poppins-v20-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/poppins-v20-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/poppins-v20-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/poppins-v20-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/poppins-v20-latin-800.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/poppins-v20-latin-900.woff2') format('woff2');
}
@font-face {
    font-family: 'Georgia Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Regular'), url('fonts/georgia.woff') format('woff');
}
@font-face {
    font-family: 'Georgia Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Italic'), url('fonts/georgiai.woff') format('woff');
}
@font-face {
    font-family: 'Georgia Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Bold'), url('fonts/georgiab.woff') format('woff');
}
@font-face {
    font-family: 'Georgia Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Bold Italic'), url('fonts/georgiaz.woff') format('woff');
}
/* oswald-200 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/oswald-v53-latin-200.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/oswald-v53-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/oswald-v53-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/oswald-v53-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/oswald-v53-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/oswald-v53-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: normal;
    src: local('Verdana'), url('fonts/verdana.woff') format('woff');
}
@font-face {
    font-family: 'Verdana Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Verdana Bold'), url('fonts/verdana-bold.woff') format('woff');
}
@font-face {
    font-family: 'Verdana Bold Italic';
    font-style: italic;
    font-weight: bold;
    src: local('Verdana Bold Italic'), url('fonts/verdana-bold-italic.woff') format('woff');
}
.top-bar {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}
.top-bar a {
    color: #fff;
    font-family: 'Verdana Bold';
    font-size: 12px;
    text-decoration: none;
    margin-right: 15px;
}
.navbar-brand img {
    width: 75%;
}
.ff-vb {
    font-family: 'Verdana Bold';
}
.navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-family: var(--mainFontOswald);
    font-size: 17px;
    padding: 0 15px !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:active {
    color: var(--mainYellowColor);
}
.topbar-right {
    font-family: var(--mainFontPoppin);
    font-weight: 600;
    font-size: 15px
}
.text-yellow {
    font-family: var(--mainFontPoppin);
    font-weight: 900;
    color: var(--mainYellowColor);

}
.testi-bg {
    background-color: #f8f8f8;
}
.slider-container {
    position: relative;
    padding: 150px 0px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.slider-content h1 {
    font-size: 40px;
  
    font-family: var(--mainFontPoppin);
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 1.1;
    margin-bottom: 15px;
}
.slider-content p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 2rem;
}
.slider-content .btn,
.btn {
    background-color: var(--mainYellowColor);
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    width: 225px;
}
.btn:hover{
    background-color: var(--mainYellowColor);
    color: #fff;
    border: none;
    opacity: 0.85;
}
.slider-content .btn:hover {
    opacity: 0.9;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    opacity: 1;
}
.carousel-control-prev-icon {
    background-image: url('../../assets/images/graphics/icon-slide-left.png');
}
.carousel-control-next-icon {
    background-image: url('../../assets/images/graphics/icon-slide-right.png');
}
.carousel-control-prev {
    left: 12%;
}
.carousel-control-next {
    right: 12%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
}
.custom-heading {
    font-family: 'Georgia Bold Italic';
    font-size: 22px;
    color: var(--mainYellowColor);
}
.custom-heading2 {
    color: #343434;
    font-size: 36px;
    font-family: 'Verdana Bold';
    line-height: 1.1;
}
.firstsec .content-heading {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.1;
}
.firstsec .custom-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #D88C30;
}
.firstsec .content-text,
.content-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}
.firstsec .info-box {
    background-color: var(--mainYellowColor);
    color: #fff;
    padding: 30px 15px 20px 30px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 1rem;
    font-weight: 500;
}
.firstsec .info-box span {
    font-weight: 700;
}



.ss-h1 {
    margin-bottom: 30px;
}
.shed-card {
    position: relative;
    overflow: hidden;
}
.shed-card .card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shed-card:hover .card-img-overlay,
.shed-card .default-state {
    background: rgba(255, 165, 0, 0.9);
    color: white;
}
.overlay-text,
.default-state h5 {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: 80%;
    text-align: center;
}
.cio-copy {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: start;
    padding: 0 25px;
    transition: all 0.3s ease-in-out;
}
.card-img-overlay .card-title {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    line-height: 2;
    padding: 0 10px;
    font-weight: bold;
    font-size: 24px;
}
.card-img-overlay .card-title img {
    width: 13px;
}
.second-sec .card-title2,
.second-sec .card-text {
    display: none;
    text-align: left;
}
.card-img-overlay .card-title2,
.card-img-overlay .card-title {
    margin-bottom: 15px;
}
.card-img-overlay .card-text {
    font-size: 15px;
    line-height: 1.7;
}
.card-img-overlay .card-title2 {
    font-weight: bold;
    font-size: 22px;
}
.card-img-overlay:hover .card-title {
    padding: 0;
    background: none;
}
.card-img-overlay:hover .card-title2,
.card-img-overlay:hover .card-text {
    display: block;
}

.card-img-overlay:hover .cio-copy {
    background-color: var(--mainYellowColor);
    color: #fff;
}
.shed-info {
    background-color: var(--mainYellowColor);
}
.shed-info-icon {
    width: 50px;
    height: 50px;
}
.dealer-sec p {
    color: #666666;
    font-size: 15px;
}
.foot-top-left {
    background-color: var(--mainYellowColor);
    padding: 0;
    display: flex;
    justify-content: flex-end;
    padding-top: 110px;
}
.foot-top-left p {
    font-size: 16px;
}
.foot-top-left .container-half {
    padding-right: 30px;
}
.foot-top-left .btn {
    color: var(--mainYellowColor);
}
.foot-top-right {
    padding: 0;
}
.footer-bottom {
    background-image: url('../../assets/images/graphics/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-color: transparent;
    position: relative;
    margin-top: -170px;
    padding-top: 170px;
}
.footer-logo {
    max-width: 70%;
}
.fb-1 {
    border-right: 2px solid #919191;
}
.fb-1 ul li a {
    font-size: 18px;
}
.fb-2 h5 {
    font-size: 24px;
}
.fb-2 p {
    font-size: 14px;
}
.fb-2 a {
    font-size: 24px;
    text-decoration: none;
}
.fline {
    background-color: var(--mainYellowColor);
    height: 1px;
    width: 50px;
    display: block;
}
.fb-row {
    border-bottom: 2px solid #919191;
}
.footer-links {
    padding-left: 40px;
}
.footer-links a {
    font-size: 15px;
}
.footer-cr {
    opacity: 0.85;
    font-size: 12px;
}

.fbshed{
    max-height: 220px;
    overflow: hidden;
}

.navbar-collapse.show .nav-item{
    padding: 10px 0;
    border-bottom: 1px solid #000;
}


/*contact us page*/
.contactus{
    margin: 65px 0;
}
.contactus p{
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 65px;
    text-align: center;
}
.contactus h3{
    font-size: 26px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
}
.contactus ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contactus ul li{
    margin-bottom: 20px;
    color: #646464;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
}
.contactus ul li svg{
    color: var(--mainYellowColor);
    display: inline-block;
    padding-right: 12px;
    fill: var(--mainYellowColor);
    margin-bottom: 3px;
}
.contactus ul li a{
    color: #646464;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contactus form .form-group{
    position: relative;
}
.contactus form svg{
    left: 13px !important;
    position: absolute;
    top: 1px;
    left: 0;
    background-color: transparent;
    padding: 15px;
    border-radius: 2px;
    fill: var(--mainYellowColor);
    width: 45px;
    height: 45px;
}
form .form-btn{
    display: inline-block;
    margin-left: 10px;
    background-color: var(--mainYellowColor);
    color: #ffffff;
    border: 0;
    width: 150px;
    border-radius: 0;
    height: 47px;
    transition: all 0.3s ease-in-out;
}
form .form-btn:hover {
    background-color: #000;
}
.contactus .brcf-field{
    width: 100% !important;
    padding-bottom: 0;
    padding-left: 40px;
    position: relative;
}
.contactus form textarea{
    padding: 12px 24px 12px 45px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
}
.contactus form button{
    margin: 0;
}
.contactus form input{
    margin-bottom: 0;
    border-radius: 2px;
    padding-top: 0;
}
.contactus form .form-group{
    margin-bottom: 20px;
}
form .brcf-field, form .brcf-btn {
    border-radius: 0;
    height: 47px;
}
.contactus ul li br{
    display: none;
}

@media (max-width: 1400px) {
    .carousel-control-next {
        right: 5%;
    }
    .carousel-control-prev {
        left: 5%;
    }
    .footer-bottom{
        margin-top: -140px;
        padding-top: 140px;
    }
}

@media (max-width: 1200px) {
    .carousel-control-next {
        right: 0;
    }
    .carousel-control-prev {
        left: 0;
    }
    .card-img-overlay:hover .card-title2{
        display: none;
    }
    .footer .container-fluid{
        background-color: #000;
    }
    .footer-bottom {
        margin-top: -50px;
        padding-top: 120px;
    }
    .foot-top-left{
        padding-top: 50px;
        padding-left: 35px;
        padding-bottom: 35px;
    }
}

@media (max-width: 1050px) {
    .card-img-overlay:hover .card-title{
        display: none;
    }
}

@media (max-width: 992px) {
    .carousel-control-prev, .carousel-control-next {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .carousel-control-next{
        margin-left: 35px;
    }
    .carousel-control-prev{
        margin-left: -35px;
    }

    .firstsec {
        text-align: center;
    }
    
    .card-img-overlay .card-title{
        line-height: 1.2;
        padding: 10px 5px;
    }
    .card-img-overlay:hover .card-title{
        display: flex;
    }
    .card-img-overlay .card-title img{
        display: none;
    }
    .card-img-overlay:hover .card-text{
        display: none;
    }
    .card-img-overlay:hover .cio-copy{
        background-color: transparent;
    }
    
    .foot-top-right{
        display: none;
    }
    .foot-top-left .container-half{
        max-width: 100%;
    }


}

@media (max-width: 767px) {
    .dealer-sec h3{
        text-align: center;
    }
    .footer-bottom{
        text-align: center;
    }
    .fline{
        margin: 0 auto;
    }
    .topbar-left{
        display: none;
    }
}

@media (max-width: 500px) {
    .navbar-brand img {
        width: 65%;
    }
    .navbar {
        position: relative;
    }
    .navbar-toggler{
        position: absolute;
        right: 15px;
    }
    .navbar-toggler[aria-expanded="true"]{
        top: 40px;
    }
}