:root {
  --white: #ffffff;
  --navyblue: #101B2F;
  --darkblue: #1B3463;
  --skyblue: #00BAFF;
  --specialcolor: : '#00BAFF', '#13C78B';
  --buttoncolor: '#24AEA4', '#5572FE';
  --black: #000000;
  --gray: #E5E7EB;
  --common-font: Mukta;
  --font-family-Poppins: 'Poppins', serif;
  --clientscolor: '#21262E00', '#00BAFF4D';
  --gradient-bg: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
  --gradient-border: linear-gradient(90deg, rgba(0, 186, 255, 1), rgba(19, 199, 139, 1));
  --duriation: 12s;
  --totalitems: 6;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-Poppins);
  background-color: var(--black) !important;
  color: var(--white) !important;
}

.wrapper {
  padding: 0 6%;
}



/* header-section styles */


.services-dropdown {
  display: none;
  text-align: left;
  position: absolute;
  top: 47px !important;
  left: 0;
  width: 100% !important;
  height: 100vh;
  background-color: var(--black);
  z-index: 100;
  padding: 2.4% 0;
  padding-bottom: 45px;
  scrollbar-width: none;
  overflow-y: scroll;
  background-image: url('../images/blur-image.svg');
  background-repeat: no-repeat;
  background-position: right;
}


.services-dropdown-main-div {

  width: 100%;
  display: flex;
  flex-wrap: wrap;

  justify-content: space-between;
}

.service-content-div {
  display: flex;
  width: 75%;
  flex-wrap: wrap;
}

.service-left-div {
  height: 100%;
  position: sticky;
  top: 10px;
}

.service-left-div {
  width: 20%;
  margin: 20px 0;
}

.service-div {
  padding-right: 2%;
  width: 32%;
  margin: 20px 0;
}

.service-title>a {
  font-size: 16px !important;
  height: auto;
  font-weight: 600 !important;
}

.service-topic>a {
  font-size: 14px !important;
  color: #959595 !important;
  font-weight: 300;
}

.service-topic {

  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.service-contents {
  font-weight: 300;
  font-size: 26px !important;
  line-height: 40px !important;
  margin-bottom: 97px !important;
  font-size: 24px;
  color: var(--white) !important;
}

.service-leading {

  font-weight: 200 !important;
  font-size: 15px !important;
  color: var(--white) !important;
  padding: 0 !important;
}

.service-startup {
  font-size: 14px !important;
  font-weight: 400;
  color: white !important;
}

.rightside-header-div p:hover .services-dropdown {
  display: block;
}

.services-dropdown a {
  display: block;
  color: var(--white);
  text-decoration: none;
  padding: 10px 0;
  font-size: 16px;
}

.rightside-header-div p {
  position: relative;
}

@keyframes fadeInLeftItem {
  to {
    opacity: 1;
    transform: none;
  }
}

.header-main-div a,
.rightside-header-div p,
.rightside-header-div .lets-talk-img-div,
.rightside-header-div .nav-icon {
  opacity: 0;
  transform: none;
  animation: fadeInLeftItem 0.6s ease-out forwards;
}

.leftside-header-div a {
  animation-delay: 0.1s;
}

.rightside-header-div .lets-talk-img-div:nth-of-type(1) {
  animation-delay: 1.3s;
  /* Services */
}

.rightside-header-div .lets-talk-img-div:nth-of-type(2) {
  animation-delay: 1.6s;

}

.rightside-header-div .lets-talk-img-div:nth-of-type(3) {
  animation-delay: 1.9s;

}

.rightside-header-div .lets-talk-img-div {
  animation-delay: 2.2s;
}

.rightside-header-div p.nav-icon {
  animation-delay: 2.5s;
}


.header-section {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: var(--black);
  margin-top: -3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mbl-header-main-div {
  display: none;
}

.header-main-div {
  display: flex;
  align-items: center;
  width: 100%;
  letter-spacing: 1px;
  height: 50px;
}

.logo-div {
  height: 75px;
  width: 160px;
}

.logo-div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.leftside-header-div {
  cursor: pointer;
  width: 190px;
  height: 100%;
  display: flex;
  align-items: center;

}

.rightside-header-div {
  width: 100%;
  height: 100%;
  display: flex;            
  align-items: center;         
  justify-content: flex-end;    
  margin-top: 0;               
}


.rightside-header-div>div>p>a{
text-decoration: none;
color: white;
}
.rightside-header-div p {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  font-weight: 400;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.rightside-header-div>p>a {
  text-decoration: none;
  color: var(--white);
}

.leftside-header-content {
  font-weight: 600;
  font-size: 32px;
  margin-top: 15px;
}

.nav-anker {
  text-decoration: none;
  color: var(--white);
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.nav-icon {
  margin-left: 15px;
}

.mbl-toggle-div {
  display: none;
}

.lets-talk-img-div {
  display: inline-flex;
  cursor: pointer;

  height: 30px;

}

.lets-talk-img {
  border: 1px solid transparent;
  height: 70%;

}

.lets-talk-content a {
  text-decoration: none;
  color: var(--white);
}

/* nav-content-section */

.nav-content-section {
  height: 0vh;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  margin-top: 2%;
  position: fixed;
  background-color: black;
  z-index: 99;
  width: 100%;

  background-image: url('../images/blur-image.svg');
  background-repeat: no-repeat;
  background-position: right;
}

body.no-scroll {
  overflow: hidden;
  padding-right: 16px;
}

.nav-content-section.open {
  height: 100vh !important;

}


.nav-content-main-div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;

  margin: 5% 0;
}

.nav-content-heading-div {
  width: 20%;
}

.nav-content-heading-div>a {
  display: block;
  text-decoration: none;
  color: var(--white);
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
}

.nav-content-button {
  border: transparent;
  height: 50px;
  width: 200px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  background-color: var(--black);
  color: var(--white);
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}

.nav-content-button::after,
.nav-content-button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #00BAFF, #13C78B);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 2px 100.5px;
  animation: 3s spin linear infinite;
}



.nav-content-heading {
  font-weight: 300;
  font-size: 28px;
  line-height: 46px;
  margin-bottom: 20px;
}

.nav-leading {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 20px;
}

.technology-div {

  margin-top: 20px;
}

.design-div>p {
  font-weight: 600;
  font-size: 16px;
  line-height: 46px;
  color: var(--white);
  margin: 0;
}

.technology-content {
  color: #959595 !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 38px !important;
  margin: 0;
}

.design-div>a {
  display: block;
  text-decoration: none;
  color: #959595;
  font-weight: 300;
  font-size: 14px;
  line-height: 38px;
}

.design-div>p>a {
  color: var(--white);
  text-decoration: none;
}

/* banner-section */

.banner-div {
  padding-top: 10%;
  text-align: center;

}

.banner-heading {
  font-size: 52px;
  line-height: 60px;
  font-weight: 600;
}

.banner-content {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  margin: 0 24.5%;
  margin-top: 20px;
  font-weight: 300;
}

.banner-heading>span {
  display: block;
}

.mobile-img-div {
  width: 100%;
  z-index: -99;
  position: absolute;
  margin-top: -55px;
}

.mobile-img-div>img {
  width: 100%;
  object-fit: cover;
}

.service-btn {
  width: 250px;
  border-radius: 50px;
  height: 50px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  background-color: black;
  color: var(--white);
  margin: 1.5% 0;
  position: relative;
  letter-spacing: 1px;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.service-btn::after,
.service-btn::before {

  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #00BAFF, #13C78B);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 26.5px 126.5px;
  border-radius: 50px;
  animation: 13s spin linear infinite;
}

.service-btn::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 360deg;
  }
}

/* happy-client-section */
.happy-client-section {
  background-color: var(--white);
  color: var(--black);
  position: relative;
  margin-top: 50%;
  padding-top: 5%;

}

.happy-client-main-div {
  padding: 4% 8%;
}

.happy-client-heading {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 2%;
  text-align: center;
}

.happy-client-content {
  font-size: 40px;
  text-align: center;
  line-height: 49px;
  font-weight: 400;
  margin-top: 4%;
}

.happy-client-content>span {
  display: block;
}

.client-img-main-div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #F6F6F6;
}

