* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  /* border: 10px solid red; */
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background-color: #ccc;
}

body::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 20px;
  border: 3px solid #ccc;
}

.round-btn {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  color: #40a0d9;
  padding: 20px;
  outline: none;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  background: #fff;
  border: 10px solid #fff;
}

.round-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #d6da2f;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  scale: 0;
  transition: 0.4s;
  z-index: -1;
}

.clr1 {
  color: #092940;
}

.round-btn:hover {
  color: #fff;
}

.round-btn:hover::after {
  scale: 1;
}

nav {
  position: absolute;
  left: 0;
  background: url(../images/nav-lg.svg);

  background-position: center;
  background-size: cover;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 1;

  height: 100vh;
}

nav .logo {
  width: 90px;
}

nav ul.links li a {
  color: #fff;
  text-decoration: none;
}

nav ul.links li a:hover {
  text-decoration: underline;
}

nav ul.links li a.active {
  font-weight: 600;
  text-decoration: underline;
}

nav ul.social li a img {
  transition: 0.3s;
  transform: scale(0.9);
}

nav ul.social li a img:hover {
  transform: translateY(-7px) scale(1);
}

nav .hamburger {
  position: absolute;
  top: 45px;
  right: 45px;
  cursor: pointer;
  display: none;
}

.carousel .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border: 0;
  opacity: 1;
  border-radius: 50%;
  background: rgb(97, 97, 255);
}

.carousel .carousel-inner .carousel-item img {
  height: 100vh;
}
@media screen and (max-width: 600px) {
  .carousel .carousel-inner .carousel-item img {
    height: 650px;
  }
}
.carousel-navbar-large {
  display: flex;
  justify-content: space-between;
}

.carousel .carousel-indicators .active {
}

.carousel .navBar {
  /* display: flex; */
}

.carousel-control-next,
.carousel-control-prev {
  height: 50%;
  opacity: 1;
  width: 8%;
  cursor: default !important;
}

.carousel-control-prev {
  right: 0;
  left: initial;
  top: initial;
  display: flex;
  align-items: flex-start;
  padding-top: 5px;
}

.carousel-control-prev-icon {
  background-image: url(../images/car-prev.svg);
  cursor: pointer;
}

.carousel-control-next {
  align-items: flex-end;
  padding-bottom: 5px;
}

.carousel-control-next-icon {
  background-image: url(../images/car-next.svg);
  cursor: pointer;

  /* width: 10px;
  height: 10px; */
}

.carousel-caption {
  top: 0% !important;
  text-align: left;
}
.header-1-text {
  font-size: 2.5vmax;
}
.header-2-text {
  font-size: 2.5vmax;
  color: #092941;
}
.navbar-contact-btn {
  background: #fff;
  border: 2px solid #40a0d9;
  padding: 6px 30px;
  border-radius: 30px;
  color: #40a0d9;
  font-weight: 500;
  transition: 0.3s;
}

.carousel-img-1 {
  object-fit: cover;
}
.carousel .carousel-caption .navBar button:hover {
  background: #40a0d9;
  color: #fff;
}

.carousel .carousel-caption .content {
  color: #092940;

  text-align: left;
  margin-top: 100px;
}

.carousel .carousel-indicators {
  margin-bottom: 2em;
}

.carousel .carousel-caption .content h3 {
  font-weight: 400;
  font-size: 4vmax;
}

.carousel .carousel-caption .content h2 {
  font-size: 7em;
  font-weight: 600;
  letter-spacing: 5px;

  margin-bottom: 0;
  margin-left: -5px;

  margin-top: -55px;
}
@media screen and (max-width: 992px) {
  .carousel .carousel-caption .content h2 {
    margin-top: 0px;
  }
}
.carousel .carousel-caption .content h5 {
  color: #40a0d9;
  font-weight: 700;
}

.carousel .carousel-caption .content-2 h3 {
  font-weight: 500;
}
.carousel-content2-bottom-text {
  color: #092940;

  margin-top: -30px;
  margin-right: -70px;
  font-size: 2vmax;
  padding: 0 10px;
}
.carousel-content2-creative {
  color: #fff;
  font-size: 8vmax;
}
@media screen and (max-width: 767px) {
  .carousel-content2-bottom-text {
    color: #092940;

    margin-top: 0px;
    font-size: 3vmax;
    padding: 0 10px;
  }
}
.carousel .carousel-caption .content-3 {
  /* position: relative; */
}

.text-flows {
  margin-top: -100px;
}

.text-flows .flow {
  color: transparent;
  font-size: 18vw;

  line-height: 1;
  font-weight: bold;
  padding-left: 40px;
  position: absolute;
  color: #092940;
}

