/* Reset and base styles  */

@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --container-width: 1440px;
  --container-padding: 102px;
  --container-padding-tablet: 12px;
  --background: #FCF8DF;
  --font-color: #0D204B;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Poppins, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

h1 {
  font-size: clamp(1rem, 0.3076923077rem + 3.0769230769vw, 3rem);
}

h2 {
  font-size: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
}

h3,
.bollywoodtech__h3 {
  font-size: clamp(0.9375rem, 0.9158653846rem + 0.0961538462vw, 1rem);
  font-weight: 600;
}

p {
  line-height: 130%;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.bollywoodtech__no-scroll {
  overflow: hidden;
}

.bollywoodtech__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.bollywoodtech__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bollywoodtech__items .bollywoodtech__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.bollywoodtech__terms .bollywoodtech__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.bollywoodtech__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  margin: 50px 0;
}

.bollywoodtech__btn,
.bollywoodtech__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 14px 70px;
  border-radius: 10px;
  border: 1px solid #0E1E4C;
  background: #FCF9E0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #0E1A1F !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 120%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bollywoodtech__btn-active,
.bollywoodtech__btn:hover,
.bollywoodtech__btn:active {
  background: #525252;
  color: #FCF9E0 !important;
}

.bollywoodtech__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  line-height: 130%;
  counter-reset: section;
}

.bollywoodtech__columns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  grid-column: span 2;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EF5A30), to(rgba(239, 90, 48, 0)));
  background: linear-gradient(180deg, #EF5A30 0%, rgba(239, 90, 48, 0) 100%);
  padding: 10px;
}

.bollywoodtech__columns h3 {
  color: #FCF8DF;
}

.bollywoodtech__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

/* Blocks */

.bollywoodtech__banner {
  padding: 52px 0;
  background-image: url("./../bollywoodtech__img/banner.avif");
  background-position: left 40% center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}				.bollywoodtech__avif .bollywoodtech__banner {					background-image: url("./../bollywoodtech__img/banner.avif")				}			

.bollywoodtech__banner .bollywoodtech__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 628px;
  width: 68%;
  font-size: clamp(0.5rem, 0.3269230769rem + 0.7692307692vw, 1rem);
}

.bollywoodtech__banner h1 {
  color: #FCF8DF;
}

.bollywoodtech__banner p {
  text-shadow: -2px 0 #ef5a30, 1px -1px 0 #ef5a30, -1px 1px 0 #ef5a30, 1px 1px 0 #ef5a30;
}

.bollywoodtech__banner .bollywoodtech__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  font-size: clamp(0.75rem, 0.6201923077rem + 0.5769230769vw, 1.125rem);
  padding: 14px 20px;
}

.bollywoodtech__contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
}

.bollywoodtech__contact input,
.bollywoodtech__contact textarea {
  color: #0C204C;
  padding: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EF5A30), to(rgba(239, 90, 48, 0)));
  background: linear-gradient(180deg, #EF5A30 0%, rgba(239, 90, 48, 0) 100%);
  width: 100%;
}

.bollywoodtech__contact textarea {
  resize: none;
}

.bollywoodtech__contact ::-webkit-input-placeholder {
  color: #0C204C;
}

.bollywoodtech__contact ::-moz-placeholder {
  color: #0C204C;
}

.bollywoodtech__contact :-ms-input-placeholder {
  color: #0C204C;
}

.bollywoodtech__contact ::-ms-input-placeholder {
  color: #0C204C;
}

.bollywoodtech__contact ::placeholder {
  color: #0C204C;
}

.bollywoodtech__contact .bollywoodtech__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 60px;
  background: #EF5A30;
  color: #FCF8DF !important;
}