.client-img-marquee {
  display: flex;
  width: max-content;
  animation: scroll-leftt 50s linear infinite;
}


@keyframes scroll-leftt {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.client-img-marquee:hover {
  animation-play-state: paused;
}

.client-img-div {
  display: inline-block;
  margin-right: 20px;
  margin: 30px 0;
  padding: 15px;
  height: 80px;
  background-color: var(--black);
  margin-left: 25px;
  width: 200px;
}

.client-img-div img {
  max-height: 100%;
  width: auto;
}

.client-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.client-div {
  padding: 20px 50px;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
  color: white;
  z-index: 1;
  overflow: hidden;
}

.client-div::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 25px;
  background: conic-gradient(from var(--angle), rgba(0, 186, 255, 1), rgba(19, 199, 139, 1));
  z-index: -1;
  animation: spin 6s linear infinite;
}

.client-div::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 18px;
  background: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
  z-index: -1;
  mix-blend-mode: normal;
}

@keyframes spin {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}


.count {
  font-size: 60px;
  font-weight: 800px;
  color: white !important;
}

.count-name {
  font-size: 23px;
  font-weight: 500;
}

/* custom-mobile-section */

.custom-section {
  padding: 7% 8%;
}

.custom-mobile-div {
  margin: 5% 0;

}

.custom-mobile-heading {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
}

.custom-mobile-heading>span {
  display: block;
}

.custom-mobile-contnet {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

.custom-img-box {
  margin-bottom: 30px;
  border-radius: 23px;
  padding: 30px 40px;
  height: 370px;
  position: relative;
  background-color: black;
}

.custom-img-box::after,
.custom-img-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #000000, #00bbffb8, #000000);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -99;
  padding: 186px 276px;
  border-radius: 23px;
  animation: 12s spin linear infinite;
}


.android-border-img-div {
  z-index: -1;
}

.android-img-div {
  margin-top: -53px;
  margin-left: 22.5px;
  z-index: 1;
  height: 25px;
  width: 25px;
}

.android-img-div>img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: contain;
}

.android-img-div>i {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: contain;
  margin-left: 3px;
  margin-top: 8px;
}

.custom-type {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
}

.custom-line {
  border-top: 0.5px solid #6e6e6e;
  opacity: 0.5;
  width: 55%;
}

.custom-content {
  font-size: 15px;
  font-size: 300;
  line-height: 29px;
  margin: 0 5px;
  opacity: 0.5;
}

.custom-button {
  display: flex;
  justify-content: center;
}