.text-flows .flow:nth-child(2) {
  margin-top: 60px;
  -webkit-text-stroke: 7px #d6da2f;
  z-index: 1;
}

.text-flows .flow:nth-child(3) {
  margin-top: 120px;
  -webkit-text-stroke: 13px #ea4263;
  z-index: 2;
}

.text-flows .flow:nth-child(4) {
  margin-top: 80px;
  -webkit-text-stroke: 7px #40a0d9;
  z-index: 3;
  margin-left: 80px;
}

.about {
  /* height: 100vh; */
}

.about .sec-1 {
  background: #092940;
  /* height: 100vh; */
}

.head .line {
  width: 100%;
  height: 5px;
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
}

.about .sec-1 .content h2 {
  /* color: transparent; */
  font-size: 12vw;
  /* -webkit-text-stroke: 6px #40a0d9; */
  color: #40a0d9;
}

.about .sec-1 .content h3 {
  position: absolute;
  top: 70%;
  color: #40a0d9;
  letter-spacing: 1px;
  left: 8%;
}

.about .sec-1 .content h3 span {
  color: #ea4263;
}
.about-content {
  font-size: 5vmax;
}
.about-inner-small-image {
  display: none;
}

@media screen and (max-width: 567px) {
  .about-content {
    font-size: 25px;
  }
}
.about .sec-2 {
  position: absolute;
  top: -200px;
  width: 100%;
  left: -2000px;
  background: #d6da2f;
  z-index: 2;
  transition: 0.4s;
}

.about .sec-2.active {
  left: 0%;
}

.about .sec-2 .content h2 {
  color: transparent;
  font-size: 7vw;
  -webkit-text-stroke: 6px #fff;
}

.about .sec-2 .content h3 {
  position: absolute;
  top: 70%;
  left: 10%;
  color: #40a0d9;
  letter-spacing: 1px;
}

.about .sec-2 .content h3 span {
  color: #ea4263;
}

.about .sec-2 .content h3 span.sec {
  color: #092940;
}

.web-design .top {
  background: #d6da2f;
  padding-bottom: 15em;
}

.web-design .top .head .line {
  background: #40a0d9;

  width: 40%;
}

.web-design .top .image {
  margin-top: -20px;
}
.web-design-text {
  font-size: 6vmax;
  color: #40a0d9;
}

.web-design .slider {
  padding-left: 20rem;
  margin-top: -100px;
}

.slider .slick-slide {
  /* width: 460px !important; */
}

.slider .slick-list img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 30px;
}

@media screen and (max-width: 600px) {
  .slider .slick-list img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 5px;
  }
}
.branding {
  margin-bottom: 100px;
}
.branding .head h2 {
  color: #ea4263;
}

.branding .head .line {
  background: #ea4263;
}
.branding .content {
  position: relative;
}

.round-btn::after footer {
  background: url(../images/links-bg.png);
  background-position: center;
  background-size: cover;
}

.footer {
  background: url(../images/links-bg.png);
  background-position: center;
  background-size: cover;
}
footer .social li a img {
  width: 40px;
}

.graphic-design .head .line {
  background: #d6da2f;
}

.graphic-design .head h2 {
  color: #d6da2f;
}

.graphic-design .slider .slick-next {
  right: 20%;
}

.graphic-design .slider .slick-prev {
  right: 20%;
}

.contact {
  background: #ea4263;
  position: relative;
}

.contact .content {
  padding-top: 7em;
}
.contact-line-image {
  /* position: absolute; */
  margin-top: -14px;
}
.contact-line-image {
  width: 60%;
}

.contact-thankyou-text {
  color: transparent;
  font-size: 12vmax;
  -webkit-text-stroke: 7px #d6da2f;
  line-height: 150px;
  font-weight: bold;
  color: #40a0d9;
}

.contact .content h2 {
  color: #092940;
  position: absolute;
  top: 58%;
  right: 1%;
}

