@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
h1, h2{
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1rem !important;
}
.logo-size{
    min-height: 75px;
    height: 75px;
    margin: 15px 15px;
}
.offcanvas-logo-size{
    min-height: 75px;
    height: 75px;
    margin: 0px 15px 15px 0px;
}
.footer-logo-size{
    min-height: 75px;
    height: 75px;
    margin: 0px 15px 15px 15px;
}
.address-link:hover, .title-red{
    color: #e30614;
}
.icon-btn-circle{
    background-color: #e30614;
    color:#fff;
}
.title-black{
    color:#000;
}
.common-banner{
    background-image: url(../img/bg-banner.png);
    background-size: 350px auto;
    border-radius: 10px;
}
.bg-pattern-image{
    background-image: url(../img/home/pattern-image.png);
    background-size: 350px auto;
    position: relative;
}
.bg-pattern-image .container {
    position: relative;
    z-index: 2;
}
.bg-text{
    background-color: #000;
    margin-left: 43px;
}
.bg-text h1{
    padding: 80px;
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px;
}
.btn-decoration{
    background-color: #e30614 !important;
    color:white !important;
    padding: 8px 28px 8px 28px;
    margin-top: 10px;
}
.value-box{
    background-color: #e30614;
    padding: 3.4em 4em 3.4em 4em;
}
.value-image-box{
    margin: -14em 0em 0em 0em;
}
.value-image{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center center;
}
.icon-element.circle-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e30614; /* light red (you can change this) */
    color: #fff; /* icon color */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
  }
  
.card-box-decoration{
    box-shadow: 7px 7px 0px 0px #e30614;
    border: 1px solid #e30614;
    border-style: dashed;
    border-radius: 0px;
    background-color: transparent;
}
.br-images{
    border: 1px solid #e9323e5c;
}
.icon-element.circle-bg-address {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e30614;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
}
.animated {
    animation-duration: 1.25s;
}
@media (min-width: 992px) {
    .cartons-part-two{
        max-width: 100%;
        margin: 0;
        position: relative;
        top: 13%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -25%;
    }
    .cartons-part-one{
        max-width: 100%;
        margin: 0;
        position: relative;
        top: 13%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 25%;
        z-index: 1;
    }
    .cartons-part-one img, .cartons-part-two img{
        border-radius: 10px;
    }
}
@media (min-width: 768px) {
    .overlap-grid-2 .item-strength:nth-child(1) {
        width: 59%;
        margin-top: 0;
        margin-left: 35%;
        z-index: 3;
    }
    .overlap-grid-2 .item-strength:nth-child(2) {
        width: 51%;
        margin-top: -22%;
        margin-left: 0;
        z-index: 4;
    }
    .overlap-grid-2 .item-who:nth-child(1) {
        width: 60%;
        margin-top: 0;
        /* margin-left: 30%; */
        z-index: 4;
    }
    .overlap-grid-2 .item-who:nth-child(2) {
        width: 86%;
        margin-top: -66%;
        margin-left: 9%;
        z-index: 3;
    }
}
@media(max-width:1399.98px){
    .value-box {
        padding: 2.4em 2em 2.4em 2em;
    }
}
@media (max-width: 991px) {
    .item-strength.margin{
        margin-bottom: 10px;
    }
    .value-image{
        object-position: -309px center;
    }
}
@media(max-width:767px){
    .bg-text h1 {
        padding: 90px 10px 90px 10px;
    }
    .bg-text{
        margin-left: 0px;
    }
    .text-box{
        justify-content: center;
    }
    .value-image-box{
        margin: 0em 0em 0em 0em;
    }
    .value-image{
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 373px) {
    .mail-link{
        overflow-wrap: anywhere;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}   
@keyframes fadeInDown {
0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes fadeInRight {
0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft{
0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}