@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins: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,400;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  @media only screen and (max-width: 480px) {
    html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
  }
  
  @media only screen and (max-width: 992px) {
    html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
  }

  body{
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  /* Side Social Media App */
  .side {
    font-family: "Open Sans", sans-serif;
    font-family: "Roboto", sans-serif;
    font-family: "Ubuntu", sans-serif;
    position: fixed;
    width: 70px;
    margin-top: 150px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
  }
  
  @media screen and (max-width: 992px) {
    .side {
      display: none;
    }
  }
  
  .side li {
    height: 60px;
    position: relative;
  }
  
  .side ul {
    display: contents;
  }
  
  .side li a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    transition: all 0.3s linear;
    text-decoration: none;
    list-style: none;
  }
  
  .side li:nth-child(1) a {
    background-color: #4267b2;
  }
  
  .side li:nth-child(2) a {
    background-color: #1da1f2;
  }
  
  .side li:nth-child(3) a {
    background-color: #c13584;
  }
  
  .side li:nth-child(4) a {
    background-color: #00d018;
  }
  
  .side li a i {
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 27px;
  }
  
  .side li a span {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: none;
  }
  
  .side a:hover {
    z-index: 1;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  
  .side ul li a:hover span {
    display: block;
    padding-left: 30%;
  }
  
  /* End */
  
  
  /* Top call */
  .call {
    background-color: rgb(75, 75, 255);
    text-align: center;
  }
  
  .call a {
    color: white;
    text-decoration: none;
    padding: 1rem;
  }
  /* End */
  
  
  /* Bottom right call */
  .whatsapp_float {
    position: fixed;
    bottom: 4rem;
    right: 2rem;
  }
  
  .whatsapp_float_btn {
    border-radius: 5px;
  }
  /* End */
  
  
  /* Pricelist Download Button */
  .a{
    position: fixed;
    width: 100%;
    height: 0%;
    /* height: 200px; */
    /* background: blue; */
    top: 50%;
    /* float: right; */
  }
  
  .a a{
    
    width: 150px; 
    height: 45px; 
    background-color: yellow;
    transform: rotate(270deg);
    float: right;
    padding: 10px;
    border-radius: 12px;
    margin-right: -3rem;
  }
  /* End */
  
  
  /* Section-1 */
  .section_1 {
    margin-top: 2rem;
    margin-left: 4rem;
  }
  
  @media (max-width: 769px) {
    .section_1 {
      margin-left: 0;
    }
  }
  
  .cru{
    border-radius: 30px;
  }
  
  .pehli {
    width: 87%;
    border-radius: 30px;
  }
  
  @media (max-width: 769px) {
    .pehli {
      width: 100%;
    }
  }
  
  @media (max-width: 426px) {
    .pehli {
      width: 24rem;
    }
  }
  @media (max-width: 377px) {
    .pehli {
      width: 20rem;
    }
  }
  @media (max-width: 322px) {
    .pehli {
      width: 16rem;
    }
  }
  
  .btn1 {
    font-weight: bolder;
    border: 2px solid #ff6633;
    border-radius: 5px;
    /* background: linear-gradient(to left, #ff9933 0%, #ff0000 100%); */
    background: #ff6900;
    /* margin-top: 1rem; */
    width: 80%;
    height: 50px;
    text-decoration: none;
    color: white;
    /* margin-left: 3.3rem; */
  }
  
  .form {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #f2f2f2;
    padding: 18px;
    height: auto;
    border-radius: 15px;
    width: 80%;
    margin-top: 3rem;
  }
  
  #First_Name {
    border-radius: 8px;
    width: auto;
    padding: 7px;
  }
  #Last_Name{
    border-radius: 8px;
    width: auto;
    padding: 7px;
  }
  
  #Email {
    border-radius: 8px;
    width: auto;
    padding: 7px;
    /* margin-top: 1rem;  */
  }
  
   
  #Phone {
    border-radius: 8px;
    width: auto;
    padding: 7px;
    /* margin-top: 1rem; */
  }
  
  .formsubmit {
    font-weight: bolder;
    border: 2px solid #ff6633;
    border-radius: 5px;
    /* background: linear-gradient(to left, #ff9933 0%, #ff0000 100%); */
    background: #ff6900;
    margin-top: 10px;
    width: 45%;
    height: 30px;
    color: white;
    /* margin-left: 8px; */
  }
  
  @media (max-width: 769px) {
    .form {
      width: 100%;
    }
  }
  /* End */
  
  .section_2 {
    width: 15%;
    margin: 20px auto;
    margin-top: 3rem;
    display: none;
  }
  
  @media (max-width: 769px) {
    .section_2 {
      width: 30%;
      display: block;
    }
  }
  @media (max-width: 426px) {
    .section_2 {
      width: 50%;
      margin: 20px auto;
    }
  }
  
  .section_3_show {
    width: 80%;
    margin: 0 auto;
    background-color: #ececec;
  }
  
  @media (max-width: 769px) {
    .section_3_show {
      display: none;
    }
  }
  
  .btn3 {
    /* margin-left: 27rem; */
    /* margin-top: 1.5rem; */
    /* margin-bottom: 13px; */
    margin: 12px;
    border: none;
    border-radius: 30px;
    padding: 12px;
    background-color: #ff6900;
    color: white;
    font-weight: bold;
  }
  
  .btn3:hover {
    color: rgb(10, 10, 11);
  }
  
  .section_4 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  
  .section_41 {
    width: 50%;
    margin: 0 auto;
    margin-top: 2rem;
  }
  
  .btn4 {
    margin: auto;
    display: block;
    border: none;
    /* background: linear-gradient(to left, #ff9933 0%, #ff0000 100%); */
    background: #ff6900;
    color: white;
    padding: 15px;
    border-radius: 12px;
    font-weight: bold;
  }
  
  .btn4:hover{
    color: black;
  }
  
  @media (max-width: 426px){
    .section_4{
      display: none;
    }
  }
  
  .section_4_mobile{
    width: 80%;
    margin: 0 auto;
    display: none;
  }
  
  @media (max-width: 426px){
    .section_4_mobile{
      display: block;
    }
  }
  
  
  
  /* From here section-5 starts */
  
  .btn5 {
    margin: auto;
    display: block;
    border: none;
    /* background: linear-gradient(to left, #ff9933 0%, #ff0000 100%); */
    background: #ff6900;
    color: white;
    padding: 15px;
    border-radius: 12px;
    font-weight: bold;
    margin-right: 20rem;
  }
  
  @media (max-width: 426px){
    .btn5{
      margin-right: 0;
      margin: 0 auto;
    }
  }
  
  .section_6{
    width: 80%;
    margin: 3rem auto;
  }
  
  @media (max-width: 426px){
    .section_6{
      width: 90%;
    }
  }
  
  .section_7{
    width: 80%;
    margin: 0 auto;
  }
  
  
  
  /* Section-9 from here */
  
  .section_9{
    width: 80%;
    margin: 2rem auto;
    margin-bottom: 3rem;
  }
  
  
  /* Footer */
  footer{
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #fff;
    padding: 100px 0 30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;
  }
  
  .row1{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .col1{
    flex-basis: 25%;
    padding: 10px;
  }
  
  .col1:nth-child(2), .col1:nth-child(3){
    flex-basis: 15%;
  }
  
  .footer_logo{
    width: 150px;
    margin-bottom: 30px;
  }
  
  .col1 h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
  }
  
  .email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
  }
  
  .col1 ul li{
    list-style: none;
    margin-bottom: 12px;
  }
  
  .col1 ul li a{
    text-decoration: none;
    color: #fff;
  }
  
  .footer_form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
  }
  
  .footer_form .far{
    font-size: 18px;
    margin-right: 10px;
  }
  
  .footer_form input{
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
  }
  
  .footer_form button{
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
  }
  
  .footer_form button .fas{
    font-size: 16px;
    color: #ccc;
  }
  
  .social_icons .fab{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
  }
  
  .fo_hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
  }
  
  .copyright{
    text-align: center;
  }
  
  .underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 40px;
    left: 0;
    overflow: hidden;
  }
  
  .underline span{
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
  }
  
  @keyframes moving{
    0%{
      left: -20px;
    }
    100%{
      left: 100%;
    }
  }
  
  @media (max-width: 700px){
    footer{
      bottom: unset;
    }
    .col1{
      flex-basis: 100%;
    }
    .col1:nth-child(2), .col1:nth-child(3){
      flex-basis: 100%;
    }
  }
  
  
  
  /* New Crousal Code */
  
  .Card-crousal{
    min-height: 53vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #EFEFEF; */
    /* background: #FFF; */
    padding: 3px;
  }
  
  .slide-container{
    max-width: 1120px;
    width: 100%;
    /* padding: 40px 0; */
  }
  
  .slide-content{
    margin: 0 40px;
    padding: 25px;
    /* background-color: red; */
    overflow: hidden;
  }
  
  .image-content, 
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }
  
  .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }
  
  .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
  }
  
  .overlay::before,
  .overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
  }
  
  .overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
  }
  
  .card{
    width: 320px;
    border-radius: 25px;
    background-color: #FFF;
  }
  
  .card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    /* border: 3px solid #FFF; */
    padding: 3px;
  }
  
  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
  }
  
  .name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }
  
  .description{
    font-size: 14px;
    color: #707070;
    text-align: center;
  }
  
  .button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .button:hover{
    background: #265DF2;
  }
  
  .swiper-navBtn{
    color: #6E93f7 !important;
    transition: color 0.3s ease !important;
  }
  
  .swiper-navBtn:hover{
    color: #4070F4 !important;
  }
  
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 40px !important;
  }
  
  .swiper-button-next{
    right: 0 !important;
  }
  
  .swiper-button-prev{
    left: 0 !important;
  }
  
  .swiper-pagination-bullet{
    background-color: #6E93f7 !important;
    opacity: 1 !important;
  } 
  
  .swiper-pagination-bullet-active{
    background-color: #4070F4 !important;
  }
  
  @media screen and (max-width: 768px){
    .slide-content{
        margin: 0 10px;
    }
    /* .swiper-navBtn{
        display: none;
    } */
  }
  