@media (max-width: 992px) {
  .round-btn {
    background: transparent;
  }

  nav {
    /* width: 100vw; */
    width: 100%;
    height: 80px;

    background: url(../images/nav-sm.png);
    background-repeat: no-repeat;
  }

  nav .hamburger {
    display: block;
  }

  nav .links {
    background: url(../images/links-bg.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 85vh;
    position: absolute;
    top: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    right: -300px;
    transition: 0.5s;
    display: none;
  }

  nav .social {
    display: none;
  }

  .carousel .carousel-indicators {
    display: flex;
    justify-content: end;
    margin-right: 8%;
  }

  .carousel-control-next {
    height: 77%;
    right: 6%;
  }

  .carousel-control-prev {
    height: 20%;
    right: 6%;
  }

  .web-design .slider {
    padding-left: 0;
  }

  .graphic-design .slider {
    padding-right: 0;
  }
  .carousel-content2-creative {
    color: #fff;
    font-size: 6vmax;
  }

  .carousel-navbar-large {
    /* height: 400px; */
    position: absolute;
    bottom: 10%;
    width: 80%;
    left: 10%;
  }

  .header-1-text {
    font-size: 50px;
  }
  .navbar-contact-btn {
    display: none;
  }
  .carousel .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
  }

  .carousel .carousel-caption .content {
    text-align: center;
  }

  .carousel .carousel-caption .content h2 {
    font-size: 10vw;
  }

  .carousel .carousel-caption .navBar button {
    display: none;
  }

  .carousel .carousel-caption .content h5 {
    font-size: 1em;
    color: #092940;
    width: 150px;
    text-align: left;
    margin: auto;
  }

  .carousel .carousel-caption .content-2 h3 {
    line-height: 1;
    word-break: normal;
  }

  .carousel .carousel-caption .content-2 .display-3 {
    font-size: 20px;
    width: 60%;
    margin: auto;
  }

  .carousel .carousel-caption .content-2 .h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 7 00;
  }

  .text-flows {
    margin-top: -20px;
    margin-left: -50px;
  }

  .text-flows .flow {
    font-size: 20vw;
    -webkit-text-stroke: 2px #000;
    font-weight: bold;
  }

  .text-flows .flow:nth-child(2) {
    -webkit-text-stroke: 3px #d6da2f;
  }

  .text-flows .flow:nth-child(3) {
    -webkit-text-stroke: 3px #ea4263;
  }

  .text-flows .flow:nth-child(4) {
    -webkit-text-stroke: 3px #40a0d9;
  }

  .about .sec-1 .content h2 {
    -webkit-text-stroke: 2px #40a0d9;
  }

  .about .sec-2 .content h2 {
    -webkit-text-stroke: 2px #40a0d9;
    font-size: 18vw;
    margin-left: -20px;
  }

  .about .sec-2 .content h3 {
    left: 80px;
    top: 30%;
  }

  .about .container .content p b {
    font-size: 20px;
  }

  .web-design .top {
    padding-bottom: 7em;
  }

  .web-design .top .head h2 {
    width: 100% !important;
    font-size: 6vw;
  }

  .web-design .container .content p b {
    font-size: 2em;
  }

  .web-design .container .button {
    text-align: end;
    margin-top: -40px;
  }
  .web-design-color-image {
    margin-top: -40px;
    width: 80%;
    z-index: 1;
    height: 50px;
  }
  .branding .h5 {
    font-size: 2em;
  }

  .slick-next,
  .slick-prev {
    display: none !important;
  }

  .graphic-design .container .content p b {
    font-size: 2em;
  }

  .graphic-design .button {
    text-align: end;
    margin-top: -50px;
  }

  .contact .content .display-10 {
    font-size: 8vmax;
    line-height: 85px;
    -webkit-text-stroke: 3px #d6da2f;
    color: #40a0d9;
  }

  .contact .content {
    padding-top: 0;
  }

  .contact .content h2 {
    top: 30%;
    right: 30%;
    font-size: 2.5rem;
  }

  .contact .container p b {
    font-size: 2em;
  }

  .contact .container .row textarea {
    border-radius: 1em !important;
  }
  .contact-thankyou-text {
    color: transparent;
    font-size: 5rem;
    -webkit-text-stroke: 2px #d6da2f;
    line-height: 150px;
    font-weight: bold;
    color: #40a0d9;
  }

  .about-inner-small-image {
    display: block;
  }
  .about-inner-large-image {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .about .sec-2 .content h3 {
    left: 0px;
    top: 30%;
  }
}
/* Offcanvas  */
.offcanvas {
  background: url(../images/links-bg.png) !important;
  background-position: center;
  background-size: cover;
  width: 80%;
  /* min-height: 85vh; */
}
.offcanvas-body li {
  margin: 30px 0;
}
.offcanvas-body a {
  color: #fff !important;
  text-decoration: none;
  /* border: 2px solid red; */
  margin: 30px 0;
}

.offcanvas.offcanvas-end {
  top: 1% !important;
  right: 0 !important;
}

.branding-btn {
  margin-top: -50px;
  
  top: 95%;
  left: 3%;

  z-index: -1;
}

.new-btn {
  border: 2px solid red;
  /* border-radius: 50%; */
  width: 150px;
}

.about-para {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .about-para {
    width: 100%;
  }
}

#go-back {
  cursor: pointer;
}

.offcanvas-btn {
  position: absolute;
  right: 5%;
  top: 0%;
}

.btn-close {
  color: #fff !important;
  background-image: url("../images/Close.svg");
  font-size: 30px;
}

/* Swiper  Styling */
