@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Common  */
.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

a,
svg {
  text-decoration: none !important;
  transition: all 0.5s ease;
}

ul {
  list-style-type: none;
}

ul li {
  margin-bottom: 5px;
}

p {
  font-weight: 500;
}

p.lead {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  background-image: url(../images/BG1.png);
  background-position: top right;
  padding-top: 8rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-light {
  background-image: url(../images/BG1.png);
  background-position: top right;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.bg-light {
    padding-top: 0;
}


.intro-sec {
  padding: 4rem 0 2rem 0;
  position: relative;
}

.intro-sec .container {
  position: relative;
  z-index: 1;
}

.intro-sec .banner-img {
  width: 100%;
}

.h3 .btn {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.intro-sec h5 {
  font-size: 20px;
  line-height: 28px;
}

.title {
  font-size: 88px;
  font-weight: 800;
  line-height: 68px;
  margin-bottom: 0;
}

.title-2 {
  font-size: 70px;
  font-weight: bold;
  line-height: 68px;
  text-transform: uppercase;
  text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
 color: #f4f3f2;
 opacity: 0.7;
}

.heading {
  font-size: 82px;
  line-height: 82px;
  font-weight: bold;
}

.heading span {
  color: #673ab7;
}

.sub-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  opacity: 0.8;
}

.h2 {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
}

.h3 {
  font-size: 36px;
  font-weight: 700;
}

.h3-in {
  position: relative;
  left: -36px;
}

.h4 {
  font-weight: 600;
}


@media (min-width: 1200px) {
  .container {
    max-width: 86%;
  }
}

.navbar {
  padding-top: 40px;
}

.navbar-toggler-icon {
  transition: all 0.5s ease;
  background-image: url(../images/menu.png);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(../images/close.png);
}

.navbar-collapse.collapse {
  transition: all 0.5s ease;
}

nav .btn {
  padding: 10px 30px 10px 20px;
  color: #c7e2e9;
}

.btn {
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn-cs,
.btn-cs:hover,
.btn-cs:focus {
  background-color: #333333;
  border: 0;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.btn-cs:hover {
  transform: scale(1.1);
}

.navbar {
  transition: all 0.5s ease;
}

.navbar-light.active {
  background-color: rgb(255 248 239 / 95%);
}

.navbar-nav {
  padding: 20px 0;
}

.navbar-brand img {
  max-width: 164px;
}

.navbar-nav .active .nav-link {
  color: #000000;
  font-weight: bold;
}

.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 20px;
  text-transform: uppercase;
  color: #2f2f2f;
}

.icon-1 {
  position: absolute;
  top: 210px;
  right: 190px;
}

.icon-2 {
  width: 86px;
  position: absolute;
  top: 30px;
  left: 50px;
}

.why-sec {
  background-image: url(../images/BG2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

footer {
  background-image: url(../images/BG3.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

footer a {
  color: #111111;
}

footer ul li {
  margin-bottom: 15px;
}

.link,
.link:hover,
footer a:hover {
  color: #673ab7;
}

footer svg:hover {
  fill: #673ab7;
}

footer h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.about-sec img {
  border-radius: 15px;
}

.card {
  border-radius: 50px;
  border: 0;
  padding: 30px 40px;
  margin: 20px 0;
  min-height: 220px;
  background-color: rgba(255,255,255,0.4);
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
}

.card:hover {
  background-color: #faf1f1;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.card h2 {
  font-size: 34px;
}

.why-sec .card {
  cursor: pointer;
  position: absolute;
  top: 0;
}

.why-sec .card:hover .card-content {
  height: auto;
}

.why-sec .card-content {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.why-sec .card[data-position="2"],
.why-sec .card[data-position="5"] {
  top: 240px;
}

.why-sec .card[data-position="3"],
.why-sec .card[data-position="6"] {
  top: 480px;
}

.why-sec .card[data-position="7"] {
  top: 722px;
}


.clients-sec {
  padding: 20px 60px;
  background-color: #9186c5;
  background-image: linear-gradient(to bottom, #9186c5, #8579b9, #786dac, #605594, #524786);
  border-radius: 40px;
}

.red-card {
  background-image: linear-gradient(to bottom, #cf5057, #d78d8c);
}

.brown-card {
  background-image: linear-gradient(to bottom, #b5935d, #b87e26);
}

.clients-sec li img {
  max-width: 100px;
}

.clients-sec-2 img {
  filter: grayscale(0) invert(1);
}

.clients-sec-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.clients-sec-2 li {
  border: 1px solid;
  width: 25%;
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  margin-bottom: 0px;
}

.clients-sec-2 li img {
  align-self: center;
}

/*.rocket-wrap,
.rocket-icon {
  position: relative;
}

.rocket-icon:before,
.rocket-icon:after {
  content: "";
  position: absolute;
  top: -25px;
  opacity: 0;
  transition: all 0.5s ease;
  width: 84px;
  height: 84px;
  background-size: 100%;
}

.rocket-icon:after {
  background-image: url(../images/rocket-3.png);
  transform: translate(150px);
}

.rocket-wrap:hover .rocket-icon:after {
  opacity: 1;
  transform: translate(10px);
}

.rocket-icon[data-position="2"]:after,
.rocket-icon[data-position="3"]:after {
  display: none;
}

.rocket-icon[data-position="2"]:before {
  transform: translate(-250px);
  background-image: url(../images/rocket-4.png);
}

.rocket-wrap:hover .rocket-icon[data-position="2"]:before {
  opacity: 1;
  transform: translate(-80px);
}

.rocket-icon[data-position="3"]:before {
  height: 104px;
  transform: translate(140px,-120px);
  background-image: url(../images/rocket-6.png);
}

.rocket-wrap:hover .rocket-icon[data-position="3"]:before {
  opacity: 1;
  transform: translate(140px,-70px);
}*/


/* Form */
::placeholder {
  opacity: 0.8;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  opacity: 0.8;
}


.cs-form {
  margin: auto;
}

.cs-form input,
.cs-form select {
  border: 0;
  border-bottom: 1px solid #111111;
  flex: 1;
  margin: 0 0 0 15px;
  outline: none;
  background-color: transparent;
}

.cs-form label {
  position: relative;
  top: 4px;
  font-weight: 600;
}

.cs-form label,
.cs-form input {
  font-size: 18px;
}

.cs-form .form-group {
  display: flex;
  padding: 10px 0;
}


/* Mouse  */
.follow {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 99999;
  margin-top: -180px;
  margin-left: 20px;
  transition: all 0.5s ease;
  pointer-events: none;
}

.follow img {
  width: 82px;
}