@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
  --theme-clr: #EE3224;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/*loader css start*/

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--theme-clr);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -1s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*loader css end*/
/*links css start*/
.body-link {
  font-size: 12px;
  color: #111111;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

/*global css start*/

html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000000;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  overflow-x: hidden;
}

h1 {
  font-size: 48px;
font-weight: 700;
line-height: 64px;
}

main {
  background-color: #fff;
  min-height: calc(calc(var(--vh, 1vh) * 100) - 80px);
}

.fix-height {
  max-height: calc(calc(var(--vh, 1vh) * 100) - 70px);
}

main,
footer {
  margin: 0 auto;
/*  max-width: 1440px;*/
}

svg {
  color: inherit;
  fill: currentColor;
}

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

a:hover,
a:active,
a:focus {
  outline: none;
  box-shadow: none;
  color: inherit;
}


/*bootstrap grid css*/

.container,
.container-fluid {
  --bs-gutter-x: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}


/*bootstrap grid css end*/

.ic {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

/*button css start*/

button:focus {
  outline: none;
}

.btn {
  padding: 10px 29px;
  font-size: 16px;
font-weight: 500;
line-height: 24px;
  box-shadow: none;
  background: #EE3224;
border: 1px solid #EE3224;
border-radius: 10px;
  color: #FFFFFF;
  height: 45px;
      transition: 0.3s ease-out;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: #EE3224;
  border: 1px solid #EE3224;
  background: #FFFFFF;
  box-shadow: none;
}

.btn-outline {
  color: #EE3224;
  border: 1px solid #EE3224;
  background: #FFFFFF;
  box-shadow: none;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  color: #FFF;
  border: 1px solid #FFF;
  background: #EE3224;
  box-shadow: none;
}

.btn-width {
      width: 190px;
}

.btn-width-lg {
      width: 220px;
}

.btn-width-demo {
  width: 204px;
}

.btn-width-contact {
  width: 165px;
}

/*button css end*/


/*scrollbar css start*/

* {
  scrollbar-color: #DCE0E7 #f8fafc;
  scrollbar-width: thin;
  scrollbar-height: thin;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  -moz-appearance: none !important;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track-piece {
  background-color: #f8fafc;
  -moz-appearance: none !important;
  border: none !important;
  box-shadow: none;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal {
  background-color: #DCE0E7;
  outline: none;
  border-radius: 4px;
  -moz-appearance: none !important;
}


/*scrollbar css end*/


/*header css start*/


.navbar-expand-lg {
  height: 80px;
  border-bottom: 1px solid #F2F1ED;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 12px;
}

/*header css start*/

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


.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: relative;
  height: 27px;
  width: 30px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 6px 0;
}

.navbar-toggler .navbar-toggler-icon {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #12100E;
  width: 30px;
  height: 2px;
  display: block;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}

.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler[aria-expanded="true"] .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
}

.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px !important;
  position: absolute;
  top: 13px;
}


/*header css end*/


/*common class start*/

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

.py-85 {     padding-top: 85px;
    padding-bottom: 85px; }

.py-50 {     padding-top: 50px;
    padding-bottom: 50px; }

.p-20 { padding: 20px; }

.p-30 { padding: 30px; }

.me-10 {
  margin-right: 10px;
}

.me-20 {
  margin-right: 20px;
}

.mb-30 { margin-bottom: 30px;}

.mb-40 { margin-bottom: 40px;}

.mb-50 { margin-bottom: 50px;}

.mb-10 { margin-bottom: 10px;}

.mb-20 { margin-bottom: 20px;}

.gap-34 {
  gap: 34px;
}

/*font size class start*/

.sm-font {
  font-size: 18px;
line-height: 27px;
}

.md-font {
  font-size: 24px;
line-height: 36px;
}

.lg-font {
  font-size: 36px;
line-height: 47px;
}

.font-16 {
font-size: 16px;
line-height: 24px;
}

/*font size class end*/


/*font weight*/

.fw-300 {
  font-weight: 300
}

.font-regular,
.fw-400 {
  font-weight: 400
}

.font-medium,
.fw-500 {
  font-weight: 500
}

.font-semibold,
.fw-600 {
  font-weight: 600
}

.font-bold,
.fw-700 {
  font-weight: 700
}


/*color css start*/


.black-clr {
  color: #000000;
}

.white-clr {
  color: #ffffff;
}

.grey-clr {
  color: #7E7E7E;
}

.light-black-clr {
  color: #141616;
}

.red-clr {
  color: #EE3224;
}

.border-end {
    border-right: 1px solid #EBEBEB !important;
}

