

/*================================================
         Default CSS
=================================================*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,700&display=swap');
html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}



a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: var(---heading-color);
}

a:hover {
    text-decoration: none;
    color: #FF3E80;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 0;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 51px;
}

h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    color: #00b2ea
}

h3 {
    font-size: 36px;
    font-weight: 300;
}

h4 {
    font-size: 22px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #CDD0D2;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}


/* --Common Class Area start-- */



/*================================================
     Default CSS
=================================================*/


/* --Common Class Area start-- */


/*--Common input style--*/

input[type="text"],
input[type="number"],
select,
input[type="password"] {
    min-height: 45px;
    background: #f7f7f7;
    border-color: #ddd;
    outline: none;
}

.form-control:focus {
  background-color: #f7f7f7;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus {
    background-color: #f5f5f5;
    border: none;
}
/* --Button Area Start-- */

a.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button:focus {
    outline: none;
    outline: none;
}
a,
a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
.button {
  border-radius: 5px;
  font-size: 20px;
  padding: 16px 35px;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  transition: .4s all ease-in-out;
}
.button:hover{
  border: 1px solid #FF3E80;
}
.button img{
  position: absolute;
  right: -15px;
  top: 50%;
  background: #00003a;
  padding: 10px 0;
  transform: translate(0%, -50%);
  transition: .4s all;
}
.button:hover img{
  right: -25px;
  background: #00003a;
}
/* --main page-- */
#main_area{
background-color: #00003A;
position: relative;
padding:30px 0;
overflow: hidden;
}
.text_heading{
  text-align: center;
  padding-top: 20px;
}
.text_heading span{
  display: block;
}
.text_heading h1{
 margin-bottom: 45px;
 color:#00b2ea;
}
.video_img{
position: relative;
border-radius: 11px;
transition: .4s all;
border: 3px solid transparent;
}
.video_img:hover{
  border: 3px solid #00b2ea;
}
.video_img img{
width: 100%;
transition: .4s all ease-in-out;
}
.video_img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_right_heading {
  text-align: right;
}
.margin_area_left{
  margin-left: 60px;
}
.margin_area_right{
  margin-right: 60px;
}
.bottom_button_area{
  margin-top:30px;
  text-align: center;
}
.bottom_button_area a{
display: inline-block;
}
.download_area{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.download_area h3{
  color: #00b2ea;
}
.download_area a img{
  padding-left: 30px;
  width: 85%;
  transition: .4s all;
}
.download_area a img:hover{
transform: translateY(10px);
}
.wrapper_shap_left img{
  width:100%;
}
.wrapper_shap_right img{
  width: 100%;
}
.wrapper_shap_left{
  position: absolute;
  left: -20px;
  top: 0;
}
.wrapper_shap_right{
  position: absolute;
  right: -20px;
  top: 0;
}
.top_right_shap{
position: absolute;
right: 0;
top: 0;
}
.bottom_left_shap{
  position: absolute;
  left: 0;
  bottom: 0;
}
.bottom_left_dots{
  position: absolute;
  left: 300px;
  bottom: 0;
  opacity: .3;
}
 
.logo_area_bottom{
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -175px;
}
.logo_area_bottom h4{
  font-weight: 300;
  padding-bottom: 8px;
  font-size: 18px;
}
.follow_area{
  width: 220px;
  position: absolute;
  right: -171px;
  top: -605px;
  z-index: 1;
  transition: .4s all ease-in-out;
}
.follow_area:hover{
  transform: translateY(-5px);
}
.follwo_area_one:hover a h5{
  color: #FF3E80;
  }
.follwo_area_one{
  background-image: url("../img/common/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 31px 0px;
  text-align: center;
  height: 100px;
  background-position: center;
}
.follwo_area_one h5{
  padding-top: 10px;
  font-size: 18px;
  font-weight: 300;
}
.follwo_icon ul {
  text-align: center;
  padding-top: 5px;
}
.follwo_icon ul li {
display: inline-flex;
padding-left: 15px;
}
.follwo_icon ul li:first-child{
padding-left:0px;
}
.follwo_icon ul li a{
color: #fff;
font-size: 18px;
}
.follwo_icon ul li a:hover{
color: #FF3E80;
}
.cercall_area{
  position: absolute;
  top: -16px;
  left: -12px;
  z-index: -1;
}
.bottom_right_dots{
  position: absolute;
  bottom: 229px;
  right: 185px;
  opacity: .3;
}

.animate_img {
  -webkit-animation: img-animation-one 2s linear 0s infinite;
  animation: img-animation-one 2s linear 0s infinite;
  transition: .4s all ease-in-out;
  -webkit-transition: .4s all ease-in-out;
  -moz-transition: .4s all ease-in-out;
  -ms-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
}

@-webkit-keyframes img-animation-one {
  50% {
      -webkit-transform: translate(0, 10px);
      transform: translate(0, 10px);
  }
}

@keyframes img-animation-one {
  50% {
      -webkit-transform: translate(0, 10px);
      transform: translate(0, 10px);
  }
}
.shape-2 {
  -webkit-animation: left2right 7s linear 0s infinite;
  animation: left2right 7s linear 0s infinite;
}

@-webkit-keyframes left2right {

50% {
  -ms-transform: translateX(30px);
  /* IE 9 */
  -webkit-transform: translateX(30px);
  /* Chrome, Safari, Opera */
  transform: translateX(30px); }
}
.shape-4 {
  -webkit-animation: left3right 7s linear 0s infinite;
  animation: left3right 7s linear 0s infinite;
}

@-webkit-keyframes left3right {

50% {
  -ms-transform: translateX(-30px);
  /* IE 9 */
  -webkit-transform: translateX(-30px);
  /* Chrome, Safari, Opera */
  transform: translateX(-30px); }
}

.animate_img_video{
  -webkit-animation: left4right 5s linear 0s infinite;
  animation: left4right 5s linear 0s infinite;
}

@-webkit-keyframes left4right {

50% {
  -ms-transform: translateX(-10px);
  /* IE 9 */
  -webkit-transform: translateX(-10px);
  /* Chrome, Safari, Opera */
  transform: translateX(-10px); }
}

.animate_img_video_2{
  -webkit-animation: left5right 5s linear 0s infinite;
  animation: left5right 5s linear 0s infinite;
}

@-webkit-keyframes left5right {

50% {
  -ms-transform: translateX(-10px);
  /* IE 9 */
  -webkit-transform: translateX(-10px);
  /* Chrome, Safari, Opera */
  transform: translateX(-10px); }
}
