html{
    scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
    background: #191919;
}

p {
    padding: 0px;
    margin: 0px;
    color: white;
  
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0;
    color: white;
}

header {
    margin: 0px 0px 0px 0px;
}

.logo {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.logo img{
    width: 100%;
}
.button {
    background-color: #f7f7f7;
    color: #191919;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 20%;
    position:absolute;
    bottom: 10%;
    right: 90%;
}

.line {
    height: 1px;
    background-color: rgb(255, 255, 255);
    width: 80%;
}

.left {
    width: 47%;
}

.left h2{
    font-family: 'Squada One';
    font-size: 45px;
}

.left h3{
    font-family: 'Quicksand';
    font-size: 24px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    color: #ffff !important;
}

.left div{
    margin-top: 12px;
    width: 70%;
    background: linear-gradient(0deg, rgba(140, 82, 255, 0.67), rgba(140, 82, 255, 0.67)), #26426e;
    border-radius: 15px;
    padding: 25px;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/button_background.png);
    background-position: center;
    height: 79px;
}

.right {
    width: 47%;
    padding-top: 10px;
}

.right .video_div{
    border-radius: 20px;
    overflow: hidden;
    max-height:max-content;
}

.content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: auto;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
}

footer {
    margin-top: 60px;
}

.content_footer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1110px;
    margin: auto;
    justify-content: space-between;
}

footer .content_footer .col-md-6{
    border-top: 1px solid white;
    padding: 20px 0px 0px 0px !important;
}

.content_footer img{
    height: 40px;
    margin-right: 15px;
}

.content_footer ul{
    display: flex;
    float: right;
}

.content_footer ul li{
    margin-right: 20px;
    color: white;
    font-family: 'Squada One';
    font-size: 24px;

}

.content_footer ul li a{
    color: inherit;

}

.bold {
    color: white;
}

.extra_space {
    height: 10px;
}

.bn47 {

    position: relative; 
    padding: 1rem 2rem 0.5rem 2.5rem;
    color: #191919;
    border: 3px solid #776e62;
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    margin-right: 80px;
    width: 20%;
    float: right;
}
  
.bn47:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #def7fa;
    border-right: 3px solid #def7fa;
    border-bottom: 3px solid #def7fa;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
  
.bn47:hover {
    padding: 0.75rem 2.25rem;
}
  
.bn47:hover:before {
    top: 0;
    left: 0;
}



.content-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-container div p{
    font-size: 20px;
    font-weight: bold;

}

.content-container div ul{
    padding: 0px 10%;
    font-size: 20px;
}

.content-points li{
    color: white;
    font-size: 19px;
    list-style: none;
}

.content-heading{
    text-align: center;
    font-weight: bolder;
    margin: 20px 0px;
    font-size: 20px;
}

.content-desc{
    text-align: center;
    font-size: 13px;
}

.content-points li::before {
    content: "\2022";
    color: white; 
    font-weight: bold;
    display: inline-block;
    width: 1em; 
    margin-left: -1em;
  }

  .subscribe-button{
    width: 100%;
    /* background-color: #def7fa; */
    text-decoration: none;
    color: white;
    border: 2px solid White;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    font-size: 17px;
    transition: all 0.15s linear;
    margin: 80px 0px;
    border-radius: 10px;
  }

  .subscribe-button:hover{
    background-color: #def7f9;
    color: black;
    text-decoration: none;
    transform: scale(1.01);
}

.footer-icon-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.footer-container-child{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.childd{
    display: grid;
    place-items: center;
}

.privpoli{
    display: grid;
    place-items: center;
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: flex-end; */
}

.icon{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.privacy-policy{
    text-decoration: none;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding: 12px 20px;
    transform: scale(1.0);
    transition: all 0.2s linear;
  }

  .privacy-policy:hover{
    color: black;
    border: 3px solid white;
    text-decoration: none;
    background-color: #def7f9;
    transform: scale(1.01);
  }


@media (max-width: 768px) {
    .left h2{
        font-size: 38px;
        text-align: center;
    }
    .left h3{
        font-size: 26px;
        text-align: center;
    }
    .right {
        margin-top: 40px;
    }
    .left div{
        padding: 20px;
        width: 90%;
        margin: 15px auto;
    }
    .noborder {
        border: none !important;
    }
    footer .content_footer .col-md-6 {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 600px) {
    .content-heading{
        font-size: 45px;
    }
    .content-desc{
        font-size: 20px;
    }
    .content-container{
        justify-content: flex-start;
        align-items: flex-start;
    }
    .content-container div p{
        font-size: 30px;
    }
    .content-container div ul{
        padding: 0px;
    }
    .footer-icon-container{
        flex-wrap: nowrap;
        flex-direction: row-reverse;
    }
  }