:root {
  --primary-gradient: linear-gradient(90deg, #03c951 0%, #056b3b 100%);

  --secondary-gradient: linear-gradient(
    104.76deg,
    #000000 -19.74%,

    #056b3b 246.91%
  );
}

section {
    overflow-x: hidden;
}

body {
  margin: 0;

  padding: 0;

  overflow-x: hidden !important;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;

  color: #fff !important;
}

/* Card Hover  start*/

.card-hover {
  border-radius: 16px;

  overflow: hidden;

  transition: 300ms all ease-in-out;
}

.card-hover:hover {
  transform: translateY(-10px);
}

.card-hoverImg img {
  transition: 300ms all ease-in-out;
}

.card-hoverImg {
  overflow: hidden;
}

.card-hover:hover .card-hoverImg img {
  transform: scale(1.1);
}

.cardHover:hover {
  background-color: var(--color-primary);

  transition: all 1s ease;
}

.cardHover:hover .card__content a {
  color: #000;
}

/* Card Hover end */

/* section content */

.section-content h2 {
  font-size: 44px;

  font-weight: 500;

   

  font-family: Ubuntu;
}

.section-content h3 {
  font-size: 39px;

  font-weight: 500;

   

  font-family: Ubuntu;
}

.section-content h4 {
  font-size: 35px;

  font-weight: 500;

   

  font-family: Ubuntu;
}

.section-content p {
  font-size: 16px;

  font-weight: 400;

  font-family: Ubuntu;

  line-height: 28px;

  letter-spacing: 0.02em;

   

  color: #fbf7f7;
}

/* themeBtn */

.themeBtn {
  width: fit-content;

  background: var(--primary-gradient);

  padding: 10px 37px;

  border-radius: 50px;

  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 18px;

   

  cursor: pointer;

  color: #fcfbfb;

  display: inline-block;

  margin-top: 20px;

  outline: none;

  border: none;

  transition: all 300ms ease-in-out;
}

.themeBtn:hover {
  transform: translateY(-5px);
}

/* Mobile Menu Start */

.mobile-menu {
  position: fixed;

  left: -300px;

  width: 300px;

  height: 100%;

  background: linear-gradient(102.12deg, #516b8b -37.61%, #056b3b 95.22%);

  top: 0;

  z-index: 1111;

  padding: 30px;
}

.menu-list .close-btn {
  color: #fff;

  font-size: 20px;

  border: 1px solid #fff;

  width: 30px;

  height: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-left: auto;
}

.menu-list .close-btn:hover {
  text-decoration: none;

  background-color: #000;
}

.menu-list ul {
  margin-top: 50px;
}

.menu-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

.menu-list ul li a {
  color: #fff;

  font-size: 16px;

  line-height: 26px;

  text-decoration: none;
}

/* Mobile Menu End */

.logo p {
  font-family: Ubuntu;

  font-size: 26px;

  font-weight: 500;

  line-height: 30px;

  letter-spacing: 0em;

  text-align: left;

  color: #fefefd;
}

.navigation-list ul li {
  margin-left: 17px;
}

.navigation-list ul li a {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 18px;

   

  color: #fff;
}

.navigation-list ul li a:hover {
  text-decoration: none;
}

.header {
  margin-top: 15px;

  position: absolute;

  padding: 0px 0px;

  /* transform: translate(-50%,-50%); */

  top: 0;

  left: 0;

  width: 100%;

  z-index: 1;

  border-bottom: 1px solid #d9d9d9;
}

.icons ul li i {
  color: #fff;

  font-size: 18px;

  line-height: 28px;

  margin-left: 25px;

  position: relative;
}

.icons {
  display: inline-block;

  margin-left: 1px;
}

.glass {
  position: relative;
}

.glass::before {
  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  border-right: 1px solid #ebeaea;

  right: -18px;
}

li.button {
  background: var(--primary-gradient);

  padding: 8px 37px;

  border-radius: 50px;

  margin-left: 21px;
}

li.button a {
  color: #fff;

  font-family: "Ubuntu", sans-serif;

  font-weight: 500;

  font-size: 16px;

  line-height: 26px;
}

/* Banner Css start */

.banner {
  background: var(--secondary-gradient);

  position: relative;

  padding: 11% 0;
}

.banner-content h3 {
  background-color: var(--primary-gradient);
}

.banner-content h1 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 54px;

  line-height: 62px;
  color: #fff;
}

.banner-content p {
  font-family: "Ubuntu", sans-serif;

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 28px;

  letter-spacing: 0.02em;

  /* */

  color: #c5c5c5;
}

.banner-content h3 {
  background-color: linear-gradient(
    to right top,

    #00f260,
    #00deb5,
    #00c3f4,
    #00a0ff,
    #0575e6
  );

  background: linear-gradient(90deg, #00f260 0%, #0575e6 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  font-size: 19px;

  line-height: 29px;

  font-weight: 700;
}

.banner-content a {
  font-family: "Ubuntu", sans-serif;

  color: #c5c5c5;

  font-weight: 500;

  font-size: 16px;

  line-height: 26px;
}

.banner-content a:hover {
  text-decoration: none;
}

.image {
  margin-top: -11px;
}

.image img {
  width: 270px;

  border-radius: 10px;

  object-fit: cover;

  display: block;

  min-height: 500px;
}

.img-content h5 {
  color: #fff;

  font-family: "Ubuntu", sans-serif;

  font-size: 19px;

  line-height: 29px;

  font-weight: 700;
}

.img-content p {
  font-family: "Ubuntu", sans-serif;

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 28px;

  letter-spacing: 0.02em;

  /* */

  color: #c5c5c5;
}

.img-content a {
  font-family: "Ubuntu", sans-serif;

  color: #fefefd;

  font-weight: 500;

  font-size: 16px;

  line-height: 26px;

  border-bottom: 1px solid #ffff;
}

.img-box {
  position: relative;
}

.img-content {
  position: absolute;

  bottom: 30px;

  left: 7%;
}

.img-box::before {
    content: "";
    height: 100%;
    width: 270px;
    background-color: #000;
    position: absolute;
    opacity: 0;
    transition: .2s all;
}

.img-content {
    opacity: 0;
}

.img-box:hover::before {
    opacity: 40%;
    transition: .2s all;
}

.img-box:hover .img-content {
    opacity: 1;
}

.box-1-content h2 {
  font-family: "Ubuntu", sans-serif;

  color: #fefefd;

  font-weight: 500;

  font-size: 25px;

  line-height: 36px;
}

.box-1-content {
  /* margin-top: 20px; */

  margin-top: 10px;
}

.box-1 {
  margin-left: 16px;

  display: inline-block;

  margin-top: 11px;

  margin-left: 15%;

  width: 100%;

  margin-top: 8%;
}

/* Banner Css End */

/* Graphics Css start */

.graphics {
  background-image: url(../images/graphics-img.png);

  padding: 6% 0;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

.graphics-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 23px;

  line-height: 34px;

  /* */

  background: #fff;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;
}

.graphics-content h3 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 44px;

  line-height: 51px;

  color: #fefefd;

  /* */
}

.main-box-img img {
  width: 40px;

  object-fit: cover;

  display: block;

  margin-left: 5px;
}

.main-box-content h5 {
  font-family: Ubuntu;

  font-size: 22px;

  font-weight: 500;

  line-height: 25px;

  letter-spacing: 0em;

  text-align: left;

  color: #fefefd;

  font-size: 24px;

  line-height: 41px;
}

.main-box-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 15px;

  line-height: 31px;

  /* or 200% */

  letter-spacing: 0.02em;

   /* */

  color: #fbf7f7;
  height: 133px;
    overflow-y: scroll;
}

