@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'Poppins', sans-serif;
}
html{
   scroll-behavior: smooth;
}
:root
{
   --body-color:#dde7fb;
   --header-link-color: #333;
   --link-hover-color: #5F28FC;
   --text-color: #333;
   --footer-color:#201f22;
}

/* .container
{
   max-width: 1221px;
} */
a
{
   text-decoration: none;
}
ul
{
   list-style-type: none;
}
img
{
   width: 100%;
}
/* .container-fluid
{
   max-width: 92rem;
} */
body
{
   background: var(--body-color);
   overflow-x: hidden !important;
}

/* *** whatsapp icon ***  */
.whatsapp-icon
{
   position: absolute;
   bottom: 20px;
   right: 30px;
   cursor: pointer;
   z-index: 999;
   position: fixed;
   width: 70px;
}

/* == pre create css ===  */

.defult-btn
{
   display: inline-block;
   padding: 13px 20px;
   background: #5F28FC;
   color: white;
   text-transform: uppercase;
   border-radius: 6px;
   transition: all .4s ease-in-out;
}
.defult-btn:hover
{
   background: black;
   color: white;
}
.defult-title
{
   position: relative;
}
.defult-title h5
{
   color: var(--link-hover-color);
   text-transform: uppercase;
   letter-spacing: 1px;
   user-select: none;
}
.defult-title h1
{
   font-weight: 700;
   color: #000;
   font-size: 50px;
   position: relative;
}
.defult-title h1::after
{
   content: "";
   position: absolute;
   width: 90px;
   height: 5px;
   border-radius: 3px;
   background-color: var(--link-hover-color);
   bottom: -18px;
   left: 50%;
   transform: translateX(-50%);
}
.defult-title p
{
   color: var(--text-color);
   margin-top: 35px;
   font-size: 1.3rem;
}

/* === header section ===  */
header
{
   border-bottom: 2px solid #ddd;
}
.logo
{
   position: relative;
}
.logo span {
   position: absolute;
   right: -150px;
   font-size: 13px;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   color: var(--header-link-color);
   top: 92px;
   letter-spacing: 1px;
   font-weight: 800;
}
.logo img
{
   width: 110px;
}
.navigation ul li
{
   padding: 0 15px;
}
.navigation ul li a
{
   color: var(--header-link-color);
   display: inline-block;
   padding: 0.9rem 1.2rem;
   font-size: 1.07rem;
   text-transform: uppercase;
   font-weight: 500;
   line-height: 1;
   transition: .7s;
}
.navigation ul li a:hover
{
   color: var(--link-hover-color);
}
/* == overlay imge section ==  */


/* == main section ==  */
.main-title
{
   margin-top: 121px;
}

.main-title h1{
   font-size: 3.1rem;
   font-weight: 700;
   line-height: 1.0;
   color: #5F28FC;
}
.main-title p{
   font-size: 1.25rem;
   color: var(--text-color);
   line-height: 1.6;
}
.main-img
{
   margin-top: 150px;
}
.main-img img
{
   max-width: 800px;
}
/* ==servics secton  ==  */
.service-left
{
   max-width: 390px;
   border-radius: 10px;
   min-height: 414px;
   padding: 20px;
   box-shadow: 0 5px 6px rgba(21, 7, 212, 0.5);
   transition: all .3s ease-in-out;
   margin-left: 10px;
}
.service-left:hover
{
   box-shadow: 0 7px 6px rgba(21, 7, 212, 5);
   margin-left: 0;
}
.service-left img
{
   max-width: 95px;
   margin-bottom: 0.5rem;
}
.service-left h3
{
   font-size: 1.4rem;
   margin-top: 22px;
   font-weight: 600;
   margin-bottom: 10px;
}
.service-left p
{
   font-size: 1.3rem;
   color: var(--text-color);
   margin-top: 20px;
   margin-bottom: 20px;
}
.service-left .dropshiping
{
  max-width: 300px;
}

/* ==== wordpress ===  */



