*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* header */

.s_banner {
    /* position: relative; */
    /* overflow: hidden; */
    height: 100%;
}

 .banerImg {
    width: 100%;
    height: auto;
    animation: fadeIn 2s ease-in-out;
    object-fit: cover;
}



.svg-border-rounded-1 svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
    width: 100%;
}

.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: 100%;
}

.header_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.l_logo .logo {
    width: 180px;
}

.s_content_banner {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 999;
    width: 100%;
}

.s_bannr_text h1 {
    font-size: 4.2rem;
    color: #fff;
    line-height: 1.3;
    animation: slideIn 1.5s ease-in-out;
}

.s_bannr_text h2 {
    font-size: 3.7rem;
    color: #fff;
    animation: slideIn 2s ease-in-out;
}

.btn {
    animation: fadeIn 2.5s ease-in-out;
}
.l_nw_ul.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    background: #474747;
    border: none;
}

.l_nw_ul.navbar-nav .dropdown:hover > .dropdown-menu  li a{
   color: #fff !important;
   font-weight: 600;
   margin: 5px 0;
}

.l_nw_ul.navbar-nav .dropdown:hover > .dropdown-menu  li a.active{
    color: #000 !important;
    background: #fff;
    font-weight: 600;
 }

.l_nw_ul.navbar-nav .dropdown:hover > .dropdown-menu  li a:hover{
   color: #000 !important;
   background: #fff !important;
}


.l_nw_ul .nav-link {
    color: #fff !important;
    transition: color 0.3s;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
}

.l_nw_ul .nav-link.active {
    color: #000 !important;
    text-decoration: underline;
}

