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

img {
  -webkit-user-drag: none !important;
}


@font-face {
  font-family: grifter_bold;
  src: url(../../fonts/Grifter/grifter_bold.otf) format('woff2');
  font-display: swap;
}

.grifter_bold {
  font-family: grifter_bold, sans-serif;;
}

@font-face {
  font-family: dmsans_regular;
  src: url(../../fonts/DMSans/dmsans_regular.ttf) format('woff2');
  font-display: swap;
}

.dmsans_regular {
  font-family: dmsans_regular, sans-serif;;
}

@font-face {
  font-family: dmsans_medium;
  src: url(../../fonts/DMSans/dmsans_medium.ttf) format('woff2');
  font-display: swap;
}

.dmsans_medium {
  font-family: dmsans_medium, sans-serif;;
}


.tel_logo {
  width: 24px;
}

.top-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}

.top-header a {
  color: black;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
}

.top-header a:hover {
  color: black;
}

.btn-all {
  color: #ffffff !important;
  font-size: 15px !important;
  padding: 9px 25px !important;
  background-color: black !important;
  border: black !important;
  letter-spacing: 1px;
  transition: .3s ease;
}

.btn-custom {
  color: #ffffff !important;
  font-size: 17px !important;
  padding: 12px 30px !important;
  background-color: #f4770d !important;
  border: #f4770d !important;
  letter-spacing: 1px;
  transition: .3s ease;
}

.btn-main {
  color: #ffffff !important;
  font-size: 17px !important;
  padding: 12px 30px !important;
  background-color: black !important;
  border: black !important;
  letter-spacing: 1px;
  transition: .3s ease;
}

.btn-submit {
  padding: 12px 60px !important;
}

.btn-all:hover,
.btn-main:hover {
  background-color: #f4770d !important;
  border: #f4770d !important;
}

.btn-custom:hover {
  opacity: 0.9;
  border: #f4770d !important;
}


nav {
  width: 100%;
  height: 35px;
  margin-top: 10px;
}

.nav-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: transparent;
}

.logo {
  width: 180px;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  margin-left: 45px;
}

.nav-menu li a {
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 14px;
  transition: 0.4s;
}

#header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background-color 0.3s, border-bottom 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, border-bottom 0.3s, box-shadow 0.3s;
  -moz-transition: background-color 0.3s, border-bottom 0.3s, box-shadow 0.3s;
  -ms-transition: background-color 0.3s, border-bottom 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, border-bottom 0.3s, box-shadow 0.3s;
}

#header.scrolled {
  /* background: linear-gradient(#e0f1eb, #fffaec, #eaf0fe); */
  background-color: white;
  border-bottom-color: #e1e1e1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-menu a.active {
  color: #f4770d;
}

#head {
  position: sticky;

}

#header {
  position: relative;
}

.hero_section_home {
  background-image: url(../../images/home/headerbg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: max-content;
}

.hero_sec_home {
  padding-top: 180px;
}

.hero_content_home {
  max-width: 990px;
}

.para_main {
  font-weight: 500 !important;
}

.goal_section1 {
  background-color: #F3F6F9;
}

.goal_section2 {
  background-color: #F3F6F9;
}

.goal_section3 {
  background-color: #F3F6F9;
}

.poster_img img {
  border-radius: 35px !important;
  height: fit-content;
}

.card_zoom {
  position: relative;
  overflow: hidden;
  border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -ms-border-radius: 35px !important;
  -o-border-radius: 35px !important;
}

.card_zoom img {
  transition: transform 0.3s;

}

.card_zoom:hover img {
  transform: scale(1.15);
}

.pill_sec {
  /* width: 180px; */
}

.badge {
  width: 150px;
  height: 68px;
}

.pill_1 {
  background: #58C09C;
}

.pill_2 {
  background: #D0B9EF;
}

.pill_3 {
  background: #F6D17C;
}

.pill_4 {
  background: #F4C99F;
}

.services_section {
  background-image: url(../../images/home/services_bg.jpg);
  width: 100%;
  height: max-content;
  background-size: cover;
}

.services_content {
  max-width: 800px;
}

.services_content h1 {
  font-size: 56px;
}

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

.goal_content h1 {
  font-size: 52px;
}

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

.services_card {
  border-radius: 25px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* height: 300px !important; */
  transition: transform 0.3s;
}

.services_card p {
  font-size: 17px;
}

.services_card:hover img {
  animation: pendulum 0.6s ease-in-out infinite;
}

@keyframes pendulum {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }
}

.recent_work_sec {
  width: fit-content;
  border-top: #F3F6F9 solid 24px;
  border-left: #F3F6F9 solid 24px;
  border-right: #F3F6F9 solid 24px;
  border-bottom: #F3F6F9 solid 2px;
  border-radius: 35px;
  background-color: #F3F6F9;
}

.recent_work_images img {
  /* border-radius: 35px !important; */
}

.client_content {
  max-width: 660px;
}

.client_content h1 {
  font-size: 56px;
}

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

#brands .item {
  max-width: 150px;
}

#brands .owl-stage {
  display: flex;
  align-items: center;
}

.projects_content {
  max-width: 690px;
}

.projects_content h1 {
  font-size: 56px;
}

.projects_content p {
  max-width: 650px;
  font-size: 20px;
}

.projects_images img {
  border-radius: 35px !important;
}

.boost_section {
  background-image: url(../../images/home/Black-BK.png);
  background-position: center;
  background-size: cover;
  width: 100%;
}

