@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
html {
    scroll-behavior: smooth;
}
body {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Urbanist";
  /*overflow: auto;*/
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--footer-bg);
  z-index: 100;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.startplay {
  cursor: pointer;
}
.loaded {
  transition-delay: 0.5s;
  left: 100%;
}
.loaded .loaderBar,
.loaded .loaderText {
  transition-delay: 0.5s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  left: 100px;
}
.loaderBar {
  width: 30px;
  height: 0;
  transition: var(--transition-hover);
  border: 0;
  border-right: solid 1px rgb(235, 235, 235);
}
.loaderText {
  height: 0;
  font-size: 50px;
  font-weight: 300;
  color: rgb(235, 235, 235);
  display: flex;
  transition: var(--transition-hover);
  flex-direction: column;
  line-height: 1;
  justify-content: end;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
.inimisttech {
  width: 100%;
  position: relative;
  height: 100vh;
}
.inimisttech-header {
  width: 100%;
  height: auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 5px;
}
.logo h1 {
  line-height: 1;
  font-size: 50px;
  color: var(--heading-color);
  font-weight: 900;
  position: relative;
}
.logo img {
  width: 100% !important;
}
.logo .logo-dot {
  font-size: 82px;
  position: absolute;
  bottom: -5px;
  right: -20px;
}

.more {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
}

.inimisttech-hero {
  min-height: 55vh;
  background: linear-gradient(
    -90deg,
    rgb(217, 229, 255) 0%,
    rgb(235, 241, 255) 52%,
    rgb(252, 253, 255) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tag {
  display: block;
  margin: 0 auto;
  width: max-content;
  border-radius: 17px;
  font-size: 14px;
  color: var(--text-color);
  font-family: "Jost";
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 28px;
  text-transform: uppercase;
/*  background: var(--primary-gradiant); */
  background-color: #4666CC;
}
.inimisttech-h1 {
  font-size: 100px;
  font-weight: 900;
  color: var(--heading-color);
  line-height: 1;
}
.description-text {
  font-size: 22px !important;
  font-weight:900;
}
.inimisttech-desc {
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-color-2);
  margin: 15px 0 0 0;
  font-weight: 700;
}
.inimisttech-form {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(30, 30, 30);
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heroBG {
  opacity: 1;
  overflow: hidden;
}
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form1 {
  width: 100%;
  height: auto;
  border-radius: 20px;
/*  background: var(--primary-gradiant); */
  background-color: #4666CC;
  padding: 55px 50px;
}
.inimisttech-cut {
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
}
.inimisttech-cut-reverse {
  clip-path: polygon(0 10%, 100% 0, 100% 95%, 0% 100%);
}
.inimisttech-h3 {
  font-size: 40px;
  font-weight: 900;
  color: var(--text-color);
}
.inimisttech-h3.dark {
  color: rgb(38, 37, 36);
}
.inimisttech-h3.big {
  font-size: 52px;
}
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.rating .stars {
  margin: 0;
}
.rating .stars i {
  color: rgb(252, 209, 32);
}
.about-us {
  padding-top:20px;
}
.about-us p {
  color:#fff;
}
article.mb-5.margin-from-bottom {
    margin-bottom: 1.5rem !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: none !important;
    transition: background-color 5000s ease-in-out 0s;
    color:#fff;
}

input:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff;
}

.inputSingle {
  border-radius: 33px;
  border: solid rgb(235, 235, 235) 2px; 
  background-color: transparent;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  gap: 18px;
  margin-bottom: 5px;
  margin-top:10px;
  transition: var(--transition-hover);
}
.col-md-12:first-of-type .inputSingle {
  margin-top: 0;
}

.inputSingle i {
  font-size: 17px;
  color: #fff;
}
.inputSingle input {
  flex: 1;
  height: 100%;
  background-color: transparent;
  border: 0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.form1 ::placeholder {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.inputSingle:focus-within {
  border: solid rgb(235, 235, 235) 2px; 
/*  background: linear-gradient(45deg, #f22556, #c91540);*/
  background: #4666CC;
}

.inputSingle input:focus {
  outline: none;
  background-color: transparent !important;
  color: #fff;
}

.error-message-name, 
.error-message-email, 
.error-message-phone, 
.error-message-comment {
  margin-left: 25px !important;
}
.inputMulti {
  border-radius: 33px;
  border: solid rgb(235, 235, 235) 2px; 
  background-color: transparent;
  width: 100%;
  height: auto;
  display: flex;
  align-items: start;
  padding: 0 25px;
  gap: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
  transition: var(--transition-hover);
}
.inputMulti i {
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
}

.inputMulti:focus-within {
    border: solid rgb(235, 235, 235) 2px; 
    /*  background: linear-gradient(45deg, #f22556, #c91540);*/
    background: #4666CC;
}

.inputMulti textarea:focus {
  outline: none;
  background-color: transparent !important;
  color: #fff;
}
.inputMulti textarea {
  flex: 1;
  height: 100%;
  background-color: transparent;
  border: 0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-top: 12px;
}
.inputMulti span {
  margin-left:25px;
}

.line {
  background-color: rgb(236, 241, 237);
  width: 100%;
  height: 1px;
  margin: 15px 0;
}
.inimisttech-h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
}
.inimisttech-button2 {
  width: max-content;
  line-height: 59px;
  height: 55px;
  background-color: var(--text-color);
  border-radius: 31px;
  font-size: 18px;
  font-family: "Epilogue";
  padding: 0 40px;
  color: var(--heading-color);
  font-weight: bold;
  border: 0;
  transition: var(--transition-hover);
  position: relative;
}
.inimisttech-button2::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translateY(-50%);
  opacity: 0;
  transition: var(--transition-hover);
  font-size: 30px;
}
.inimisttech-button2:hover::before {
  left: 83%;
  opacity: 1;
}
.gifAnimate {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: none;
}
.scrollbar-track {
  display: none !important;
}
.inimisttech-h2 {
  font-size: 65px;
  color: var(--text-color);
  line-height: 1;
  font-weight: 900;
}
.inimisttech-list li {
  color: var(--text-color);
  padding-top: 15px;
  font-size: larger;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.inimisttech-list li i {
  /* font-size: 36px; */
/*  background: var(--primary-gradiant); */
  background-color: #4666CC;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
  max-width: 40px;
  min-width: 40px;
}
.inimisttech-list li i::before {
  font-size: 32px;
}
.inimisttech-list li h4 {
    font-weight:700;
}
.inimisttech-button3 {
  width: max-content;
  height: 62px;
  padding: 0 35px;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
  border-radius: 31px;
/*  background: var(--primary-gradiant); */
  background-color: #4666CC;
  border: 0;
  position: relative;
  transition: 0.5s linear;
}
.inimisttech-button3 a {
    color:#fff;
}
.inimisttech-button3 span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-left: 7px;
}
.inimisttech-button3 i {
  font-size: 15px;
  transform: rotate(45deg);
  transition: var(--transition-hover);
  position: relative;
}
.inimisttech-button3 span i:nth-child(1) {
  position: absolute;
  left: -10px;
  bottom: -10px;
  transform: translateX(-5px) rotate(45deg);
}
.inimisttech-button3 span i:nth-child(2) {
  bottom: 0;
  left: 0;
}
.inimisttech-button3:hover span i:nth-child(2) {
  left: 100px;
  bottom: 100px;
}
.inimisttech-button3:hover span i:nth-child(1) {
  bottom: 5px;
  left: 5px;
}
.inimisttech-services {
  width: 100%;
  height: auto;
}
.margin-y-80 {
  margin: 80px 0;
}
.padding-y-80 {
  padding: 80px 0;
}
.inimisttech-hero {
    padding:0px !important;
}
.serviceSingle {
  width: 100%;
  height: 120px;
  border-radius: 65px;
  background-color: rgb(247, 247, 247);
  padding: 0 45px;
  overflow: hidden;
}
.inimisttech-h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--heading-color-2);
  transition: var(--transition-hover);
}
.inimisttech-desc.small {
  font-size: 18px;
}
.inimisttech-h6 {
  font-size: 16px;
  color: var(--heading-color-3);
  font-weight: 800;
}
.inimisttech-h6 a {
  color: inherit;
  border-bottom: solid 1px var(--heading-color-3);
}
.tag2 {
  display: block;
  padding: 0 20px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  border: solid 1px var(--primary-color); */
  border: 1px solid #4666CC;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 800;
  color: var(--heading-color-2);
  text-transform: uppercase;
  width: max-content;
  margin-bottom: 20px;
}
.inimisttech-h2.dark {
  color: var(--heading-color-4);
}