.l_nw_ul .nav-link:hover {
    color: #000 !important;
    text-decoration: underline;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@keyframes slideIn {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* header */

/* section2 */

.s_s_title h2{
    color: #fff;
    font-size: 3rem;
    animation: slideIn 1.5s ease-in-out;
}

    .smallline {
        width: 40%;
        height: 1px;
        border-radius: 5px;
        border: 2px solid #f1a638;
        animation: slideIn 1.5s ease-in-out;
    }

    .s_s_content img{
        width: 140px;
    }

    .s_s_text{
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        margin-top: 10px;
    }
    .svg-border-rounded-1 svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 3rem;
        width: 100%;
    }

    .svg-border-rounded svg {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3rem;
        width: 100%;
    }
/* section2 */


/* section */
.fz38{
    font-size: 38px;
    font-weight: 500;
    font-family: 'Poppins';
}

.btn-buy{
    border-radius: 25px !important;
    padding: 0.5rem 2rem !important;
}

.frth_s{
    position: absolute;
    top: 10%;
    right: 0;
    width: 100%; 
}

.s_frth_text h3{
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}


.s_frth_text p{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.s_frth_text h3 del{
    text-decoration-color: #ff8a00;
}

.fivth_media i {
    font-size: 4rem;
    color: #757575;
}
.fivth_media h3 {
    font-size: 1.5rem;
    color: #757575;
    margin-top: 1rem;
}


.s_sxth {
    background-color: #f1a638;
}

.s_video a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    font-size: 25px;
}
.s_video a:hover {
    color: #000;
  
}
.s_video img {
    /* max-height: 200px; */
    object-fit: cover;
}

.s_sevnth{
    background: #342c2e;
}

.s_download h2{
  font-size: 2.5rem;
}

.s_download a.downbtn{
    background: #f1a638;
    padding: 2rem;
    width: 100%;
    border-radius: 50px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.s_download a.downbtn:hover{
    background: #fac779;
}

.s_eght h2 {
    font-size: 2.34rem;
    font-weight: bold;
}
.s_eght p {
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 10px;
}


.cls_size{
    width: 100%;
    height: 80px;
    background: #f1a638;
    border-radius: 15px;
}

.cls-9_btn{
    background: #342c2e;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    border-radius: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    white-space: break-spaces;
    width: 100%;
    height: 80px;
    text-align: center;
}

.cls-9_btn:hover{
    color: #fff !important;
}

.svg-border-rounded-top svg {
    position: absolute;
    top: -1px;
    left: 0;
    height: 3rem;
    width: 100%;
}

.cls9_title h1{
    font-size: 50px;
    padding: 10px;
}

.s_footer .div_footer {
    padding: 15px 0;
}
.s_footer img {
    max-width: 150px;
}
.s_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}
.s_footer ul li {
    display: inline;
}
.s_footer ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.s_footer ul li a:hover {
    text-decoration: underline;
}
.s_footer .text-center {
    background-color: #342c2e;
    padding: 10px 0;
}
.s_footer .text-center p {
    color: #fff;
    margin: 0;
    font-size: 0.9rem;
}


@media (min-width: 2560px) {
    .svg-border-rounded svg {
        bottom: -1px !important;
    }
    .s_bannr_text h1 {
        font-size: 6rem !important;
    }

    .s_bannr_text h2 {
        font-size: 4.5rem !important;
    }

    .s_frth_text h3 {
    
        font-size: 35px !important;
    }

    .s_s_title h2 {
      
        font-size: 4.5rem !important;
    }

    .s_frth_text p {
        font-size: 20px !important;
    }

    .s_download h2 {
        font-size: 3rem !important;
    }
    .s_eght h2 {
        font-size: 2.7rem !important;
    }
}

@media (min-width: 1700px) {
    .svg-border-rounded svg {
        bottom: -1px !important;
    }
    .s_bannr_text h1 {
        font-size: 6rem !important;
    }

    .s_bannr_text h2 {
        font-size: 4.5rem !important;
    }

    .s_frth_text h3 {
    
        font-size: 35px !important;
    }

    .s_s_title h2 {
      
        font-size: 4.5rem !important;
    }

    .s_frth_text p {
        font-size: 20px !important;
    }

    .s_download h2 {
        font-size: 3rem !important;
    }
    .s_eght h2 {
        font-size: 2.7rem !important;
    }
}

@media (min-width: 1500px){
    .svg-border-rounded svg {
        bottom: -1px !important;
    }
    .s_bannr_text h1 {
        font-size: 5rem !important;
    }

    .s_bannr_text h2 {
        font-size: 4rem !important;
    }

    .s_frth_text h3 {
    
        font-size: 30px !important;
    }


    .s_frth_text p {
        font-size: 20px !important;
    }

    .s_download h2 {
        font-size: 3rem !important;
    }
    .s_eght h2 {
        font-size: 2.7rem !important;
    }
}

@media (min-width: 1330px) {
    .svg-border-rounded svg {
        bottom: -1px !important;
    }
}

@media (max-width: 1199px) {
    .s_bannr_text h1 {
        font-size: 3rem;
    }

    .s_bannr_text h2 {
        font-size: 2.5rem;
    }

   
    .s_forth .banerImg{
        height: 450px !important;
    }
  



    .svg-border-rounded svg {
        height: 1rem !important;
    }

    .fz38 {
        font-size: 28px !important;
    }

  
    .s_frth_text h3 {
        font-size: 16px !important;
    }

    .s_frth_text p {
        font-size: 15px !important;
    }

    .s_download a.downbtn {
        padding: 2rem 0.5rem !important;
    }

    .fivth_media h3 {
        font-size: 1.1rem !important;
    }
   

   

    .s_download h2 {
        font-size: 2rem !important;
    }
  
    .s_s_text {
        font-size: 20px !important;
    }
}


@media (max-width: 1024px) {
    .s_bannr_text h1 {
        font-size: 3rem;
    }

    .s_bannr_text h2 {
        font-size: 2.5rem;
    }

   
    .s_forth .banerImg{
        height: 450px !important;
    }
  



    .svg-border-rounded svg {
        height: 1rem !important;
    }

    .fz38 {
        font-size: 28px !important;
    }

  
    .s_frth_text h3 {
        font-size: 16px !important;
    }

    .s_frth_text p {
        font-size: 15px !important;
    }

    .s_download a.downbtn {
        padding: 2rem 0.5rem !important;
    }

    .fivth_media h3 {
        font-size: 1.1rem !important;
    }
   

   

    .s_download h2 {
        font-size: 2rem !important;
    }
  
    .s_s_text {
        font-size: 20px !important;
    }
}



@media (max-width: 991px) {
    .s_bannr_text h1 {
        font-size: 2rem;
    }

    .s_bannr_text h2 {
        font-size: 1.5rem;
    }

    .s_content_banner {
        top: 10%;
    }

    .l_logo .logo {
        width: 120px;
    }

    .s_banner .banerImg{
        height: 360px !important;
    }
    .s_s_title h2 {
        font-size: 2rem !important;
    }
    .svg-border-rounded svg {
        height: 1rem !important;
    }

    .fz38 {
        font-size: 24px !important;
    }

    .navbar-nav{
        background-color: black !important;
    }

    .s_frth_text h3 {
        font-size: 16px !important;
    }

    .s_frth_text p {
        font-size: 15px !important;
    }

    .s_download a.downbtn {
    
        padding: 0.5rem !important;
    }

    .fivth_media h3 {
        font-size: 1.1rem !important;
    }
   

    .s_video a {
        font-size: 20px !important;
    }

    .s_download h2 {
        font-size: 1.5rem !important;
    }
    .s_eght h2 {
        font-size: 1.34rem !important;
       
    }



    .s_s_text {
        font-size: 20px !important;
    }
}


@media (max-width: 767px) {

    .s_banner .banerImg{
        height: 360px !important;
    }
    .s_s_title h2 {
        font-size: 2rem !important;
    }
    .svg-border-rounded svg {
        height: 1rem !important;
    }

    .fz38 {
        font-size: 24px !important;
    }

    .navbar-nav{
        background-color: black !important;
    }

    .s_frth_text h3 {
        font-size: 16px !important;
    }

    .s_frth_text p {
        font-size: 15px !important;
    }

    .s_download a.downbtn {
    
        padding: 0.5rem !important;
    }

    .fivth_media h3 {
        font-size: 1.1rem !important;
    }
    .s_forth .banerImg{
        height: 350px !important;
    }

    .s_video a {
        font-size: 20px !important;
    }

    .s_download h2 {
        font-size: 1.5rem !important;
    }
    .s_eght h2 {
        font-size: 1.34rem !important;
       
    }

    .s_s_content img {
        width: 84px !important;
    }

    .s_s_text {
        font-size: 16px !important;
    }

    .cls9_title h1 {
        font-size: 30px !important;
    }
    .svg-border-rounded-top svg {
        height: 1rem !important;
        top: 0px !important;
    }
}

@media (max-width: 576px) {

    .navbar-nav{
        background-color: black !important;
    }

    .s_banner .banerImg{
        height: 450px !important;
    }
    .s_s_title h2 {
        font-size: 2rem !important;
    }
    .svg-border-rounded svg {
        height: 1rem !important;
    }

    .fz38 {
        font-size: 24px !important;
    }

    

    .s_frth_text h3 {
        font-size: 16px !important;
    }

    .s_frth_text p {
        font-size: 15px !important;
    }

    .s_download a.downbtn {
    
        padding: 0.5rem !important;
    }

    .fivth_media h3 {
        font-size: 1.1rem !important;
    }
    .s_forth .banerImg{
        height: 500px !important;
    }

    .s_video a {
        font-size: 20px !important;
    }

    .s_download h2 {
        font-size: 1.5rem !important;
    }
    .s_eght h2 {
        font-size: 1.34rem !important;
       
    }


    .cls9_title h1 {
        font-size: 25px !important;
    }
    .svg-border-rounded-top svg {
        height: 1rem !important;
        top: 0px !important;
    }
}