.bollywoodtech__contact .bollywoodtech__img {
  width: 236px;
  aspect-ratio: 1/1;
  background-image: url("./../bollywoodtech__img/support.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
}				.bollywoodtech__avif .bollywoodtech__contact .bollywoodtech__img {					background-image: url("./../bollywoodtech__img/support.avif")				}			

.bollywoodtech__contact .bollywoodtech__warning {
  display: none;
  width: 100%;
  color: green;
  padding: 10px;
  border: 1px solid green;
  border-radius: 10px;
  background: #e6eecc;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bollywoodtech__footer {
  margin-top: auto;
  background: #172056;
  padding: 50px 0;
  color: #FCF8DF;
}

.bollywoodtech__footer p {
  font-weight: 400;
}

.bollywoodtech__footer .bollywoodtech__items {
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 20px;
}

.bollywoodtech__footer .bollywoodtech__item:last-child {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bollywoodtech__footer a {
  color: #FCF8DF;
  font-weight: 700;
}

.bollywoodtech__footer a:hover {
  opacity: 0.6;
}

.bollywoodtech__footer .bollywoodtech__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bollywoodtech__footer .bollywoodtech__item-bottom a {
  font-size: 18px;
}

.bollywoodtech__footer .bollywoodtech__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 29px;
}

.bollywoodtech__footer .bollywoodtech__info a {
  color: #0B204C;
  text-wrap: nowrap;
  border: 1px solid #0E1E4C;
  background: #FCF9E0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  border-radius: 10px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bollywoodtech__footer .bollywoodtech__info svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bollywoodtech__footer .bollywoodtech__age {
  width: clamp(1.5rem, 0.9807692308rem + 2.3076923077vw, 3rem);
  aspect-ratio: 1/1;
  background-image: url("./../bollywoodtech__img/18+.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bollywoodtech__header {
  padding: 18px 0;
  background: #172056;
}

.bollywoodtech__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bollywoodtech__header .bollywoodtech__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.bollywoodtech__header a {
  color: #FFF;
}

.bollywoodtech__header a:hover {
  opacity: 0.6;
}

.bollywoodtech__header .bollywoodtech__logo {
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bollywoodtech__how h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.bollywoodtech__how h3:before {
  content: counter(section);
  counter-increment: section;
  font-size: clamp(0.625rem, 0.3653846154rem + 1.1538461538vw, 1.375rem);
  line-height: 100%;
  font-weight: 600;
  color: #0C1F4B;
}

.bollywoodtech__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.bollywoodtech__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.bollywoodtech__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.bollywoodtech__mobile-nav--open {
  top: 0;
}

.bollywoodtech__mobile-nav a {
  color: #fff;
}

.bollywoodtech__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.bollywoodtech__mobile-nav__list .bollywoodtech__active {
  opacity: 0.5;
}

/* Nav Icon */

.bollywoodtech__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 0 + var(--spacing) * 1);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bollywoodtech__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.bollywoodtech__nav-icon::before,
.bollywoodtech__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.bollywoodtech__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.bollywoodtech__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.bollywoodtech__nav-icon.bollywoodtech__nav-icon--active {
  background-color: transparent;
}

.bollywoodtech__nav-icon.bollywoodtech__nav-icon--active::before,
.bollywoodtech__nav-icon.bollywoodtech__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.bollywoodtech__nav-icon.bollywoodtech__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bollywoodtech__nav-icon.bollywoodtech__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.bollywoodtech__mobile-nav-btn {
  z-index: 999;
  display: none;
}

@media (max-width: 1220px) {
  .bollywoodtech__main {
    gap: 30px;
    margin: 20px 0;
  }

  .bollywoodtech__container {
    padding: 0 var(--container-padding-tablet);
    gap: 10px;
  }

  .bollywoodtech__header__nav {
    display: none;
  }

  .bollywoodtech__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .bollywoodtech__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bollywoodtech__columns {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bollywoodtech__columns li {
    gap: 8px;
    grid-column: 1 !important;
  }

  .bollywoodtech__banner {
    padding: 12px 0;
    min-height: 175px;
  }

  .bollywoodtech__banner .bollywoodtech__inner {
    gap: 10px;
  }

  .bollywoodtech__banner .bollywoodtech__btn {
    padding: 8px 20px;
  }

  .bollywoodtech__contact form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bollywoodtech__contact .bollywoodtech__img {
    width: 160px;
    margin-top: 20px;
  }

  .bollywoodtech__footer {
    padding: 20px 0;
  }

  .bollywoodtech__footer .bollywoodtech__item-bottom img {
    width: 40px;
  }

  .bollywoodtech__footer .bollywoodtech__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }

  .bollywoodtech__footer .bollywoodtech__info a {
    margin-inline: auto;
  }

  .bollywoodtech__header {
    padding: 8px 0;
  }
}