
/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    /* font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; */
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.swiper {
    width: 100%;
  
  }

  .swiper-slide .desktop {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

  }
   .swiper-slide .mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;

  }
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.section-navbar{
    display: flex;
}
/* .img{
    width: 100%;
} */
img.logo {
    width: 50px;
    padding: 10px 0px;
}
.navbar{
    display: flex;
    padding: 35px 0px;
    background-color: #000000;
}
.navbar ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    font-size: 20px;
}
.navbar ul li{
    padding: 0px 20px;
    text-decoration: none;
}
a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
a:hover{
    color: rgb(135, 153, 251);
}

h1, h2 , h3 , h4 ,h5 ,h6{
    margin-block-start: 0em;
    margin-block-end: 0em;
}
/* .hero-container {
    /* background-image: url(https://webeesocial.com/wp-content/uploads/2018/10/webeesocial-web-banner3.jpg); */
    /* background-size: cover;
    background-position: center center;
    height: 125vh;
    z-index: 20;
    opacity: 1;
    position: relative; */
/* } */ 

.doddle{
    position: absolute;
    left: 10px;
    bottom: 10px;

}
.heroimg{
    width: 8%;
    padding-top: 100px;
}
.heroimg1{
    position: absolute;
    right: 43%;
    width: 8%;
}
.hero-container h1{
    font-weight: 800;
    font-size: 100px;
    padding: 0px 5px;
}
.introducton {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* align-items: center; */
}
.section-one{
    width: 50%;
    padding: 45px 50px;
    background-color: lightgrey;
    
}
.span{
    color: green;
}
.section-second{
    width: 50%;
    padding: 45px 50px;
    background-color: white;
}
.head{
    font-size: 100px;
    padding:0px 30px;
}
.heading{
    font-size: 50px;
}

.first h4{
    font-size: 20px;
    padding: 20px 0px;
}
.first p{
    font-size: 15px;
}
/* .serv1 img{
    width: 100%;
    height: 100%;
} */
 
.serice2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.section-container{
    display: flex;
    padding: 20px 100px;
}
.img{
    width: 100%;
}
.section-service{
    display: grid;
     grid-template-columns: 1fr 1fr 1fr;
  padding: 5px 20px;
}
/* .png{
    width: 100%;
} */
.container1{
    box-sizing: border-box;
    /* border: 20px solid #f6f6f6; */
    width: 50%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
 }


 .container1 h2, .container1 h5 , .container1 p{
    color: white;

 }
.container{
    box-sizing: border-box;
    border: 0px solid #f6f6f6;
    width: 50%;
    
}
.container1 h2{
    font-size: 44px;
    font-family: sans-serif;
    
}
.container1 h5{
    font-size: 20px;
    font-family: sans-serif;
    padding: 15px 0px;
}
.container1 p{
    font-size: 15px;
    line-height: 1.5;
    font-family: sans-serif;
}
.service{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 15px;
}
.png{
    width: 100%;
}
.section-client{
    background-color: #fcf4e8 !important;
    padding: 57px;
}
.section-client h1 {
    text-align: center;
    font-size: 45px;
    font-family: sans-serif;
    padding-top: 40px;
    padding-bottom: 15px;
    color: black;
}
.section-client h1 span{
    color: #5157cd;
}
.grid {
    width: 15%;
    padding: 3px;
    /* background-color: #8e93fb; */
    background-color: #c48686;
}
.grid img{
    width: 100%;
    filter: invert(1);
}
.client {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn{
    background-color: mediumseagreen;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 175px;
    line-height: 50px;
    text-align: center;
    transition: all 0.5s ease;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    border: 0;
}
.portfolio{
    background-image: url(https://webeesocial.com/wp-content/uploads/2016/09/parallax-4.jpg);
    height: 40vh;
    padding: 50px;
    text-align: center;
    background-attachment: fixed;
}
.btns{
    background-color: #fcf2e6 !important;
    color: #000000;
    font-weight: bold;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 175px;
    line-height: 50px;
    text-align: center;
    transition: all 0.5s ease;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    border: 0;
}
.blogs{
    padding-top: 43px;
    padding: 43px;
    /* background-color: grey; */
}
.blog h2{
    padding-top: 43px;
    padding: 43px;
    background-color: #f2f1f1 !important;
    text-align: center;
    font-size: 18px;
}
.section-news{
    display: flex;
}
.news{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
h6.news1 {
    font-size: 13px;
}
.news {
    font-size: 23px;
}
.section-footer{
    display: flex;
    background-color: black;
    color: #f2f1f1;
    padding: 55px 100px;
    line-height: 25px;
}
.image1{
    width: 100%;
}
.image2{
    width: 50%;
}
.section-news{
    width: 50%;
    padding:50px;
    /* height: 506.375px; */

}

/* * {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;} */

/* Slideshow container */
/* .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
} */

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 100%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
/* .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
nav.bg-white.shadow-md.p-4.md\:hidden {
    display: none;
}

.navbar {
    position: sticky;
    top: 10px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    margin: 1rem;

    /* Glassmorphism */
    background: rgba(0, 0, 0, 0.433);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
  }

  .logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
  }

  .nav-links {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    transition: transform 0.3s ease-in-out;
  }

  .nav-links li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: color 0.3s;
  }

  .nav-links li a:hover {
    color: #1d4494;
  }

  .hamburger {
    display: none ;
        opacity: 0;
    font-size: 2rem;
    cursor: pointer;
    color: #ffffff;
  }
