@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {	
    font-family: 'Josefin Sans', sans-serif;
}
a {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
button{
    border: none;
    outline: none;
}
button:focus,input:focus,textarea:focus{
    outline: none;
    box-shadow: none;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
img {
	display: block;
    max-width: 100%;
	height: auto;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section,footer {
	display: block;
	position: relative;
	padding: 40px 0;
	width: 100%;
}

/* ----------- header css ----------- */

.header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.3s;
}
.header.sticky{
    background-color: #fff;
    transition: all 0.3s;
}
.navbar-brand img{
    transition: all 0.3s;
}
.header.sticky .navbar-brand img{
    width: 50%;
    transition: all 0.3s;
}
.header.sticky .navbar-nav{
    margin: 0 80px 0 auto;
}
.header.sticky .navbar>.container{
    align-items: center;
}
.header .navbar>.container{
    align-items: flex-start;
}
.header .nav-item {
    margin:0 10px;
}
.navbar-nav {
    margin: 10px 80px 0 auto;
}
.flag-list{
    display: flex;
    align-items: center;
}
.language {
    width: 45px;
    margin: 0 8px 0 0;
}
.header .dropdown-item.active, .header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ed6436;
}
.header .dropdown-menu li {
    margin: 5px 5px;
}
.main-btn {
    background-color: #ed6436;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.banner {
    background-image: url(../images/banner-image.png);
    background-repeat: no-repeat;
    height: 100%;
    padding: 170px 0;
    background-position: right top;
    background-size: 800px;
}
.home{
    background-image: url(../images/logo-bg.png), url(../images/banner-image-bg.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
}
.banner-content {
    padding: 60px 0 0 0;
}
/*.navbar-brand::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    background-image: url(../images/logo-bg.png);
    background-repeat: no-repeat;
    height: 225px;
    width: 200px;
    z-index: -1;
}*/
.banner::before {
    content: '';
   /* position: absolute;
    top: -30px;
    left: 0;
    background-image: url(../images/logo-bg.png);
    background-repeat: no-repeat;
    height: 225px;
    width: 200px;*/
}
.main-heading {
    font-size: 54px;
    font-weight: 700;
    color: #000;
}
.main-heading .title{
    color: #ED6436;
}
.about-us {
    background-image: url(../images/product.png);
    background-repeat: no-repeat;
    height: 100%;
    background-position: left top;
    background-size: 650px;
}
.about-us .content-box {
    padding: 150px 0 20px;
}
.small-heading {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}
.brief{
    font-size: 14px;
    color: #676767;
}
.sub-heading{
    font-size: 45px;
    font-weight: 700;
}
.categories-box {
    border-radius: 10px;
    background-color: rgb(242, 242, 244);
    padding: 15px 10px;
    text-align: center;
    margin: 10px;
}
.categories-box img {
    margin: auto;
}
.categories-title {
    font-size: 22px;
    color: #222222;
    margin: 15px 0 0;
}
.slick-next, .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    font-size: 0;
    border: none;
    background-color: transparent;
    z-index: 1;
}
.slick-prev {
    left: 10px;
}
.slick-prev.slick-arrow.slick-disabled,.slick-next.slick-arrow.slick-disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.slick-prev.slick-arrow,.slick-next.slick-arrow {
    cursor: pointer;
}
.slick-next:before, .slick-prev:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 45.12px 1.88px rgb(1 1 1 / 8%);
    padding: 0px 5px;
    color: #858585;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev:before {
    content: "\f053";
}
.footer {
    background-image: url(../images/footer-dog.png);
    background-repeat: no-repeat;
    height: 100%;
    background-position: left top;
    padding: 100px 0 60px;
    background-size: contain;
}
.footer-content{
    padding-top: 60px;
}
.footer-content p{
    color: #676767;
    margin: 0 0 5px;
}
.footer-content a{
    color: #676767;
}
.footer-form:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    background-image: url(../images/form-bg.png);
    background-repeat: no-repeat;
    width: 730px;
    height: 660px;
    z-index: -1;
}
.footer-form {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 45.12px 1.88px rgb(1 1 1 / 19%);
    padding: 30px 30px;
}
.form-input {
    margin: 10px 0 25px;
}
.form-input input,.form-input textarea {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    padding: 0 0;
    font-size: 16px;
    color: #676767;
    font-weight: 300;
    resize: none;
}
.submit-btn{
    border: none;
    background-color: #222;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
}
.mobile-image{
    display: none;
    padding: 0;
}
.page-banner {
    background-image: url(../images/page-banner.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 0;
}
.page-title {
    padding: 130px 0 10px 100px;
    font-size: 32px;
    font-weight: 600;
    color: #222222;
}
.center-align{
    text-align: center;
    margin: auto;
    text-align: -moz-center;
    position: relative;
    bottom: -20px;
}
.product-banner {
    background-image: url(../images/product-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center bottom;
    padding: 80px 0 0;
    background-size: 100% 250px;
}
.product-image img{
    margin: auto;
    text-align: center;
}
.product-detail-section{
    padding: 80px 0 20px;
}
.product-content{
    margin: 0 0 10px;
}
.pro-main-heading{
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
}
.pro-title {
    font-size: 22px;
    color: #222;
    margin: 0 0 8px;
    line-height: 30px;
}
.pro-brief {
    font-size: 14px;
    color: #676767;
    margin: 0 0 4px;
}
.pro-brief-2 {
    font-size: 18px;
    color: #676767;
    margin: 0 0 6px;
}
.contact-section{
    padding: 80px 0 20px;
}
.contact-heading-box h2 {
    font-size: 32px;
    font-weight: 400;
    color: #222;
}
.heading-border {
    width: 100%;
    background-color: #C6C6C6;
    height: 3px;
    border-radius: 2px;
    margin: 15px 0 20px;
}
.heading-border span{
    width: 40%;
    background-color: #ED6436;
    height: 3px;
    display: block;
}
.icon-box{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.icon-box span {
    width: 40px;
    height: 40px;
    background-color: #ED6436;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin: 0 8px 0 0;
}
.icon-box a{
    font-size: 14px;
    color: #222;
}
.image-gallery{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    column-gap: 20px;
}
.image-box{
    position: relative;
    width: 100%;
    height: 320px;
    margin: 10px 0;
}
.image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 992px)  {
    .header.sticky .navbar-brand img,.navbar-brand img{
        width: 80px;
        height: 80px;
    }
    .header{
        border-bottom: 1px solid #33333314;
        background-color: #fff;
    }
    .header .navbar>.container{
        align-items: center;
    }
    .header .main-btn{
        margin: 0 !important;
        width: 100%;
    }
    .navbar-nav{
        margin: 10px 0 0 0;
    }
    .banner,.about-us{
        background-image: unset;
        padding: 70px 0 0;
    }
    .about-us{
        padding: 30px 0;
    }
    .mobile-image{
        display: block;
    }
    .about-us .row,.footer .row{
        flex-direction: column-reverse;
    }
    .about-us .content-box{
        padding: 0;
    }
    .page-title {
        padding: 80px 0 10px;
        text-align: center;
    }
    .mobile-space{
        padding: 0 0 15px;
    }
}
@media only screen and (max-width: 768px)  {
    .navbar-brand::before {
        top: 0px;
        left: -120px;
    }
    .main-heading{
        font-size: 38px;
    }
    .footer-form::before {
        background-size: 450px;
        width: 450px;
        height: 400px;
        top: 190px;
    }
    .home{
        background-image: url(../images/logo-bg.png), url(../images/banner-image-bg-mobile.png);
        background-position: -120px top, 150px top;
        background-repeat: no-repeat, no-repeat;
    }
    .footer {
        background-image: url(../images/footer-dog.png);
        background-position: left bottom;
        background-size: 40%;
    }
}