@import url("https://fonts.googleapis.com/css2?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&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none !important;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}
p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------  Now css start --------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////            ///////////////////////////// */
/* /////////////////////// navabr css ////////////////////////////// */
/* //////////////////////            /////////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */

/* =================================================== stickey navbar */

.fixed-top {
  background-color: #f81010;
  animation: slideDown 0.35s ease-out;
  z-index: 9999;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* =================================================== navbar list css */
.navbarnav {
  background-color: #291670;
}
.navbarnav ul li a {
  font-size: 16px;
  text-transform: uppercase;
}
.navbarnav ul {
  gap: 17px;
}

.navbarnav .navbar-toggler {
  outline: none;
  border: none;
  box-shadow: none;
}
.navbarnav .navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
/*=== =================================================enquiry button==== */

.navbarnav .enquirybtn a {
  color: #291670;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 4px;
  text-transform: uppercase;
}

/* ===== ===========================================navbar media quarry responsive */

@media (max-width: 991px) {
  .navbarnav ul {
    gap: 20px;
    text-align: center;
  }
  .navbarnav .navbar-nav {
    animation: hello 400ms ease-in-out;
    transform-origin: top;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
  }
  @keyframes hello {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  .navbarnav .enquirybtn {
    padding-left: 25px;
  }
  .navbarnav .navbar-nav {
    position: absolute;
    background-color: #291670;
    margin: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 30px 0px 30px 0px;
    transition: 1.5s;
  }
  .navbarnav .logo {
    margin-left: calc(100% - 61%);
  }
  .navbar-toggler {
    position: absolute;
  }
  .navbarnav .enquirybtn {
    position: absolute;
    right: 11%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbarnav ul {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .navbarnav .enquirybtn {
    position: absolute;
    right: 4%;
  }
}
@media (max-width: 767px) {
  .navbarnav .enquirybtn {
    display: none;
  }
  .navbarnav .logo {
    margin-left: calc(100% - 21%);
  }
}
@media (max-width: 520px) {
  .navbarnav .logo {
    margin-left: calc(100% - 30%);
  }
}
@media (max-width: 320px) {
  .navbarnav .logo {
    margin-left: calc(100% - 38%);
  }
}

/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////            ///////////////////////////// */
/* /////////////////////// banner  css ////////////////////////////// */
/* //////////////////////            /////////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */

/*================================= padding of banner */
#bannersection {
  padding: 140px 0px 100px 0px;
  background-color: #291670;
}
#bannersection .hedding h1 {
  color: #fff;
  font-size: 60px;
  text-transform: capitalize;
}

#bannersection .hedding p {
  color: #fff;
}
#bannersection .hedding button {
  text-decoration: none;
  font-size: 16px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 4px;
  text-transform: uppercase;
}
#bannersection .hedding button a {
  color: #291670;
}

/*================================================ responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  #bannersection .hedding h1 {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
  }
  #bannersection {
    padding: 100px 0px 100px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #bannersection .hedding h1 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    text-transform: capitalize;
  }
  #bannersection .hedding p {
    text-align: center;
  }
  #bannersection .btndiv {
    text-align: center;
  }
  #bannersection {
    padding: 100px 0px 100px 30px;
  }
}

@media (min-width: 310px) and (max-width: 767px) {
  #bannersection .hedding h1 {
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
  }
  #bannersection {
    padding: 20px 0px 100px 0px;
    text-align: center;
  }
}

/* -=-=-=-=--=-=--============================== swiper css start -=-=-=-=-= */

.slidersection .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.slidersection .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slidersection .button-next {
  position: absolute;
  top: 50%;
  z-index: inherit;
  right: 0;
  display: none;
}
.slidersection .button-next i {
  font-size: 25px;
  color: #fff;
  background-color: #060606a8;
  border-radius: 0px 10px;
  padding: 5px 11px 5px 15px;
}
.slidersection .button-prev {
  position: absolute;
  top: 50%;
  z-index: inherit;
  left: 0;
  display: none;
  transition: 2s;
}
.slidersection .button-prev i {
  font-size: 25px;
  color: #fff;
  background-color: #060606a8;
  border-radius: 0px 10px;
  padding: 5px 11px 5px 15px;
}
.slidersection .swiper:hover .button-next,
.slidersection .swiper:hover .button-prev {
  display: block;
}

/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////                ///////////////////////// */
/* /////////////////////// who we are css ////////////////////////// */
/* //////////////////////                ////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */

#whoweare {
  background-color: #f3f7ff;
  padding: 80px 0px 50px 0px;
}

#whoweare p {
  text-align: justify;
  font-size: 18px;
}
#whoweare h4 {
  color: #000000;
  font-size: 25px;
}
#whoweare h2 {
  color: #000000;
  font-size: 40px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #whoweare h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #whoweare h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
  #whoweare h4 {
    color: #000000;
    font-size: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #whoweare h2 {
    color: #000000;
    font-size: 25px;
    text-transform: capitalize;
  }
}

/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////                ///////////////////////// */
/* ///////////////////////   project css  ////////////////////////// */
/* //////////////////////                ////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */
#projects {
  background-color: #291670;
  padding: 80px 0px 50px 0px;
}
#projects h1 {
  color: #fff;
}
#projects ul li {
  color: #fff;
  font-size: 18px;
}
#projects ul li {
  margin-bottom: 20px;
}
#projects h2 {
  color: #ffffff;
  font-size: 40px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #projects h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #projects h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #projects h2 {
    color: #ffffff;
    font-size: 25px;
    text-transform: capitalize;
  }
}

