/* Header CSS Start */
.headerSite {
  padding-block: 24px;
  position: relative;
  z-index: 9999;
  overflow: hidden;
}

.mainMenu ul {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  text-transform: uppercase;
}

.mainMenu ul li {
  display: flex;
}

.mainMenu .nav-link {
  color: #000;

  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  font-family: var(--font-n);
  font-size: 1rem;
  font-weight: 500;
}

.mainMenu ul li.nav-item.serviceMenu {
  column-gap: 16px;
}

.mainMenu ul li.nav-item.serviceMenu a {
  position: relative;
}

.mainMenu ul li.nav-item.serviceMenu a:after {
  content: "";
  background: rgb(29 29 29 / 30%);
  text-align: center;
  margin: auto;
  height: 20px;
  width: 1px;
  right: -8px;
  position: absolute;
  top: -2px;
}

.mainMenu li.serviceMenu a:last-child:after {
  display: none;
}

.mainMenu .nav-link .dots {
  width: 10px;
  height: 10px;
  position: relative;
  left: -4px;
  top: 0;
}

/* Header CSS END */
/* Home CSS Start */




.heroSectionPanel {
  padding: 72px 0;
}

.bannerHeading {
  padding: 84px 0;

  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
}


.heroSectionHome .bannerHeading {
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;



  color: #252525;
  z-index: 1;
}

.heroArtImg {
  position: absolute;
  bottom: 48px;
  right: 0;
  z-index: -1;
  border-bottom: 1px solid #fff;
  height: 64vh;
}

.heroArtImg img {
  height: 100%;
}

.horizontalLineAniamtion {
  width: 0%;
  height: 1px;
  background-color: #fff;
  margin: 12px 0;
}

.horizontalLine {
  border-bottom: 1px solid #fff;
  margin: 12px 0;
}

.horizontalLine.dark {
  border-color: var(--primary);
}

.videoSectionBg {
  display: flex;
  justify-content: center;
  margin-bottom: 8.52vh;
}

#videoSection {
  width: 50%;
  overflow: hidden;
}

#videoSection video {
  height: 90vh;
  border-radius: 24px;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ourClientsLogo-wrapper {
  display: flex;
  row-gap: 80px;
  border-radius: 0 0 24px 24px;
  padding-bottom: 50px;

  flex-wrap: wrap;
  justify-content: space-between;
}

