/*   Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: Helvetica;
  src: url(../font/Helvetica-Neue-Regular.otf);
  /* font-weight: normal;
  font-style: normal; */
}

/* ======font family=========
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: Helvetica;
*/

:root{
  
  --lato : 'Lato', sans-serif;
  --Poppins : 'Poppins', sans-serif;
  --Raleway : 'Raleway', sans-serif;
  --Helvetica : Helvetica;

  --thmColor: #E92557;
  --textColor: #707070;

  --f18 : 18px;
  --f20 : 20px;
  --f22 : 22px;
  --f24 : 24px;
  --f26 : 26px;
  --f28 : 28px;
  --f30 : 30px;
  --f32 : 32px;
  --f36 : 36px;
  --f40 : 40px;
  --f48 : 48px;
  --f50 : 50px;
}


body {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: #000;
  background: #EDFCFF;
}

  
button {
  cursor: pointer; 
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

a,
button {
  color: inherit;
  outline: medium none; 
  text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

 
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px; 
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
 }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: var(--f30);
  }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

li {
  list-style: none; }

  img{
    max-width: 100%;
  }

.pb_150{padding-bottom: 150px;}
.pb_100{padding-bottom: 100px;}
.pb_50{padding-bottom: 50px;}
.pt_150{padding-top: 150px;}
.pt_100{padding-top: 100px;}
.pt_50{padding-top: 50px;}

.mb_150{margin-bottom: 150px;}
.mb_100{margin-bottom: 100px;}
.mb_50{margin-bottom: 50px;}
.mt_150{margin-top: 150px;}
.mt_100{margin-top: 100px;}
.mt_50{margin-top: 50px;}



@keyframes floating {
  0% { transform: translate(0,  0px); }
  50%  { transform: translate(0, 15px); }
  100%   { transform: translate(0, -0px); }    
}

@keyframes floatingX {
  0% { transform: translate(0,  0px); }
  50%  { transform: translate(30px, 0px); }
  100%   { transform: translate(-0px, 0px); }    
}

@keyframes floatingZ {
  0% { transform: scale(.7); }
  50%  { transform: scale(1); }
  100%   { transform: scale(.7); }    
}
/* default-css END 
================================== */
 
.thm_btn{}

.container {position: relative; }
/*============hero Area Start =============*/

.hero-area {background: var(--thmColor);padding: 65px 0 125px;position: relative;overflow: hidden;}
.img_p_left {/* position: absolute; */}

.img_p_right {
    /* position: absolute; */
    right: 0;
}
.h-1 {left: 0;}
.h-2 {left: 184px;top: 24%;animation: floatingZ 3s ease-in-out infinite;}
.h-3 {top: 50%;left: -100px;animation: floating 3s ease-in-out infinite;}
.h-4 {top: -115px;left: 16%;animation: floatingZ 5s ease-in-out infinite;}
.h-5 {right: -60px;top: 21%;animation: floating 3s ease-in-out infinite;animation-delay: 1.5s;}

img.h-5.aos-init.aos-animate {}
.h-6 {top: 57%;right: 13%;animation: floatingZ 3s ease-in-out infinite;animation-delay: 1.5s;}
.h-7 {right: -68px;top: 58%;}
.h-8 {right: 100px;bottom: 100px;max-width: 160px;animation: floatingX 4s ease-in-out infinite;animation-delay: 1.5s;}

.logo {text-align: center;}

.logo img {
    object-fit: cover;
}

.logo a {
    display: block;
}
.card_wrp {display: flex;justify-content: space-between;max-width: 960px;margin: 80px auto;position: relative;gap: 30px;}
.card_blk {perspective: 1000px;flex: 0 0 22%;height: 330px;width: 100%;position: relative;}

.card_blk:hover .card_blk_item {
    transform: rotateY(180deg);
}

.card_blk_item {
    transition: transform 0.8s;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
}

.card_blk_item i {
    display: block;
}

.card_blk_item .front,.card_blk_item .back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    left: 0;
    object-fit: cover;
    border-radius: 20px;
}

