/* Google Fonts Link */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Inside style.css */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');


* {
    
    font-family: "Roboto", sans-serif;
    padding: 0px;
    margin: 0px;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}



body{
    background-color: black;
}
.header{
    
    /* border: 1px solid red;  */
    position: relative;    
    height: 60px;
    z-index: 20;
   
}   
.navbar{

    display: flex;
    margin: auto;
    width: 1300px;
    /* border: 1px solid red; */
    justify-content: space-between;
     align-items: center;
    height: 60px;
    background-color: white;
    position: fixed;
    right: 0;
    left: 0;
    /* padding: 20px 100px 20px 120px; */
}
.logo{
    display: inline;
    /* border: 1px solid red; */
    margin-left: 60px;
}
.menu-list{
    /* border: 1px solid red; */
    gap: 40px;
    display: flex;
}
.menu-item{
    /* border: 1px solid red; */
    font-size: 20px;
   
    
}
.menu-item a{
  /* border: 1px solid red; */
  font-size: 20px;
  color: black;
  text-decoration: none;
  
}

.header-button{
   padding: 10px 20px 10px 20px;
    border: none;
    background-color: #F6D727;
    margin-right: 60px;
    font-size: 15px;
    font-weight:500;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
  }
  
  .header-button span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
  }
  
  .header-button svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
  }
  
  .header-button:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
  }
  
  .header-button:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
  }
  
  .header-button:hover span {
    transform: translateX(5.5em);
  }
  
  .header-button:active {
    transform: scale(0.95);
  }
  
  @keyframes fly-1 {
    from {
      transform: translateY(0.1em);
    }
  
    to {
      transform: translateY(-0.1em);
    }
  }

.hero-section{
  padding-bottom: 100px;
  /* border: 1px solid red; */
}
.hero{
    width: 1200px;
    margin: auto;
  
    /* border: 1px solid red; */
    display: flex;
    color: aliceblue;
    height: 700px;
}

.hero-first-content{
    /* border: 2px solid rgb(47, 0, 255); */
    width: 800px;
    padding-top:50px ;
    display: block;
}
.hero-first-content h1 {
    
    /* border: 2px solid rgb(47, 0, 255); */
    padding-top:50px ;
    display: block;
    width: 80%;
    margin-left: 80px;
    margin-top: 50px;
    font-size: 50px;
    font-weight:500;
}
.hero-first-content p {
    /* border: 2px solid rgb(47, 0, 255); */
    padding-top:50px ;
    display: block;
    width: 80%;
    margin-left: 80px;
    font-size: 20px;
    font-weight:200;
}

.hero-first-content .hero-button{
    width: 80%;
    padding-top:50px ;
    display: flex;
    margin-left: 80px;
    /* border: 2px solid rgb(47, 0, 255); */
}
.hero-second-content{
    width: 50%;
    height: 100%;
    /* border: 2px solid rgb(47, 0, 255); */
}

.hero-second-content img{
    width: 750px;
    height: 750px;
    margin-left: -150px;
}
.service-section{
    padding-bottom: 100px;
}
.our-Service{
    width: 1200px;
    
    color: aliceblue;
    margin: auto;
    /* border: 2px solid rgb(47, 0, 255); */
}

.service-first-content{
    width: 1000px;
    
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    gap: 50px;
    /* border: 2px solid rgb(200, 255, 0); */
}

.service-item{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
   
}
.service-box{
    width: 250px;
    background-color: antiquewhite;
    color: black;
    text-align: center;
    margin: auto;
    margin : 10px;
    padding: 50px 0px 30px 0px;
    border-radius: 5px;
    /* border: 2px solid rgb(47, 0, 255); */
}

.service-box .svg{
  background-color: #fb9a11;
  color: rgb(255, 255, 255);
  padding: 20px;
  margin-bottom : 30px;
  border-radius: 50px;
}
.service-box h3, p{
    margin-top: 8px;
    /* border: 2px solid rgb(47, 0, 255); */
}
.btn{
    font-weight: 600;
}
.service-box img{
    width: 150px;
    height: 150px;
}