.main-box-content p::-webkit-scrollbar {
  width: 10px;
}

.main-box-content p::-webkit-scrollbar-thumb {
  background: #00f260; 
  border-radius: 3px;
}

.main-box {
  border: 1px solid #e0e0e0;
  padding: 16px 20px;
  border-radius: 16px;
  transition: 2s ease-in-out;
  /* min-height: 308px; */
  min-height: 279px;
  margin-top: 40px;
  height: 300px;
}

.main-box:hover {
  background: linear-gradient(90deg, #03c951 0%, #056b3b 100%);

  transition: width 0.35s ease-in-out;
}

.main-box-content {
  margin-top: 10px;
}

.graphics-footer p {
  font-family: Ubuntu;

  font-size: 16px;

  font-weight: 500;

  line-height: 18px;

  letter-spacing: 0em;

  color: #fbf7f7;
}

/* Graphics Css End */

/* Project Css start */

.project {
  background: var(--secondary-gradient);

  padding: 6% 0;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  position: relative;
}

.accesories-img img {
  width: 100%;
  border-top-right-radius: 15px;
  height: 185px;
  object-fit: cover;
}

/* project Csss end */

.content-box {
  background: var(--primary-gradient);

  border-radius: 20px;

  color: #fff;

  padding-right: 30px;
}

.flip-container-anim {
    perspective: 1000px;
}
.flip-container-anim:hover .flipper-anim, .flip-container-anim.hover .flipper-anim {
    transform: rotateY(180deg);
}
.flip-container-anim, .front-anim, .back-anim {
    width: 100%;
    height: auto;
}
.flipper-anim {
    transition: 0.6s;transform-style: preserve-3d;position: relative;
    width: 100%;
    height: 185px;
}
.front-anim, .back-anim {
    backface-visibility: hidden;position: absolute;top: 0;left: 0;
}
.front-anim {
    z-index: 2;transform: rotateY(0deg);
}
.back-anim {
    transform: rotateY(180deg);
    padding: 30px;
}

.project .content-box {
    padding-right: 0px;
}

.project-box-content a {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 16px;

  color: #fefefd;

  /* */
}

.main-pr-box {
  background: var(--primary-gradient);

  width: 260px;

  height: 131px;

  padding: 10px 10px;

  margin-top: 20px;

  border-radius: 16px;
}

.main-pr-box p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 700;

  font-size: 13px;

  line-height: 16px;

  /* */

  color: #ffffff;
}

