@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.ttf") format("truetype");
}
* {
  font-family: "Inter", sans-serif;
}

:root {
  --green: #6ca12b;
  --gold: #fdd017;
  --brandRed: #dc2626;
  --white2: #fafafa;
  --gray-90: #e6e6e6;
  --elevation1: 0 0 4px var(--gray-90);
  --elevation2: 0 0 16px var(--gray-90);
}

body {
  font-family: "Roboto", sans-serif;
  transition: all 0.5s;
}

p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 25px;
}

a {
  text-decoration: none !important;
}

.btn-primary {
  background-color: var(--brandRed) !important;
  border-color: var(--brandRed) !important;
}

.btn-outline-primary {
  border-color: var(--brandRed) !important;
}
.btn-outline-primary:hover {
  background-color: var(--brandRed) !important;
}

a.main-button {
  outline: none;
  cursor: pointer;
  display: inline-block;
  width: 200px;
  height: auto;
  line-height: 50px;
  padding: 0px 15px;
  border: none;
  background-color: #0001ff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}

a.main-button:hover {
  background-color: #3681ff;
}

a.gradient-button {
  outline: none;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 25px;
  border: none;
  margin-left: 10px;
  background: rgb(114, 2, 187);
  background: linear-gradient(145deg, rgb(114, 2, 187) 0%, rgb(50, 100, 245) 100%);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}

a.gradient-button:hover {
  background: rgb(114, 2, 187);
  background: linear-gradient(145deg, rgb(50, 100, 245) 0%, rgb(114, 2, 187) 100%);
}

/* What We Offer */
.offer-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.offer-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.offer-card h3 {
  color: var(--brandRed);
}

/* End What We Offer */
.section-heading {
  margin-bottom: 40px;
}

.section-heading span {
  color: #ff4136;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-top: 0px;
}

.section-heading h2 {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.section-heading p {
  font-size: 15px;
}

.page-heading {
  background-image: url("../img/bg_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 120px 0px 56px 0px;
}

.page-heading h1 {
  color: var(--brandRed);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.page-heading p {
  color: rgba(7, 7, 7, 0.808);
  letter-spacing: 0.5px;
}

.page-heading p a {
  font-size: 15px;
}

.page-heading p a {
  margin-right: 5px;
}

.page-heading p span {
  opacity: 0.75;
  margin-left: 5px;
}

#preloader {
  overflow: hidden;
  background: linear-gradient(145deg, rgb(114, 2, 187) 0%, rgb(50, 100, 245) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  animation-delay: 0.66666s;
}
@keyframes jumper {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Header Style */
header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 80px;
  background-color: white;
  /* border-bottom: 1px solid #ff4136; */
  /* height: 80px; */
  transition: all 0.5s ease 0s;
}

.background-header {
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.background-header .navbar-brand h2 {
  color: #1e1e1e !important;
}

.background-header .navbar-nav a.nav-link {
  color: #1e1e1e !important;
}

.background-header .functional-buttons ul li:first-child a {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff4136;
  text-transform: uppercase;
  font-size: 13px;
  color: #ff4136;
  padding: 6px 20px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}

.background-header .functional-buttons ul li:first-child a:hover {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active > .nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show > .nav-link {
  color: #ff4136 !important;
}

.navbar {
  padding: 1rem 1rem;
}

.navbar .navbar-brand {
  float: left;
  outline: none;
}

.navbar .navbar-brand h2 {
  color: #ff4136;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  transition: all 0.3s ease 0s;
}

.navbar .navbar-brand h2 em {
  font-style: normal;
  font-size: 16px;
}

#navbarResponsive {
  z-index: 999;
}

.navbar-collapse {
  text-align: center;
}

.navbar .navbar-nav .nav-item {
  margin: 0px 15px;
}

.navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: black;
  font-weight: bold;
  transition: all 0.5s;
  margin-top: 5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
  color: black;
  font-weight: bold;
}

.navbar .navbar-toggler-icon {
  background-image: none;
}

.navbar .navbar-toggler {
  border-color: #fff;
  background-color: #fff;
  height: 36px;
  outline: none;
  border-radius: 0px;
  position: absolute;
  right: 30px;
  top: 20px;
}

.navbar .navbar-toggler-icon:after {
  content: "\f0c9";
  color: #ff4136;
  font-size: 18px;
  line-height: 26px;
  font-family: "FontAwesome";
}

.functional-buttons {
  margin-left: 5%;
}

.functional-buttons ul {
  margin: 0;
  padding: 0;
}

.functional-buttons ul li {
  display: inline-block;
  margin-left: 10px;
}

.functional-buttons ul li:first-child a {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff4136;
  text-transform: uppercase;
  font-size: 13px;
  color: #ff4136;
  padding: 6px 20px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}

.functional-buttons ul li:first-child a:hover {
  color: #ff4136;
  background-color: #ff4136;
}

.functional-buttons ul li:last-child a {
  display: inline-block;
  background-color: #ff4136;
  border: 2px solid #ff4136;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding: 6px 20px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}

.functional-buttons ul li:last-child a:hover {
  background-color: #00a4b9;
  border-color: #00a4b9;
}

/* Banner Style */
.banner {
  /* background-image: url(../images/bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
  background-position: center center;
}

.banner .caption {
  text-align: center;
}

.banner .caption h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 700;
  color: black;
}

.banner .caption p {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 2rem;
}

.banner #search-section fieldset {
  display: inline-block;
}

.banner #search-section {
  position: relative;
}

.banner #search-section input.searchText {
  float: left;
  width: 570px;
  min-width: 280px;
  height: 49px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0px 15px;
  color: #fff;
  outline: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.banner #search-section input.main-button {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  border: none;
  margin-left: 10px;
  background-color: #ff4136;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.banner #search-section button:hover {
  background-color: #00a4b9;
}

#search-section ul {
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}

#search-section ul li {
  display: inline-block;
  margin-right: 30px;
}

#search-section ul li:last-child {
  margin-right: 0px;
}

#search-section input[type=checkbox] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
}

#search-section span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-left: 8px;
}

#search-section em {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

#search-section ::-moz-placeholder {
  color: #fff;
}

#search-section ::placeholder {
  color: #fff;
}

/* Trusted Style */
.trusted-section {
  padding: 50px 0px 40px 0px;
  background-color: var(--brandRed);
}

.trusted-section-heading {
  text-align: center;
}

.trusted-section-heading h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  margin-bottom: 50px;
}

.text-primary {
  color: var(--brandRed) !important;
}

.trusted-item img {
  max-width: 156px;
  margin: 0 auto;
}

/* Services Style */
.services-section {
  margin-top: 140px;
}

.services-section .section-heading h2 {
  color: #1e1e1e;
}

.services-section .service-item {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 50px 40px;
  text-align: center;
  margin-bottom: 30px;
}

.services-page .service-item {
  margin-bottom: 30px;
}

.services-section .service-item i {
  color: #fff;
  background-color: #ff4136;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  font-size: 32px;
}

.services-section .service-item h4 {
  margin-top: 35px;
  font-size: 19px;
  color: #1e1e1e;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

/* Pricing Style */
.pricing-section {
  margin-top: 140px;
}

.template {
  margin-top: 0px;
}

.background-image-pricing {
  background-image: url("../images/pricing-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.pricing-section .section-heading {
  text-align: center;
  margin-top: 80px;
}

.pricing-section .section-heading h2,
.pricing-section .section-heading p {
  color: #fff;
}

.pricing-item {
  background-color: #fff;
  text-align: center;
  padding: 50px 50px 30px 50px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.pricing-item h4 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  margin-bottom: 45px;
}

.pricing-item .price-gradient {
  background: rgb(114, 2, 187);
  background: linear-gradient(145deg, rgb(114, 2, 187) 0%, rgb(50, 100, 245) 100%);
}

.pricing-item .price {
  background-color: #dd0c00;
  width: 100%;
  padding: 30px 0px;
  margin-bottom: 35px;
  border-radius: 20px;
}

.pricing-item .price h6 {
  font-size: 25px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pricing-item .price span {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.pricing-item .dev {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 35px 0px 30px 0px;
}

.pricing-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.pricing-item ul li {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #6a6a6a;
}

.pricing-item ul li i {
  font-size: 14px;
  margin-right: 8px;
  color: #491bb1;
}

.pricing-item ul li:last-child {
  margin-bottom: 40px;
}

.pricing-item a.main-button,
.pricing-item a.gradient-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  border-radius: 15px;
}

/* Features Style */
.features-section {
  margin-top: 160px;
}

.features-section .section-heading {
  text-align: center;
}

.features-section .section-heading h2 {
  color: #1e1e1e;
}

.features-section .feature-item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}

.features-section .feature-item .icon {
  float: left;
  margin-top: 12px;
}

.features-section .feature-item .icon img {
  max-width: 80px;
  margin-right: 30px;
}

.features-section .feature-item h4 {
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.features-section .feature-item p {
  margin-left: 106px;
}

/* Testimonials Style */
.testimonials-section {
  margin-top: 140px;
  background-color: #f7f7f7;
  padding: 100px 0px;
}

.testimonials-section .section-heading {
  text-align: center;
}

.testimonials-section .section-heading h2 {
  color: #1e1e1e;
}

.testimonial-item {
  text-align: center;
}

.testimonial-item i {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: rgb(114, 2, 187);
  background: linear-gradient(145deg, rgb(114, 2, 187) 0%, rgb(50, 100, 245) 100%);
  border-radius: 50%;
  font-size: 18px;
  margin-bottom: 45px;
}

.testimonial-item p {
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  line-height: 35px;
  margin-bottom: 40px;
}

.testimonial-item h4 {
  font-size: 19px;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

.testimonial-item span {
  display: inline-block;
  margin-top: 8px;
  font-size: 15px;
  color: #ff4136;
}

.owl-testimonials .owl-dots .owl-dot {
  border-radius: 3px;
}

.owl-testimonials .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.owl-testimonials .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #7bd9e5;
}

.owl-testimonials .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-testimonials .owl-dots .owl-dot.active {
  background-color: #ff4136;
}

/* Footer Style */
footer {
  padding: 80px 0px 60px 0px;
  background-color: var(--brandRed);
}

footer .footer-heading h2 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

footer p {
  color: #fff;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

footer ul li:last-child {
  margin-bottom: 0px;
}

footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s;
}

footer ul li a:hover {
  color: #fff;
  opacity: 0.75;
}

footer .sub-footer {
  text-align: center;
  margin-top: 80px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  padding-top: 60px;
}

footer .sub-footer a {
  color: #fff;
}

/* About Us Page Style */
.about-us {
  padding: 140px 0px;
  background-color: #f7f7f7;
}

.about-us .left-image {
  margin-right: 30px;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .left-image img {
  max-width: 100%;
  overflow: hidden;
}

.about-us .section-heading h2 {
  color: #1e1e1e;
}

.about-us .section-heading {
  margin-bottom: 40px;
  border-bottom: 3px solid #eee;
  padding-bottom: 40px;
}

#tabs {
  margin-right: 0px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}

#tabs ul li {
  margin-right: 40px;
  display: inline-block;
}

#tabs ul li:last-child {
  margin-right: 0px;
}

#tabs ul li a {
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: all 0.3s;
}

#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}

#tabs ul .ui-tabs-active a {
  color: #ff4136;
}

#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}

.tabs-content {
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}

.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-top: 30px;
  margin-bottom: 0px;
}

/*Templates*/
.templates-heading {
  background-image: url("../img/bg_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 120px 0px 56px 0px;
}

.templates-heading h1 {
  color: var(--brandRed);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.templates-heading p {
  color: rgb(7, 7, 7);
  letter-spacing: 0.5px;
  font-size: 15px;
}

.templates-heading p a {
  margin-right: 5px;
}

.templates-heading p span {
  color: rgb(7, 7, 7);
  opacity: 0.75;
  margin-left: 5px;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

.search-input {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  width: 900px;
  border: 2px solid #ff4136;
}

.search-button {
  padding: 22px 30px;
  background-color: #ff4136;
  color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.content {
  display: none;
}

.default {
  display: block;
}

.template-domain {
  background-color: var(--white2);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.search-btn {
  padding: 1.5rem;
}

.tablink {
  border: 2px solid #ff4136;
  background-color: #ff4136;
  color: white;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 10px;
}

.template-domain .card {
  border-radius: 0px;
  padding: 10px;
}

.template-domain .card h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.template-domain .card .temp-heading {
  margin-top: 5px;
  margin-bottom: 5px;
}

.template-domain .card .tablink:hover {
  color: white;
}

/*Templates*/
/*Detail-Page*/
.main-detail-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-main {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-fill a {
  display: inline-block;
  padding: 20px 20px;
  background-color: #ff4136;
  color: white;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}

.paragraph {
  font-size: 18px;
  text-align: justify;
}

.paragraph span {
  color: #ff4136;
  border-bottom: 1px solid #ff4136;
}

.btn-block {
  background-color: #ff4136;
  color: white;
  padding: 10px 10px;
}

.features-list {
  list-style: none;
  padding: 0;
}

.features-list li {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 18px;
}

.features-list li i {
  margin-right: 10px;
  font-size: 24px;
  color: #007bff;
}

.li-list {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 20px;
}

/* Define the hover effect */
.btn-fill a:hover {
  transform: translateY(-5px);
}

/* Add keyframes for the zoom-in effect */
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* Apply the zoom-in effect to the carousel items */
.carousel-item img {
  animation: zoomIn 3s ease-in-out infinite;
  animation-direction: alternate;
}

/* Ensure the image covers the entire area */
.carousel-item img {
  width: 100%;
  height: auto;
}

/*Detail-Page*/
/* Team Style */
.team-section {
  margin-top: 140px;
}

.team-section .section-heading {
  text-align: center;
}

.team-section .section-heading h2 {
  color: #1e1e1e;
}

.team-item:hover img {
  opacity: 0.75;
}

.team-item {
  cursor: pointer;
  margin-bottom: 30px;
}

.team-item img {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.team-item .down-content {
  background-color: #f7f7f7;
  text-align: center;
  padding: 30px;
}

.team-item h4 {
  font-size: 19px;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

.team-item span {
  display: inline-block;
  margin-top: 8px;
  font-size: 15px;
  color: #ff4136;
}

/* Contact Us Page Style */
.contact-us {
  margin-top: 140px;
}

.contact-us .contact-form {
  margin-right: 30px;
}

.contact-us .right-content {
  margin-left: 30px;
}

.contact-us .section-heading h2 {
  color: #1e1e1e;
}

.contact-us .section-heading {
  margin-bottom: 40px;
  border-bottom: 3px solid #eee;
  padding-bottom: 40px;
}

.contact-form input,
.contact-form textarea {
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #6a6a6a;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 46px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form ::-moz-placeholder {
  color: #6a6a6a;
}

.contact-form ::placeholder {
  color: #6a6a6a;
}

.contact-form button {
  outline: none;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  border: none;
  background-color: #ff4136;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}

.contact-form button:hover {
  background-color: #00a4b9;
}

.contact-us .right-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-us .right-content ul li {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
  letter-spacing: 0.5px;
}

.contact-us .right-content ul li:last-child {
  margin-bottom: 0px;
}

.contact-us .right-content ul i {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background-color: #ff4136;
  border-radius: 50%;
  color: #fff;
  margin-right: 15px;
  font-size: 24px;
}

#map {
  margin-top: 140px;
  margin-bottom: -147px;
}

/*domain*/
/** domain **/
.domain {
  background: #fefefd;
  padding-top: 90px;
}

.searchbar {
  height: 70px;
  background-color: #fcfcfd;
  border-radius: 50px;
  padding: 10px 30px;
  display: flex;
  box-shadow: 0 0 59px rgba(30, 30, 29, 0.09);
}

.search_input {
  color: #afb4cc;
  border: 0;
  outline: 0;
  background: #fcfcfd;
  width: 100%;
  line-height: 40px;
  font-size: 17px;
}

.search_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff4136;
  font-size: 20px;
}

.search_icon:hover {
  color: #ff4136;
}

.domain_bg {
  background-color: #fcfcfd;
  border-radius: 5px;
  padding: 50px 30px;
  box-shadow: 0 0 59px rgba(30, 30, 29, 0.07);
  margin-top: 30px;
}

.domain-price_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.domain-price span {
  font-size: 17px;
  color: #272727;
  line-height: 25px;
  text-transform: uppercase;
  display: block;
}

.domain-price strong {
  font-size: 17px;
  color: #ff4136;
  line-height: 22px;
  text-transform: uppercase;
}

.domain_bg .read_more {
  margin: 0 auto;
  display: block;
  margin-bottom: -70px;
  margin-top: 20px;
}

.titlepage {
  padding-bottom: 60px;
}

.titlepage h2 {
  font-size: 40px;
  color: #2e3192;
  line-height: 40px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
}

.blue_light {
  color: #ff4136;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.read_more {
  font-size: 17px;
  background-color: #ff4136;
  color: #fff;
  width: 100%;
  max-width: 164px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  font-weight: 500;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.read_more:hover {
  background: #2e3192;
  color: #fff;
  transition: ease-in all 0.5s;
}

.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.text_align_center {
  text-align: center;
}

/* Responsive Style */
@media (max-width: 1200px) {
  .banner #search-section input.main-button {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner #search-section input.searchText {
    float: none;
    width: 100%;
  }
  #search-section ul {
    text-align: center;
    margin-top: 80px;
  }
  #search-section ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  #search-section ul li fieldset label {
    font-size: 12px;
    margin-left: 5px;
  }
  #search-section ul li fieldset label em {
    font-size: 13px;
  }
  .contact-us .right-content ul li {
    text-align: center;
    width: 100%;
  }
  .contact-us .right-content ul li i {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 30px;
    top: 10px;
  }
  .functional-buttons {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%);
    margin-left: 15px;
  }
  .banner #search-section fieldset button {
    margin-top: 0px;
  }
  .banner #search-section fieldset input {
    width: 100%;
    min-width: 280px;
    margin-bottom: 30px;
  }
  .navbar .navbar-brand {
    width: auto;
  }
  .navbar:after {
    display: none;
  }
  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav a.nav-link {
    padding: 15px 0px;
    color: #1e1e1e !important;
  }
  .navbar .navbar-nav .active > .nav-link {
    color: #ff4136 !important;
  }
  .about-us .left-image {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .about-us .right-content,
  .contact-us .right-content {
    margin-left: 0px;
  }
  .contact-us .contact-form {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .contact-us .right-content ul {
    margin-bottom: 30px;
  }
  .contact-us .right-content ul li {
    text-align: left;
    width: 100%;
  }
  .contact-us .right-content ul li i {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .pricing-item {
    margin-bottom: 55px;
  }
  .footer-item {
    margin-bottom: 60px;
  }
  footer .sub-footer {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .functional-buttons ul li:first-child a {
    padding: 6px 10px;
    letter-spacing: 0px;
  }
  .functional-buttons ul li:last-child a {
    padding: 6px 10px;
    letter-spacing: 0px;
  }
  .functional-buttons {
    margin-left: 7.5%;
  }
  .functional-buttons ul li {
    display: inline-block;
    margin-left: 3px;
  }
  .navbar .navbar-toggler {
    right: 20px;
  }
  .background-header .functional-buttons ul li:first-child a {
    padding: 6px 10px;
    letter-spacing: 0px;
  }
  .banner .caption h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 4rem;
    font-weight: 700;
    color: black;
  }
  .navbar .navbar-brand h2 {
    color: #ff4136;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease 0s;
  }
  .search-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
  }
  .search-button {
    padding: 10px 5px;
    background-color: #ff4136;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
  }
}
.template-card {
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--elevation1);
  position: relative;
  border-color: var(--gray-90);
  transition: all 0.2s linear;
}

.template-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--elevation2);
}

.template-card .image-container img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s linear;
}

.template-card .template-card-body {
  padding: 0.6rem 1rem;
}

.template-card .template-card-body h1 {
  margin-bottom: 0;
  font-size: 24px;
}

.template-card .template-card-body p {
  font-size: 14px;
}

.template-card .template-card-body .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.template-card .template-card-body .bottom .mrp {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 700;
  text-decoration: line-through;
  font-size: 20px;
  margin: 0;
}

.template-card .template-card-body .bottom .devider {
  margin-left: 6px;
  margin-right: 6px;
  color: #7a7a7a;
  font-weight: bold;
}

.template-card .template-card-body .bottom .price {
  font-size: 20px;
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.template-card .template-card-body .bottom .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

.template-card .template-card-body .bottom .actions .btn {
  width: -moz-fit-content;
  width: fit-content;
}

.btn-outline-success {
  border-color: var(--green) !important;
  color: var(--green) !important;
}

.btn-outline-success:hover {
  color: white !important;
  background-color: var(--green) !important;
}

.offer-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--green);
  font-weight: 500;
  color: #fff;
  padding: 8px 14px;
  border-radius: 0 0px 6px 0px;
  font-size: 12px;
  font-size: 16px;
  font-family: "Montserrat";
}

.template-details-img img {
  border-radius: 4px;
  margin-bottom: 16px;
}

.template-details .template-heading h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.template-details .template-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem 2rem;
  flex-wrap: wrap;
}
.template-details .dependencies-and-resources h2,
.template-details .template-tags h2,
.template-details .template-credit h2,
.template-details .template-categories h2,
.template-details .template-note h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.template-details .tags-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.template-details .credit-container p {
  font-size: 16px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.template-sidebar {
  padding-inline: 16px;
}
.template-sidebar .template-sidebar-header {
  border-left: var(--bs-primary) 4px solid;
  padding-left: 16px;
}
.template-sidebar .template-sidebar-header h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.template-sidebar .categoriesContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem 1rem;
}
.template-sidebar .categoriesContainer .category-item {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--brandRed);
  flex-grow: 0;
  letter-spacing: 1px;
}