.heading{
    /* border: 2px solid rgb(47, 0, 255); */
    margin: auto;
    width: 1000px;
    font-weight: 500;
    font-size: 45px;
    
    text-align: center;
    padding-bottom: 10px;
}
.heading-text{
    /* border: 2px solid rgb(47, 0, 255); */
    margin: auto;
    width:50%;
    font-size: 19px;
    margin-bottom: 100px;
    text-align: center;
    font-weight: 100;
}

.service-button{
    padding: 10px 20px 10px 20px;
    margin: auto;
    background :none;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight:500;
    border: 1px solid white;
    border-radius: 5px;
}

.why-section{
    background-color: aliceblue;
}
.why{
    width: 1200px;
    margin: auto;
    padding: 30px 0px 40px 40px;
    display: flex;
    color: aliceblue;
    /* border: 2px solid rgb(47, 0, 255); */
    justify-content: center;
    align-items: center;
}

.why-second-content{
    /* width: 500px; */
    width: 700px;
    /* border: 2px solid rgb(47, 0, 255); */
    height: 500px;
}

.why-second-content img{
    width: 100%;
    height: 100%;
    
    /* border: 2px solid rgb(255, 0, 0); */
}

.why-first-content{
    /* border: 2px solid rgb(253, 124, 19); */
    padding-top:20px ;
    color: black;
    margin-left: 80px;
}
.why-first-content h3 {
    
    /* border: 2px solid rgb(47, 0, 255); */
   
    display: block;
    width: 50%;
     font-size: 30px;
    font-weight:500;
}
.why-first-content p {
    /* border: 2px solid rgb(47, 0, 255); */
    padding-top:10px ;
    width: 70%;
    font-size: 15px;
    font-weight:300;
}


.bullet {
    width: 70%;
    /* border: 2px solid rgb(47, 0, 255); */
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight:400;
}
 
.bullet img {
    width: 25px;
    height: 25px;
  
   
}

.btn5{
    width: 500px;
    height: 50px;
    display: flex;
    margin: auto;
   
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    /* border: 2px solid rgb(200, 255, 0);  */
}
/* btn-1 */

.btn-1 {
    border: 2px solid rgb(251, 251, 251);
    position: absolute;
    justify-content: center;
    scale: 0.5;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 30px;
    background-color: inherit;
    border-radius: 10px;
    font-weight: 400;
    color: #f9f9f9;
    box-shadow: 0 0 0 2px #F6D727;
    cursor: pointer;
    margin-top: 60px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .btn-1 svg {
    position: absolute;
    width: 24px;
    fill: #1e1e1e;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);

  }
  
  .btn-1 .arr-1 {
    right: 16px;
  }
  
  .btn-1 .arr-2 {
    left: -25%;
  }
  
  .btn-1 .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #F6D727;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .btn-1 .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .btn-1:hover {
    box-shadow: 0 0 0 12px transparent;
    border-radius: 12px;
    color: black;
  }
  
  .btn-1:hover .arr-1 {
    right: -25%;

  }
  
  .btn-1:hover .arr-2 {
    left: 16px;

  }
  
  .btn-1:hover .text {
    transform: translateX(12px);
     
  }
  
  .btn-1 svg {
    fill: #f9f9f9;
  }
  
  .btn-1:hover svg {
    fill: black;
  }
  
  .btn-1:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #F6D727;
  }
  
  .btn-1:hover .circle {
    width: 320px;
    height: 220px;
    opacity: 1;
  }


  /* btn-6 */