/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////                ///////////////////////// */
/* /////////////////////// what we deal css  ////////////////////////// */
/* //////////////////////                ////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */

#whatwedeal {
  background-color: #f3f7ff;
  padding: 80px 0px 50px 0px;
}
#whatwedeal h2 {
  color: #000000;
  font-size: 40px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #whatwedeal h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #whatwedeal h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #whatwedeal h2 {
    color: #000000;
    font-size: 25px;
    text-transform: capitalize;
  }
}
/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////                ///////////////////////// */
/* /////////////////////// Accessories css  ////////////////////////// */
/* //////////////////////                ////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */

#Accessories {
  background-color: #291670;
  padding: 80px 0px 50px 0px;
}

#Accessories h4 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}
#Accessories h2 {
  color: #ffffff;
  font-size: 40px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Accessories h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Accessories h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #Accessories h2 {
    color: #ffffff;
    font-size: 25px;
    text-transform: capitalize;
  }
}

/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////                ///////////////////////// */
/* /////////////////////// testimonial css  ////////////////////////// */
/* //////////////////////                ////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */

#testimonial {
  background-color: #f3f7ff;
  padding: 80px 0px 50px 0px;
}

#testimonial h2 {
  color: #000000;
  font-size: 40px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #testimonial h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #testimonial h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
}

@media (min-width: 310px) and (max-width: 767px) {
  #testimonial h2 {
    color: #000000;
    font-size: 25px;
    text-transform: capitalize;
  }
}
#testimonial .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
}

#testimonial .card {
  height: 380px;
  padding: 50px 20px;
  border: none;
}
#testimonial .testimonial {
  font-size: 18px;
  line-height: 1.4rem;
  font-weight: 500;
  text-align: justify;
}
#testimonial .active-star {
  color: #fbc02d;
  margin-bottom: 8px;
}

#testimonial .name {
  font-weight: 700;
}
#testimonial .designation {
  font-size: 16px;
  font-weight: 600;
}
#testimonial .card img {
  border-radius: 100px;
  height: 45px;
  width: 45px !important;
}

/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////                ///////////////////////// */
/* /////////////////////// contact us css  ////////////////////////// */
/* //////////////////////                ////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */

#contacus {
  background-color: #291670;
  padding: 80px 0px 50px 0px;
}
#contacus h5 {
  color: #ffffff;
  font-size: 20px;
}
#contacus h4 {
  color: #ffffff;
  font-size: 20px;
}
#contacus p {
  color: #ffffff;
}
#contacus a {
  color: #ffffff;
}
#contacus h3 {
  color: #000000;
  font-size: 24px;
  text-transform: capitalize;
}
#contacus h2 {
  color: #ffffff;
  font-size: 40px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #contacus h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contacus h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
  }
}

@media (min-width: 310px) and (max-width: 767px) {
  #contacus h2 {
    color: #ffffff;
    font-size: 25px;
    text-transform: capitalize;
  }
}

#contacus .formdiv {
  background-color: #f3f7ff;
}
#contacus .formdiv input,
#contacus .formdiv textarea {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 4px;
  box-shadow: none;
}
#contacus .formdiv input::placeholder,
#contacus .formdiv textarea::placeholder {
  color: rgb(133, 133, 133);
  font-size: 18px;
}
#contacus .formdiv .sendbutton {
  background-color: #291670;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
}

/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////                ///////////////////////// */
/* ///////////////////////  our clients css  ////////////////////////// */
/* //////////////////////                ////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */
#ourclients {
  background-color: #f3f7ff;
  padding: 80px 0px 50px 0px;
}

#ourclients h2 {
  color: #000000;
  font-size: 40px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ourclients h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ourclients h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
}

@media (min-width: 310px) and (max-width: 767px) {
  #ourclients h2 {
    color: #000000;
    font-size: 25px;
    text-transform: capitalize;
  }
}

/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////                ///////////////////////// */
/* ///////////////////////  branch css  ////////////////////////// */
/* //////////////////////                ////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */
#branch {
  padding: 80px 0px 50px 0px;
  background-image: url(../image/background/bg.jpg);
  object-fit: cover;
  background-size: cover;
}

#branch h2 {
  color: #000000;
  font-size: 40px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #branch h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #branch h2 {
    color: #000000;
    font-size: 30px;
    text-transform: capitalize;
  }
}

@media (min-width: 310px) and (max-width: 767px) {
  #branch h2 {
    color: #000000;
    font-size: 25px;
    text-transform: capitalize;
  }
}
#branch a {
  background-color: #291670;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
}
/* ///////////////////////////////////////////////////////////////// */
/* ////////////////////////                ///////////////////////// */
/* ///////////////////////  footer css  ////////////////////////// */
/* //////////////////////                ////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */
footer {
  background-color: #291670;
  padding: 80px 0px 10px 0px;
}

footer .logodiv ul {
  gap: 20px;
}
footer ul li a {
  color: #fff !important;
}
footer h3 {
  color: #fff;
  font-size: 22px;
}
footer p {
  color: #fff;
}
footer a {
  color: #fff !important;
}
footer h4 {
  color: #fff;
  font-size: 20px;
}
footer .quicklink ul li {
  margin-top: 20px;
}