.custom-button>button {
  width: 35%;
}

.btn-arrow-icon {
  margin-left: 10px;
}

.custom-button>button::after,
.custom-button>button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #00BAFF1A, #13C78B);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -99;
  padding: 13.5% 50.5%;
  border-radius: 30px;
  animation: 24s spin linear infinite;
}

/* custom-div-img */

#right-content {
  position: sticky;
  top: 70px;
  align-self: flex-start;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}


.custom-mobile-main-img-div {
  height: 500px;
  width: 90%;
  background-color: var(--black);
  border-radius: 30px;
  margin-left: 10%;
}

.custom-mobile-img-div {
  width: 100%;
  height: 100%;
}

.custom-mobile-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* mobile-slider-section */

.slider-section {
  padding: 5% 0;
  background-color: var(--white);
}

.mobile-slider-content {
  font-weight: 300;
  font-size: 44px;
  color: #040404;
  padding-top: 50px;
  margin-left: 6%;
  padding-bottom: 30px;
}

.arrow-div {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 20px;
  margin-top: -70px;
}

.arrow-div>div {
  border: 1px solid black;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: var(--black);
  text-align: center;
  line-height: 35px;
}

.slider-main-div {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding-left: 5.5%;
  scrollbar-width: none;
}

.slider-div {
  height: 340px;
  width: 340px;
  background-color: #000000;
  padding: 30px 40px 30px 20px;
  color: var(--white);
  display: inline-flex;
  flex-direction: column;
  margin: 10px;
  flex-shrink: 0;
}

.slider-heading-align {
  display: flex;
  justify-content: space-between;
}

.slider-top-heading {
  color: #7e7e7e;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.inside-slider-content {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 300;
  line-height: 37px;
  margin-right: 20px;
  height: 150px;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
}

/* unlock-section */

.mobile-development-briston-site {
  padding: 4% 0;
}

.unlock-div {
  height: 540px;
  width: 100%;
  padding-left: 8%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5%;
}

.unlock-heading {
  font-size: 49px;
  line-height: 53px;
  font-weight: 600;
}

.unlock-heading>span {
  display: block;
}

.unlock-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}


.Unlock-img-main-div {
  height: 540px;
  width: 100%;

}

.unlock-img-div {
  width: 100%;
  height: 100%;
}

.unlock-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* card-section-style */

.mobile-card-section {
  padding-top: 2%;
  padding-bottom: 8% !important;
  padding: 0 4%;
}

.card-div {
  margin: 25px 0;

}

.card-img-div {
  height: 50px;
  width: 50px;
}

.card-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 53px;
  margin-top: 10px;
}

.card-content {
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;

}

/* industries-section-style */

.industries-section {
  background-color: var(--white);
  color: var(--black);
  padding: 5% 0;
}