.ourClientsLogo {
  display: flex;
  width: 20%;
  height: 130px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.ourClientsLogo img {
  object-fit: contain;
}

.ourClients {
  padding: 48px 0 0;
  position: relative;
  z-index: 1;
}

/* .ourClients:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  background: var(--primary);
  z-index: -1;
  width: 100%;
} */

.ourClientsarea {
  position: relative;
}

.extraHeightourClients {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  z-index: -1;
  border-radius: 24px 24px 0 0;
}

.servicePanelContent {
  border-top: 1px solid #A1A1A2;
  padding: 6px 0 0;
}

.servicePanelContent p {
  font-size: 14px;
  margin-bottom: 0;
}

.servicePanel {
  position: relative;
  border-top: 1px solid #a1a1a2;
  overflow: hidden;

}


.servicePanel.last {

  border-bottom: 1px solid #a1a1a2;

}


.servicePanelInfo h3 {
  font-size: 38px
}

.servicePanelInfo h3 a {
  display: flex;
  align-items: start;
}

.servicePanelPro1 {
  position: relative;
}

.servicePanelInfo {

  padding: 48px 0;

  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.servicePanelPro {
  padding: 48px 0;
}

.book-a-call a {
  border-radius: 200px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  column-gap: 18px;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.book-a-call-about a {
  column-gap: 41px;
}

.book-a-call-team {
  display: flex;
  align-items: center;
}

.phoneCircleDark {
  width: 44px;
  height: 44px;
  line-height: 43px;
}

.cards {
  color: #fff;
  padding: 42px 24px 32px 36px;
  border-radius: 8px;
}

.cardImgContent p {
  margin-top: 20vh;
  margin-bottom: 3vh;
}

.cardImgView .horizontalLine {
  margin: 0 0 24px;
}

.cardsInfo {
  max-width: 80%;
  position: relative;
}


.clientSetion {
  background: linear-gradient(180deg, #1d1d1d 5.97%, #000000 92.39%);
}

.cardsgreen {
  padding: 48px;
}

.awardSliderPanel {
  margin-top: 120px;
}

.carousel-indicators,
button.carousel-control-next,
button.carousel-control-prev {
  position: static;
}

.carousel-indicators [data-bs-target] {
  height: auto;
  padding: 0;
  text-indent: 0;
  border: 0 !important;
  opacity: 1;
  display: none;
  background-color: transparent;
}

.carousel-indicators {
  margin: 0;
}

.carousel-indicators .active {
  display: block !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 54px;
  height: 26px;
  opacity: 1;
}

.cardsHeader {
  border-bottom: 1px solid rgb(6 1 0 / 50%);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.cardsList li {
  font-size: 1rem;
  border-right: 1px solid var(--dark);
  padding-inline: 12px;
}

.cardsList li:last-child {
  border: none;
}

.cardsList li:first-child {
  padding-left: 0;
}


.sliderListItem {
  padding: 12px 16px;
  background: #EAE6DF33;
  display: flex;
  margin-bottom: 0;
  border-radius: 8px;
  opacity: 0.5;
  cursor: pointer;
  min-width: calc(25% - 48px);
}


.sliderListItem.active {


  opacity: 1;
}

/* Home CSS End */

/* contact form CSS  */
.contactSection {
  position: relative;
  overflow: hidden;
  padding: 48px 0 16px
}

.contactSection .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}




.contactSectionInfo {
  position: relative;
  padding-top: 48px;
  margin-bottom: 54px;
}

.ContactBorderTop {
  position: absolute;
  top: 48px;
  width: 100%;
  left: 0;
}

.ContactLogo {
  height: 100%;
  position: relative;

}

.ContactLogo img {
  height: 94%;
  position: absolute;
  bottom: -190px;
  right: 0;
  left: 0;
  margin: auto;
}



.contactSectionInfoImg {
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 50%;
  transform: rotate(-15deg);
}

.form-control {
  height: 52px;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgb(29 29 29 / 50%);
}

textarea.form-control {
  height: 72px;
}

.budget-options {
  display: flex;
  gap: 10px;
}

.budget-options input[type="radio"] {
  display: none;
}

.inputField .budget-options label {
  padding-inline: 10px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  height: 39px;
  line-height: 39px;
  text-align: center;
  flex: 1;
  text-transform: none;
  font-size: 1rem;
  font-family: var(--font-h);
  font-weight: 400;
}

.budget-options input[type="radio"]:checked+label {
  background-color: var(--primary);
  color: white;
}

.btnPrimary {
  height: 64px;
  border-radius: 148px;
  padding: 8px;
  background-color: #161616;
  color: #fff;
  text-transform: uppercase;
  border: none;
  width: 100%;
  font-family: var(--font-n);
  font-weight: 900;
  position: relative;
}

.btnPrimary span {
  position: absolute;
  top: 8px;
  left: 10px;
}


/* contact form CSS end */

/* Footer CSS start */


.footerinfoTitle {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
  padding-bottom: 12px;
  font-family: var(--font-n);
  color: #676767
}

.footerLink li {
  margin-bottom: 6px;
}

.footerLink a {
  transition: filter 0.3s ease-in-out;
  color: var(--lightgrey);
}

.footerLink a:hover {
  filter: brightness(0) invert(1);
}

.footerLink .footerinfoTitle {
  margin-bottom: 12px;
}

.footerSocial {
  column-gap: 24px;
}

.footerConnect {
  padding: 48px;
}

.footerInfo1 {
  margin-bottom: 18.52vh;
}

/* Footer CSS End */

.hideHeading {
  overflow: hidden;
}

.section {
  position: relative;
  padding: 4.44vh 0;
}

/* About CSS Start  */

.dots {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dotsGreen {
  background-color: #55CD6C;
}

.dotsBlue {
  background-color: #384cff;
}

.dotsPurple {
  background-color: #7c62ff;
}



.aboutPhilosophyInfo li {
  border-bottom: 1px solid rgb(6 1 0 / 50%);
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.aboutPhilosophyInfo ul {
  margin-bottom: 28px;
}

.aboutAgencyCount h3 {
  font-size: 128px;
  line-height: 80%;
  letter-spacing: -4%;
  margin-bottom: 24px;
}

.aboutAgencyCount h3 span {
  font-weight: 500;
  font-size: 64px;
  line-height: 62px;
}

.aboutAgencyItem {
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  margin-bottom: 140px;
}

.aboutAgencyItem.last {
  margin-bottom: 0;
}

.aboutAgencyContent {
  max-width: 375px;
}

.book-a-call-dark a {
  background-color: #000;
}

.missionTable {
  margin-top: 100px;
}

.missionTableItem li {
  border-bottom: 1px solid rgb(0 0 0 / 30%);
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.missionTableItem li:first-child {
  margin-bottom: 24px;
  font-family: var(--font-n);
  font-weight: 900;
  text-transform: uppercase;
}

.whyCardsImg {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgb(0 0 0 / 10%);
  line-height: 72px;
  text-align: center;
  margin-bottom: 100px;
}

.whyCards {
  padding: 52px 36px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}

.whyCardsNumber {
  margin-bottom: 100px;
}

/* About CSS END  */

.headingSeviceInner {
  padding: 56px 0;
}

.serviceReview {
  padding-block: 100px;
}

.serviceReviewItem {
  padding-bottom: 60px;
  align-items: center;
  justify-content: space-between;

}

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

.serviceReviewTitle p span {
  display: block;
  font-size: 1rem;
}

.serviceReviewTitle img {
  margin-right: 12px;
}

.videowh100 {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.effectlightmenpanel {
  text-align: center;
  position: relative;
  top: -40px;
}

.effectlightmen {
  position: absolute;
  left: 50%;
  top: -206px;
  margin-left: -50px;
}

.ourClientsLogoPanel {
  padding: 0 0 100px;
}

.effectlight img {
  clip-path: inset(0% 0 100% 0);
  /* start fully hidden from top */
  transition: clip-path 0.3s ease;
  opacity: 0;
}

.servicePanelImg img,
.servicePanelImg video {
  height: 580px !important;
  object-fit: cover;
  width: 100%;
}

.servicePanelImg,
.servicePanelImg img,
.servicePanelImg video {
  border-radius: 12px;
}


.servicePanelImg {
  margin-bottom: 16px;
}

.protfolioSection .servicePanelImg video {
  height: 475px;
  object-fit: cover;
  width: 100%;
}

.wavy span {
  display: inline-block;
}

.serviceInfoArrow {
  position: relative;
  top: -12px;
}

.filterInvert {
  filter: brightness(1) invert(1);
}

.servicePanelContent.borderWhite {
  border-top: 1px solid #fff;
}

.sectionBorder {
  font-family: var(--font-n);
  font-weight: 900;
  font-size: 1rem;
}

.whyCards2 {
  padding: 24px;

  min-height: 312px;
}

.serviceTestimonial {
  padding: 64px;
  margin-top: 28px;
}

.brandingProcessinfo {
  position: sticky;
  top: 24px;
}

.brandingProcessinfo .book-a-call {
  margin-top: 350px;
}

.articleItemList li {
  border-bottom: 1px solid rgb(0 0 0 / 30%);
  color: #1d1d1d;
  font-size: 1rem;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.articleItem {
  margin-bottom: 82px;
}

.aboutPhilosophyInfo {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#aboutBanner {
  position: relative;
}

.sectionPhilosophyTitle {
  margin-bottom: 32px;
  border-bottom: 1px solid rgb(6 1 0 / 50%);
  padding-bottom: 32px;
}

.missionSection .book-a-call {
  margin-top: 72px;
}

.teamSectionPanel {
  margin-top: 80px;
}

.teamItemProfile {
  margin-bottom: 4px;
  font-size: 24px;
  color: #fff;
}

.teamItemDes {
  margin-bottom: 0;
  font-size: 1rem;
  color: rgb(255 255 255 / 80%);
  text-transform: uppercase;
}

#heroArt {
  position: relative;
}

.carousel-indicators-panel,
.carousel-indicators [data-bs-target] {
  font-family: var(--font-n);
  font-weight: 900;
}

.accordion-button .icon {
  font-size: 1.2rem;
  transition: transform 0.2s;
}

.accordion-button.collapsed .icon::after {
  content: "+";
}

.accordion-button:not(.collapsed) .icon::after {
  content: "−";
}

.accordion-button::after {
  display: none;
}

.accordion {
  --bs-accordion-bg: transparent;
}

.accordion-item {
  margin-bottom: 12px;
  border-radius: 8px;
  border: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  color: #060100;
}

.pic,
.pic2 {
  overflow: hidden;
}

.pic .img,
.pic2 .img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* hidden from bottom */
  opacity: 0;
}

.portfolioVslider {
  display: flex;
  animation: marquee 20s linear infinite;
  width: max-content;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-content {
  display: flex;
  gap: 24px;
  align-items: end;
}

.portfolioVsliderItem.first {
  margin-left: 24px;
}

.portfolioVsliderItem video {
  max-height: 450px;
  height: auto;
  width: auto;
  border-radius: 8px;
  display: block;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.portfolioVslider:hover {
  animation-play-state: paused;
}

/* portfolio CSS Start */

.portfolioInfoTitle {
  padding: 60px 0 80px;
}

/* portfolio CSS End */

.sectionBannerCS {
  background-size: cover;
  width: 100%;
  background-position: center;
}

.sectionBannerCSPanel {
  height: calc(100vh - 74px);
  display: flex;
  justify-content: end;

  flex-direction: column;
}

.recentCSPanel img,
.recentCSPanel video {
  height: auto !important;
}

.listCS {
  border-right: 1px solid #000;
  height: 100%;
  padding: 32px 20%;
}

.listCS li {
  margin-bottom: 12px;
}

.listCS.first {
  padding-left: 0;
}

.listCS.last {
  border: none;
}

.list-disc li {
  list-style: disc inside;
}

.CSTestiProfile p:first-child {
  font-size: 24px;
  margin-bottom: 5px;
}

.CSTestiProfile {
  border-top: 0.5px solid rgb(0 0 0 / 50%);
  padding-top: 20px;
}

.imgEffect img {
  width: 100%;
}

.anim-title1 {
  display: flex;
  flex-wrap: wrap;
  clip-path: polygon(0 0, 0 90%, 100% 90%, 100% 0);
}

.anim-title>span {
  display: flex;
  position: relative;
}

.anim-title>span>span {
  display: inline-block;
  transform: translateY(0%);
  transition: transform 0.5s;
}

.anim-title>span>span:last-child {
  position: absolute;
  top: 100%;
  left: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.mwg_landing1 .word {
  display: inline-block;
  margin-right: 12px;
}

.mwg_landing1 .letter {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: -0.28em -0.1em -0.05em;
}

.mwg_landing1 .letter span {
  display: inline-block;
  transform: translateY(100%);
}

.logo img {
  max-width: 150px;
}

.roll {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  position: relative;
}

.translate {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.line {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineFadedown {
  position: absolute;
  top: 0;
  left: -24px;
  width: 1px;
  height: 0;
  background-color: #a1a1a2;
}

.awardSlider .cardsgreen {
  height: 540px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

footer::after {
  content: "";
  display: block;
}

/* Loader Background with Video */
#loader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99999;
}

#loader-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s ease-in-out;
}

.move-right {
  transform: translateX(100vw);
}

/* Modal positioned to the right */

.modal-dialog-right-slide {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50vw;
  margin: 0;
  max-width: 50vw;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
}

.modal.fade .modal-dialog-right-slide {
  transform: translateX(100%);
}

.modal.show .modal-dialog-right-slide {
  transform: translateX(0);
  pointer-events: auto;
}

.custom-modal-content {
  height: 100vh;
  border-radius: 0;
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
  justify-content: center;
}

.inputField label {
  font-family: var(--font-n);
  font-weight: 900;
  font-size: 1rem;

  text-transform: uppercase;
}

.contactFormPoopup .modal-header {
  border: none;
}

.contactFormPoopup hr {
  margin: 36px 0;
}

.contactFormPoopup {
  padding: 48px;

  overflow-y: auto;
}

.progress-timeline-container {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.progress-timeline {
  flex: 1;
  height: 2px;
  background-color: rgb(6 1 0 / 40%);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.progress-timeline-fill {
  height: 100%;
  width: 0%;
  background-color: var(--dark);
  transition: width 3s linear;
}


.contentimgvideo video {
  object-fit: cover;
  width: 100%;
  border-radius: 24px;
  height: 90vh;
}

.contentimgvideo {
  position: relative;
}


.timelineSection {
  display: flex;
  margin-bottom: 4.17vw;
  align-items: center;
}

.footerSticky {
  position: relative;
  z-index: 10;
  background: white;
  overflow: hidden;
  z-index: 9999;
}

.serviceReviewInfo {
  text-transform: uppercase;
}

.headingTestimonal {
  font-weight: 500;
  font-size: 128px;
  letter-spacing: 4px;
  line-height: 80%;
  color: var(--dark);
}

.awardSlider h4 {
  color: var(--dark);
}

.CustomerSlider .cardsgreen .cardsgreenBorder {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 80px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 490px;
}

.CustomerSlider .gradientBlue .cardsgreenBorder {
  border-color: #fff;
}

.CustomerSlider .gradientBlue .carousel-indicators-panel,
.CustomerSlider .gradientBlue .carousel-indicators [data-bs-target] {
  color: #fff;
}

.CustomerSlider .cardsgreen {
  height: auto;
}

.CustomerSlider .carousel-indicators-panel,
.CustomerSlider .carousel-indicators-panel .carousel-indicators [data-bs-target] {
  font-family: var(--font-h);
  font-weight: 400;
  font-size: 32px;
  white-space: nowrap
}

.CustomerSlider .awardSliderPanel {
  margin-top: 72px;
}

.headingTestimonal+p {
  font-size: 32px;
}

.tableWebsite {
  padding: 62px 0 50px;
}

.faq-item {
  border-top: 1px solid #060100;

  display: flex;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-number,
.faq-question,
.faq-guidance,
.faq-tips {
  border-right: 1px solid #060100;
  padding: 12px 12px 40px 24px;
  font-size: 1rem;
}

.faq-number {
  width: 5%;
}

.faq-question {
  width: 25%;
  font-weight: 700;
}

.faq-guidance {
  width: 35%;
}

.faq-tips {
  width: 35%;
  border: none;
}

.arrowwithheading {
  position: relative;
  top: -40px;
}

#rtlSlideModal {
  z-index: 9999;
}

.CursorComingSoon {
  cursor: url("../images/coming-soon.png"), auto;
}

.CursorSeeProject {
  cursor: url("../images/see-projet.png"), auto;
}

/*  =========== :: Mobile Menu start ::  ========== */

.navbar-fixed .nav-links li.nav-link-open {
  opacity: 1;
  transform: translateY(10px);
}

.burger {
  position: relative;
  cursor: pointer;
  z-index: 99999;
}

.burger span:nth-of-type(2),
.burger.burger-open span:first-of-type,
.cursor,
.smobiletabs {
  display: none;
}

.burger span:first-of-type,
.burger.burger-open span:nth-of-type(2) {
  display: block;
}

.burger span {
  position: relative;
  height: 3px;
  width: 24px;
}

.burger span.openmenu {
  width: 32px;
  height: 2px;
  background: #fff;
}

.burger span:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  background: #fff;
  height: 2px;
  width: 32px;
}

.burger span:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  background: #fff;
  height: 2px;
  width: 32px;
}

.burger.burger-open span.closemenu {
  height: 24px;
}

.burger span.closemenu:before {
  top: 12px;
  width: 24px;
  transform: rotate(45deg);
  left: 0;
}

.burger span.closemenu:after {
  top: 12px;
  transform: rotate(-45deg);
  width: 24px;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--primary);
  clip-path: circle(0px at 0 0);
  transition: 0.5s;
  z-index: 9999;
}

.navbar-fixed .nav-links li {
  opacity: 0;
  transition: 0.3s ease-in;
  list-style-type: none;
  margin: 1.5rem 0;
  display: block;
  padding: 0;
  text-transform: capitalize;
}

.navbar-fixed .nav-links li:first-of-type.nav-link-open {
  transition-delay: 0.25s;
}

.navbar-fixed .nav-links li:nth-of-type(2).nav-link-open {
  transition-delay: 0.35s;
}

.navbar-fixed .nav-links li:nth-of-type(3).nav-link-open {
  transition-delay: 0.45s;
}

.navbar-fixed .nav-links li:nth-of-type(4).nav-link-open {
  transition-delay: 0.55s;
}

.navbar-fixed .nav-links li:nth-of-type(5).nav-link-open {
  transition-delay: 0.75s;
}

.navbar-fixed .nav-links li:nth-of-type(6).nav-link-open {
  transition-delay: 0.85s;
}

.navbar-fixed .nav-links li:nth-of-type(7).nav-link-open {
  transition-delay: 0.95s;
}

.navbar-fixed .nav-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  position: relative;
  letter-spacing: 1px;
}

.navbar-fixed.nav-open {
  display: block;
  clip-path: circle(100%);
}

.mmenu_item {
  height: calc(100vh - 90px) !important;
  margin-top: 90px;
  display: flex;
}

/* Mobile Menu End   */

.objectTop {
  object-position: top;
}

.serviceReviewTitle img {
  max-width: 38px;
}

p.cardsText {
  min-height: 100px;
}

.footerConnectTitle {
  margin-bottom: 24vh;
}

.footerTop .clutch-widget {
  height: 60px;
}

/* --- aishwarya css for cs start --- */

.mintBorder {
  border-bottom: 1px solid #000;
  padding-bottom: 70px;
}

.customHeight .pic {
  height: 555px;
  display: flex;
}

.fs-15 {
  font-size: 15px;
}

.SectionResult h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Helvetica-Neue";
}

.CardsResult {
  border-top: 1px solid #1d1d1d;
  padding-top: 12px;
}

.CardsResult p {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "FFGoodPro";
}

.imwipBrand h5 {
  font-size: 48px;
  line-height: 54px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "FFGoodPro";
}

.imwipBrand p {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "FFGoodPro";
}

.imwipHeight img {
  height: 721px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10.5px;
}

.imwipBrand img {
  height: 493.5px;
  border-radius: 10.5px;
}

.video-background-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.content-overlay {
  position: relative;
  z-index: 1;
}

.CSpage .videoSection {
  height: 592px;
}

.CSpage .videoSection video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.csVideo .videoSection {
  height: 772.82px;
}

.csVideo .pic .img {
  height: 772.82px;
}

.ht {
  height: 658px;
}

.doBali.videoSection {
  height: 509px;
}

.bali.videoSection {
  height: 800px;
}

.b24 video {
  border-radius: 24px;
}

Style CSS .kaesteo.pic img {
  height: 623px !important;
}

.kaesht {
  height: 734px;
  object-fit: cover;
  border-radius: 22px;
}

.kaesLast {
  height: 779px;
}

.kaesht video {
  border-radius: 21.77px !important;
}

.wrappingDiv {
  position: relative;
}

.wrappingDiv .sectionBorder {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* --- aishwarya css for cs end --- */

.contactFormFooter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #1d1d1d;
  border-radius: 0;
  padding-left: 0;
}

.contactFormFooter .row {
  margin-bottom: 32px;
}

.buttonSubmit {
  border: none;
  background: transparent;
  font-family: var(--font-n);
  font-weight: 900;
}



.formArt {
  max-width: 265px;
}

.form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.timelineSection .cardsBorder {
  min-height: 245px;
}

.ourClientsPara {
  max-width: 297px;
  margin-left: 60px;
  margin-top: -9px;
}

.servicePanelContent h6 {
  line-height: 120%;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-h);
  text-transform: capitalize;

}

.CSpage .contactSection {
  display: none;
}

.ml-2 {
  margin-left: -2px !important;
}

.awardSectionPanel {
  height: calc(100vh - 142px);
}

.book-a-call a:hover .phoneCircleDark,
.book-a-call a:hover .phoneCircle {
  animation: infiniteRotation 2s linear infinite;
}

@keyframes infiniteRotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

img.heightauto,
.heightauto {
  height: auto !important;
}

.bydvideo {
  margin-bottom: 80px;
}

.videobydpanel .pic,
.videobydpanel video {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bydChallende {
  padding: 0 0 56px;
}

.byd__bluevideo {
  display: flex;
  margin-bottom: 80px;
}

.byd__bluevideoarea {
  width: 65%;
}

.byd__bluevideoarea video {
  border-radius: 8px 0 0 8px;
}

.byd__bluevideoPanel {
  background: linear-gradient(159.33deg, #111111 0%, #001652 108.76%);
  width: 35%;
  border-radius: 0 8px 8px 0;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.byd__bluevideoPanelContent p {
  color: #ffff;
  font-size: 20px;
  line-height: 130%;
}

.byd__bluevideoPanel h5 {
  font-size: 32px;
  line-height: 43px;
}

.byd-blue-gradient {
  background: linear-gradient(159.33deg, #111111 0%, #001652 108.76%);
}

.bydhalfsection2 {
  height: 100%;
}

.bydhalfsection {
  padding: 72px 0 36px 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.bydhalfsection h4 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
}

.videobyd2 {
  height: 100%;
}

.videobyd2 {
  position: relative;
  height: 100%;
  width: 50%;
}

.videobyd2 video {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.videobyd3 {
  height: auto;
}

.videobyd3 video {
  max-height: 712px;
}

.bydhalfsectionLeft {
  width: 60%;
  margin: auto;
}

.bydhalfsection3 {
  padding: 36px;
  column-gap: 24px;
}

.videobyd2 {
  width: 65%;
}

.videobyd3 video {
  object-position: top;
}

.bydhalfsection3 .bydhalfsection {
  padding: 0;
  width: 35%;
}

.mt-80 {
  margin-top: 80px;
}

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

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

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

.py-80 {
  padding-block: 80px;
}

.csTags {
  max-width: 80%;
}

.sectionBannerCSByd {
  position: relative;
}

/* Remove border-radius and constraints if you want true fullscreen */
.sectionBannerCSByd {
  position: relative;
  height: calc(100vh - 74px);
  width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.bydbannervideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banerbydContent {
  position: relative;
  z-index: 1;
}

.servicePanelInfo .book-a-call a span {
  margin-left: 14px;
}

.servicePanelInfo .book-a-call a {
  display: inline-flex;
  padding-left: 36px;
}

.sectionCsMarquee {
  background-color: #f2f2f2;
}

.sectionCsMarqueeHeading {
  border-bottom: 1px solid rgb(6 1 0 / 50%);
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.cardsOffin {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  min-height: 300px;
  flex-direction: column;
  max-width: 420px;
}

.sectionCsMarquee .portfolioVsliderItem img {
  max-height: 500px;
}

.homegradient1,
.homegradient2,
.homegradient3 {
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}

.homegradient1 {
  background-image: url(../images/home/gradient1.jpg);
}

.homegradient2 {
  background-image: url(../images/home/gradient2.jpg);
}

.homegradient3 {
  background-image: url(../images/home/gradient3.jpg);
}

.ourPhilosophPanel {
  padding: 40px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.homepage .ourPhilosophPanel {
  height: 85vh;
}



.ourPhilosophyContent p {
  border-bottom: 1px solid #fff;
  padding-bottom: 22px;
  max-width: 406px;
  font-size: 18px;
  margin-bottom: 0;
}

.ourPhilosophyTags {
  border-top: 1px solid #fff;
  padding-top: 14px;
}

.aiagentbannerbtn {
  column-gap: 90px;
}

.aiagentPage .bannerHeading {
  height: calc(100vh - 74px);

  justify-content: center;
}

.cardsAgent {
  margin-top: 60px;
}

.cardsAgent1 {
  min-height: 280px;
  padding: 12px;
  border-radius: 12px;
}

.cardsAgent1 p {
  margin-bottom: 0;
}

.cardsAgent2 .cardsAgent1 {
  min-height: 290px;
  padding: 24px;
  border-radius: 24px;
}

.ctaAgent {
  padding: 30px 0;
}

.ctaAgentPanel {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 32px 24px 44px;
}

.stepProcessAiHeading {
  border-bottom: 0.67px solid #000;
  padding-bottom: 18px;
  margin-bottom: 36px;
}

.stepProcessAiItem {
  max-width: 75%;
}

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

.stepProcessAi {
  border-bottom: 0.67px solid #000;
  padding-bottom: 42px;
}

.worksAiagent {
  padding: 48px 0 72px;
}

.clientlogoAiagent {
  padding: 40px 0 100px;
}

.howWorksAiagent {
  padding: 40px 0 60px;
}

.howWorksAiagentcards {
  border-radius: 24px;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 12px;
}

.howWorksAiagentItem {
  position: relative;
}

.howWorksAiagentItem:after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4d4d4d;
  width: 1px;
  height: 100%;
  content: "";
  margin: auto;
  z-index: 1;

  left: 0;
}

.howWorksAiagentItem .gx-5 {
  --bs-gutter-x: 5rem;
}


.cardImgContentImg2 img {
  margin-top: -15px;
}

.alagentsSection .cards {

  padding: 28px;
  border-radius: 24px;
}


.portfolioPage .servicePanelContent {
  border-top: 1px solid #000;
}

.portfolioPage .servicePanelContent {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.howWorksAiagentContent h6 {
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 12px;
  margin-bottom: 12px;
}


.howWorksAiagentContent {
  opacity: .5;
  transition: opacity 0.6s ease;
}

.howWorksAiagentContent.active {
  opacity: 1;
}

.cardhowImg {
  display: none;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease;
}

.cardhowImg.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


.cardhowImg img {
  width: 100%;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateY(100px);
  opacity: 0;
}

.cardhowImg.active img {
  transform: translateY(0);
  opacity: 1;
}

.BgSecondary.sectionCsMarquee {
  background-color: var(--secondary) !important;
}


.aboutAwardlist {
  flex-wrap: wrap;
  gap: 20px;

}


.video__panel {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;

}


.captcha__text {
  display: flex;
  border-bottom: 1px solid #1d1d1d;
  line-height: 60px;
  padding-block: 5px;
}



.captcha__text input {
  background: none;
  border: none;
  margin-left: 5px;
  border-radius: 0;
  width: 42px;
  height: 32px;
  margin-top: 13px;
  margin-left: 15px;
  border-bottom: 1px solid #1d1d1d;
}

.captcha__text input:focus {

  outline: 0;
}

.buttonSubmit:disabled,
#footerformModal button.btnPrimary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


/* Video Wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

.cardImgContentLogo {
  min-height: 60px;

}


.ourPhilosophyPortfolio .ourPhilosophyContent p {
  font-style: normal;
  max-width: 388px;
  margin-left: auto;
  border: none;
}

.ourPhilosophyPortfolio h1 {
  font-size: 5.21vw;

}

.footerLinkAddress p {

  margin-bottom: 12px;

}


.customFaq .accordion-item {
  margin-bottom: 16px;
  border-radius: 0;
  border: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(0 0 0 / 30%);
}

.customFaq .accordion-body {
  padding: 0;
  font-size: 16px;
  font-family: var(--font-h);
  font-weight: 400;
}

.customFaq .accordion-button {
  padding: 0;
  font-size: 20px;
  font-family: var(--font-h);
  font-weight: 700;
}

.servicesFaqnew .accordion-item {

  padding-bottom: 16px;

}


.servicesFaqnew .accordion-body {
  padding-top: 12px;

}



.networkLogoPanel {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #1D1D1D;

  padding: 56px 0;
}

.networkLogoTrack {
  display: flex;
  gap: 120px;
  animation: scroll 30s linear infinite;
}

.networkLogo {
  flex-shrink: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.networkLogo img {
  max-height: 60px;
  width: auto;
  display: block;
  filter: brightness(1) invert(1);
}

/* Smooth scroll keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.networkLogoSlider:hover .networkLogoTrack {
  animation-play-state: paused;
}

.aboutSection {
  border-top: 1px solid #1D1D1D;
  border-bottom: 1px solid #1D1D1D;
  margin-bottom: 4.17vw;
  overflow: hidden;
}

.aboutSectionContent .aboutSectionContentPara {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 38px;

}

.aboutSectionContent {
  padding-left: 3.125vw;
}

.aboutSectionContent .aboutSectionContentPara span {
  padding-left: 4.6875vw;
}

.aboutSectionContentPic {
  margin-bottom: 5.21vw;
}


.aboutSectionContentPic figure {

  max-width: 8.23vw;
  text-align: center;
}

.aboutSectionContentPic figcaption {
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 18px;
}




.aboutSectionContent a {
  color: #060100;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}


.aboutSectionContent a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  /* distance from text */
  width: 100%;
  /* full underline */
  height: 2px;
  background-color: #060100;
  /* initial color */
  transition: background-color 0.3s ease;
}


.aboutSectionContent a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #384cff;
  /* hover color */
  transition: width 0.3s ease;
  z-index: 1;
}


.aboutSectionContent a:hover::before {
  width: 100%;
}


.ourPhilosophyHeading h1.p-title.mwg_landing1 {
  font-size: 52px;
  line-height: 89%;
}


.cardDesignsSection {

  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 8.89vh;
}


.cardDesign {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  column-gap: 12px;
  position: relative;
}

.cardDesign p {
  margin-bottom: 0;
}



.cardDesignHeading p:first-child {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}

.cardDesignHeading p:last-child {
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1D;
}


.cardDesign:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  background-color: #000;
}


.cardDesign.last:after {
  display: none
}


.homeartSection {
  margin-bottom: 8.89vh;
  ;
}



.homeartSection .servicePanelPro {
  padding: 0;
  border-top: none;

}

.swiperproject {
  overflow: hidden;
}

#tabSlider {
  display: flex;

  position: absolute;
  bottom: 0;
  padding: 48px 36px;
  column-gap: 48px;
  width: 100%;
  z-index: 2;
}


.tabsVideoSection {
  position: relative;
  overflow: hidden;
}

.sliderListItem {

  margin-bottom: 0;
}

.sliderListItemImg img {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}


.sliderListItemBox {

  column-gap: 12px;
}

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

.NewCtaSectionContentText h4 {
  border-bottom: .5px solid #FFFFFF;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 96%;
  letter-spacing: 0;
}

.NewCtaSectionContentText {
  max-width: 470px
}

.NewCtaSectionContentText p {
  color: #EAE6DF;
  font-size: 24px;
  font-weight: 500;
}



.NewCtaSection {
  border-bottom: 1px solid #A1A1A2;
}

.NewCtaSection2 .NewCtaSectionContentImg {
  margin-bottom: 18vh;
}


.NewCtaSectionImg img {
  max-height: 90vh;
  width: 100%;
  object-fit: cover;
}



.NewCtaSection3 .NewCtaSectionContentImg {
  margin-bottom: 13.61vh;
}

.NewCtaSectionContentImg {
  max-width: 60px;
  max-height: 60px;
}

.NewCtaSectionContent {
  border-left: 1px solid #A1A1A2;
  padding: 60px;
  transition: background-color 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.NewCtaSectionContent:hover {
  background-color: #EF4335;
}

.NewCtaSection3 {
  margin-bottom: 10.37vh;
}

.featureNewsHeading {
  margin-bottom: 5.83vh;
}



.featureNewsHeading h5 {
  font-size: 38px;
  line-height: 96%;
}


.featureNews .servicePanelContent {
  padding: 0;
  border-top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}


.TakeoffSectionContent {
  max-width: 769px;
  margin: 0 auto;
}

.TakeoffSectionContent h1 {
  margin: 24px 0 32px;
  font-size: 80px;
  line-height: 89%;

}

.TakeoffSection {
  margin-bottom: 14.81vh;
}

.footerLogo {
  position: absolute;
  top: 0;
  left: 0;
  background: #EF4335;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerLinkEmail .footerinfoTitle {
  margin-bottom: 0;
}

.footerLinkEmail a {
  text-decoration: underline;
}

.tabContentPanel {
  position: relative;
}

.tabContentPanel:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5px);
  background: rgb(0 0 0 / 35%);
  z-index: 1;
  content: "";
  border-radius: 24px;
}

.tabContentText {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 50%;
  min-width: 21.875vw;
  z-index: 2;
}

.tabContentText h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 120%;
  letter-spacing: 0;
}

.tabContentText h5 {
  font-size: 23.76px;
  font-weight: 500;
  margin-bottom: 6px;
}

.tabContentText p {
  font-size: 14px;
}



/* container */
.play-btn {
  display: inline-block;
  position: relative;
  border-radius: 50%;

  cursor: pointer;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

/* image */
.play-btn .tabContentPlay {
  display: block;
  width: 64px;
  /* adjust size */
  height: 64px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

/* expanding ring */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 0px);
  /* start roughly same as button */
  height: calc(100% + 0px);
  transform: translate(-50%, -50%) scale(0.85);
  border-radius: 50%;
  border: 3px solid rgba(246, 247, 255, 0.85);
  /* change color/alpha */
  z-index: 1;
  pointer-events: none;
  animation: playPulse 2.6s cubic-bezier(.4, 0, .2, 1) infinite;
}

/* animate: grow + fade */
@keyframes playPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 1;
  }

  60% {
    transform: translate(-50%, -50%) scale(1.45);
    opacity: 0.25;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}





.heroSectionHome .bannerHeading {

  flex-direction: column;
  align-items: start;
}




.TypeIt__cursor {
  display: inline-block;
  width: 0.2em;
  background-color: #fff;
  margin-left: 2px;
  animation: blink 0.7s infinite;
}

@keyframes blink {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}


.typedtext {
  min-height: 108px;
}


.titleHomeText .dotsGreen {
  background-color: #55CD6C;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(85, 205, 108, 0.7);
  }

  70% {
    box-shadow: 0 0 12px 12px rgba(85, 205, 108, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(85, 205, 108, 0);
  }
}




.footerLinkborder {
  height: 100%;
  border-left: 1px solid #727272;
  border-right: 1px solid #727272;

}


.innerPageBannerContent {
  margin: 32px 0 72px;


}

.border-top-thin {
  border-top: 1px solid rgba(29, 29, 29, 0.5);
  transform: scaleY(0.5);

  transform-origin: top;
}


.contactForm .titleHomeText {
  margin-bottom: 20px;
}

.featureNews .servicePanelPro {
  padding: 16px 0 84px;
  border-top: 1px solid rgb(0 0 0 / 50%);
}


.CTABoxImage {
  position: relative;

  margin: auto;

}

.CTABoxImageShadow {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  z-index: 0;
  transition: transform 0.6s ease;
}

.takeoffImg {
  position: relative;
  z-index: 1;
  transition: transform 0.6s ease;
}

/* Hover effect */
.CTABoxImage:hover .takeoffImg {
  transform: rotate(-5deg);
}

.CTABoxImage:hover .CTABoxImageShadow {
  transform: rotate(5deg);
}

.footerLinkborder {
    height: 100%;
    border-left: 1px solid #727272;
    border-right: 1px solid #727272;
}