.pricingSingle {
  border: solid 2px rgb(239, 239, 239);
  border-radius: 10px;
  background: transparent;
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
  transition: var(--transition-hover);
}
.wrapper {
  width: 75%;
  margin: 0 auto;
  padding: 35px 0;
  height: 100%;
}
.info {
/*  background: var(--primary-gradiant); */
  background-color: #f22556;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: var(--transition-hover);

  display: flex;
  align-items: center;
  width: max-content;
  font-size: 16px;
  font-weight: 600;
}
.info i {
  font-size: 17px;
  margin-right: 5px;
  color: transparent;
}
.inimisttech-button4 {
  padding: 0 20px;
  height: 44px;
/*  border: solid 1px var(--primary-color); */
  border: solid 1px #f22556;
  color: var(--heading-color-4);
  width: max-content;
  transition: var(--transition-hover);
  font-weight: 600;
  background-color: transparent;
}
.inimisttech-button4:hover {
  background-color: var(--text-color);
  border-color: var(--text-color);
}

.toRight,
.toLeft {
  transform: translateX(0);
  transition: var(--transition-hover);
}
.pricingSingle::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* top: 0;
  left: 0; */
  width: 0;
  height: 100%;
/*  background: var(--primary-gradiant); */
  background-color: #4666CC;
  border-radius: inherit;
  transition: var(--transition-hover);
}
.pricingSingle:hover {
  border-color: transparent;
/*  background-color: #f22556 !important; */
}
.pricingSingle:hover::after {
  width: 100%;
}
.pricingSingle:hover .toRight {
  transform: translateX(100%);
}
.pricingSingle:hover .toLeft {
  transform: translateX(-100%);
}
.pricingSingle:hover .goTo {
  opacity: 1;
  transform: translateX(0);
}
.pricingSingle:hover .info {
  color: var(--text-color);
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.pricingSingle:hover .inimisttech-h4 {
  color: var(--text-color);
}
.pricingSingle:hover .inimisttech-button4 {
  border-color: var(--hover-color);
  color: var(--hover-color);
}
.emailLink {
  width: 100%;
  font-size: 30px;
/*  background: var(--primary-gradiant); */
  background-color: #f22556;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Jost";
  font-weight: bold;
}

.radius-50 {
  border-radius: 50%;
}
.tranformX-15 {
  transform: translateX(-15%);
}
.inimisttech-desc2 {
  font-size: 33px;
  font-weight: 100;
  color: var(--text-color);
  padding-left: 30px;
  position: relative;
  width: 80%;
}
.inimisttech-desc2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
/*  background: var(--primary-gradiant); */
  background-color: #f22556;
  border-radius: 10px;
}