.btn-6 {
 
    border: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    background-color: #F6D727;
    margin-right: 60px;
    font-size: 15px;
    font-weight:500;
    border-radius: 5px;

  }
  
  .btn-6:hover {
    animation: jello-horizontal 0.9s both;
  }
  
  @keyframes jello-horizontal {
    0% {
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
  
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
  
    100% {
      transform: scale3d(1, 1, 1);
    }
  }



  /* btn-2 */



.achievement-section{
  background-color: black;
  padding: 50px;
}

.achievement-section .heading{
  padding-top: 50px;
  color: white;
}
  

.achievement{
    width: 1200px;
    margin: auto;
    padding: 30px 0px 40px 40px;
    display: flex;
    color: aliceblue;
    /* border: 2px solid rgb(47, 0, 255); */
    justify-content: center;
    align-items: center;
}

.achievement-box{
  width: 250px;
  /* background-color: antiquewhite; */
  color: rgb(255, 255, 255);
  text-align: center;
  margin: auto;
  margin : 10px;
  padding: 50px 0px 30px 0px;
  border-radius: 5px;
  /* border: 2px solid rgb(47, 0, 255); */
}

.achievement-box .svg{
  /* background-color: #F6D727; */
  color: #fb9a11;
  padding: 20px;
  margin-bottom : 10px;
  border-radius: 50px;
  
}
.achievement-box h3, p{
    margin-top: 8px;
    /* border: 2px solid rgb(47, 0, 255); */
}
.achievement-box h3{
  margin-top: 5px;
  font-size: 26px;
  /* border: 2px solid rgb(47, 0, 255); */
}
.achievement-box h4{
 
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
  /* border: 2px solid rgb(47, 0, 255); */
}


/********************************************************************** Testiminoal Code End ****************************************************/

.testimonials-section {
  padding: 50px 0 100px;
  background: rgb(241, 238, 238);
  /* border: 1px solid red; */

}
  

.testimonials-section .slider-wrapper {
      overflow: hidden;
      margin: 0 60px 50px;
      
}
   
.testimonials-section .testimonial {
  user-select: none;
  padding: 35px;
  display: flex;
  /* border: 1px solid red;    */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.testimonials-section .testimonial .user-image{
  width: 180px;
  height: 180px;
  margin-bottom: 50px;
  object-fit: cover;
  border-radius: 50px;
}

.testimonials-section .testimonial .name {
  margin-bottom: 16px;
  font-size: 18px;
}

.testimonials-section .testimonial .feedback {
  line-height: 25px;
}

.testimonials-section .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #fb9a11;
}
.testimonials-section .swiper-slide-button {
  color: black;
  margin-top: -50px;
  transition: 0.3s ease;
}

.testimonials-section .swiper-slide-button:hover {
  color: blue;
}



:where(section, footer) .section-content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
}


.section-content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
   /* border: 1px solid red;   */

}
/********************************************************************** Testiminoal Code End ****************************************************/




.new_footer_area {
  background: #fbfbfd;
}


.new_footer_top {
  padding: 120px 0px 270px;
  position: relative;
    overflow-x: hidden;
}
.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}
.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}
.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}
.btn_get_two:hover {
  background: transparent;
  color: #F6D727;;
}
.btn_get:hover {
  color: #fff;
  background: #F6D727;
  border-color: #F6D727;;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #F6D727;;
}
.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.f_widget.about-widget .f_list li a{
text-decoration: none;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 24px;
  text-decoration: none;
}
.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ti-facebook:before {
  content: "\e741";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-pinterest:before {
  content: "\e731";
}

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e5c40d;
  border-color: #F6D727;
  color: #000000;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
  background: #F6D727;
  border-color: #F6D727;
color:white;
}
.new_footer_top .f_social_icon a{
  margin-left: 4px;
}
.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}
.f_600 {
  font-weight: 600;
}
.f_size_18 {
  font-size: 18px;
}
/* h1, h2, h3, h4, h5, h6 {
  color: #4b505e;
} */
.new_footer_top .f_widget.about-widget .f_list li a {
  color: #6a7695;
}


.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
background-size:100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
background-size:100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@-webkit-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

/* ************footer End**************** */