.pr-img img {
  width: 100%;

  object-fit: cover;

  display: inline-block;
}

.main-pr-box-head {
  display: flex;

  justify-content: flex-start;

  margin-top: 50px;

  margin-left: -11px;
}

.main-pr-box h4 {
  font-size: 40px;

  line-height: 50px;

  color: #fff;
}

.project-sec-content h4 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 18px;

  /* */

  background: var(--primary-gradient);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;
}

.project-sec-content h2 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 43px;

  line-height: 51px;

  color: #fefefd;

  /* */
}

.project-sec-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 28px;

  /* or 175% */

  letter-spacing: 0.02em;

  /* */

  color: #fbf7f7;
}

.project-sec-content a {
  background: var(--primary-gradient);

  padding: 10px 37px;

  border-radius: 50px;

  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 18px;

  /* */

  color: #fcfbfb;

  display: inline-block;

  margin-top: 20px;
}

/* Choose Css start */

.choose {
  background-image: url(../images/graphics-img.png);

  background-size: cover;

  background-repeat: no-repeat;

  padding: 6% 0;
}

.choose-content h4 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 18px;

  /* */

  background: linear-gradient(90deg, #03c951 0%, #069c55 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;
}

.choose-content h2 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 44px;

  line-height: 51px;

  /* identical to box height */

  /* */

  color: #fefefd;
}

.choose-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 28px;

  /* or 175% */

  text-align: center;

  letter-spacing: 0.02em;

  /* */

  color: #fbf7f7;
}

.price-card {
  background: #0e1c0f;

  border-radius: 16px;

  padding: 40px 30px;

  margin-top: 30px;
}

.price-card:hover {
  background: var(--primary-gradient);

  transition: 0.2s ease-in-out;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;

  margin-top: 20px;
}

.price-box h3 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 700;

  font-size: 26px;

  line-height: 30px;

  /* identical to box height */

   

  color: #ffffff;
}

.price-box h2 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 44px;

  line-height: 51px;

  color: #fefefd;

   
}

.price-box h2 span {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 20px;

  line-height: 30px;

  color: #fefefd;

   
}

.price-list ul li {
  position: relative;

  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 17px;

  line-height: 27px;

   

  color: #eae4e4;

  margin-top: 22px;
}

