@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'HelveticaCondensedBold';
    src: url('../fonts/HelveticaCondensedBold.eot');
    src: url('../fonts/HelveticaCondensedBold.eot') format('embedded-opentype'),
         url('../fonts/HelveticaCondensedBold.woff2') format('woff2'),
         url('../fonts/HelveticaCondensedBold.woff') format('woff'),
         url('../fonts/HelveticaCondensedBold.ttf') format('truetype'),
         url('../fonts/HelveticaCondensedBold.svg#HelveticaCondensedBold') format('svg');
}
@font-face {
    font-family: 'helvetica_condensed';
    src: url('../fonts/helvetica_condensed.eot');
    src: url('../fonts/helvetica_condensed.eot') format('embedded-opentype'),
         url('../fonts/helvetica_condensed.woff2') format('woff2'),
         url('../fonts/helvetica_condensed.woff') format('woff'),
         url('../fonts/helvetica_condensed.ttf') format('truetype'),
         url('../fonts/helvetica_condensed.svg#helvetica_condensed') format('svg');
}

body {
    overflow-x: hidden;
    color: #515151;
    font-family: 'Poppins', sans-serif;
  }

.btn{
    border:1px solid #117acc;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 400;
    color: #117acc;
    padding: 7px 20px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.btn:hover{
    color: #fff;
    background: #117acc;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}
img{
    max-width: 100%;
    vertical-align: middle;
  }
  
  ul{
    margin: 0;
    padding: 0;
  }
  ul li{
    list-style: none;
  }
  h2{
    font-family: 'HelveticaCondensedBold';
    font-size: 40px;
    text-transform: uppercase;
    color: #2c2c2c;
  }
  h3{
      color: #454545;
      font-size: 20px;
      color: #454545;
      text-transform: uppercase;
      font-weight: 600;
  }
  p{
      font-size: 15px;
      line-height: 27px;
  }

.header{
    padding: 40px 0;
    border-bottom: 5px solid #00a8a9;
}

.inner-header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.logo{
    position: absolute;
    left: 0;
    bottom: -64px;
    z-index: 2;
}
.banner{
    border-bottom: 5px solid #00a8a9;
    position: relative;
}
.banner img{
    width:100%;
}
.round-img{
    width: 344px;
    height: 344px;
    border-radius: 100%;
    background: #0070c8;
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.5);
box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.5);
position: absolute;
right: 13%;
bottom: -66px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'helvetica_condensed';
font-size: 50px;
color: #fff;
text-align: center;
text-transform: uppercase;
}
.bodyprt{
    padding: 90px 0;
}
.bodyprt h2{
    text-align: center;
}
.bodyprt h3{
    padding-bottom: 10px;
}
.bodyprt video{
    border: none;
}
.margin-top{
    margin-top: 70px;
}

footer{
    border-top:5px solid #00a8a9;
}
.footer-top{
    background: #f9f9f9;
    padding: 70px 0 40px 0;
}
.inner-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.connectprt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.connectprt ul{
    display: flex;
    margin-top: 30px;
    justify-content: center;
}
.connectprt ul li{
    padding: 0 10px;
}
.footer-down{
    display: flex;
    justify-content: center;
    padding: 25px 0;
    color: #525252;
    font-size: 15px;
}
.footer-down a{
    color: #525252;
    padding: 0 10px;
}
.footer-down a:hover{
    text-decoration: underline;
}

.privacy-body{
    padding: 80px 0;
}
.privacy-body h2{
    padding-bottom:20px;
}

.privacy-body h3{
    padding-top: 15px;
}
.get-discover-img{
    margin-top: 30px;
    text-align: center;
}
.get-discover-img ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.get-discover-img ul li{
    padding: 10px 30px;
}
.get-discover-img img{
    max-width: 200px;
    max-height: 200px;
}

.icon-minus{
    background: coral;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: solid 1px #454545;
    font-size: 20px;
    font-weight: 500;
  }
  .icon-play{
    background: rgb(15, 118, 253);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: solid 1px #454545;
    font-size: 10px;
    font-weight: 500;
  }
  .icon-play i{
    margin-left: 3px;
  }



@media only screen and (max-width: 991px) {
    
    .inner-footer{
        flex-direction: column;
    }
    .connectprt{
        margin: 30px 0;
    }
    .footer-down{
        font-size: 12px;
    }
}


@media only screen and (max-width: 767px) {
    .round-img {
        width: 200px;
        height: 200px;
        font-size: 26px;
    }
    .margin-top{
        margin-top: 0;
    }
    
    .bodyprt video{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 550px) {
    .footer-down{
        align-items: center;
        flex-direction: column;
    }
}
