@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');

@media (min-width: 992px) {
    #mainNav .navbar-brand img {
        height: 75px;
        transition: height 0.3s ease-in-out;
    }
}

*{
    font-family: "Fira Sans", sans-serif;
}

p{
    font-size:1rem;
    font-weight: 400;
}

h1,h2,h3,h4{
    font-family: var(--font-secondary);
    color: #F6C5B7;
}

section#contact .section-heading {
    color: #F6C5B7;
}

#home {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}

#timeline {
    position: absolute;
    bottom: 0;
    right: 0;
}

.overlay {
    position: absolute !important;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
}

.backgroundSlides {
    position: absolute;
    width: 100%;
    height: 100%;
}

.backgroundSlides div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.brand-img{
    min-height: 250px;
}

.brand-img img {
    max-width: 175px;
}

.brand-img.img-pothkade{
    background: url(../img/pothkade_logo-outline.png) center center no-repeat;
    background-size: 175px;
    transition: all 0.5s ease-in;
}

.brand-img.img-pothkade:hover{
    background: url(../img/pothkade_logo.png) center center no-repeat;
    background-size: 175px;
    transition: all 0.5s ease-in;
}

.brand-img.img-feather{
    background: url(../img/feather_logo-outline.png) center center no-repeat;
    background-size: 175px;
    transition: all 0.5s ease-in;
}

.brand-img.img-feather:hover{
    background: url(../img/feather_logo.png) center center no-repeat;
    background-size: 175px;
    transition: all 0.5s ease-in;
}

.brand-img.img-featherlite{
    background: url(../img/feather-lite-outline.png) center center no-repeat;
    background-size: 250px;
    transition: all 0.5s ease-in;
}

.brand-img.img-featherlite:hover{
    background: url(../img/feather-lite.png) center center no-repeat;
    background-size: 250px;
    transition: all 0.5s ease-in;
}

.brand-img img.extra {
    max-width: 250px !important;
}



.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px
}

.brands_slider_container {
    /*    height: 130px;*/
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff;
}

.brands_slider {
    height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.brands_item {
    height: 100px;
}

.brands_item img {
    height: 100%;
}

.brands_item img {
    max-width: 100%
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}

.vertical-bottom {
    vertical-align: bottom;
}

.js .cd-h-timeline__dates {
    margin: 0;
}

/*Contact Form*/
#contact .contact-details {
    width: 100%;
    background: #ed1c24;
    min-height: 400px;
    padding: 40px;
    border-radius: 4px;
    color: #fff !important;
}

#contact .contact-map {
    width: 100%;
    min-height: 300px;
}

#contact .contact-map iframe {
    position: relative;
    height: calc(100% - 80px);
    width: 100%;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    margin: 40px 0px 40px 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

@media (min-width: 768px) {

    #contact .contact-details {
        width: 45%;
    }

    #contact .contact-map {
        width: 55%;
    }

}

.contact-box {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;

}

.contact-box-icon {
    display: inline-block;
    width: auto;
}

.contact-box-content {
    display: inline-block;
    width: auto;
}

.contact-box-title,
.contact-box-title a {
    position: relative;
    padding-top: 10px;
    color: #fff !important;
}

.contact-icon {
    background-color: #FFFFFF;
    fill: #212121;
    color: #212121;
    font-size: 25px;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    display: block;
    width: 75px;
    height: 75px;
}

#contactForm {
    margin-top: 30px;
}

#contactForm .help-block {
    color: #fff !important;
}

#contactForm #sendMessageButton {
    background: #000;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #ccc url(../img/landing_page.jpg) no-repeat center right;
    background-size: cover;
}

.preloader_margin {
    margin-top: 300px;
}

.preloader_content {
    position: relative;
    text-align: left;
    font-family: 'Architects Daughter', cursive;
}

.preloader_text h5 {
    font-family: 'Architects Daughter', cursive;
}

.preloader_text {
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    margin-right: 10px;
}

.preloader-img {
    margin-bottom: 20px;
}

#launchsite {
    padding: 6px 16px;
    margin-top: 18px;
    border-radius: 6px;
    transition: all 0.5s linear;

}

#launchsite:hover {
    background-color: #CDCDD4;
    transition: all 0.5s linear;
}

@media screen AND (max-width: 768px) {
    .preloader {
        background: #CDCDD4 url(../img/landing_page_mobile.png) no-repeat center bottom;
        background-size: contain;
    }

    .preloader_text {
        position: relative;
        text-align: center;
        width: 100%;
        margin-right: 0;
    }

    .preloader_margin {
        margin-top: 150px;
    }

    .preloader_content {
        margin-top: 75px;
        margin-left: 30px;
        margin-right: 30px;
        max-width: 90%;
        text-align: center;
    }
}

.preloader {
    display: none;
}

.form-control {
    border: 0 !important;
}

.type-wrap {
    font-weight: bold;
    font-size: 2.0rem;
    text-transform: uppercase;
    font-family: 'Architects Daughter', cursive;
}


h2.section-heading,
h3.section-subheading {
    max-width: 85ch;
    margin: auto;
}

.page-section h3.section-subheading{
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
    font-size: 16px;
}

.bg-dark h2.section-heading,
.bg-dark h3.section-subheading {
    color: #F6C5B7;
}

.bg-dark h3.section-subheading.text-muted {
    color: #F6C5B7;
}

.bg-dark h3.section-subheading.text-muted strong,
.bg-dark h3.section-subheading.text-muted a {
    color: #F6C5B7;
}

/*Product Block*/
.product-item {
    padding: 15px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    border-radius: 3px;
}

.pi-img-wrapper {
    position: relative;
}

.product-item .btn:hover {
    background: #e84d1c;
    border-color: #c8c8c8;
}

.product-item h3 {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.product-item h3 a {
    color: #E02222;
}

.product-item .add2cart {
    color: #E02222;
    border: 1px #ededed solid;
    padding: 3px 6px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
    padding: 8px;
    background: rgba(255,255,255,0.5);
}

.product-item .add2cart:hover {
    color: #fff;
    background: #e84d1c;
    border-color: #e84d1c;
}

.product-block {
    display: block !important;
}

.product-block:hover .product-item .add2cart {
    color: #fff !important;
    background: #e84d1c !important;
    border-color: #e84d1c !important;
}

.btn-pk{
    color: #fff;
    background-color: #de161d;
    border-color: #de161d;
    border-radius: 3px !important;
}

.btn-pk:hover{
    background-color: #b51319;
    border-color: #b51319;
}

.bg-pk{
    background: url("https://pothkade.lk/wp-content/uploads/2020/06/chalk_bg_teal.jpg") no-repeat bottom right;
    background-attachment: fixed;
}

a, .link {
    color: #de161d;
}

/*backgrounds*/
#brands{
    /* background-attachment: fixed ;
    background: url(../img/bg_vintage_stationery.jpg) no-repeat bottom left; */
    background: #6C584D !important;
    /* background-size: cover; */
    color: #F6C5B7;
}

#brands a{
    color: #F6C5B7 !important;
}
#pothkade{
    background-attachment: fixed ;
    background: url(../img/bg-fountain-pen.jpg) no-repeat bottom left;
    background-size: cover;
    padding-top: 10%;
}

#contact{
    padding-top: 10%;
}

#contact .contact-box-description a{
    color: #fff;
}
/*backgrounds*/

.page-section{
    min-height: 100vh;
}

.brand-partition{
    padding-top: 0;
    min-height: 520px;
    max-width: 85ch;
    margin: 0 auto;
}

/* .brand-partition:hover{
    background: rgba(0, 0, 0, 0.03);
} */