.industries-content-main-div {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.industries-left-div {
  width: 50%;
  padding-left: 8%;
}

.industries-heading {
  font-size: 60px;
  font-weight: 400;
  margin-top: 0;
}

.industries-heading-two {
  font-size: 60px;
  font-weight: 400;
  margin-top: -15px;
}

.industries-right-div {
  width: 50%;
  padding: 0% 5% 3% 10%;
}

.industries-content {
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
}

.transform-animation {
  display: inline !important;
  background: linear-gradient(90deg, rgba(19, 199, 139, 1) 0%, rgba(0, 186, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate-gradient 3.5s linear infinite;
  background-size: 200% 100%;
  animation-direction: reverse;
}

.animation {
  background: linear-gradient(90deg, rgba(19, 199, 139, 1) 0%, rgba(0, 186, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate-gradient 16.5s linear infinite;
  animation-direction: reverse;
  background-size: 200%;
  font-weight: 400;
}

/* Rotating border animation */
@keyframes animate-gradient {
  to {
    background-position: 200%;
  }
}

.industries-img-wrapper {
  display: flex;
  animation: scrollInfinite 15s linear infinite;
  width: max-content;
  gap: 15px;
}

.industries-img-div {
  flex: 0 0 auto;
  max-width: 340px;
  max-height: 520px;
}

/* Images */
.industries-img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.industries-img:hover {
  transform: scale(1.05);
}

@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.industries-img-wrapper:hover {
  animation-play-state: paused;
}

/* Mobile-technology-content-section */

.mobile-technologycontent-section {
  padding: 7% 0;
  background-image: url('../images/mobile-development-page/mobile-technology-section/mobile-technollogy.webp');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 50%;
}

.mobile-content-div {
  margin: 10% 0;
}

.technology-type {
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  padding: 8% 0;
}

.technology-contents {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 1% 0;

  width: 80%;

}

/* usecase-section */

.case-studies-section {
  background-color: var(--white);
  color: var(--black);
  padding: 5% 0;
  padding-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.usecase-btn {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  background-color: var(--white);
  color: var(--black);
  position: relative;
  margin: 5% 0 1% 0;
  overflow: hidden;
  z-index: 1;
  border: none;
}

.usecase-btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 55px;
  background: conic-gradient(from var(--angle), rgba(0, 186, 255, 1), rgba(19, 199, 139, 1));
  z-index: -1;
  animation: spin 6s linear infinite;
}

.usecase-btn::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 48px;
  background-color: var(--white);
  z-index: -1;
  mix-blend-mode: normal;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 360deg;
  }
}

.usecase-heading {
  font-weight: 400;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
}

.usecase-heading>span {
  display: block;
}

.usecase-content {
  text-align: center;
  padding: 2% 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.usecase-content>span {
  display: block;
}

.usestudies-img-div {
  height: 370px;
  max-width: 660px;
  position: relative;
  margin: 12px 0;
  border-radius: 24px;
  overflow: hidden;
}

.usestudies-img-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 1, 1), rgba(0, 0, 103, 0), transparent);
  border-radius: 24px;
  z-index: 1;
}

.usestudies-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.usecase-image-heading {
  position: absolute;
  bottom: 50px;
  left: 35px;
  color: var(--white);
  z-index: 2;
}

.usecase-image-type {
  position: absolute;
  bottom: 10px;
  left: 35px;
  color: var(--white);
  z-index: 2;
  font-weight: 300;
}

.usecase-btn-div {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* bristonchoose-mobile-app-section styles */

.bristonchoose-mobile-app-section {
  height: auto;
  padding: 10% 0;
  width: 100%;
  background-image: url('../images/mobile-development-page/bristionchoose-mobile-app-section/bristion-choose-bg.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.why-briston-mobile-app-main-div {
  height: 100%;
  width: 100%;
  align-items: center;

}

.whybriston-heading {
  width: 100%;
  font-size: 42px;
  font-weight: 300;
  line-height: 53px;
  color: var(--white);
  text-align: center;
}

.why-briston-mobile-app-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
  color: var(--white);
  text-align: center;
}

.why-briston-app-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
}

.why-briston-btn-link {
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.why-briston-btn {
  background-color: transparent;
  border: 1px solid #13C78B;
  border-radius: 50px;
  height: 50px;
  width: 200px;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  color: white;
  margin: 5% 0;
}

.why-briston-img-main-div {
  height: 475px;
  width: 430px;
  border-radius: 10px;
  padding: 5%;
  border: 1px solid #00BAFF;
  background-color: rgba(15, 15, 64, 1);
}

.why-briston-img-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 53px;
  text-align: center;
  width: 90%;
  margin: auto;
}

.why-briston-img-content {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  margin-top: -15px;
  width: 85%;
  margin: auto;
  margin-bottom: 40px;
}

.why-briston-img-div {
  width: 330px;
  height: 185px;
  margin: auto;

}

.why-briston-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* mobile-app-card-section-style */

.mobile-app-card-section {
  padding: 8% 7%;
}

.card-main-div {
  max-width: 450px;
  height: 300px;
  border-radius: 23px;
  background-color: #040D23;
  padding: 5% 8%;
  margin: 3% 0;
  padding-bottom: 1%;
  position: relative;
}

.card-main-div:before,
.card-main-div:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #000000, #00bbffb8, #000000);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 151px 50.2%;
  border-radius: 23px;
  animation: 12s spin linear infinite;
}

.card-main-div:before {
  filter: blur(1.5rem);
  opacity: 0.5;
}

.card-img-main-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-arrow-div {
  width: 13px;
  height: 13px;
}

.card-arrow-div>img {
  width: 100%;
  width: 100%;
  object-fit: cover;
}

.mobile-card-img-div {
  height: 45px;
  width: 45px;
  background-color: #F47949;
  border-radius: 50%;
}

.mobile-card-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.mobile-card-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 5%;
}

.mobile-card-side-heading {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: -5%;
  padding-bottom: 2%;
}

.mobile-card-underline {
  border-bottom: 1px solid #646464;
  width: 50%;
  opacity: 0.5;
}

.mobile-card-content {
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
}

/* collabratve-style */

.collabrate-section {
  padding: 6%;
}

.collaborate-heading {
  font-weight: 400;
  font-size: 52px;
  line-height: 69px;
  letter-spacing: 1px;
}

.collaborate-content {
  font-size: 36px;
  line-height: 69px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 10px 0;
}

.collaborate-content>span {
  display: block;
}


.discussion-btn {
  width: 300px;
  height: 55px;
  border: 1px solid transparent;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  background-color: black;
  color: var(--white);
  margin: 3% 0;
  margin-left: 7px;
  letter-spacing: 1px;
  position: relative;
}

.discussion-btn::after,
.discussion-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #00BAFF, #13C78B);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 28px 150.5px;
  padding-bottom: 30px;
  padding-left: 154px;
  animation: 3s spin linear infinite;
}

.discussion-btn::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}

/* Footer-style */

.fotter-section {
  padding: 0 1%;
  padding-bottom: 2%;
}

.fotter-main-div {
  display: flex;
  justify-content: space-between;
}

.fotter-main-div>div>p {
  font-size: 16px;
  font-weight: 600;
}

.fotter-main-div>div>a {
  text-decoration: none;
  color: var(--white);
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 200;
  cursor: pointer;
}

.copyright-div {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-top: 5%;
}

.copyright-div>p>a {
  text-decoration: none;
  color: var(--white);
}

.footer-inside-content {
  display: flex;
  width: 100%;
  text-align: left;
}

.footer-inside-content>p {
  font-size: 16px;
  font-weight: 200;
  margin: 5px 0;
 
}

.footer-inside-content>p>span {
  display: block;
}

.footer-left-name {
  width: 100px;

}

.footer-colon {
  width: 50px;
  text-align: center;
}


.footer-address>span {
  margin: 10px 0;

}