.inimisttech-h1.light {
  color: var(--text-color);
}
.inimisttech-list2.light li img {
  filter: invert(100%);
}
.inimisttech-list2.light li {
  color: var(--text-color);
}
.quickInfo {
/*  background: var(--primary-gradiant); */
  background-color: #f22556;
}
.inimisttech-desc.light {
  color: var(--text-color);
}
.quickInfo {
  border-radius: 30px;
  padding: 50px 75px;
}
.tranform-y-reverse {
  transform: translateY(-80px);
}
.stars {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: rgb(44, 195, 146);
  margin-bottom: 30px;
}
#inimisttechFaq {
  width: 80%;
  margin: 0 auto;
}

.inimisttech-h2.small {
  font-size: 55px;
}
.tag3 {
  font-size: 17px;
/*  color: var(--secondary-color); */
  color: #f22556;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.inimisttech-h5.dark {
  color: var(--bg-color-2);
  font-weight: 900;
}


footer {
  width: 100%;
  min-height: 50vh;
  background-color: var(--footer-bg);
  position: relative;
}

footer .line {
  background-color: rgb(46, 45, 45);
}

.blolck-area {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.blocks,
.address {
  background-color: var(--block-bg);
  width: 100%;
  border-radius: 30px;
  position: relative;
  height: 100%;
}
.block {
  width: 100%;
  height: auto;
}
.inimisttech-list3 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.inimisttech-list3 li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inimisttech-list3 li a {
  font-size: 18px !important;
  font-weight: normal;
  color: rgb(206, 206, 206);
}
.inimisttech-list3 li i {
  font-size: 15px;
  color: transparent;
/*  background: var(--primary-gradiant); */
  background-color: #fff;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blocks .line-x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1px;
}
.blocks .wrapper {
  width: 92%;
  padding: 0;
  position: relative;
}
.logo.light h1 {
  color: var(--text-color);
}
.footer-h4 {
  font-weight: 900;
  color: var(--text-color);
}
.emailLink2 {
  font-size: 21px;
  color: rgb(206, 206, 206);
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
  display: block;
}
.address {
/*  background: var(--primary-gradiant); */
  background-color: #4666CC;
}
.address .wrapper {
  width: 80%;
  padding: 30px 0;
}
.first-box {
    padding: 20px 0 !important;
}
.margin-collepse {
   margin-top:1rem!important;
   margin-bottom:1rem!important;
}
.copyright-new-style { 
  margin-top: 1rem !important;
}
.footer-new-style {
  margin-top: 20px!important;
  padding-top: 1.5rem !important;
}
.inimisttech-services {
    margin:40px 0 !important;
}
.services-section {
  margin-bottom: 2rem !important;
}
.footer-boxes {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.copyright {
  width: 100%;
  font-size: 18px;
  color: var(--text-color);
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: rgb(3, 3, 5);
}


.star::before {
  content: "*";
  font-family: "Enoway";
  position: absolute;
  line-height: 1;
  font-size: 60px;
  top: 45%;
  right: -5%;
  transform: translateY(-50%);
}
.rotateAnimation {
  position: absolute;
  top: -20px;
  left: 50%;
}
#circle {
  font-size: 16px;
  color: var(--text-color);
  font-weight: normal;
  text-transform: uppercase;
}

#error {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 18px;
  color: var(--primary-color);
  background-color: rgba(97, 0, 242, 0.2);
  border: solid 2px var(--primary-color);
  border-radius: 10px;
  padding: 10px 20px;
  z-index: 99999;
  display: none;
}

.backToTop {
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: grid;
  place-content: center;
/*  background: var(--primary-gradiant); */
  background-color: #4666CC;
  color: var(--text-color);
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  border-radius: 50%;
  transform: translateY(100%);
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 5;
  cursor: pointer;
}

.video-block {
  position: relative;
}

.video-block .close {
  font-size: 50px;
  color: var(--bg-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  cursor: pointer;
  z-index: 6;
}

.video-block .close {
  display: none;
}
.iti__arrow {
    display:none !important;
}
.iti__flag {
    display:none;
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .mobile-form-box {
        margin-top: 30px;
    }
}