.no-item {
  font-size: 20px;
  color: rgb(49, 49, 49);
  font-weight: 600;
  text-align: center;
  padding-block: 1rem;
}

.template-sidebar .sidebar-template-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
  box-shadow: var(--elevation1);
}
.template-sidebar .sidebar-template-item .thumbnail img {
  border-radius: 4px 0 0 4px;
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-sidebar .sidebar-template-item .template-info {
  padding: 6px;
}
.template-sidebar .sidebar-template-item .template-info a {
  font-size: 16px;
  color: #272727;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.template-sidebar .sidebar-template-item .template-info a:hover {
  color: var(--bs-primary);
}
.template-sidebar .sidebar-template-item .template-info p {
  display: flex;
  line-height: 1.5;
}

.sticky-top-100 {
  position: sticky;
  top: 100px;
  z-index: 1020;
}

.brd-2 {
  border-radius: 2px !important;
}

.template-details-img-slider .item img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .template-details-img-slider .item img {
    max-height: 460px;
  }
}
@media (max-width: 991px) {
  .template-details-img-slider .item img {
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .template-details-img-slider .item img {
    max-height: 260px;
  }
}
@media (max-width: 576px) {
  .template-details-img-slider .item img {
    max-height: 200px;
  }
}

.owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  gap: 4px;
}
.owl-dots .owl-dot {
  background: rgba(0, 123, 255, 0.3960784314) !important;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.owl-dots .owl-dot.active {
  background: #007bff !important;
}

.categories-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.categories-container .category-link {
  font-size: 16px;
  padding: 12px;
  background-color: var(--brandRed);
  color: #fff;
  border-radius: 0.5rem;
  display: block;
}

.search-btn {
  position: relative;
  top: -55px;
}
.search-btn input {
  border: none !important;
  outline: none !important;
}

.plan-filter .btn-pricing-filter {
  width: 100%;
  outline: 1px solid rgba(255, 255, 255, 0.658);
  color: white;
  border: none !important;
  background-color: var(--brandRed) !important;
  padding-block: 0.8rem;
  border-radius: 100vh;
  transition: all 0.2s ease;
}
.plan-filter .btn-pricing-filter.active {
  outline-width: 4px;
  background-color: var(--gold);
  outline-color: white;
}
.plan-filter .btn-pricing-filter:hover {
  transform: translateY(-3px);
}
.plan-filter .btn-pricing-filter:focus:not(:focus-visible) {
  outline: auto !important;
}

.pricing-items-container {
  display: none;
}
.pricing-items-container.active {
  display: block;
}

.hero {
  background-image: url("../img/bg_1.jpg");
  background-position: center;
  background-size: cover;
}
.hero .content-container {
  padding-block: 120px;
}
.hero .content-container h1 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.search-bar {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  outline: 1px solid rgba(53, 53, 53, 0.904);
  border-radius: 100vh;
  padding: 12px 16px;
  transition: outline 0.3s ease; /* Smooth transition for outline change */
  /* Change outline when input is focused */
}
.search-bar:focus-within {
  outline: 2px solid #dfb307; /* Adjust color and thickness as needed */
}
.search-bar input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.search-bar button {
  outline: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
  display: flex;
  transition: color 0.3s ease;
}
.search-bar button:hover {
  color: #dfb307;
}

#rohoster-free-hosting {
  background-image: url("../img/tech_bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
#rohoster-free-hosting h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: var(--gold);
  letter-spacing: -1px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
#rohoster-free-hosting button {
  background-color: var(--brandRed);
  border-radius: 100vh;
  padding: 6px 16px;
  color: white;
  border-color: white;
}

span[text-sm] {
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
}

.bg-white {
  background-color: #fff !important;
}

.promo {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.promo.strip-horizontal {
  max-height: 160px;
}
.promo.strip-vertical {
  max-height: 160px;
}
.promo .promo-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}/*# sourceMappingURL=style.css.map */