.footer-inside-content>p>a {
  text-decoration: none;
  color: var(--white);
  cursor: pointer;
  font-weight: 200;
}

.footer-icon-div {
  display: flex;
  width: 30px;
  height: 30px;
}

.footer-icon {
  width: 100%;
  height: 100%;
}

.footer-icon-div {
  display: inline-flex;
  padding: 0 3px;

}

.digital-market-footer {
  display: none;
}

.footer-none {
  display: none !important;
}

.company-div>p>a {
  color: var(--white);
  text-decoration: none;
}

.footer-copy-right {
  text-align: center;
  width: 100%;
  margin-bottom: 0 !important;
}

.footer-none {
  display: none !important;
}


.industry-img-main-div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.industries-img-marquee {
  display: flex;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}

.industries-img-marquee.paused {
  animation-play-state: paused;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.industry-img-div {
  display: inline-block;
  margin-right: 20px;
  margin: 30px 0;
  height: 520px;
  transition: transform 0.3s ease;
  margin-left: 25px;
  width: 340px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

}

.industry-img-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to top, rgba(0, 0, 1, 1), rgba(0, 0, 103, 0), transparent);
}

.industry-img-div:hover {
  transform: scale(1.05);
}

.industry-img-div img {
  max-height: 100%;
  width: auto;
}

.industry-img-div>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inudstries-img-type {
  font-size: 26px;
  line-height: 70px;
  font-weight: 600;
  position: absolute;
  margin-top: -100px;
  z-index: 5;
  left: 35px;
}

.industries-content {
  color: black !important;
}

.inudstries-img-type {
  color: var(--white);
}


@media screen and (min-width: 1920px) {
  .wrapper {
    padding: 0 10%;
  }

  .slider-main-div {
    padding-left: 9.5%;
  }

  .mobile-slider-content {
    padding-left: 4%;
  }

  .custom-button>button::after,
  .custom-button>button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: conic-gradient(from var(--angle), #00BAFF1A, #13C78B);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -99;
    padding: 12% 51.5%;
    border-radius: 30px;
    animation: 24s spin linear infinite;
  }

  .custom-img-box::after,
  .custom-img-box::before {
    padding: 186px 316px;
  }

  .card-main-div:before,
  .card-main-div:after {
    padding: 151px 50.3%;

  }


  .mobile-app-card-section {
    padding: 6% 10%;
  }

  .service-btn::after,
  .service-btn::before {
    padding: 25.5px 125.5px;
  }
}


