body{
    margin: 0;
    padding: 0;
   background-color: #a01f24;
   font-family: 'AvenirLTStd';
}
*{
    margin: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}

.container{
    max-width: 850px;
    margin: 0 auto;
    padding: 0px 20px;
}

.hero-head h1 {
    font-size: 100px;
    line-height: 115px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 140px;
}

.hero-sec{
  margin-top: 100px;
  margin-bottom: 50px;
  margin-bottom: 125px;
}
.hero-head p {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
.hero-head p span{
    color: #fd7633;
}

.die-left {
    padding: 48px 38px;
    background-color: #fd763f;
    width: 46%;
    position: relative;
    z-index: 2;
    margin-top: -40px;
}
.die-left h2 {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #fff;
    justify-content: space-between;
}

section.die-img {
    margin-bottom: 111px;
}
.die-left ul {
    padding-left: 20px;
    margin-top: 35px;
    margin-bottom: 50px;
}
.social-sec {
    column-gap: 6px;
    display: flex;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1px;
}
.die-right {
    width: calc(54% + 40px);
    position: relative;
    margin-left: -40px;
    margin-bottom: -90px;
}
.die-right img {
    width: calc(100%);
    height: 100%;
    object-fit: cover;
}


.die-tow-left {
    width: 59%;
}
.die-tow-right {
    width: 41%;
    position: relative;
}
.flex-box.bott {
    margin-top: 50px;
    position: relative;
}
.die-tow-left img {
    height: 298px;
    object-fit: cover;
    width: 100%;
}
.die-tow-right img {
    position: absolute;
    right: 0;
    left: 0px;
    bottom: -15px;
    height: 245px;
    display: block;
    width: 100%;
    object-fit: cover;


}
section.die-img.di-right .die-right {
    margin-right: -40px;
    margin-left: 0;
}
section.die-img.di-right .flex-box {
    flex-direction: row-reverse;
}
.hid-vis{
    visibility: hidden;
}

.die-left ul li {
    margin-bottom: 8px;
}

.die-left ul li:last-child {
    margin-bottom: 0px;
}
section.sible-box {
    background-color: #fd763f;
    padding: 40px 35px;
    margin-bottom: 100px;
}
section.sible-box h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 35px;
}
section.sible-box ul {
    padding-left: 20px;
    color: #fff;
    font-size: 15px;
}
section.sible-box li {
  margin-bottom: 5px;
}
section.copy-right p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

@media (max-width: 1200px){
    .hero-head h1 {
        font-size: 79px;
        line-height: 98px;
    }
}
@media (max-width: 1200px){
    .hero-head h1 {
        font-size: 64px;
        line-height: 80px;
    }
}

@media (max-width: 991px){
    .hero-head h1 {
        margin-bottom: 60px;
    }
    .hero-sec {
        margin-top: 70px;
    }
}

@media (max-width: 767px){
    .hero-head h1 {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 80px;
    }
    .heading h1 a {
        font-size: 36px;
        line-height: 44px;
    }  
    .hero-head p {
        font-size: 21px;
    }
    .die-left {
        width: 65%;
    }
    .die-right {
        width: calc(35% + 40px);
    }
}


@media (max-width: 576px){

    .die-left {
        width: 100%;
        margin: 0;
    }
    .die-right {
        width: calc(100% + 40px);
        margin-left: 0px;
    margin-bottom: 0px;
    }
    .die-right img {
        height: 450px;
    }
    .die-tow-left{
        width: 100%;
    }
    .die-tow-right{
        width: 100%;
    }
    .die-tow-right img{
        position: unset;
    }
    .flex-box.bott {
        margin-top: 2px;
    }
    .hid-vis{
        display: none;
    }
    section.die-img.di-right .die-right{
        margin: 0;
    }
    .hero-head h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    .hero-sec {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .hero-head p {
        font-size: 20px;
        line-height: 26px;
    }
    section.die-img {
        margin-bottom: 50px;
    }
    section.sible-box {
        margin-bottom: 50px;
    }
}