.price-list ul li::before {
  position: absolute;

  content: "";

  background-image: url(../images/price-box.png);

  /* width: 10%; */

  background-repeat: no-repeat;

  background-size: contain;

  width: 140px;

  height: 12px;

  left: -25px;

  top: 10px;
}

.purchase-box {
  border-radius: 60px;

  text-align: center;

  background: #fff;
}

.purchase-box a {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 700;

  font-size: 16px;

  line-height: 20px;

   

  color: var(--primary-gradient);

  background-clip: text;

  background: var(--primary-gradient);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  background-color: #fff !important;

  display: block;

  padding: 10px 90px;
}

/* Choose sec End */

/* Work Css start */

.work {
  background: var(--secondary-gradient);

  padding: 6% 0;
}

.work-content h5 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 18px;

   

  background: var(--primary-gradient);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;
}

.work-content h2 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 44px;

  line-height: 51px;

  /* identical to box height */

   

  color: #fefefd;
}

.view-project {
  text-align: right;

  background: var(--primary-gradient);

  border-radius: 60px;

  display: inline-block;

  padding: 10px 30px;
}

.view-project a {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 18px;

   

  color: #fcfbfb;

  padding: 40px 0;
}

.border-bottom-2 {
  border-bottom: 1px solid #cccccc;

  margin-top: 30px;
}

.work-img img {
  width: 100%;
}

.work-content-2 {
  background: rgba(255, 255, 255, 0.3);

  backdrop-filter: blur(45px);
  
  

  /* Note: backdrop-filter has minimal browser support */
}
.work-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #00000059;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.work-box:hover:before {
    height: 100%;
}

.work-content-2 h5 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 18px;

  line-height: 28px;

   

  color: #fefefd;
}

.work-content-2 p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 28px;

  letter-spacing: 0.02em;

   

  color: #e8e8e8;
}

.work-content-2 a:last-child {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 24px;

   

  padding: 20px 20px;

  color: #fefefd;

  position: relative;
}

.work-content-2 a:last-child:before {
  position: absolute;

  content: "";

  border-bottom: 2px solid #fff;

  width: 68%;

  height: 100%;

  top: -10px;
}

.work-content-2 {
  background: rgb(0 0 0 / 66%);
  backdrop-filter: unset;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 25px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.work-box {
  margin-top: 50px;
  position: relative;
}

.work-box:hover .work-content-2 {
  border-bottom-left-radius: 16px;

  border-bottom-right-radius: 16px;

  background: var(--primary-gradient);
}

/* Work Css End */

/* Testimonial Css start */

.testimonial {
  background-image: url(../images/graphics-img.png);

  background-size: cover;

  background-repeat: no-repeat;

  padding: 6% 0;
}

.testimonial-content h5 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 18px;

   

  background: var(--primary-gradient);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;
}

.testimonial-content h2 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 35px;

  line-height: 45px;

   

  color: #fefefd;
}

.testimonial-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 24px;

  text-align: center;

  letter-spacing: 0.02em;

   

  color: #c5c5c5;
}

.semi-img {
  display: flex;

  justify-content: center;

  align-items: center;
}

.semi-img img {
  width: 35px;

  object-fit: cover;

  margin-bottom: 19px;
}

.client-img img {
  width: 65px;

  object-fit: cover;

  display: inline;
}

.testimonial-content-box-1 {
  border: 1px solid #f6f5f5;

  border-radius: 16px;

  padding: 40px 16px;
}

.client-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 11px;

  line-height: 21px;

  text-align: center;

  letter-spacing: 0.02em;

   

  color: #fdfdfd;
}

.testimonial-content-box-2 {
  margin-top: -31px;
}

.testimonial-content-box-2 h5 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 18px;

   

  color: #fefefd;
}

.testimonial-content-box-2 p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 12px;

  line-height: 14px;

   

  color: #cbcbca;
}

.c-name {
  margin-top: 10px;
}

.testimonial-box {
  margin-right: 20px;
}

.testimonial-content-box-1:hover {
  background: var(--primary-gradient);
}

.client-img img {
  width: 25%;

  margin: auto;

  display: block;

  object-fit: cover;
}

