
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* .abc{
    z-index:9999;
} */
.elem_container {
    position: relative;
}

.text-mobile{
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}
.text-mobile-title{
    text-align: center;
      font-weight: 500;
    font-family: "Be Vietnam Pro", sans-serif;
}

body {
   font-family: "Roboto", sans-serif;
}

.img {
     background-image: url(../images/background/Banner-img-Mobile-view-Rakshit.webp);
    /* background-position: center; */
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
}
#floating-image-wrapper {
  position: fixed;
  top: 200px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  pointer-events: none;
}


  #animatedImage {
      width: 160px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
    }

    .place-image-here {
      width: 400px;
      height: 400px;
      /* background-color: #fff; */
      /* border: 2px dashed #000; */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

 .xyz {
        position: absolute;
        top: 14%;
        right: 11%;
    }
 .xyz a{
     color: white;
    background-color: blue !important;
    width: 180px !important;
    height: 48px ;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.banner_text {
    font-size: 30px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", sans-serif;
    /* margin-right: 50px; */
}
.logo-white {
  filter: brightness(0) invert(1);
}


.nav-link{
    color: #fafbfc;
    font-size: 16px !important;
}
.nav-link:hover{
    color: #fafbfc;
}
.top_Smedia:hover{
   color: #3683C4; 
}
/* text animation......................................... */
.first_section,.second_section{
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
      .third_section {
    width: 100%;
    padding: 100px 0px;
    /* height: 90vh; */
    margin: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
  .third-section{
        height: 50vh;
    }

 .second_section {
      background-color: #3683C4;
      position: relative;
      padding: 100px 0px;
      /* height: 70vh; */
    }

    .fetures {
      background-color: #fff;
      position: relative;
    }

    .place-image-here {
      width: 150px;
      height: 150px;
      /* background-color: #fff; */
      /* border: 2px dashed #000; */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
.backbg {
    transition: all .5s linear;
    background: #298dcf;
    color: white;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
}

.whatapp_chat img {
    position: fixed;
    bottom: 50px;
    right: 20px;
    text-align: right;
    z-index: 10;
 
}

/* third section............................................................... */
.rakshit_o_ring_mobile{
    width: 300px;
    margin: 0px auto;
}

ul li {
    color:
        #3683C4;
    list-style-type: none;
    font-size: 18px;
}

.data {
    height: 400px;
    line-height: 50px;
}


.section_5 {
    background-color: #3683C4;
    width: 100%;
    padding: 100px 0px;
    position: relative;
   

}

.benifit_div {
   
    padding: 20px;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
}

.img-div {
    font-size: 40px;
}

/* video section................................................................ */
.video {
    border-radius: 10px;
}

.Background_Pushpam {
    padding: 100px 0px;
    color: #1E1E1E;
}

/* footer....................................................................... */

footer{
    padding: 50px 0px;
}
.footer_links {
    list-style-type: none;
}

footer {
    background-color: #072BA3;
}

.social_media_icon {
    color: white;
    font-size: 12px;
}

.social_media_icon,
.footer_textt:hover {
    color: #fbfaf7;
    transition: all 0.2s ease-out;
}

.footer_text,
.footer_textt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #FFF;
    text-decoration: none;
    /* text-align: justify; */
}

.text {
    color: #fefdfc;
}

.copy {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
}

.footer_input {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 10px;
    color: white;
}

.footer_submit {
    width: 116px;
    height: 48px;
    background-color: white;
    border-radius: 30px;
    border: 0px;
    color: #3683C4;
    font-weight: bold;
}
.top_Smedia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #f1f1f1;
  color: #333;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.top_Smedia:hover {
  color: #3969c4;
  transform: translateY(-2px);
}

.top_Smedia.facebook:hover {
  background-color: #3b5998;
}

.top_Smedia:hover .bi-instagram {
  background: radial-gradient(circle at 30% 30%, #fdf497, #fd5949, #d6249f, #285AEB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top_Smedia:hover .bi-youtube {
  color: #ff0000;
}
footer{
    padding: 100px 0px;
}

@media (min-width: 768px) {
   
    .fetures {
        padding: 100px 0px 0px 0px;
    }
   
}

@media (min-width: 992px) {
    .second_section {
        height: 100vh;
    }
     #animatedImage {
      width: 300px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
    }

  
    .third_section {
    width: 100%;
    height: 90vh;
    margin: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
  .third-section{
        height: 100vh;
    }

    .img {
       background-image: url(../images/background/Banner-img-desktop-view-Rakshit.webp);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }
 footer{
    padding: 100px 0px;
}

    .banner_text {
        font-size: 42px;
        font-weight: 700;
        margin-right: 50px;
    }
    .text-mobile-title{
        text-align: start;
    }
    
    .heading {
        left: 365px;
        top: 150px;
    }

    .xyz {
        position: absolute;
        top: 20%;
        right: 10%;
    }
  .xyz a{
     color: white;
    background-color: blue !important;
    width: 200px !important;
    height: 48px ;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
   
    .ProductImg {
        width: 250px;

    }

    .details {

        bottom: 5px;
        left: -150px;
        width: 300px;
    }

    .info {
        top: 100px;
        left: 45px;
        width: 300px;
    }


    .one {
        width: 400px;
        height: 400px;
    }

  
  
}

@media (min-width: 1200px) {
    /* 1200 media....................................................... */
.line,
.line2 {
    height: 100px;
    position: relative;
}
        .new-arrow2 {
        width: 300px;
        height: 50px;
        position: absolute;
        top: 101px;
        left: -140px;
        border-right: 1px solid rgb(251, 249, 249);
        border-bottom: 1px solid rgb(250, 248, 248);
    }

    .new-arrow {
        width: 300px;
        height: 45px;
        position: absolute;
        top: 101px;
        left: 150px;
        border-left: 1px solid rgb(251, 249, 249);
        border-bottom: 1px solid rgb(250, 248, 248);
        z-index: 2;
    }

    .dot1,
    .dot2,
    .dot3,
    .dot4 {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: aliceblue;
        position: absolute;

    }

    .dot1 {
        top: 95px;
        left: 146px;
    }

    .dot2 {
        top: 139px;
        right: -151px;
        position: absolute;
        z-index: 2;
    }

    .dot3 {
        top: 145px;
        left: -50%;
    }

    .dot4 {
        top: 95px;

        right: 135px;
    }

  

    /* 1200 media. end...................................................... */
}

@media (min-width: 1400px) {
     .third-section{
        height: 90vh;
    }
      .third_section {
    width: 100%;
    height: 80vh;
    margin: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
  .third-section{
        height: 80vh;
    }
    .ProductImg {
       width: 303px;
        /* left: 539px; */
       
    }
      .xyz {
        position: absolute;
        top: 20%;
        right: 10%;
    }
    .new-arrow {
        width: 390px;
    }
    .dot2 {
        right: -248px;
    }
       .new-arrow2 {
        width: 374px;
        left: -230px;
    }
    .dot3 {
    
        left: -240px;
    }

    .second_section {
        height: 87vh;

    }
}
 @media only screen and (min-width: 1900px) {
     .xyz {
        position: absolute;
        top: 20%;
        right: 18%;

    }
     .new-arrow2 {
        width: 390px;
    }
    .banner_text{
        font-size: 60px;
    }
 }
/* @media only screen and (min-width: 1900px) {
    .ProductImg {
        width: 344px;
         left: 775px;
        
     }
     .fetures {
        padding: 64px 0px;
    }
} */
