/* stylelint-disable no-duplicate-selectors import-notation no-descending-specificity comment-no-empty block-no-empty */

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,100;1,200;1,300;1,500;1,600;1,700&display=swap");


@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Bold.woff2') format('woff2'),
        url('./fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Medium.woff2') format('woff2'),
        url('./fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-Regular.woff2') format('woff2'),
        url('./fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('./fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: unset;
}

a.email {
  position: relative;
  line-height: 30px;
}
a.email::after{
  content: '';
  position: absolute;
  background: #ffd707;
  width: 0%;
  height: 1px;
  bottom: -4px;
  left: 0;
  transition: 0.5s;
}

a.email:hover::after{
  width: 100%;
  transition: 1s;
}

a,
p,
h1,
h2,
h3 {
  margin: unset;
  padding: unset;
}

h1, h2, h3, h4{
  font-family: Raleway, sans-serif;
  line-height: 1.2;
}

button {
  cursor: pointer;
}

/* Pre defined */
.font-60 {
  font-size: 60px;
}

.font-40 {
  font-size: 40px;
}

.font-30 {
  font-size: 30px;
}

.font-24 {
  font-size: 24px;
}

.font-20 {
  font-size: 20px;
}

.font-16 {
  font-size: 16px;
}

.light {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.brdr-20 {
  border-radius: 20px;
}

.brand {
  color: #ffd707;
}

.white {
  color: #fff;
}

.dark {
  color: #262626;
}

.dark-bg {
  background: #262626;
}

.grey {
  color: #7d7d7d;
}

.white {
  color: #fff;
}

.padb-8 {
  padding-bottom: 8px;
}

.padt-16 {
  padding-top: 16px;
}

.padr-16 {
  padding-right: 16px;
}

.padt-20 {
  padding-top: 20px;
}

.padt-25 {
  padding-top: 25px;
}

.padb-25 {
  padding-bottom: 25px;
}

.padb-30 {
  padding-bottom: 30px;
}

.padb-20 {
  padding-bottom: 20px;
}

.padt-40 {
  padding-top: 40px;
}

.padb-40 {
  padding-bottom: 40px;
}

.padl-40 {
  padding-left: 40px;
}

.padb-40 {
  padding-bottom: 40px;
}

.padt-80 {
  padding-top: 80px;
}

.padb-80 {
  padding-bottom: 80px;
}

.padr-80 {
  padding-right: 80px;
}

.padl-80 {
  padding-left: 80px;
}

.padlr-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.padb-100 {
  padding-bottom: 100px;
}

.padt-100 {
  padding-top: 100px;
}

.padtb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padr-200 {
  padding-right: 200px;
}

.marr-200 {
  margin-right: 200px;
}

.marb-80 {
  margin-bottom: 80px !important;
}

.marb-100 {
  margin-bottom: 100px !important;
}

.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.brand-btn {
  background: #ffd707;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  color: #262626;
  border: none;
  padding: 0 50px;
  cursor: pointer;
}

.container {
  max-width: 100%;
  margin: auto;
  margin-left: 200px;
  margin-right: 200px;
}

.right-side {
  margin-right: 0 !important;
}

header {
  height: 100px;
  background: white;
  position: sticky;
  top: 0;
  z-index: 1;
  transition: 0.2s ease;
}

header.shadow {
  box-shadow: 0 4px 20px #00000020;
}

header .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.dg-logo {
  align-items: center;
  display: inherit;
}

img.logo {
  height: 60px;
}

header div > div {
  display: flex;
  align-items: inherit;
}

.nav {
  background: #262629;
  position: fixed;
  top: 0;
  width: 100vw;
  right: -100vw;
  bottom: 0;
  height: 100vh;
  z-index: 10;
  transition: 0.5s;
}

.nav .open-nav {
  position: absolute;
  top: 100px;
  font-size: 20px;
  right: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd707;
  color: #262629;
}

.nav.active {
  right: 0;
}

.nav .container {
  display: flex;
  height: inherit;
  color: white;
  justify-content: space-between;
  align-items: center;
}

.nav .ftr-links{
  padding-bottom: 15vh;
}
.nav .ftr-links a {
  font-size: 35px;
}
.nav p.padt-25{
  max-width: 80%;
}

.nav .ftr-icons{
  max-width: 450px;
}

.btn-1 {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  align-items: center;
  border: 1px solid #262626;
  transition: 0.3s;
}

.btn-1:hover {
  background: #262626;
  color: #ffd707;
}

.menu-btn {
  margin-left: 40px;
  cursor: pointer;
  height: 50px;
  color: #ffd707;
  width: 50px;
  border-radius: 10px;
  background: #262629;
  justify-content: center;
}

.hero-bnnr {
  display: flex;
  align-items: center;
}

.hero-bnnr.projcts {
  align-items: start;
}
.projcts > div:first-child{
  position: sticky;
  top: 150px;
}

.hero-bnnr > div,
.thrdsctn > div {
  min-width: 50%;
}

.hero-bnnr > div:first-child > div,
.thrdsctn > div:first-child > div {
  max-width: 612px;
}

.hero-bnnr img {
  width: 100%;
}

.ss-links {
  display: flex;
  justify-content: space-between;
}

.ss-links a {
  display: flex;
}

/* third sctn */
.thrdsctn {
  display: flex;
}

.thrdsctn > div:nth-child(2) > div {
  padding-right: 200px;
}

.bln {
  margin-bottom: 50px;
  display: flex;
}

.bln p:first-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bln img {
  width: 120px;
  height: fit-content;
  margin-right: 35px;
}

/*  */

.grey-section {
  background: #262629;
  border-radius: 20px 0 0 20px;
  color: white;
}

.grey-section {
  display: flex;
  padding: 80px 200px 80px 80px;
}

.grey-section > div {
  min-width: 50%;
  box-sizing: border-box;
}

.grey-section > div:first-child {
  padding-right: 60px;
}

.teamprnt {
  display: flex;
}

.side-2 {
  padding: 20px;
}

.bx {
  border: 1px solid #ffd707;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 12px 12px 2px #ffd70740;
}

.bx > p:first-child {
  padding-bottom: 10px;
}

.bx-1,
.bx-3,
.bx-5 {
  transform: rotate(-7deg);
}

.bx-1 {
  margin-top: 80px;
}

.bx-2 {
  margin-top: 100px;
}

.bx-4 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.bx-2,
.bx-4 {
  transform: rotate(7deg);
}

.meet {
  display: flex;
  align-items: center;
}

.meet > img {
  width: 500px;
}

.meeticons img {
  width: 32px;
  padding-right: 32px;
}

/* services */
.serv-1-1 {
  display: flex;
  justify-content: space-between;
}

.serv-1-1 > div {
  flex: 1;
  position: relative;
}
.serv-1-1 img{
  width: 100%;
}

/* blog */
.blog-grid h3 {
  padding-bottom: 33px;
}

/* Contact */
.tabs p {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 70px;
  cursor: pointer;
  color: #6a6a6a;
  position: relative;
  font-size: 24px;
}

.tabs p.active {
  color: #464646;
}

.tabs p.active::before {
  content: "";
  position: absolute;
  padding: 2px 20px;
  background: #ffd707;
  bottom: -4px;
}

.pro-form,
.join-form {
  display: none;
}

.pro-form.active,
.join-form.active {
  display: block;
}

.contact-form input {
  width: 100%;
  background: #f2f2f2;
  border-radius: 50px;
  border: none;
  height: 60px;
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 30px;
}

.contact-form div {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: auto auto;
}

/* footer */

footer {
  background: #262629;
  padding-top: 100px;
  padding-bottom: 100px;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

footer .container > div {
  min-width: 40%;
  max-width: 40%;
  flex-wrap: nowrap;
}

.letstalk {
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  padding: 0 80px;
  color: white;
  margin-top: 30px;
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background: none;
}

.letstalk:hover {
  border-color: #ffd707;
  color: #ffd707;
}

.ftr-links a {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  transition: 0.3s;
}

.ftr-links a:hover {
  color: #ffd707;
}

.ftr-icons {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}

.ftr-icons a {
  margin-bottom: 32px;
}

.ftr-icons a img {
  transition: 0.2s ease-in-out;
  width: 30px;
}

.ftr-icons a:hover img {
  transform: scale(1.2);
}

.d-block {
  display: block;
}

.padtb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-1 {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .container {
    margin-left: 100px;
    margin-right: 100px;
  }

  .font-40 {
    font-size: 40px;
  }

  .font-40 {
    font-size: 24px;
  }

  .font-20 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .font-60 {
    font-size: 48px;
  }

  .brand-btn {
    height: 50px;
    font-size: 20px;
  }

  /* menu */
  .nav {
    padding-top: 80px;
  }

  .nav .padr-200 {
    padding-right: 24px;
  }

  header {
    height: 60px;
  }

  img.logo {
    height: 38px;
  }

  .menu-btn {
    width: 38px;
    height: 38px;
  }

  .nav .open-nav {
    top: 16px;
    right: 16px;
  }

  .btn-1 {
    display: none;
  }

  .nav {
    overflow-y: auto;
  }

  .nav .container {
    display: block;
  }

  /* gero banner */
  .hero-bnnr {
    display: block;
  }

  .mobile-1 {
    display: block;
  }

  .desktop-1 {
    display: none;
  }

  /* servicees */
  .ss-links {
    display: block;
  }

  /* third section */
  .thrdsctn {
    display: block;
  }

  .thrdsctn h2 {
    padding-bottom: 32px;
  }

  .thrdsctn > div:nth-child(2) > div {
    padding-right: 16px;
  }

  .bln {
    display: block;
  }

  .bln img {
    width: 50px;
  }

  .thrdsctn .padt-40 {
    padding-top: 0;
    padding-bottom: 32px;
  }

  /* grey section */
  .grey-section {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grey-section > div:first-child img {
    width: 100%;
  }

  .grey-section > div:first-child {
    padding: 0;
  }

  .grey-section .padr-200 {
    padding-right: 0;
    padding-bottom: 80px;
  }

  /* Team spirit */
  .teamprnt {
    display: block;
  }

  .teamprnt img {
    width: 100%;
  }

  /* footer */
  footer {
    padding-top: 60px;
  }

  footer .container {
    display: block;
  }

  footer .container > div {
    min-width: unset;
    max-width: unset;
  }

  .letstalk {
    margin-bottom: 50px;
  }

  .ftr-links {
    margin-top: 48px;
  }

  .ftr-icons {
    padding-top: 48px;
  }

  .ftr-icons a img {
    width: 24px;
  }

  /* Pages */
  .projcts > div:first-child {
    padding-bottom: 100px;
    position: relative;
    top: 0px;
  }

  .serv-1-1 {
    display: block;
  }

  .serv-1-1 > div:last-child {
    width: 100%;
    padding-bottom: 16px;
  }

  .serv-1-1 .padl-80 {
    padding-left: 0;
  }

  .serv-img{

  }
}