@media screen and (max-width: 1280px) {

  .services-dropdown {
    padding: 20px 0;
    padding-bottom: 50px;
  }


  .service-contents {
    font-weight: 300;
    font-size: 22px !important;
    line-height: 35px !important;
    margin-bottom: 75px !important;
    font-size: 24px;

  }

  .service-leading {
    font-size: 13.5px !important;
    padding: 0 !important;
    margin-bottom: 10px;
  }

  .service-startup {
    font-size: 13px !important;
  }

  .service-title>a {

    font-size: 15px !important;

    padding-bottom: 10px !important;
  }

  .service-topic>a {
    font-size: 14px !important;

    padding: 5px 0 !important;
  }


  /* nav-bar-style */
  .leftside-header-content {
    font-size: 30px;
  }

  .leftside-header-content>a {
    text-decoration: none;
    color: var(--white);
  }

  .rightside-header-div p {
    padding: 0 10px;
    font-size: 16px;
  }

  /* nav-bar-style */

  .leftside-header-content {
    font-size: 30px;
  }

  .leftside-header-content>a {
    text-decoration: none;
    color: var(--white);
  }

  .rightside-header-div p {
    padding: 0 10px;
    font-size: 16px;
  }


  .nav-content-main-div {
    margin: 1% 0;
  }

  .nav-content-button::after,
  .nav-content-button::before {
    padding: 26px 100.5px;
  }

  /* nav-content-style */

  .nav-content-section {
    margin-top: 30px;
  }

  /* Banner-section styles */

  .banner-heading {
    font-size: 44px;
    line-height: 50px;
  }

  .banner-content {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
  }

  .service-btn {
    width: 200px;
    height: 45px;
    margin-top: 20px;
    font-size: 14px;
  }

  .service-btn::after,
  .service-btn::before {
    padding: 23.5px 101.5px;
  }


  /* happy-client-section */


  .happy-client-heading {
    font-size: 30px;
  }

  .happy-client-content {
    font-size: 36px;
    line-height: 44px;
  }

  .client-div {
    padding: 20px 50px;
  }

  .count {
    font-size: 46px;
    font-weight: 800px;
  }

  .count-name {
    font-size: 17px;
    font-weight: 500;
  }

  /* custom-mobile-section */

  .custom-section {
    padding: 5% 6%;
  }

  .custom-mobile-heading {
    font-size: 38px;
    line-height: 50px;
  }

  .custom-mobile-heading>span {
    display: block;
  }

  .custom-mobile-contnet {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0;
  }

  .custom-type {
    margin-top: 38px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
  }

  .custom-line {
    width: 54%;
  }

  .custom-content {
    font-size: 12px;
    line-height: 24px;
  }

  .custom-img-box {
    margin-bottom: 30px;
    padding: 20px 40px;
    height: 350px;
  }

  .custom-img-box::after,
  .custom-img-box::before {
    padding: 176px 240px;
  }

  .custom-button>button::after,
  .custom-button>button::before {
    padding: 14% 50.5%;
  }

  .custom-mobile-main-img-div {
    height: 450px;
  }

  /* slider-section */

  .mobile-slider-content {
    font-size: 32px;
    margin-left: 8%;
  }

  .slider-div {
    height: 280px;
    width: 280px;
  }

  .slider-top-heading {
    font-size: 15px;
  }

  .inside-slider-content {
    margin-top: 15px;
    font-size: 26px;
    line-height: 37px;
  }

  /* unlock-section-style */

  .unlock-div {
    height: 470px;
    padding-left: 8%;
  }

  .unlock-heading {
    font-size: 45px;
    line-height: 49px;
  }


  .unlock-content {

    font-size: 12px;
    line-height: 18px;
    width: 105%;
  }


  .Unlock-img-main-div {
    height: 470px;
    width: 100%;
  }

  /* cards-section-styles */

  .card-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 53px;
    margin-top: 10px;
  }

  .card-content {
    font-size: 11px;
    line-height: 22px;
    padding-right: 15px;
  }

  /* industries-component-style  */


  .industries-heading {
    font-size: 55px;
    letter-spacing: 1px;
  }

  .industries-heading-two {
    font-size: 55px;
    letter-spacing: 1px;
  }

  .industries-right-div {
    padding: 3% 3% 3% 7%;
  }

  .industries-content {
    font-size: 16px;

  }

  .industry-img-div {

    height: 420px;
    width: 270px;
  }

  .industry-img-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border-radius: 20px;
    background: linear-gradient(to top, rgba(0, 0, 1, 1), rgba(0, 0, 103, 0), transparent);
  }


  /* Mobile-technology-content-section */

  .technology-contents {
    font-size: 12px;
    line-height: 25px;
  }

  /* use-case-section */

  .case-studies-section {
    padding-bottom: 50px;
  }

  .usecase-heading {
    letter-spacing: 1px;
    font-size: 54px;
    line-height: 60px;
    font-weight: 400;
  }

  .usecase-heading>span {
    display: block;
  }

  .usecase-btn {
    margin-top: 40px;
    width: 200px;
    height: 45px;
  }

  /* bristonchoose-mobile-app-section styles */

  .why-briston-mobile-app-main-div {
    height: 100%;
    width: 100%;

  }

  .whybriston-heading {
    font-size: 36px;
    font-weight: 300;
    line-height: 35px;

    color: var(--white);
  }

  .why-briston-mobile-app-heading {

    font-size: 33px;
    line-height: 48px;
    color: var(--white);
  }

  .why-briston-app-content {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
  }

  .why-briston-btn {
    height: 50px;
    width: 200px;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    color: white;
    margin: 4% 0;
  }


  .why-briston-img-main-div {
    height: 450px;
    width: 400px;

  }

  .why-briston-img-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 53px;
    text-align: center;
    width: 90%;
    margin: auto;
  }

  .why-briston-img-content {
    font-size: 13px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    margin-top: -15px;
    width: 85%;
    margin: auto;
    margin-bottom: 40px;
  }

  .why-briston-img-div {
    width: 330px;
    height: 185px;
    margin: auto;

  }

  .why-briston-img-div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  /* mobile-app-card-section-style */

 
  .card-main-div {
    width: 100%;
    border-radius: 23px;
    height: 300px !important;
    margin: 15px 0;
    position: relative;
  }

  .card-main-div:before,
  .card-main-div:after {
    padding: 151px 50.5%;
  }

  .card-heading {

    margin-top: -10px;
  }

  .mobile-card-img-div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .mobile-card-heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 4%;
  }

  .mobile-card-side-heading {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: -4%;
    padding-bottom: 1%;
  }

  .mobile-card-content {
    font-size: 13px;
    line-height: 26px;
  }


  /* collabratve-style */

  .collaborate-heading {
    font-size: 47px;

    line-height: 64px;
  }

  .collaborate-content {
    color: #d6d6d6;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 65px;
  }

  .discussion-btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    width: 300px;
    height: 50px;
  }

  .discussion-btn::after,
  .discussion-btn::before {
    padding: 26px 150.5px;
  }

  /* footer-section */

  .fotter-section {

    padding-right: 5%;
    padding-bottom: 2%;
  }

  .fotter-main-div {
    display: flex;
    justify-content: space-between;
  }

  .fotter-main-div>div>p {
    font-size: 14px;
  }

  .fotter-main-div>div>a {
    font-size: 13px;
  }

  .copyright-div {
    font-size: 10px;
    padding-right: 0px;
  }

  .footer-inside-content {
    display: flex;
    width: 100%;
    text-align: left;

  }

  .footer-inside-content>p {
    font-size: 13px;
    font-weight: 300;
    color: #D6D6D6;
  }

  .footer-inside-content>p>span {
    display: block;
  }

  .footer-left-name {
    width: 100px;

  }

  .footer-colon {
    width: 50px;
    text-align: center;
  }

  .footer-address>span {
    margin-top: 0px;
  }


  .footer-icon-div {
    display: inline-flex;
    padding: 0 3px;
  }

}



