.con-theme {
  background: #f7fbff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}

.showcase {
  position: relative;
  height: 100%;
}
.showcase span {
  font-size: 50px !important;
  font-weight: 600;
}
.showcase .one {
  color: var(--second-color);
}
.showcase .two {
  color: var(--primary-color);
}
.showcase p {
  color: var(--four-color);
  font-size: 14px;
  font-weight: 400;
  width: 310px;
  margin-bottom: 30px;
}

.showcase .grid {
  overflow: visible;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
}

ul {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

.showcase-text li {
  display: flex;
  margin-bottom: 20px;
}
.showcase-text li h6 {
  color: var(--second-color);
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
}
.showcase-text li p {
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 0;
  width: 224px !important;
}
.showcase-text li .round-img {
  width: 38px;
  height: 38px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.showcase-text li .round-img img {
  width: 50%;
  cursor: pointer;
}
.showcase-text .socail-btn h4 {
  font-weight: 600;
  font-size: 27px;
  color: var(--thrid-color);
  margin: 40px 0 24px;
}
.showcase-text .socail-btn .li-flex li {
  margin-bottom: 0;
}
.showcase-text .socail-btn .li-flex li .round-img {
  width: 28px !important;
  height: 28px !important;
}
.showcase-text .socail-btn .li-flex li .round-img img {
  width: 48%;
}

.showcase-form {
  position: relative;
  width: 85%;
  padding: 37px 40px !important;
  z-index: 999;
  justify-self: end;
}
.showcase-form h3 {
  font-weight: 600;
  font-size: 28px;
  color: var(--second-color);
  padding-bottom: 24px;
}
.showcase-form label {
  color: var(--second-color);
  font-weight: 600;
  font-size: 14px;
}
.showcase-form .form-control {
  border: 1px solid #E4EBFF !important;
  border-radius: 4px;
  height: inherit;
  padding: 10px 13px;
  color: #566596;
}
.showcase-form input[type=text],
.showcase-form input[type=email], .showcase-form textarea, .showcase-form select {
  border: 0;
  outline: none !important;
  color: rgba(86, 101, 150, 0.5);
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}
.showcase-form input[type=text]::-moz-placeholder, .showcase-form input[type=email]::-moz-placeholder, .showcase-form textarea::-moz-placeholder, .showcase-form select::-moz-placeholder {
  color: rgba(86, 101, 150, 0.5);
}
.showcase-form input[type=text]:-ms-input-placeholder, .showcase-form input[type=email]:-ms-input-placeholder, .showcase-form textarea:-ms-input-placeholder, .showcase-form select:-ms-input-placeholder {
  color: rgba(86, 101, 150, 0.5);
}
.showcase-form input[type=text]::placeholder,
.showcase-form input[type=email]::placeholder, .showcase-form textarea::placeholder, .showcase-form select::placeholder {
  color: rgba(86, 101, 150, 0.5);
}

.card-box {
  background: #FFFFFF !important;
  border: 1px solid #CFD3E0 !important;
  box-shadow: 0px 4px 144px rgba(16, 3, 98, 0.06) !important;
  border-radius: 20px !important;
}

.grid-two {
  display: grid;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.itmes-1 {
  grid-column: 1/span 2;
}

.rounder-vector {
  position: absolute;
  top: -59px;
  right: 413px;
}
.rounder-vector img {
  width: 160px;
}

.rectangle-vector {
  position: absolute;
  right: -58px;
  bottom: 596px;
}
.rectangle-vector img {
  width: 200px;
}

.cont-blur {
  width: 52%;
  height: 28%;
  right: 99%;
  top: 50%;
}

.roun-line {
  position: absolute;
  right: 371px;
  bottom: 624px;
}

.qution-theme {
  text-align: center;
}
.qution-theme h2 {
  color: var(--second-color);
  font-size: 34px;
  font-weight: 600;
  margin: 30px 0 22px;
}
.qution-theme p {
  color: var(--four-color);
  font-size: 16px;
  font-weight: 400;
  width: inherit;
  margin: 0 274px;
  padding-bottom: 30px;
}

.box-items {
  background: #0b55ee !important;
  color: #fff !important;
  text-align: left;
  padding: 24px 52px;
}
.box-items .bb-light {
  border-bottom: 0.5px solid #6a82c9 !important;
  padding: 20px 0;
}
.box-items .bb-light:nth-child(4) {
  border-bottom: none !important;
}
.box-items label {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.4;
}
.box-items p {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin: 0 !important;
  width: 52%;
  padding-bottom: 10px;
}

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

.accordion-button {
  padding: 0 !important;
  color: #fff;
  background: transparent;
}

.accordion-button:focus {
  border-color: none !important;
  box-shadow: none;
}

.accordion-button::after {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-image: url(../assets/arrow-white.png) !important;
  background-size: 10px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../assets/arrow-blue.png) !important;
  background-color: #fff;
  background-size: 16px;
  transform: rotate(360deg);
}

.showcase-form {
  -webkit-animation: sideInFromRight 0.1s ease-in;
          animation: sideInFromRight 0.1s ease-in;
}
.showcase-form:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.r-demo {
  top: -4%;
  right: -47px;
  left: inherit !important;
}
.r-demo img {
  width: 82%;
}

.R-demo {
  top: 576px;
  left: 51%;
  right: inherit;
}
.R-demo img {
  width: 60%;
}

.line-R-demo {
  top: 114px;
  bottom: inherit;
  left: 50%;
}
.line-R-demo img {
  transform: rotate(90deg);
}

.r-demo-blur {
  width: 15%;
  height: 35%;
}

.p-blur {
  background: #AD00FF;
  filter: blur(142px);
  width: 280px;
  height: 450px;
}

.B-blur {
  background: #29B2FF;
}/*# sourceMappingURL=contact.css.map */