.star-img {
  margin: 0 auto;

  display: block;

  width: 35%;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;

  color: #d1d1d1;
}

/* Testionila Css End */

/* Free Design Css start */

.free-design {
  background: var(--secondary-gradient);

  padding: 6% 0;
}

.img-1 img {
  width: 100px;

  height: 100px;

  object-fit: cover;

  margin: 10px 25px;
}

.free-design-content h4 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 18px;

   

  background: var(--primary-gradient);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;
}

.free-design-content h3 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 35px;

  line-height: 51px;

   

  color: #fefefd;
}

.free-design-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 13px;

  line-height: 23px;

  text-align: center;

  letter-spacing: 0.02em;

   

  color: #c5c5c5;
}

.free-design-content {
  margin-top: 4rem;
}

.get-started {
  background: var(--primary-gradient);

  display: inline-block;

  padding: 10px 55px;

  border-radius: 26px;

  margin-top: 20px;
}

.get-started a {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 18px;

   

  color: #fcfbfb;
}

/* Free Design Css End */

/* Best Design Css start */

.best-design {
  background-image: url(../images/graphics-img.png);

  background-size: cover;

  background-repeat: no-repeat;

  padding: 6% 0;
}

.border-bottom-3 {
  border-bottom: 1px solid #828282;

  margin-top: 20px;
}

.best-design-img img {
  width: 100%;
}

.best-design-content h4 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 22px;

  line-height: 25px;

   

  color: #fefefd;
}

.best-design-box {
  background: rgba(0, 0, 0, 0.7);

  border: 1px solid #e2e2e2;

  backdrop-filter: blur(45px);

  border-radius: 16px;

  width: 100%;

  padding: 25px 25px;

  margin-top: 35px;
}

.best-design-content {
  margin-top: 20px;
}

.best-design-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 28px;

  /* or 200% */

  letter-spacing: 0.02em;

   

  color: #f3efef;
}

.testimonial-slider .slick-dots li button::before {
  width: 20px;

  height: 5px;

  padding: 3px;

  background: linear-gradient(130.38deg, #00f260 -36.4%, #0575e6 158.63%);

  content: "" !important;

  border-radius: 10px;
}

/* BEst design Css End */

/* Footer Css start */

.footer {
  background: var(--secondary-gradient);

      padding: 5% 0 2%;
}

.footer .news-letter-content h5 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 18px;

   

  background: var(--primary-gradient);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  text-fill-color: transparent;
}

.footer .news-letter-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 15px;

  line-height: 25px;

  /* or 175% */

  text-align: center;

  letter-spacing: 0.02em;

   

  color: #c5c5c5;
}

footer.footer input {
  padding: 7px 107px 11px 31px;

  border-radius: 50px;

  background: none;

  outline: none;

  color: white;

  border: 1px solid #898989;
}

footer.footer h2 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 44px;

  line-height: 51px;

  /* identical to box height */

   

  color: #fefefd;
}

.footer a,
.footer button {
  background: var(--primary-gradient);
  display: inline-block;
  padding: 15px 55px;
  border-radius: 26px;
  margin-top: 20px;
  color: #fcfbfb;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.news-letter-content p {
  margin-top: 20px;
}

.footer-content h3 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 26px;

  line-height: 30px;

  /* identical to box height */

   

  color: #fefefd;
}

.footer-content p {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 28px;

  /* or 175% */

  letter-spacing: 0.02em;

   

  color: #c5c5c5;
}

.footer-listNav ul li a {
  background: transparent !important;

  display: inline-block;

  padding: 0;

  border-radius: 0;

  margin-top: 0;

  color: #fcfbfb;

  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 18px;

   
}

.social-footer-content a {
  width: 40px !important;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 0;
}

/* .social-footer-content i{

    background: linear-gradient(130.38deg, #00F260 -36.4%, #0575E6 158.63%);

border-radius: 60px;

color: #fff;

} */

.footer-list ul li {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 38px;

  /* or 238% */

   

  color: #e1e1e1;
}

.footer-list ul li h3 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 20px;

  line-height: 23px;

   

  color: #fefefd;
}

.border-3 {
  /* border: 1px solid #dee2e6!important; */

  border-bottom: 1px solid #828282;

  margin-top: 30px;
}