/*color css end*/


/*backgrounds*/

.bg-black {
  background-color: #222222;
}

.bg-light {
  background-color: #F8F8F8;
}

/*links css end*/

.fullheight {
  min-height: calc(calc(var(--vh, 1vh) * 100));
}



/* Header css start */





/* client logo css start */
.infinite-slider {
  display: none;
}

.project-logo img {
  cursor: pointer;
}

.project-logo {
  filter: blur(0);
  padding: 5px 40px;
  height: auto;
  transition: all 500ms linear 0s;
}

.client-logo-listing:hover .project-logo {
  filter: blur(3px);
}

.client-logo-listing .project-logo:hover {
  filter: blur(0);
}

.client-logo-listing .project-logo:hover img {
  filter: grayscale(0) blur(0);
  transition: all 500ms linear 0s;
}

/* client logo css end */



/* Landing page css start */

.underline-color {
    position: relative;
    z-index: 1;
}

.underline-color::before {
    content: "";
    height: 12px;
    width: 104%;
    background-color: #F2A7A1;
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 68%;
    z-index: -1;
}

.bannerimg { 
      border-bottom: 1px solid #EBEBEB;
}

.header-btn-spacing {
  padding-right: 14px;
  margin-right: 14px;
  padding-left: 35px;
}

.bannercontent {
  height: 598px;
}

.card-work {
background-color: #FFFFFF;
border-radius: 10px;
border: 1px solid #DDDDDD;
}

.card-work:hover {
  transition: 0.3s ease-out;
  border: 1px solid #EE3224;
}


/* Landing page css end */

/*footer css start*/


footer {
  color: #7E7E7E;
  font-size: 18px;
font-weight: 400;
line-height: 27px;
  background-color: #000000;
}

.footer-nav a:hover { 
      text-decoration: underline;
}

.footer-border-top {
      border-top: 1px solid #1B252E;
      padding-top: 40px;
      margin-top: 40px;
}

.footer-spacing {
  padding-top: 70px;
  padding-bottom: 40px;
}

/*footer css end*/


/* iPadPRO landscape style here */

@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) and (orientation:portrait) {
.navbar-light .navbar-nav .nav-link {
      padding: 7px;
}

.mb-ipad-30 {
    margin-bottom: 30px;
  }

  .header-btn-spacing {
    padding-right: 7px;
    margin-right: 7px;
    padding-left: 7px;
}
.btn-width-res { width: 152px;  }

.btn-res { padding: 10px 17px; }

}

@media (max-width: 991.98px) {

  header .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 15px;
}

   .mb-res-30 {
    margin-bottom: 30px;
  }

  .flex-column-reverse-res {
    flex-direction: column-reverse;
}

  .bannercontent {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-btn-spacing {
      padding-left: 12px;
      margin-top: 12px;
      padding-bottom: 12px;
      margin-right: 0;
}

.ps-res {
  padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

  .navbar-expand-lg {    background: white; }


  /*.wizard > .content {     min-height: 44em; }*/
  .navbar-expand-lg {
    min-height: 59px;
    height: 80px;
  }

  header {
    height: 80px
  }

  /*navabr for mobile css start*/
  #navbarNav {
    position: fixed;
    height: 100vh;
    height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    display: block;
    width: 100%;
    z-index: 11;
    background: #fff;
    left: 0;
    bottom: 0;
    top: 80px;
    transform: translateX(-100%);
    transition: 0.3s;
    justify-content: center;
    overflow-y: auto;
  }

  #navbarNav.show {
    transform: translateX(0);
    transition: 0.3s;
  }
}


/* iPad landscape style here */

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (orientation:portrait) {

  .mb-res-ipad {
    margin-bottom: 20px;
  }
   
   .btn-res {
    width: 190px;
  }


}

@media (max-width: 767.98px) {

  .btn-width-mob {
    width: 100%;
  }

  .ps-res {
    padding-right: 12px;
  }

  .mb-res {
    margin-bottom: 20px;
  }

   .mb-30-res {
    margin-bottom: 30px;
  }


  .xl-font {
    font-size: 30px;
    line-height: 40px;
}

  .md-font {
    font-size: 20px;
    line-height: 30px;
}

  h1 {
        font-size: 38px;
    line-height: 56px;
}

  

  .navbar-toggler {
    margin-right: 0
  }

  .navbar-expand-lg {
    min-height: 56px;
  }

  header {
    height: 60px
  }

}

@media screen and (min-width:992px) {
  .scrollable-div {
    max-height: calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    margin-bottom: 0 !important;
  }
}

