.primary-image{
    background-image: url(/assets/images/topimage.jpg);
    background-position: center;
    background-size: cover;
    padding: 120px 0px 120px 0px;
}
.content-seach{
    margin-top: 30px;
}
.content-seach img{
    width: 100px;
}
#search-input{
    background: #e4dcdc;
    width: 340px;
    height: 50px;
    margin-right: -10px;
}
.data-search{
    float: right;
    margin-top: -90px;
    display: flex;
    flex-direction: column;
}
.icons{
    text-align: end;
    margin-bottom: 23px;
}
#search-button{
    width: 50px;
    height: 50px;
    border-radius: 0px 5px 5px 0px;
    background-color: #54595f;
}
.fa-search{
    color: white;
}
.button-groups{
    display: flex;
    gap: 15px;
    margin-left: 12px;
}
.button-groups a{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #B00334;
    padding: 2px 22px 2px 22px;
    color: white;
    border-radius: 7px;
    letter-spacing: 1.2px;
    opacity: 1;
    
}
.button-groups a:hover{
    color: white;
    cursor: pointer;
}
.button-sections{
    margin-top: 50px;
    background-color: #FF9696;
    padding: 8px;
    border-radius: 8px;
    color: white;

}
.section-textvidoe{
    padding: 11px 11px 11px 11px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FF0D0D 0%, #8A0C2B 100%);
    margin-top: 12px;
}
.section-textvidoe h3{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    margin-left: 12px;
}
.bg-con{
    background-color: #F6F6F6;
    padding-bottom: 60px;
}
.line-video{
    padding: 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FF0D0D 0%, #8A0C2B 100%);
}
.line-video h3{
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 20px;
    padding: 3px;
    padding-left: 15px;
}
.bg-cl{
    background-color: transparent;
}
.bg-cl li, .bg-top li{
   color: black;
   font-size: 13px;
   font-weight: 400;
   margin-top: -7px;
}
.bg-cl ul,.bg-top ul{
    display: flex;
    gap: 22px;
    align-items: center;
}
.crd-hve:hover{
    background-color: white;
}
.crd-hve{
    padding-top: 20px;
    border-radius: 10px;
}
.bg-top h2{
    font-size: 20px;
}
.bg-cl h2{
    font-size: 24px;
    padding-top: 12px;
}
.line-aftr{
    position: relative;

}
.line-aftr:after{
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #a49494;
    content: '';
    right: -10px;
    top: 10px;
}
.bg-cl1{
    padding: 20px;
}
.bg-cl1:hover{
    background-color: white;
    max-height: 100px;
    border-radius: 10px;
}
.right-side-data h2{
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 500;
    padding: 6px 6px 6px 6px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #7E7E7E 0%, #151515 100%);
    margin: 0px 0px 28px 0px;
}
.right-side-data #search-input{
    width: 309px;
    margin-bottom: 28px;
}
.container{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.spce-row{
    margin-left: 0px!important;
}
.crd-hve{
    margin-left: 10px;
}


@media(max-width:1024px){
    .right-side-data #search-input{
        width: 300px;
    }
}
@media(max-width:768px){
    .button-groups{
        display: block;
    }
    .button-groups a{
        margin: 3px;
    }
    .right-side-data #search-input{
        width: 315px;
    }
    .icons{
        text-align: center;
    }
    .data-search{
        margin-top: 0px;
        float: initial;
    }
    #search-input{
        width: 300px;
    }
}