/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


html {
	scroll-behavior: smooth;
}

li::marker {
	color: transparent;
}

body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: "Inter", sans-serif;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0f172b;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 27px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

p {
	font-size: 16px;
	font-weight: 300;
	color: #12110eb8;
	line-height: 20px;
}

figure {
	margin: 0;
}

input:focus {
	outline: 0;
	border: 0;
}

a {
	text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1330px;
	width: 100%;
}




/* Header CSS */

header {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0;
	z-index: 9;
	padding: 10px 10px;
}



header .nav-link {
    padding: .5rem 1rem;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}










/* Hero Section CSS */

.banner_wrapper {
    background-image: url(../images/hero-bg2.webp); 
    /* background-color: #13132bb0;  */
    background-repeat:repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}

.banner_wrapper .row {
    margin-top: 40px;
}

.banner_video {
  text-align: end;
}

.banner_wrapper  video {
    border-radius: 20px;
    border: 5px solid #ffffff80;
    width: 100%;
    max-width: 550px;
    height: 360px;
}

.banner_content h1 {
margin-bottom: 24px;
font-weight: 600;
font-size: 55px;
color: #fff;
}

.banner_content p {
  color: #e0dbdb;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 30px;
}

.main_btn {
    display: flex;
    gap: 20px;
}

.main_btn a {
    background: #dcaeef;
    color: #3a074b;
    padding: 12px 50px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
}

.main_btn a.btn_white {
    background: #fff;
    color: #3a074b;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #d7a8eb;
}

.navbar-nav {
        flex-direction: row;
        gap: 30px;
    }


.solution_wrapper {
    background: #e4c0fe2b;
  padding: 50px 0;

}

.feature_wrapper {
  margin-top: 70px;
}

   .ag_box {
            padding: 30px 30px;
            border-radius: 20px;
            height: stretch;
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
            max-width: 288px;
            width: 100%;
            margin: 0 auto;
            margin-bottom: 20px
        }

        .ag_box:hover {
            --tw-scale-x: 105%;
            --tw-scale-y: 105%;
            --tw-scale-z: 105%;
            scale: var(--tw-scale-x) var(--tw-scale-y);
            transition: all 0.3s cubic-bezier(.25,.8,.25,1)
        }

        .ag_box svg {
            max-width: 50px;
            width: 100%;
            height: 50px;
            padding: 10px;
            border-radius: 10px
        }

        .ag_box h4 {
            font-size: 22px;
            margin-top: 18px;
            margin-bottom: 12px
        }

        .ag_box.border1 {
            border: 2px solid #ad46ff
        }

        .ag_box.border1 svg {
            background-color: #ad46ff
        }

        .ag_box.border2 {
            border: 2px solid #2b7fff
        }

        .ag_box.border2 svg {
            background-color: #2b7fff
        }

        .ag_box.border3 {
            border: 2px solid #00c950
        }

        .ag_box.border3 svg {
            background-color: #00c950
        }

        .ag_box.border4 {
            border: 2px solid #ff6900
        }

        .ag_box.border4 svg {
            background-color: #ff6900
        }

.main_title h2 {
  margin-bottom: 20px;
}

.main_title {
  margin-bottom: 60px;
}

.main_title p {
  color: #45556c;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}


section.ai_tabs_wrapper {
  background: #e4c0fe2b;
  padding: 50px 0;
  margin-top: 60px;
}

section.ai_tabs_wrapper .main_title p {
  color: #000;
  font-weight: 400;
}

section.ai_tabs_wrapper .nav-tabs .nav-item.show .nav-link, section.ai_tabs_wrapper .nav-tabs .nav-link.active {
  color: #8540a0;
  background-color: transparent;
  border-color: transparent;
}

section.ai_tabs_wrapper .nav-tabs {
  border-bottom: 1px solid #00000080;
}

section.ai_tabs_wrapper .nav-tabs .nav-link:focus, section.ai_tabs_wrapper .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
}

section.ai_tabs_wrapper .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

.ai_tabs_icon h4 {
  text-transform: none;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  margin: 10px 0;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
}

.ai_tabs_icon img {
  max-width: 40px;
}

.ai_tabs_icon {
  background: #fff;
  max-width: 200px;
  width: 100%;
  padding: 12px 10px 10px 10px;
  border: 1px solid #ddd;
  margin-top: 20px;
  height: 112px;
  display: grid;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.tab-content {
  margin-top: 10px;
}

.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  /* max-width: 360px; */
  margin: 0 auto;
  border-bottom: 20px solid #1a192e;
      height: 100%;
          display: flex;
    flex-direction: column;
}

.pricing-block .icon-box {
    position: relative;
    padding: 30px 20px 0;
    background-color: #1a192e;
    text-align: center;
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}

.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 115px;
    max-width: 115px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 7px;
    width: 100%;
}

.pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    line-height: 89px;
    border: 5px solid #1a192e;
    border-radius: 50%;
    font-size: 45px;
    color: #1a192e;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
  transform: rotate(360deg);
}

.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price {
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #1a192e;
  margin: 7px 0;
}

.pricing-block .price span {
    font-size: 14px;
    font-weight: 300;
  
    line-height: 10px;
    color: #848484;
}


.pricing-block .features {
  position: relative;
  max-width: 230px;
  margin: 0 auto 20px;
  width: 100%;
  padding: 0 12px;
}

/* .fh .pricing-block .features  {
  height: 510px;
} */

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #848484;
    font-weight: 500;
    padding: 10px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}
.pricing-block .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a {
  color: #848484;
}

.pricing-block .features li:last-child {
  border-bottom: 0;
}

.pricing-block .btn-box {
  position: relative;
  text-align: center;
  margin-top: auto;
}

.pricing-block .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #1a192e;
  border-radius: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
  color: #1a192e;
  background: none;
  border-radius: 0px;
  border-color: #1a192e;
}

.switch {
    font-size: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 35px;
    gap: 10px;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * 0.8) * 2);
  border-radius: calc(2.375rem * 0.8);
  height: calc(2.375rem * 0.8);
  line-height: calc(2.375rem * 0.8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * 0.8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #8540a0;
  border-radius: calc(2.375rem * 0.8);
  transition: 0.2s all;
}

.switch label {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
  height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
/* .switch input:checked + label::before {
  background-color: #08d;
} */
.switch input:checked + label::after {
  margin-left: calc(2.375rem * 0.8);
}

.pricing .main_title p  {
    line-height: 22px;
}

span.recommended {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    z-index: 1;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 20px;
    display: none;
}

span.recommended i {
   margin-right: 2px;
}

.sm_title {
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}


footer {
  padding: 70px 0;
  text-align: center;
  background-color: #1a192e;
  margin-top: 60px;
}

footer h4 {
  color: #fff;
}
footer p {
    color: #fff;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 58px;
}

footer .main_btn {

    justify-content: center;
}