.back {
    transform: rotateY(180deg);
}
.hero-text {color: #fff;text-align: center;max-width: 680px;margin: auto;}

.hero-text p {
    font-family: var(--Helvetica);
    font-size: var(--f20);
    font-family: 'Open Sans', sans-serif;
}

.hero-text span {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
    display: block;
    line-height: .7;
    font-family: var(--Raleway);
}

.hero-text h1 {
    margin-bottom: 36px;
    font-size: var(--f50);
    letter-spacing: -4px;
}
/*============hero Area End =============*/


/*============blog Area Start =============*/

.blog-area {padding: 130px 0 170px;position: relative;}

.blog-area .container {
    max-width: 1440px;
}

section.blog-area .conatiner {}

.blog-area .row {
    position: relative;
    padding-top: 120px;
    z-index: 9;
}

.blog_blk_2 {
    margin-top: 50px;
}
.position-img {
}

.position-img img {
    position: absolute;
    z-index: 0;
}
.b-1 {left: 50%;top: -30px;transform: translateX(-50%);/* animation: floatingX 3s ease-in-out infinite; */}
.b-2 {right: 10%;top: 28px;max-width: 300px;animation: floatingX 4s ease-in-out infinite;}
.b-3 {top: 47%;left: 4%;animation: floatingX 4s ease-in-out infinite;}
.b-4 {top: 49%;left: 55%;transform: translate(-50%, -50%);animation: floating 3s ease-in-out infinite;}
.b-5 {top: 69%;left: 1%;animation: floating 3s ease-in-out infinite;}

img.b-7 {
    right: 5%;
    top: 30%;
    animation: floatingZ 3s ease-in-out infinite;
}

img.b-6 {
    top: 50%;
    left: 33%;
    animation: floatingZ 4s ease-in-out infinite;
}
.blog_img {text-align: right;}

.blog_img .video {
    margin-left: auto;
}

.blog_blk_2 .blog_img .video {
    margin: unset;
}

.blog_img .video img {}

.blog_blk_2 .blog_img {
    text-align: left;
}
.blog_img-1 {position: absolute;left: 0;top: 0;z-index: -1;max-width: 420px;}

.blog_content {
    padding-left: 100px;
}

.blog_blk_2 .blog_content {
    padding-right: 50px;
}

.blog_content ul {
    display: flex;
    flex-direction: column;
    gap: 100px 0;
}

.blog_content ul li {
    display: flex;
    align-items: center;
    gap: 30px 40px;
    text-align: left;
}

.blog_content ul li p {
    font-family: 'Open Sans', sans-serif;
}

.blog_content ul li i {
    flex-shrink: 0;
}
.blog_img-2 {position: absolute;right: 0;top: 0;z-index: -1;max-width: 420px;}
/*============blog Area End =============*/


/*============emag Area Start =============*/

.emag-area {background: var(--thmColor);color: #fff;position: relative;overflow: hidden;}
.em-1 {top: 50px;left: 20%;animation: floatingZ 3s ease-in-out infinite;}
.em-2 {left: -70px;bottom: 48px;animation: floatingX 3s ease-in-out infinite;}
.em-3 {bottom: 33px;max-width: 124px;left: 15%;animation: floatingX 3s ease-in-out infinite;}
.em-4 {right: -60px;top: 80px;animation: floating 3s ease-in-out infinite;}
.emag_content {text-align: center;padding: 120px 0 100px;position: relative;}

.emag_content a {
    border-radius: 24px;
    background: #ffff;
    color: #000;
    display: inline-block;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    gap: 0 16px;
    padding: 0 30px;
    font-size: 22px;
    font-weight: 700;
    font-family: var(--Poppins);
}

.emag_content p {
    max-width: 850px;
    margin: 30px auto;
    font-size: var(--f20);
}
/*============emag Area End =============*/


/*============product Area Start =============*/

.product-area {padding: 80px 0;position: relative;}
.pd-1 {top: 50px;left: 10%;animation: floatingZ 3s ease-in-out infinite;}
.pd-2 {right: 10%;animation: floatingX 3s ease-in-out infinite;}
.pd-3 {top: 33%;left: 0;animation: floating 4s ease-in-out infinite;}
.pd-4 {top: 36%;left: -128px;animation: floating 4s ease-in-out infinite;animation-delay: 1s;}
.pd-5 {top: 64%;right: 5%;animation: floating 3s ease-in-out infinite;}
.pd-6 {bottom: 14%;left: 5%;animation: floatingX 3s ease-in-out infinite;}
.product_blk {display: flex;align-items: center;gap: 20px 50px;margin-bottom: 120px;max-width: 1200px;margin-inline: auto;position: relative;text-align: left;}

.product_blk ul li {
    margin-bottom: 8px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}

.product_blk h3 {
    margin: 40px 0;
    line-height: 30px;
    font-size: 22px;
}

.product_blk i {
    display: block;
    flex-shrink: 0;
    max-width: 400px;
    width: 100%;
}
/*============product Area End =============*/


/*============footer Area Start =============*/

.footer-area {background: #2C2C2C;color: #fff;padding: 30px 20px 190px;background-position: 0% 145px;background-repeat: no-repeat;overflow: hidden;position: relative;}

img.ft-bg {
    position: absolute;
    left: 0;
    bottom: -90px;
}

.footer-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ft_left {
}
.ft_mid {display: flex;flex-wrap: wrap;gap: 16px;}
.ft_right {text-align: right;}

.ft_right p {
    margin-bottom: 0;
}
/*============footer Area End =============*/


/*============ Area Start =============*/

.video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 720px;
  max-width: 405px;
  border-radius: 34px;
}

.video__placeholder {
  object-fit: cover;
  height: 100%;
  width: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1281px) {
  .video__placeholder {
    height: 100%;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: auto;
  }
}

.video__button {
  background: transparent;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
}
.video__button:before, .video__button:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 35px;
  height: 3px;
  top: 50%;
  left: 35%;
  transition: background-color 0.3s;
}
.video__button:before {
  transform: translateY(-11px) rotate(45deg);
}
.video__button:after {
  transform: translateY(11px) rotate(-45deg);
}
.video__button.is-playing {
  top: 1rem;
  right: 1rem;
  left: auto;
  transform: none;
}
.video__button.is-playing:before, .video__button.is-playing:after {
  left: 32%;
}
.video__button.is-playing:before {
  transform: translateY(0) rotate(45deg);
}
.video__button.is-playing:after {
  transform: translateY(0) rotate(-45deg);
}

.video:hover .video__button {
  border-color: #fff;
}
.video:hover .video__button:before, .video:hover .video__button:after {
  background-color: #6ddce5;
}

#video-player {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

body {
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
}

.header {
  background-color: #232439;
  padding: 4rem 2rem;
  text-align: center;
}
.header a {
  margin-top: 1rem;
  display: block;
  color: #6ddce5;
  font-size: 0.85rem;
  text-decoration: none;
}

.header__title {
  margin: 0;
  color: #fff;
  font-weight: 300;
}
/*============ Area End =============*/