.serv1{
    display: inline-grid;
    gap: 10px;
}
.serv1 .single-img{
    border: 1px solid black ;
    border-radius: 5px;
}
 .image{
    border-radius: 5px;
    opacity: 0.8;
   
 }

 .section-serivce{
    padding: 10px 20px;
    background-color: rgb(0, 0, 0);
    /* margin-bottom: 50px; */
 }
 
 .service11{
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    background-color: #000000;
 }

 .headi {
    display: flex
;
justify-content: space-between;
padding: 0px 50px;
}

.headi span {
    font-size: 25px;
    margin: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: white;
}
.white {
    color: white;
    
}
.grey{
    color: rgb(164, 164, 164);
    font-size: 15px;
}
.ser{
    display: flex;
    width: 100%;
    margin-top: 50px;
    padding: 0px 50px;
    gap: 10px;
   
}
.tes{
    display: grid;
    width: 100%;
    margin-top: 50px;
    padding: 0px 50px;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.tes img {
    width: 100%;
    border: 1px solid rgb(142, 147, 251);
    border-radius: 5px;
}
.ser a{
    width: 100%;
    border: 1px solid rgb(103, 103, 103);
    padding: 10px 20px;
    line-height: 2;
    border-radius: 5px;
    background: radial-gradient(42.1053% 32% at 30.1% 22.3%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.04) 100%);
}
.ser a:hover{
    width: 100%;
    border: 1px solid #8e93fb;
    padding: 10px 20px;
    border-radius: 5px;
    background: radial-gradient(42.1053% 32% at 30.1% 22.3%, rgba(189, 182, 251, 0.433) 0%, rgba(19, 188, 118, 0.04) 100%);
}
.ser img{
    width: 80px;
}
.ser p{

    width: 100%;
}
.casestudy {
    text-align: center;
    text-decoration: white;
    padding: 50px 0px;
}
.casestudy h1{
    color: white;
}
.pargram{
    color: white;
    text-align: center;
    padding: 20px 100px;
}
.para{
    padding: 50px 0px;
}
.pargram .para h1 {
    font-size: 55px;
    font-weight: 400;
}
.pargram .para p {
    font-size: 20px;
}
.para1 .para2{
    width: 33%;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.247);
    padding: 10px 20px;
    border-radius: 10px;
}
.para2 h2{
    font-size: 28px;
    font-weight: 200;
}
.para2 p{
    font-size: 20px;
    font-weight: 200;
    line-height: 1.5;
    word-spacing: 5px;
    letter-spacing: 2px;
}
.para1{
    display: flex;
    gap: 20px;
}


.footer{
	text-align: center;
	padding: 30px;
	padding-bottom: unset;
	background-color: black;
	color: white;
}
.footer1{
	display: flex;
    justify-content: center;
	gap: 20px;
	border-bottom: 1px solid white;
}
.footer1 div{
	width: 33%;
	padding: 20px;
	text-align: left;
}
.footer1 div h2{
	font-size: 22px ;
	font-weight: 200;
	text-transform: uppercase;
}
.contf{
	text-align: center;
	border: 1px solid white;
	border-bottom: unset;
	padding: 20px;
	padding-bottom: unset;
	border-radius: 50px 50px 0px 0px;
}
.des{
	font-size: 50px;
}
.footer2 {
    padding: 50px 0px;
    border-bottom: 1px solid;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.footer3 {
    display: flex
;
    justify-content: center;
    align-content: center;
    align-items: flex-end;
    padding: 50px 0px;
}
.cpyri  h3{
	font-size: 12px;
}