* {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

@font-face {
    font-family: "Muli";
    src: url("Muli-SemiBold.woff2") format("woff2"), url("Muli-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.containers {
    padding: 0 5%;
}
header.header {
    background-color: #19253d;
    padding: 12px 0 6px;
}
.logo-image {
    display: flex;
    justify-content: space-between;
}
.inner-banner {
    background-image: url(../img/banner.png);
    background-position: bottom center;

    background-repeat: no-repeat;

    width: 100%;
    height: 625px;
}
.add {
    border: 1px solid #1023447a;
    background-color: #1023447a;
    color: #fff;
    padding: 25px;
    background: rgb(24 37 61 / 65%);
    display: inline-block;
    margin: 25px  0;
}
.add h1 {
    font-size: 50px;
    margin-bottom: 18px;
    line-height: 70px;   font-weight:700;	
}
.add h1 span {
    display: block;
}

.add h3 {
    font-size: 30px;
    margin-bottom: 15px;  font-weight:700;	
}
.add-btn {
    color: #505050;
    background-color: #fff;
    font-size: 25px;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.add-text {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 27px;
}
.wthsap {
    border: 1px solid black;
}

img.whts-img {
    width: 45px;
    margin-right: 15px;
}

.whats-btn {
    display: flex;

    border: 1px solid none;
    background-color: #fff;

    border-radius: 7px;
    padding: 15px 30px 8px;
    margin: 30px 0px;
    display: inline-block;
}

.whats-btn span {
    color: #585858;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    top: -0;
}

a {
    text-decoration: none;
}

.footer {
    background-color: #18253d;

    padding: 12px 0;
}

footer hr {
    background-color: #ffffff3b;
    opacity: 0.15;

    display: inline-block;
    width: 100%;
    margin: 10px 0px 10px;
}

.ftr-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.play h1 {
    font-family: "Muli";     color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.66px;
    margin-top: -20px;
}
.content {
    text-align: center;
    color: #fad53f;
}
.content h1 {
    font-size: 28px;
}
.link img {
    margin-left: 20px;
}

.ftr-text {
    text-align: center;
}

h3 {
    letter-spacing: 0.51px;
    color: #d4d4d4;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.line {
    background-color: #17e3f8;
    width: 45%;
    height: 5px;
    border-radius: 5px;
 
}

.tags {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 96px;
    align-items: center;
    position: relative;
    z-index: 1111;
    padding: 0 4px;
}

.tags span {
    position: relative;
    z-index: 11;
    font-size: 22px;
    margin: 0 20px;
    font-weight: 600;
}
.tag_image {
    position: absolute;
    width: 100%;
}
.tags_area {
    width: 80%;
}
.modal{z-index:9999}
@media (min-width: 1000px){
.modal-dialog {
    max-width: 767px;

}
}


/* responsive */

@media (max-width: 768px) {



    .inner-banner {
        height: auto;
 
        padding: 50px 0;
    }

    .rows.ftr-tab {
        display: block;
    }

    .play h1 {
        margin: 0 0 12px; font-size:14px;
    }
    
  
	
	
    .inner-banner {
        height: auto;
        background-size: cover;
    background-position: bottom right;
        padding: 50px 0;
    }
    .add {

        display: block; padding:25px; margin: 0;
    }
    .add h1 {
        font-size: 32px;
        margin-bottom: 18px;
        line-height: 40px;
    }

    .ftr-img {
        margin-bottom: 25px;
    }

    .social-link {
        margin-top: 25px;
    }
.whats-btn {
  
    padding: 11px 12px 8px;
 
}
    .link:first-child img {
        margin-left: 0; margin-right: 15px;
    }
    .whats-btn span {

        font-size: 14px;
    
       
    }

    img.whts-img {
        width: 32px;
        margin-right: 10px;
    }

    .add-text br{display: none;}

    .add h1 span{ display: inline-block;}

    .add h3 {
        font-size: 19px;
       
    }

    .tags span {
   
   
        font-size: 12px;
        margin: 0 10px;
       
    }
	
	.play {
    display: inline-block;
    margin-right: 20px;
    font-size: 6px;
}
}