.copyright h4 {
  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 500;

  font-size: 18px;

  line-height: 21px;

  /* identical to box height */

   

  color: #fefefd;
}

.copyright {
  margin-top: 30px;
}

.copyright p {
  text-align: end;

  font-family: "Ubuntu";

  font-style: normal;

  font-weight: 400;

  font-size: 18px;

  line-height: 21px;

  /* identical to box height */

   

  color: #bbbbbb;
}

/* Footer Css End */

/* About Us */

.about {
  background-image: url(../images/graphics-img.png);

  padding: 6% 0;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  color: #fff;
}

.about-img {
  width: 100%;

  height: 250px;

  overflow: hidden;
}

.about-img--top {
  position: relative;

  top: -30px;
}

.about-img img {
  width: calc(100% - 1rem);

  height: calc(100% - 1rem);

  object-fit: cover;

  border-radius: 0.75rem;
}

/* Contact Us */

.contactUs {
  background-image: url(../images/graphics-img.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  color: #fff;

  padding: 8rem 0;
}

.contactUs .section-content p {
  font-size: 0.95rem;
}

.contactUs__content {
  padding: 2rem 0rem 4rem;
}

.contactUs__contentForm :is(input, textarea) {
  width: 98%;

  background-color: #f8f8f8;

  border: 1px solid #00000020;

  border-radius: 0.25rem;

  padding: 0.75rem 1rem;

  margin: 0.25rem;

  resize: none;

  transition: all 300ms ease-in-out;
}

.contactUs__contentForm :is(input, textarea):focus {
  outline: none;
}

.contactUs__contentForm textarea {
  width: 99%;
}

.contactUs__contentForm button {
   

  padding: 0.65rem 2.45rem;
}

.contactUs__details > iframe {
  border: none;

  border-radius: 1rem;

  overflow: hidden;
}

.contactUs__detailsLinks a {
  width: 100%;

  display: inline-block;

  font-size: 0.9rem;

  font-weight: 500;

  display: flex;

  margin: 0.65rem 0;
}

.contactUs__detailsLinks a > span {
  display: block;
}

.contactUs__detailsLinks a:hover {
  color: var(--color-primary);

  transform: translateX(10px);
}

.contactUs__detailsLinks a i {
  color: var(--color-primary);

  font-size: 1.2rem;

  margin-right: 1rem;

  font-family: Ubuntu;
}

.contact-socailLinks {
  display: flex;

  justify-content: center;
}

.contact-socailLinks li {
  width: 100%;

  position: relative;
}

.contact-socailLinks li:first-child {
  margin-right: 4rem;
}

.contact-socailLinks li a {
  color: #fff;

  font-size: 0.9rem;

  font-weight: 400;
}

.contact-socailLinks li .icon i {
  width: 45px;

  height: 45px;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  background: var(--primary-gradient);

  border-radius: 100%;

  margin-bottom: 0.75rem;
}

.contact-socailLinks .borderRight::before {
  content: "";

  width: 2px;

  height: 40px;

  position: absolute;

  bottom: 55px;

  right: 42px;

  background: #fff;

  border-radius: 1rem;
}

.contact-socailLinks .borderRight::after {
  content: "";

  width: 6px;

  height: 35px;

  position: absolute;

  top: 50px;

  right: 40px;

  background: var(--primary-gradient);

  border-radius: 1rem;
}

.backgroundImg {
  background-image: url(../images/graphics-img.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  color: #fff;

  padding: 8rem 0;
}

.modal-dialog {
  max-width: 805px !important;
}

.modal-body {
  background: #00000020;

  backdrop-filter: blur(5px);

  padding: 1.5rem !important;

  border: 1px solid #ffffff20;

  border-radius: 1rem;

  color: #fff;
}

.modal-content {
  border-radius: 1rem !important;

  background: transparent !important;
}

.work-modal__img img {
  width: 100%;

  height: 460px;
}



.modal-header {
  border-bottom: none;
}
.modal{
    
    background: var(--secondary-gradient);
}
.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-backdrop {
background-color:#fff;
  opacity:1!important;
    border: 10px solid rgba(136, 136, 136, .4);
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.modal :is(.modal,.modal-body,.modal-header){
    border:none;
}
.modal-body {
  text-align: center;
  background: var(--secondary-gradient);
}

.glass button {
    background: no-repeat;
    
}
.modal-body form {
  margin: 0 auto;
  float: none;
  width: 500px;
  
}

.modal-content .close {
  opacity: 1;
  color:#fff;
  font-size: 30px;
  outline:none;
  transition:all 300ms ease-in-out;
}
.close:focus, .close:hover {
    color: #03c951;
    text-decoration: none;
    opacity: 1;
}

/* Toast notification */
.alert.toast {
    position: fixed !important;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

.logo img.img-fluid {
    margin-left: -100px;
}
.mobile-logo {
    display: none;
}

/***********MOBILE RESPONSIVE***************/
@media only screen and (max-width: 576px){
      
    .logo img.img-fluid {
        margin-left: 0;
        width: 84% !important;
    }

.logo {
    text-align: center;
}

.navigation-list.text-center {
    display: none;
}
       .mobile-logo {
        display: inline-block;
        width: 70%;
        text-align: left;
    }

.desktop-logo {
    display: none;
}

.banner-content a {
    display: inline-block !important;
    margin-bottom: 60px;
    text-align: center !important;
    width: 100%;
}

.banner {
    padding: 21% 0;
}

    .icons {
        width: 44%;
        text-align: end;
    }

.banner-content h3 {
    text-align: center;
    font-size: 22px !important;
}

.banner-content h1 {
    font-size: 35px;
    text-align: center;
    line-height: 50px !important;
}

.banner-content p {
    text-align: center;
}

.image {
    margin-top: 0;
}

.image img {
    width: 100%;
}

.img-box::before {
    width: 100%;
}

.box-1 {
    margin-left: 0;
}

.box-1-content p {
    text-align: left;
}

.pr-img img {
    width: 100%;
}

.pr-img.mt-2 .col-lg-4 {
    width: 40% !important;
}

.pr-img.mt-2 .col-lg-8 {
    width: 46% !important;
}

.counter-home {
    text-align: center;
    margin-bottom: 20px;
}

.project-sec-content {
    margin-top: 50px;
}

.project-sec-content h4 {
    font-size: 19px;
}

.project-sec-content h2 {
    font-size: 37px;
}

.work-content {
    text-align: center;
}

.work-top-btn {
    text-align: center;
    margin-top: 20px;
}

section.free-design .col-lg-2 {
    width: 33% !important;
}

.b-d-btn {
    text-align: center;
    margin-top: 20px;
}

.footer-content img {
    width: 50% !important;
}

.footer-list ul {
    padding: 0;
}
.copyright h4 {
    width: fit-content;
    font-size: 16px;
}

.copyright p {
    width: fit-content;
    font-size: 14px;
}

.copyright .col-lg-6 {
    width: 40%;
    margin: 0 !important;
}

.copyright .col-lg-6.ml-auto {
    width: 60%;
}

.img-1 img {
    margin: 10px 0;
}

.testimonial-box {
    margin-right: 0px !important;
}

.about-img--top {
     position: static; 

}

.work-content h2 {
    font-size: 22px;
}

.contactUs__details iframe {
    width: 100%;
    margin-bottom: 40px;
}

.contact-socailLinks {
    flex-direction: column;
    gap: 20px;
}

.contactUs {
    padding: 3rem 0;
    overflow-x: hidden;
}
    
section.choose .col-lg-4 {
    text-align: center;
}

.modal-content .view-project.hvr-grow.ml-5 {
    width: 55%  !important;
}

.ct-logo img {
    width: 100%;
    height: 100% !important;
    object-fit: contain  !important;
}
header.header .col-lg-3 {
    display: flex;
    justify-content: space-between;
    align-items:center;
    
}

.about {
    overflow-x: hidden;
}

.about-img {
    text-align: center;
}

.about-img img {
    width: calc(60% - 1rem);
    height: calc(90% - 1rem);
}

li.button a {
    font-size: 13px;
}

.contact-socailLinks li:first-child {
    margin-right: 0;
}

.contactUs__contentForm textarea {
  width: 98%;
}


}