@media screen and (max-width: 800px) {

  /* nav-bar-style */
  .header-section {
    display: block;
  }

  .logo-div {
    height: 70px;
    width: 210px;
  }

  .black-logo-div>img {
    width: 100%;
    height: 100%;
  }

  .leftside-header-content {
    font-size: 30px;
  }

  .header-main-div {
    display: none;
  }


  .mbl-rightside-header-div i {
    cursor: pointer;
    display: inline-block;
  }

  #close-btn {
    display: none;

  }

  .mbl-nav-close-btn {
    width: 100%;
    position: relative;
  }

  .mbl-close-btn {
    font-size: 32px;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  .mbl-toggle-div {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out, padding 1s ease-in-out;
    background-color: var(--white);
    color: var(--black);
    padding: 0 5%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    box-sizing: border-box;

  }

  .black-logo-div {
    margin: 3% 0;
  }

  .mbl-toggle-div.open {
    max-height: 100vh;
    padding: 5%;
    overflow-y: scroll;
  }

  .mbl-header-main-div {
    display: flex;

    justify-content: space-between;
  }

  .mbl-leftside-inside-header-div {
    display: flex;
    justify-content: space-between;
    width: 145px;
  }

  .leftside-header-div {
    cursor: pointer;
    width: 150px;
    display: block;
    height: auto;

  }

  .nav-inside-anker {
    text-decoration: none;
    color: var(--black);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;

  }

  .leftside-inside-header-content {
    font-size: 24px;
    font-weight: 600;
  }

  .leftside-inside-header-content>a {
    text-decoration: none;
    color: black;
  }

  .inside-nav-briston {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 26px;
    font-weight: 700;
    border-bottom: none !important;
  }

  .mobile-nav-service {
    margin-top: 5%;
  }

  .mbl-toggle-div>p {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 2% 0 3% 0;
    font-size: 20px;
  }

  .mbl-toggle-div>p>a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
  }

  .mobile-nav-contactus-anker {
    display: flex;
    justify-content: center;
    text-decoration: none;
  }

  .mobile-nav-contactus {
    border: none;
    background-color: rgb(7, 125, 199);
    color: white;
    height: 55px;
    width: 70%;
    margin-top: 5%;
    font-size: 22px;
  }

  body.no-scroll {
    overflow: hidden;
    padding-right: 0;
  }

  /* banner-section */

  .banner-div {
    padding-top: 10%;
    text-align: center;

  }

  .banner-heading {
    font-size: 28px;
    line-height: 35px;
    font-weight: 800;
  }

  .banner-content {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0;
    margin: 15px 0;
    font-weight: 300;
  }

  .mobile-img-div {
    margin-top: 10px;
  }

  /* happy-client */

  .happy-client-section {
    padding-top: 10%;
  }


  .happy-client-heading {
    font-size: 22px;
    padding-bottom: 4%;
  }

  .happy-client-content {
    font-size: 28px;
    line-height: 35px;
    margin: 4% 0;
    padding: 0 4%;
  }

  .happy-client-content>span {
    display: inline;
  }

  .client-div {
    margin: 19px 0;
    padding: 30px 50px;
  }

  /* custom-mobile-section */

  .custom-section {
    padding: 15% 0;
  }

  .custom-mobile-heading {
    font-size: 32px;
    line-height: 45px;
  }

  .custom-mobile-heading>span {
    display: block;
  }

  .custom-mobile-contnet {
    font-size: 13px;
    line-height: 25px;
  }

  .custom-img-box {
    margin-bottom: 30px;
    padding: 20px 30px;
    height: 370px;
  }

  .custom-img-box::after,
  .custom-img-box::before {
    padding: 186px 50.5%;
  }

  .custom-type {
    margin-top: 30px;
    font-size: 14px;
  }

  .custom-line {
    width: 230px;
  }

  .custom-content {
    font-size: 12px;
    line-height: 24px;
  }

  .custom-button>button {
    width: 150px;
    font-size: 10px;
  }

  .btn-arrow-icon {
    margin-left: 1%;
  }

  .custom-button>button::after,
  .custom-button>button::before {
    padding: 23.5px 51.5%;
  }

  /* custom-div-img */

  .custom-mobile-main-img-div {
    display: none;
    height: 400px;
    width: 100%;
    margin-left: 0%;
    margin-top: 10%;
  }

  #right-content {
    position: static;
    top: 70px;
    height: auto;
  }

  /* why-bristion section */

  .whybriston-heading {
    font-size: 24px;
    line-height: 25px;
    text-align: center;

  }

  .why-briston-mobile-app-heading {

    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }

  .why-briston-app-content {
    width: 100%;
    margin: 10px auto;

  }



  .why-briston-btn {
    font-size: 16px;
  }

  .why-briston-img-heading {
    width: 99%;

  }


  /* slider-section-style */

  .slider-div {
    height: 280px;
    width: 280px;
  }

  .slider-top-heading {
    font-size: 15px;
  }

  .slider-main-div {
    margin-left: 0%;
  }

  .arrow-div {
    margin-bottom: 10px;
    margin-top: -40px;
    gap: 5px;
    margin-right: 10px;
  }

  .inside-slider-content {
    margin-top: 50px;
    font-size: 20px;
    line-height: 30px;
  }

  /* unlock-section-style */

  .unlock-div {
    height: auto;
    padding: 6% 0;
    padding-left: 0%;
  }

  .unlock-heading {
    font-size: 38px;
    line-height: 49px;
  }

  .unlock-content {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }

  .Unlock-img-main-div {
    height: 470px;
    width: 100%;
  }

  /* industries-section-style */

  .industries-section {
    padding-top: 50px;
  }

  .industries-content-main-div {
    display: block;
    width: 100%;
  }

  .industries-left-div {
    width: 100%;
    padding-left: 0;
  }

  .industries-heading {
    font-size: 46px;
  }

  .industries-heading-two {
    font-size: 46px;
  }

  .industries-content-two {
    margin-top: -40px;
  }

  .industries-right-div {
    width: 100%;
    padding: 0;
  }

  .industries-content {
    font-size: 15px;
    line-height: 24px;
    font-weight: 200;
  }

  .industries-img-div {
    max-width: 240px;
    max-height: 420px;
  }

  .industries-img-main-div {
    padding: 2% 0;
  }


  .industries-img:hover {
    transform: scale(1);
  }

  @keyframes scrollInfinite {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-500%);
    }
  }

  /* Mobile-technology-content-section */

  .mobile-technologycontent-section {
    background-size: 100% 100%;
  }

  .mobile-content-div {
    margin: 10% 0;
  }

  .technology-type {
    font-size: 28px;
  }

  .usecase-heading {
    letter-spacing: 0px;
    font-size: 36px;
    line-height: 50px;
  }

  .usecase-content {
    text-align: center;
    padding: 2% 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }

  .usecase-content>span {
    display: inline;
  }


  .bristonchoose-mobile-app-section {
    padding: 4% 0;
  }

  .why-briston-mobile-app-main-div {
    width: 100%;
    margin: 5% 0;
  }

  .why-briston-img-main-div {
    height: auto;
    width: 100%;
    margin: 5% 0;
  }

  .why-briston-img-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }

  .why-briston-img-content {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    margin-top: 15px !important;
    width: 85%;
    margin: auto;
    margin-bottom: 40px;
  }

  .why-briston-img-div {
    width: 300px;
    height: 185px;
    margin: auto;
  }


  .mobile-app-card-section {
    padding: 8% 6%;
  }

  .card-main-div {
    width: 100% !important;
    margin: 20px auto;
  }

  /* Discussion-style */

  .collabrate-section {
    padding: 6% 0;
    padding-top: 25%;
  }

  .collaborate-heading {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    text-align: center;
  }

  .collaborate-content {
    text-align: center;
    font-size: 18px;
    line-height: 29px;
    margin-top: 30px;
  }

  .collaborate-content>span {
    display: inline;
  }

  .discussion-btn-div {
    margin: 50px 0;
    display: flex;
    justify-content: center;
  }

  .discussion-btn {
    font-size: 14px;
    padding: 0 0;
    width: 190px;
  }


  .discussion-btn::after,
  .discussion-btn::before {
    padding: 27px 97px;
  }

  /* footer-style */


  .fotter-section {
    padding: 0;
    padding-right: 0;
  }

  .fotter-main-div {
    flex-wrap: wrap;
  }

  .company-div {
    margin: 12px 0;
  }

  .fotter-main-div>div>p {
    font-size: 19px;
    font-weight: 600;
  }

  .fotter-main-div>div>a {
    font-size: 16px;
    color: #D6D6D6;
  }

  .copyright-div {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-top: 5%;
    padding-right: 0px;
  }

  .footer-inside-content {
    display: flex;
    width: 100%;
    text-align: left;
  }

  .footer-inside-content>p {
    font-size: 16px;
    color: #D6D6D6;
  }

  .footer-inside-content>p>span {
    display: block;

  }

  .footer-left-name {
    width: 30%;
  }

  .footer-subjects {
    width: 75%;
    font-weight: 200 !important;
  }

  .footer-colon {
    width: 3%;
    text-align: left;
  }

  .footer-address>span {
    margin-top: 0px;
  }

  .footer-inside-content>p>a {
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    color: #D6D6D6;
  }

  .footer-icon-div {
    display: inline-flex;
    padding: 0 3px;
    margin: 15px 0;
    margin-bottom: 30px;
  }


  .digital-market-footer {
    display: block;
  }

  .footer-more {
    display: none !important;
  }

  .footer-none {
    display: block !important;
  }


  .industry-img-main-div {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    padding: 2% 0;

  }


  .industry-img-div {
    flex: 0 0 auto;
    width: 240px;
    height: 400px;
    margin-left: 20px;
  }

  .industry-img-div>img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
  }

  .industry-img-div:hover {
    transform: scale(1) !important;
  }

  .inudstries-img-type {
    font-size: 22px;
  }

}



@media screen and (max-width: 400px) {

  .mbl-toggle-div {
    padding: 0 5%;

  }

  .black-logo-div {
    margin: 7% 0;
  }

  .mbl-toggle-div.open {
    padding: 1% 5%;

  }

  .mobile-nav-contactus {
    margin-top: 5%;
  }

  .mbl-toggle-div>p {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-top: 0%;
    font-size: 18px;
  }

  .fotter-main-div>div>p {
    font-size: 18px;
    font-weight: 600;
  }

  .fotter-main-div>div>a {
    font-size: 15px;
    color: #D6D6D6;
  }

  .footer-inside-content>p {
    font-size: 15px;
    color: #D6D6D6;
  }



}


@media screen and (max-width: 360px) {

  .why-briston-img-main-div {
    height: auto;
    max-width: 300px;
    margin: 5% 0;
  }

  .why-briston-img-div {
    width: 270px;
    height: 185px;
    margin: auto;
  }

}