@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');


*{
    box-sizing: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
} 

a {
    color: var(--dark);
    transition: all 0.4s ease;
    text-decoration: none;
    font-weight: 500;
   
}

img{
    width: 100%;
}

body{
    font-family: "Barlow", sans-serif;
    line-height: 1.7;
    color: var(--body);
    overflow-x: hidden;
}


/* css variables */
:root {
    --brand: #ff4d29;
    /* --dark: #092032; */
    --dark:#4267B2;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body{
    overflow-x: hidden;
}


h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700 !important;
    color: var(--dark);
}

.header_logo{
    height: 35px;
    width: 110px; 
}

/* header section */
.slide10{
    background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/Pack2.jpg);
}

.heady::before{
    content: "";
    height: 4px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


/* btn */
.btn {
    padding: 8px 26px;
}

.btn-brand {
    /* border-color: var(--brand); */
    background-color: var(--dark);
    color: #fff;
}

.btn-brand:hover {
    background-color: var(--dark);
    border-color: #d64022;
    color: #fff;
}

.productP{
    text-align: justify;
}

.productP::first-letter{
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600 !important;
    color: var(--brand);
}

.proIn{
    margin-bottom: 40px;
}

.proIn h6{
    font-weight: 400;
    color: #ff4d29;
    text-transform: uppercase;
}

.proIn p{
    max-width: 500px;
}


.prodAr{
    padding: 10px;
    text-align: justify;
    line-height:1.1;
    box-shadow: var(--shadow);
    height: 100%;
}

img{
    transition: transform .2s;
    margin:0 auto;
    
   
    
}
img:hover{
    transform:scale(2.0);
}


.prodAr h2{
    margin-top: 16px;
    margin-bottom: 8px;

}

.prodAr img{
    height: 200px;
}

.footer_logo{
    /* height: 50px;
    width: 120px; */
    height: 35px;
    width: 110px;
}