.boost_content {
  max-width: 990px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.customers_section {
  background-image: url(../../images/home/customers_bg.jpg);
  background-size: cover;
  width: 100%;
  height: max-content;
}

.customers_content {
  max-width: 990px;
}

.customers_content h1 {
  max-width: 500px !important;
  font-size: 56px;
}

.customers_content p {
  max-width: 850px !important;
  font-size: 20px;
}

.customers_cards {
  border-radius: 25px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* height: 362px !important; */
  transition: transform 0.3s;
}

.customers_cards p {
  font-size: 19px;
}

.customers_cards:hover .comma {
  animation: pendulum 0.6s ease-in-out infinite;
}

@keyframes pendulum {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }
}

.quote_content {
  max-width: 817px;
}

.quote_content h1 {
  font-size: 56px;

}

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

.quote_sec img {
  border-radius: 35px;
  height: 100%;
}

.quote_contact_sec {
  background-color: #F3F6F9;
  width: 100%;
  height: max-content;
  border-radius: 35px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-arrows {
  -moz-appearance: textfield;
}

.resizable-textarea {
  resize: none;
  overflow: auto;
}

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none;
}

.form-control {
  border: none !important;
}

.text-field {
  padding: 16px 8px 16px 8px !important;
  border-radius: 8px !important;
}

.footer_section {
  background-image: url(../../images/home/footer_bg.jpg);
  background-size: cover;
  width: 100%;
  height: max-content;
}

.footer_logo {
  width: 190px;
}

.twitter,
.linkdin,
.instagram,
.facebook {
  width: 36px;
  height: 36px;
  border-radius: 26px;
  background-color: black;
  text-align: center;
  padding-top: 3px;
  transition: 0.3s;
}

.social_links a {
  color: white;
  text-decoration: none !important;
}

.social_links a:hover {
  color: white;
}

.social_attch {
  color: transparent !important;
  fill: white;
}

.hero_section_about {
  background-image: url(../../images/about/header_bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: max-content;
}

.hero_sec_about {
  padding-top: 180px;
}

.hero_content_about {
  max-width: 1130px;
}

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

.para_main {
  font-weight: 500 !important;
}

.about_section h1 {
  max-width: 700px !important;
}

.hero_section_contact {
  background-image: url(../../images/contact/header_bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: max-content;
}

.hero_sec_contact {
  padding-top: 180px;
}

.hero_content_contact {
  max-width: 827px;
}

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

.para_main {
  font-weight: 500 !important;
}

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

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

.contact_content h1 {
  font-size: 28px;
}

.contact_section {
  background-color: white;
}

.nav-pills .nav-link.active {
  color: white !important;
  background-color: #f4770d !important;
  border: #f4770d !important;
}

.nav-pills .nav-link {
  border-radius: 20px !important;
  margin-right: 10px;
  transition: 0.5s ease;
}

.tab-content .fade {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.tab-content .fade.show {
  opacity: 1;
}

#tabAllContent .col-lg-3:nth-last-child(-n+16) {
  display: none;
}

.blur_card {
  transition: all 0.3s ease-in-out;
}

.blur_card:hover {
  transform: scale(1.1);
}

.hero_content_blog {
  max-width: 1100px;
}

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

.blog_detail_section .card-body,
.blog_section .card-body {
  background-color: #F3F6F9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.blog_detail_sec {
  padding-top: 180px;
}

.blog_detail_content {
  max-width: 990px;
}

.star_gif_1 img {
  width: 62px;
  position: absolute;
  right: -72px;
}

.star_gif_2 img {
  width: 78px;
  position: absolute;
  top: 78px;
  right: 79px;
}

.star_gif_3 img {
  width: 78px;
  position: absolute;
  top: 0px;
  right: 47px;
}

.star_gif_4 img {
  width: 78px;
  position: absolute;
  top: -44px;
  right: 29px;
}

.star_gif_5 img {
  width: 60px;
  position: absolute;
  top: 0px;
  right: 200px;
}

.star_gif_6 img {
  width: 60px;
  position: absolute;
  top: 0px;
  right: 392px;
}

.star_gif_7 img {
  width: 60px;
  position: absolute;
  top: 0px;
  right: 394px;
}

.star_gif_8 img {
  width: 60px;
  position: absolute;
  top: 0px;
  right: 210px;
}

.star_gif_9 img {
  width: 60px;
  position: absolute;
  top: 30px;
  right: 94px;
}

.star_gif_10 img {
  width: 60px;
  position: absolute;
  top: 184px;
  right: 260px;
}

.pill_work {
  border-radius: 46px;
  background-color: #FFA559 !important;
  display: inline-block;
}

.pill_about {
  border-radius: 46px;
  background-color: #FFA559 !important;
  display: inline-block;
}

/* .pill_blog {
  border-radius: 46px;
  background-color: #FFA559 !important;
  display: inline-block;
} */

.pill_contact {
  border-radius: 46px;
  background-color: #FFA559 !important;
  display: inline-block;
}

.pill_trun {
  border-radius: 46px;
  background-color: #FFA559 !important;
  display: inline-block;
}

.blog_detail_img {
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}

.auth_name {
  margin-bottom: -7px !important;
}

.bold-numbers li::marker {
  font-weight: bold;
}

.chat_icon {
  width: 28px;
}

.whatsapp_icon {
  width: 30px;
}

.whatsapp_chat span {
  font-size: 18px;
}

.live_chat span {
  font-size: 18px;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #f1f1f1;
}

::selection {
  background-color: #f4770d;
  color: #000000;
}