/* *** portfolio section ***  */
.filter-link ul
{
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 40px 0;
   padding: 0 20px;
   flex-wrap: wrap;
}
.filter-link ul li
{
   margin: 5px 15px;
   font-size: 1.3rem;
   font-weight: 500;
   color: var(--text-color);
   cursor: pointer;
   text-transform: uppercase;
}
.filter-link ul li.active{
   background-color: rgba(0, 0, 0, 0.705);
   padding: 5px 10px;
   color: white;
   backdrop-filter: blur(10px);
   border-radius: 8px;
}

.filter-img
{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-gap: 40px;
   object-fit: cover;
   overflow: hidden;
}
.filter-img-list
{
   max-width: 385px;
   min-height: 330px;
   border-radius: 10px;
   overflow: hidden;
   cursor: pointer;
   border-radius: 15px;
   position: relative;
}
.filter-img-list.hide{
   display: none;
}
.filter-img-list img
{
   position:absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   overflow: hidden;
   transition: all .4s ease-in-out;
}

.filter-img-list:hover.filter-img-list img
{
   transform: scale(1.1);
}

/* *** about section **  */
.about-left span, .main-title span,  .team-title-text b, .review-info b, .contact-title span, .defult-title span, .footer-content span
{
   animation: animateThree .9s infinite;
}
@keyframes animateThree
{
   0%{
      opacity: 0;
   }
   100%{
      opacity:1;
   }
}
.class{
   animation: none;
}

