.main-banner{
    background-color: black;
}
.main-banner{
   color: white;
   position: relative;
}
.headingtitle{
    color: #FFF;
font-size: 67.778px;
line-height: 65px;
font-weight: 700;
}
.main-banner h6{
    -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #F00;
font-size: 24.497px;
font-weight: 700;
color: black;
}
.main-banner p{
      color: #C0C0C0;
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
}
.themebtn1{
    padding: 15px 20px;
    background: #F00;
    border: 1px solid #F00;
    font-size: 12px;
font-weight: 700;
line-height: 110%; 
letter-spacing: 1.92px;
color: #FFF;
}
.themebtn1:hover{
    background: transparent !important;
    color: #F00;
}
.themebtn2:hover{
    background: transparent !important;
    color: #F00;
        border: 1px solid #F00;
}
.themebtn2{
    padding: 15px 20px;
    background: transparent;
    border: 1px solid white;
    font-size: 12px;
font-weight: 700;
line-height: 110%; 
letter-spacing: 1.92px;
color: #FFF;
}
.title{
    color: #F00;
font-family: Helvetica;
font-size: 52.208px;
font-style: normal;
font-weight: 700;
line-height: 59.667px; /* 114.286% */
text-transform: uppercase;
}
.subcontent{
    color: #000;
font-size: 25px;
font-style: normal;
font-weight: 300;
line-height: 120%
}
.element1{
position: absolute;
    right: 10%;
    top: 30px;
}
.element2{
position: absolute;
    right: 0px;
    bottom: 30px;
}
.element3{
position: absolute;
    left: 0px;
    bottom: 30%;
}

@media (max-width:767.5px) {
    .contectsubtitle{
        font-size: 14px;
    line-height: 25px;
    }
    .play-btn svg{
        height: 10px;
        width: 10px;
    }
    .play-btn{
        width: 55px !important;
    height: 38px !important;
    line-height: 38px !important;
    }
    .headingtitle {
    font-size: 31px !important;
            line-height: 40px;
}
.main-banner p {
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
}
.element2{
    max-width: 10px;
}
.element3{
    max-width: 20px;
    bottom: 4%;
}
.subcontent {
    font-size: 15px;
    line-height: 27px;
}
.title{
    font-size: 24px;
        line-height: 33px;
}
}

.portfolioimg{
    width: 100%;
    border-radius: 10px;
    min-height: 138px;
    object-fit: cover;
}
.play-btn{
    position: relative;
    display: inline-block;
    width: 65px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #ff0000b8;
    border-radius: 6px;
    color: white;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.4)
    }

    70% {
        box-shadow: 0 0 0 45px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}
.play-btn-container{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}