.about-left ul
{
   padding-left: 0;
}
.about-left ul li
{
   color: var(--text-color);
   padding: 2px 0;
   font-weight: 700;
}
.about-left ul li span
{
   margin-right: 10px;
}
.about-left h4
{
   font-weight: 800;
   text-transform: capitalize;
}
.about-right img
{
   max-width: 700px;
}
.html-progress
{
   max-width: 400px;
   height: 7px;
   background: rgb(204, 202, 202);
   border-radius: 5px;
   position: relative;
}
.html-progress::after
{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width:350px;
   height: 7px;
   border-radius: 5px;
   background: var(--link-hover-color) !important;
}
.wordpress-progress
{
   max-width: 400px;
   height: 7px;
   background: rgb(204, 202, 202);
   border-radius: 5px;
   position: relative;
}
.wordpress-progress::after
{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width:250px;
   height: 7px;
   border-radius: 5px;
   background: var(--link-hover-color);
}
.about-right
{
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

/* **** client section ****  */
.client-section
{
   background:#6128fcd5 ;
   padding: 80px 0;
}
.client-title
{
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
}
.client-text
{
   width: 180px;
   height: 180px;
   border-radius: 50%;
   margin: 0 auto;
   border: 7px solid #DDE7FB;
   display: flex;
   flex-direction: column;
   justify-content: center;
   color: #DDE7FB;
   text-align: center;
}

/* *** team section ***  */

.team-title
{
   width: 100%;
   height: 470px;
   overflow: hidden;
   transition: all .4s ease-in-out;
   /* border-bottom: 5px solid var(--link-hover-color); */
}
.team-title:hover
{
   border-bottom: 8px solid var(--link-hover-color);
   transform: scale(.9);
   overflow: hidden;
}
.team-title img
{
   object-fit: cover;
   width: 300px;
   height: 300px;
   overflow: hidden;
   transition: all .4s ease-in-out;
}
.team-title-text
{
   margin-top: 15px;
   margin-left: 10px;
}
.team-title-text h5
{
   font-size: 1rem;
   letter-spacing: 3px;
   color: var(--link-hover-color);
}
.team-title-text h6
{
   letter-spacing: 3px;
   color: var(--link-hover-color);
}
.team-title-text h6
{
   display: flex;
   margin-bottom: 10px;
}
.team-title-text h6 span
{
   margin-right: 10px;
}
.team-title-text h4
{
   font-size: 1.3rem;
}

/* **** testimonal section ***  */
.testimonal-left
{
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.swiper {
   width: 100%;
   height: 100%;
 }

 .swiper-slide {
   /* text-align: center; */
   font-size: 18px;
   /* background: #fff; */
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
.testimonial-title span
{
   color: yellow;
   font-weight: 800;
}
.testimonial-title p
{
   color: #333;
   font-size: 1.5rem;
   letter-spacing: 1px;
   margin-top: 10px;
}
.review-info span
{
   color: #7b7b7c;
}

/* ** contact section ***  */
.contact-title h1
{
   font-size: 3rem;
   font-weight: 700;
   color: #000;
   position: relative;
}
.contact-title h1::after
{
   content: "";
   position: absolute;
   left: 0;
   bottom:-8px;
   background: var(--link-hover-color);
   width: 100px;
   height: 5px;
}
.contact-title p
{
   margin-top: 20px;
   font-size: 1.2rem;
}
.contact-location
{
   margin-top: 30px;
}

.contact-location .bangladesh span
{
   font-size: 1.9rem;
   position: relative;
   color: white;
   width: 60px;
   margin-right: 15px;
   background: var(--link-hover-color);
   height: 60px;
   line-height: 60px;
   border-radius: 50%;
   text-align: center;
}
.contact-form
{
   margin-top: 30px;
}
.name
{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 20px;
}
.name input
{
   width: 100%;
   border-color: var(--link-hover-color);
   background-color: var(--body-color);
   padding: 14px 10px;
   border-radius: 20px;
   font-size: 1rem;
}
.contact-form textarea
{
   width: 100%;
   border-radius: 20px;
   border-color: var(--link-hover-color);
   padding: 14px 10px;
   background: var(--body-color);
}
.contact-form input, .contact-form textarea
{
   outline: none;
}
.lines
{
   height: 10px;
}
.contact-form button
{
   border: none;
}

/* ==== about project ===== */
.about-project-title p
{
   max-width: 900px;
   margin: auto;
   margin-top: 30px;
}

/* *** Specialties **  */
.specialties-list ul
{
   padding-left: 0;
}
.specialties-list ul li
{
   font-size: 1.5rem;
   font-weight: 600;
}
.specialties-list ul li span
{
   margin-right: 10px;
}

/* *** footer section ***  */
.footer-section
{
   background: var(--footer-color);
   color: white;
}
.footer-content
{
   margin-left: 20px;
}
.footer-content p
{
   font-size: 1.2rem;
}
.footer-content h5
{
   color: var(--link-hover-color);
   font-size: 1.5rem;
   font-weight: 700;
   margin-bottom: 15px;
}
.links-item ul
{
   padding-left: 0;
}
.links-item ul li
{
   padding: 8px 0;
}
.links-item ul li a
{
   font-weight: 600;
   font-size: 1.1rem;
   color: white;
   transition: .3s;
}
.links-item ul li a:hover
{
   color: var(--link-hover-color);
}
.footer-input input
{
   width: 100%;
   padding: 12px 10px;
   border-radius: 20px;
}
.footer-input
{
   position: relative;
}
.footer-input span
{
   position: absolute;
   right: 0;
   top: 0;
   background: var(--link-hover-color);
   color: white;
   width: 40px;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 0 20px 20px 0;

}

.copyright-text
{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}
.copy-middle h5
{
   position: relative;
}
.copy-middle h5::before
{
   content: "";
   position: absolute;
   left: 121px;
   top: 12px;
   width: 47px;
   height: 3px;
   background: white;
}
.copy-middle ul
{
   display:block;
   padding-left: 0;
   margin-left: 90px;
}
.copy-middle ul li
{
   display: inline-block;
}
.copy-middle ul li a
{
   color: white;
   padding: 0 10px;
   font-size: 1.4rem;
   transition: .4s;
}
.copy-middle ul li a:hover
{
   color: #5F28FC;
}
.copyright-text h6
{
   color: var(--link-hover-color);
   text-align: center;
   cursor: pointer;
}
.copy-end span
{
   font-size: 1.8rem;
   background: var(--link-hover-color);
   padding: 10px;
   cursor: pointer;
   border-radius: 50%;
   animation: animate 1s infinite ;
}
@keyframes animate
{
   0%
   {
       opacity: 1;
   }
   100%
   {
      opacity: .5;
   }
}
.footer-img
{
   text-align: center;
   margin-top: 20px;
}
.footer-img img
{
   width: 250px;
}
.footer-input input
{
   outline: none;
}
.footer-input span
{
   animation: none;
}