/*----------------------------------------*/
/*  01. VARIBALES CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Combo&display=swap");
:root {
  --primary: #E8BF96;
  --secondary: #2c2c2c;
  --black: #000;
  --black-2: #1C1D20;
  --black-3: #212125;
  --black-4: #262629;
  --black-5: #27272B;
  --black-6: #333337;
  --black-7: #27292D;
  --black-8: #222227;
  --black-9: #999999;
  --black-10: #272422;
  --black-11: #1D1917;
  --black-12: #343231;
  --black-13: #3C3636;
  --black-14: #39393D;
  --black-15: #141415;
  --white: #fff;
  --white-2: #F9F9F9;
  --white-3: #F3F3F3;
  --white-4: #EFEFEF;
  --white-5: #C1C1C1;
  --white-6: #C9C6DE;
  --white-7: #CDCDCD;
  --white-8: #C7C7D7;
  --white-9: #F5F5F5;
  --white-10: #F0EDEB;
  --white-11: #F0ECE9;
  --white-12: #DDD2CC;
  --white-13: #F6EEEA;
  --white-14: #F4F0ED;
  --white-15: #F3F0E4;
  --white-16: #F2F0E5;
  --white-17: #F8F8FC;
  --white-18: #F6F3F0;
  --gray: #666666;
  --gray-2: #D9D9D9;
  --gray-3: #636376;
  --gray-4: #999999;
  --gray-5: #232327;
  --gray-6: #44454A;
  --gray-7: #63637B;
  --gray-8: #3B3B3F;
  --gray-9: #3F3A36;
  --gray-10: #555555;
  --gray-11: #89827A;
  --gray-12: #756F68;
  --gray-13: #E9E9E9;
  --gray-14: #3F4044;
  --orange: #FD8F77;
  --orange-deep: #EF6C22;
  --orange-light: #BAB0AA;
  --orange-2: #F56C1F;
  --orange-3: #F3A072;
  --blue-light: #52526C;
  --blue-2: #3D3F60;
  --blue-3: #6A6BBF;
  --blue-4: #494B6C;
  --blue-5: #BBBCD2;
  --blue-6: #3F4061;
  --blue-7: #433E5F;
  --blue-8: #393B5A;
  --blue-9: #58597D;
  --yellow: #F4D8BB;
  --yellow-light: #E8E0DB;
  --yellow-2: #C2B7A1;
  --yellow-3: #FFC700;
  --yellow-4: #F59B14;
  --yellow-5: #F2DCA1;
  --purple: #AF89FF;
  --purple-2: #D4BFFF;
  --purple-3: #8181CB;
  --pink: #F8D3D3;
  --pink-2: #FFA98D;
  --pink-3: #F4E5D3;
  --pink-4: #F2EDE1;
  --pink-5: #FFD6B0;
  --pink-6: #E7E2D1;
  --pink-7: #DAD6C6;
  --pink-8: #FDC1B4;
  --pink-9: #F4E6D5;
  --pink-10: #EEE5DC;
  --pink-11: #DCAF82;
  --green: #3C524C;
  --green-2: #668D7F;
  --green-3: #7BD1C4;
  --green-4: #B1E9B9;
  --green-5: #4D605A;
  --green-6: #3F524C;
  --green-7: #89D0C3;
  --green-8: #4C605A;
  --green-9: #A0C1A8;
  --green-10: #81C9BC;
}

/* Font Family | euclid_Circular_B */
@font-face {
  font-family: euclid_Circular_B;
  src: url("../fonts/Euclid-Circular-B-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: euclid_Circular_B;
  src: url("../fonts/Euclid-Circular-B-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: euclid_Circular_B;
  src: url("../fonts/Euclid-Circular-B-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: euclid_Circular_B;
  src: url("../fonts/Euclid-Circular-B-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: euclid_Circular_B;
  src: url("../fonts/Euclid-Circular-B-Bold.ttf");
  font-weight: 700;
}
/* Font Family | Estedad */
@font-face {
  font-family: estedad;
  src: url("../fonts/Estedad-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: estedad;
  src: url("../fonts/Estedad-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: estedad;
  src: url("../fonts/Estedad-Regular.ttf");
  font-weight: 400;
}
/* Font Family | gallient */
@font-face {
  font-family: gallient;
  src: url("../fonts/GallientRegular-eZoMp.ttf");
  font-weight: 400;
}
:root {
  --font_primary: "euclid_Circular_B";
  --font_estedad: "Estedad";
  --font_newyork: "newYork";
  --font_gallient: "gallient";
  --font_lora: "Lora", serif;
  --font_prata: "Prata", serif;
  --font_bentham: "Bentham", serif;
  --font_romanstory: "RomanStory", serif;
  --font_clashDisplay: "ClashDisplay";
  --font_glorifydemo: "Glorify DEMO";
  --font_canela: "Canela";
  --font_combo: "Combo", cursive;
  --font_kanit: "Kanit", sans-serif;
  --font_macondo: "Macondo", cursive;
  --font_teko: "Teko", sans-serif;
  --font_jakarta: "Plus Jakarta Sans", sans-serif;
  --font_kumbh: "Kumbh Sans", sans-serif;
  --font_overlock: "Overlock", cursive;
  --font_manrope: "Manrope", sans-serif;
  --font_awesome: "Font Awesome 6 Free";
}

/*----------------------------------------*/
/*  01. MENU CSS START
/*----------------------------------------*/
.body-overlay {
    position: fixed;
    z-index: 9;
    pointer-events: none;
    top: 0;
    opacity: 1;
    inset-inline-start: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: repeat;
    background-position: top left;
    background-image: url(../imgs/body-bg.png);
}
.main-menu > ul {
  display: inline-flex;
}
.main-menu > ul > li:hover > a {
  color: var(--primary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  left: 0px;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  left: 100%;
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
  padding: 31px 17px;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--font_estedad);
}
.main-menu .dp-menu {
  background: var(--black-2);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  left: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  top: 100%;
}
.main-menu .dp-menu ul {
  background: var(--black-2);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu .dp-menu li {
  position: relative;
  padding: 0 20px;
}
.main-menu .dp-menu li:hover > a {
  color: var(--white);
  letter-spacing: 0.5px;
}
.main-menu .dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 12px;
  display: block;
  transition: all 0.5s;
  text-align: left;
  cursor: pointer;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li:has(ul) > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-left: 5px;
  font-weight: 600;
}
.main-menu .mega-menu {
  background-color: var(--black-2);
  padding: 30px 50px;
  width: 102%;
  position: absolute;
  left: -5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  top: 80px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 12px;
  display: block;
  align-items: center;
  gap: 8px;
  background: var(--black-2);
  border-radius: 8px;
  transition: all 0.3s;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  letter-spacing: 0.5px;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  -moz-column-count: 2;
       column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}
.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-3 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-3 > li:last-child {
  border: none;
  width: 36vw;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3 > li:last-child {
    width: 32vw;
  }
}
.main-menu .mega-style-3 ul {
  -moz-column-count: 2;
       column-count: 2;
  position: relative;
  padding: 20px 0;
  -moz-column-gap: 0;
       column-gap: 0;
}
.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}
.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 0 30px;
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  -moz-column-span: all;
       column-span: all;
}
.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black-2);
  padding: 5px 8px 3px;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
}
@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    display: none;
  }
}
.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}
.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-counter__item {
    display: none;
  }
}
.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}
.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-dark li a {
  color: #121212;
}

@media only screen and (max-width: 1199px) {
  .menu-with-number {
    display: none;
  }
}
.menu-with-number li {
  display: inline-block;
  padding: 0 30px;
}
.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.menu-with-number li a:hover span {
  color: var(--white);
}
.menu-with-number li a:hover span::before {
  background-color: var(--white);
}
.menu-with-number li a.active span {
  color: var(--white);
}
.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}
.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #999999;
  position: relative;
  transition: all 0.5s;
}
.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  transition: all 0.5s;
  background-color: var(--black-6);
}

.menu-ucase li a {
  text-transform: uppercase;
}
.header__area {
    position: relative;
    z-index: 4;
}
.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}
.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black-2);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 20px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
    padding-left: 15px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 64px;
  height: 64px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 60px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 20px 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.light .main-menu li a {
  color: var(--black-2);
}
.light .main-menu li a:hover {
  color: var(--primary);
}
.light .main-menu-2 li a {
  color: var(--black-2);
}
.light .main-menu-2 li a:hover {
  color: var(--primary);
}
.light .main-menu-3 li a {
  color: var(--black-2);
}
.light .main-menu-3 li a:hover {
  color: var(--primary);
}
.light .sidebar-menu li a {
  color: var(--black-2);
}
.light .sidebar-menu li a:hover {
  color: var(--primary);
}
.light .menu-with-number li a {
  color: var(--black-2);
}
.light .menu-with-number li a:hover span {
  color: var(--black-2);
}
.light .menu-with-number li a:hover span::before {
  background-color: var(--black-2);
}
.light .menu-with-number li a span {
  color: var(--black-9);
}
.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}
.light .menu-with-number li a.active span {
  color: var(--black-2);
}
.light .menu-with-number li a.active span::before {
  background-color: var(--black-2);
}

/* Default CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "euclid_Circular_B";
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.6;
  font-style: normal;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "estedad";
  padding: 0;
  margin: 0;
}

.plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1919px) {
  .plr-100 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1399px) {
  .pt-150 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 60px;
  }
}

.pb-150 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1399px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-150 {
    padding-bottom: 50px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media only screen and (max-width: 1399px) {
  .pt-140 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-140 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1399px) {
  .pb-140 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.sec-title {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  color: #202C58;
}
.sec-title-dark {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  color: #121212;
}
@media only screen and (max-width: 1199px) {
  .sec-title {
    font-size: 45px;
  }
    .sec-title-dark {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .sec-title {
    font-size: 32px;
  }
    .sec-title-dark {
    font-size: 32px;
  }
}
.sec-title .gradient-text {
  background: var(--gradient, linear-gradient(90deg, #ABC6FF 0%, #DD89F9 52.08%, #FFB8D3 100%));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-family: var(--font_estedad);
}
.sec-title span {
  font-family: "gallient";
}
.sec-title-dark span {
  font-family: "gallient";
}

.btn-hover-cropping {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cropping:hover::after {
  height: 400%;
  opacity: 1;
}

/* CSS Start */
.offcanvas.offcanvas-end {
  width: 100%;
  background: #0c1923;
}

.offcanvas__menu {
  display: none;
}

.offcanvas__menu-area {
  height: 100%;
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  padding-top: 30px;
}

.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

a.meanmenu-reveal {
  display: none !important;
}

.offcanvas__close {
  background: transparent;
  color: #fff;
  font-size: 24px;
  border: 0;
  outline: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99999999;
}

.mean-container .mean-nav ul li a.mean-expand {
  font-weight: 400;
  line-height: 32px;
  background-color: transparent;
}

.mean-container .mean-nav ul li a {
  text-transform: initial;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: transparent;
}

#open_offcanvas {
  border: none;
  background: transparent;
}

.mean-container .mean-nav ul li li a {
  opacity: 1;
}

.mean-container .mean-nav {
  height: 85vh;
  overflow-y: scroll;
}

.offcanvas__icon {
  display: none;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #121212;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: #121212;
  stroke-width: 3;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.header__inner {
  display: grid;
  grid-gap: 30px;
  align-items: center;
  grid-template-columns: 150px 1fr 150px;
    padding-top: 20px;
}

.header__menu {
  text-align: center;
}

.header__cart {
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .header__cart {
    padding-top: 6px;
  }
}

.header__cart a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #ffa2ae;
  padding: 7px 20px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #ffa2ae;
}
@media (max-width: 575px) {
  .header__cart a {
    padding: 6px 15px;
  }
}

.header__cart img {
  margin-right: 5px;
}

.mega-menu {
  position: absolute;
  top: 100px;
  left: 0;
  height: auto;
  width: 100%;
  background: #fff;
  z-index: 3;
  grid-gap: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 20px 300px 50px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.mega-menu ul li {
  display: inherit;
}

.mega-menu ul li:first-child {
  font-size: 18px;
  font-weight: 500;
}

.mega-menu ul li a {
  padding: 5px 10px;
  text-transform: capitalize;
  transition: all 0.3s;
}

.mega-menu ul li a:hover {
  color: #91E9AF;
}

.header__menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 80px;
}

.hero__content {
  text-align: center;
  margin-top: 150px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1399px) {
  .hero__content {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content {
    margin-top: 140px;
  }
  .book_sec{
      font-size: 24px;
      margin-top: -120px;
  }
}

.hero__content .img-wrap {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .hero__content .img-wrap {
    margin-bottom: 30px;
  }
}

.hero__content .leaf {
  max-width: 496px;
}
@media only screen and (max-width: 1919px) {
  .hero__content .leaf {
    max-width: 396px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__content .leaf {
    max-width: 326px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .leaf {
    max-width: 236px;
  }
}

.hero__content .one {
  position: absolute;
  left: 50%;
  transform: translate(calc(-50% - 25px), -90px);
}
@media only screen and (max-width: 1919px) {
  .hero__content .one {
    transform: translate(calc(-50% - 25px), -70px);
  }
}
@media only screen and (max-width: 1399px) {
  .hero__content .one {
    transform: translate(calc(-50% - 25px), -50px);
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .one {
    transform: translate(calc(-40% - 25px), -60px);
  }
}
.hero__content .one img {
  max-width: 196px;
}
@media only screen and (max-width: 1919px) {
  .hero__content .one img {
    max-width: 156px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__content .one img {
    max-width: 206px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .one img {
    max-width: 106px;
  }
}

.hero__content h1 {
  font-weight: 500;
  font-size: 90px;
  line-height: 66px;
  color: #fff;
  padding-bottom: 16px;
}
.book_sec{
    position: relative;
    margin-top: -98px;
    background-color: #eb6f1c;
    padding: 20px 0px;
    border-radius: 14px;
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1919px) {
  .hero__content h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content h1 {
    font-size: 37px;
    line-height: 42px;
    word-break: break-word;
  }
  .book_sec{
      font-size: 24px;
      margin-top: -120px;
  }
}


.hero__content h1 span {
  font-family: "gallient";
}

.hero__content p {
  color: #f5f5f5;
}

.hero__content p img {
  margin-right: 10px;
}

.mb-40{
    margin-bottom: 40px;
}
.demo_btn1{
    font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
  background-color: #60b318;
  padding: 21px 66px;
  border-radius: 15px 15px 15px 15px;
  margin-top: 43px;
    box-shadow: 0px 30px 84px 0px rgb(72 82 63 / 60%);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-right: 90px;
    border: 2px solid #f6dffe;
}
.demo_btn1::after {
    position: absolute;
    content: "\f062";
    font: var(--fa-font-solid);
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    right: 25px;
    top: 34px;
    height: 46px;
    width: 48px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
    transform: translateX(-50%) translateY(-50%) rotate(50deg);
}
.demo_btn2{
  font-weight: 500;
  font-size: 32px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
  background-color: #f07988;
  padding: 40px 120px;
  border-radius: 15px 15px 15px 15px;
  margin-top: 0px;
    box-shadow: 0px 30px 84px 0px rgb(0 0 0 / 25%);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-right: 135px;
}
.demo_btn2::after {
    position: absolute;
    content: "\f062";
    font: var(--fa-font-solid);
    text-align: center;
    line-height: 46px;
    font-size: 35px;
    color: #fff;
    right: 60px;
    top: 52px;
    height: 46px;
    width: 48px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
    transform: translateX(-50%) translateY(-50%) rotate(50deg);
}
@media only screen and (max-width: 1199px) {
  .hero__content > a {
    margin-top: 23px;
  }
}
.hero__content > a:hover {
  background-color: transparent;
  color: #121212;
}

.hero__video img {
  max-width: 100%;
  border-radius: 20px;
}

.hero__area {
  position: relative;
    background-color: #ffebed;
}

.hero__area .shape {
  position: absolute;
  top: 12%;
  left: 200px;
}
@media only screen and (max-width: 1199px) {
  .hero__area .shape {
    left: 12px;
  }
}
.hero__area .shape img {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .hero__area .shape img {
    display: none;
  }
}

.hero__video {
  position: relative;
}

.hero__video .shape-2 {
  position: absolute;
  right: -45px;
  top: -60px;
}

.feature__list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 2.2fr;
  padding-top: 60px;
}

.feature__item {
  background: #fff;
  border-radius: 10px;
  padding: 50px 60px 45px;
}
@media only screen and (max-width: 1399px) {
  .feature__item {
    padding: 25px 20px 25px;
  }
}

.feature__item.cols-2 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.feature__inner {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}

.feature__right,
.feature__left {
  gap: 15px;
  display: grid;
}

.feature__item h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #121212;
  padding-bottom: 0px;
}

.feature__item > img {
  max-width: 100%;
  margin-bottom: 30px;
}

.feature__text {
  display: flex;
  align-items: center;
  height: 100%;
}

.feature__text p {
  max-width: 540px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .feature__text p {
    padding-top: 30px;
  }
}

.feature__counter {
  gap: 30px;
  display: flex;
  padding-top: 110px;
}

.feature__item .right img {
  max-width: 100%;
}

.feature__counter .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #150093;
}

.feature__counter p {
  font-size: 14px;
}

.duration__area {
  background-color: #121212;
    background-image: url(../imgs/Sayid.jpg);
    background-position: right bottom;
    padding: 220px 0;
}
@media only screen and (max-width: 767px) {
  .duration__area {
    overflow: hidden;
      background-image: url(../imgs/Sayid-mob.jpg);
    background-position: left bottom;
    padding: 220px 0;
  }
    .layout__inner .shape-3{
        display: none;
    }
}

.duration__top .sec-title {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 0.5;
}

.duration__top .year {
  position: relative;
  padding-top: 15px;
  display: inline-block;
}
.duration__top .year img {
  position: relative;
  bottom: 15px;
}
.duration__top .year .glory {
  position: absolute;
  left: 104%;
  top: 15px;
}

.duration__top {
  text-align: left;
  padding-bottom: 60px;
}
.abt_p{
    font-size: 20px;
    color: #fff;
}
.duration__mid {
  text-align: center;
}

.duration__mid ul {
  max-width: 650px;
  margin: 0 auto;
}

.duration__mid ul li {
  padding: 0 15px 12px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}

.duration__mid ul li::before {
  content: url(../imgs/check-white.png);
  margin-right: 10px;
}

.duration__btm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 120px;
  margin-bottom: 15px;
  align-items: flex-start;
}
@media only screen and (max-width: 1399px) {
  .duration__btm {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .duration__btm {
    grid-template-columns: repeat(2, 1fr);
  }
}

.duration__btm h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 25px;
}

.duration__btm p {
  color: #999;
  line-height: 1.4;
}

.duration__btm .duration {
  width: 335px;
  padding: 110px 40px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(75, 75, 75, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media only screen and (max-width: 1399px) {
  .duration__btm .duration {
    width: 270px;
    padding: 70px 26px;
  }
}

.duration__btm .duration:nth-child(1) {
  margin-top: 120px;
  transform: rotate(-20deg) translate(45px, 0);
}
@media only screen and (max-width: 1199px) {
  .duration__btm .duration:nth-child(1) {
    transform: rotate(-20deg) translate(0px, 0);
  }
}
@media only screen and (max-width: 991px) {
  .duration__btm .duration:nth-child(1) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .duration__btm .duration:nth-child(1) {
    transform: rotate(-20deg) translate(50px, 0) !important;
  }
}

.duration__btm .duration:nth-child(2) {
  margin-top: 270px;
  transform: rotate(-30deg) translate(40px, 0);
}
@media only screen and (max-width: 767px) {
  .duration__btm .duration:nth-child(2) {
    margin-top: 0;
    transform: rotate(20deg) translate(40px, 0) !important;
  }
}

.duration__btm .duration:nth-child(3) {
  transform: rotate(15deg) translate(-100px, 0);
}
@media only screen and (max-width: 991px) {
  .duration__btm .duration:nth-child(3) {
    transform: rotate(15deg) translate(20px, -150px);
  }
}
@media only screen and (max-width: 767px) {
  .duration__btm .duration:nth-child(3) {
    transform: rotate(-15deg) translate(80px, 0px) !important;
  }
}

.duration__btm .duration:nth-child(4) {
  margin-top: 130px;
  transform: rotate(-20deg) translate(-90px, 0);
}
@media only screen and (max-width: 991px) {
  .duration__btm .duration:nth-child(4) {
    transform: rotate(-20deg) translate(0px, -20px);
  }
}
@media only screen and (max-width: 767px) {
  .duration__btm .duration:nth-child(4) {
    margin-top: 0;
    transform: rotate(20deg) translate(50px, -40px) !important;
  }
}

.demo__list {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 60px;
  min-height: 100vh;
}

@media (max-width: 1200px) {
  .demo__list {
    grid-template-columns: 1fr 1fr;
  }
}
.demo__item {
  text-align: center;
}

.demo__item-thumb {
  position: relative;
}

.demo__item-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
@media only screen and (max-width: 1199px) {
  .demo__item-thumb::before {
    opacity: 1;
    visibility: visible;
  }
}

.demo__item-thumb:hover::before {
  opacity: 1;
  visibility: visible;
}

.demo__item-thumb:hover .demo__buttons-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.demo__item img {
  max-width: 100%;
}

.demo__item h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #121212;
  padding-top: 20px;
}

.demo__buttons-wrapper {
  position: absolute;
  bottom: 43%;
  width: 100%;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
@media only screen and (max-width: 1199px) {
  .demo__buttons-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.demo__buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.demo__link-btn {
  padding: 9px 20px;
  border-radius: 30px;
  border: 1.5px solid #fff;
  color: #fff;
  transition: 0.6s;
  font-size: 14px;
}

@media (max-width: 768px) {
  .demo__link-btn {
    padding: 5px 15px;
    font-size: 12px;
  }
}
.demo__link-btn:hover {
  background: #fff;
  color: #121212;
}

.demo__top {
  display: grid;
  grid-gap: 30px;
  align-items: center;
  grid-template-columns: 0.6fr 0.3fr;
  justify-content: space-between;
}

.demo__text p strong {
  color: #121212;
}

.demo__btn {
  float: right;
  position: relative;
  display: inline-block;
  background-color: #EBEBED;
  border-radius: 25px;
}

.demo__btn button {
  color: #121212;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 25px;
  border: 0;
  outline: none;
  padding: 10px 23px;
  background-color: transparent;
}

.demo__btn img {
  width: 0;
}

.demo__btn .active {
  background-color: #fff;
}

.demo__btn .active img {
  width: 19px;
}

.demo__btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 60px;
  right: 65px;
  bottom: -80px;
  background-repeat: no-repeat;
  background-image: url(assets/imgs/arrow.png);
}

.demo__btm {
  text-align: center;
  padding-top: 90px;
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
}

.demo__btm:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
  left: 0;
  bottom: 20px;
  z-index: -1;
}

.demo__btm p {
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  display: inline-block;
  padding: 8px 20px;
}

.feature__top-2 {
  text-align: center;
  padding-bottom: 20px;
}

.feature__top-2 p {
  max-width: 525px;
  margin: 0 auto;
  font-size: 18px;
}

.feature__list-2 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}

.plugin__inner {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.plugin__item {
  display: grid;
  grid-gap: 25px;
  align-items: center;
  grid-template-columns: 80px 1fr 100px 15px 110px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .plugin__item {
    grid-template-columns: 60px 1fr 55px 15px 110px;
  }
}
@media (max-width: 575px) {
  .plugin__item {
    grid-template-columns: 60px 55px 15px 110px;
  }
}

.plugin__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .plugin__item .img {
    grid-row: 1/3;
    align-self: flex-start;
  }
}

.plugin__item .title {
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .plugin__item .title {
    grid-column: 2/-1;
  }
}

.plugin__item .free span {
  display: inline-block;
  background: #121212;
  padding: 3px 10px;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
}

.plugin__item .save {
  margin-left: auto;
}

.plugin__item .save p {
  font-size: 18px;
  line-height: 1.2;
  color: #121212;
  font-family: var(--font_combo);
}

.plugin__left p {
  max-width: 370px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.plugin__left ul li {
  padding-bottom: 7px;
  font-size: 16px;
  color: #121212;
}

.plugin__left ul li:last-child {
  padding-bottom: 0;
}

.plugin__left ul li::before {
  content: url(../imgs/check.png);
  margin-right: 10px;
}

.element__area {
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
  background-color: #121212;
}
@media only screen and (max-width: 1919px) {
  .element__area {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.element__inner {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .element__inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .element__inner {
    padding-top: 60px;
  }
}

.element__top {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.element__top .widgets {
  text-align: center;
  font-size: 300px;
  font-weight: 900;
  line-height: 300px;
  color: rgba(34, 34, 34, 0.5);
  position: absolute;
  left: 50%;
  top: -63%;
  transform: translateX(-50%);
  z-index: -1;
  background: linear-gradient(180deg, #222 0%, rgba(18, 18, 18, 0) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.element__top .sec-title {
  color: #fff;
  padding-bottom: 25px;
  position: relative;
}

.element__top p {
  color: #999;
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto;
}

.element__top p span {
  font-weight: 500;
  color: var(--white);
}

.element__list {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .element__list {
    gap: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .element__list {
    gap: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .element__list {
    gap: 10px;
    padding-bottom: 10px;
  }
}

.element__item {
  border-radius: 12px;
  background: #1F1F1F;
  padding: 24px 30px;
}

.element__item p {
  color: #999;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  gap: 20px;
  display: flex;
  align-items: center;
  font-family: var(--font_estedad);
}
@media only screen and (max-width: 1399px) {
  .element__item p {
    gap: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .element__item p img {
    max-width: 15px;
  }
}

.elementor__inner {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.elementor__left img {
  margin-bottom: 40px;
}

.elementor__left .sec-title {
  padding-bottom: 25px;
}

.elementor__left p {
  max-width: 460px;
  padding-bottom: 15px;
}

.elementor__left ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 575px) {
  .elementor__left ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.elementor__left ul li {
  padding-bottom: 7px;
  font-size: 16px;
  color: #121212;
  display: flex;
}

.elementor__left ul li::before {
  content: url(../imgs/check.png);
  margin-right: 10px;
}

.elementor__right {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .elementor__right {
    width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .elementor__right {
    width: 100%;
  }
}

.elementor__right img {
  position: absolute;
}

.elementor__right .img {
  position: static;
  display: flex;
  margin-left: auto;
}

.elementor__right .img-2 {
  left: 0;
  top: 60px;
  z-index: 1;
  max-width: 180px;
  box-shadow: -2px 0px 50px 0px rgba(16, 20, 34, 0.1);
}

.elementor__right .img-3 {
  left: 120px;
  top: 95px;
}

.elementor__right .img-4 {
  margin-left: 40%;
  position: relative;
  margin-top: -60px;
  box-shadow: 10px 10px 50px 0px rgba(32, 26, 30, 0.09);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .elementor__right .img-4 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .elementor__right .img-4 {
    margin-left: 20%;
    max-width: 80%;
  }
}

.elementor__right .img-5 {
  left: 20%;
  bottom: 60px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .elementor__right .img-5 {
    left: 12%;
    top: 30px;
    width: 90%;
  }
}

.elementor__right .img-6 {
  left: 40%;
  top: 35px;
}

.layout__inner {
  text-align: center;
  border-radius: 20px;
  padding: 60px 100px 100px;
  background: linear-gradient(134deg, #ffffff 0%, #fcf2ff 100%);
  border: 2px solid #eb7424;
  position: relative;
}

.layout__inner .shape {
  position: absolute;
  top: 65px;
  left: 130px;
}

.layout__inner .shape-2 {
  position: absolute;
  right: 340px;
  bottom: 0;
}

.layout__inner .shape-3 {
  position: absolute;
  right: 42px;
    bottom: 112px;
    width: 380px;
}

.layout__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.layout__inner .sec-title {
  padding-bottom: 25px;
}

.layout__inner .sec-title-wrap p {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.layout__item {
  position: relative;
}

.layout__item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #121212;
}

.layout__item:last-child::after {
  display: none;
}

.layout__item img {
  margin-bottom: 30px;
}

.layout__item .title {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.layout__item p {
  font-size: 14px;
  line-height: 1.3;
  color: #121212;
  padding-top: 10px;
}

.inner__title {
  padding-bottom: 60px;
}

.inner__title p {
  max-width: 510px;
  padding-top: 25px;
}

.inner__area .btn-wrap {
  color: #121212;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
}

.inner__area .btn-prev img {
  margin-left: 10px;
}

.inner__area .btn-next img {
  margin-right: 10px;
}

.inner__area .swiper-button-disabled {
  color: #999;
  opacity: 0.5;
  cursor: default;
}

.inner__area .swiper-button-disabled img {
  filter: invert(0.5);
}

.inner__slider .btn-wrap {
  width: 290px;
  margin: 0 auto;
  display: flex;
  margin-top: 70px;
  align-items: center;
  justify-content: space-between;
}

.inner__page {
  position: relative;
}

.inner__page:after {
  position: absolute;
  content: "";
  width: 87%;
  height: 90%;
  background: rgba(22, 22, 22, 0.08);
  filter: blur(25px);
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.inner__page img {
  width: 100%;
}

.inner__page a {
  display: block;
}

.template__area {
  background-color: #121212;
  text-align: center;
  position: relative;
  padding: 200px 100px;
}
@media only screen and (max-width: 1399px) {
  .template__area {
    padding: 120px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .template__area {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .template__area {
    padding: 60px 0px;
  }
}

.template__inner .image {
  width: 100%;
}

.template__content .subtitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
}

.template__content {
  background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 82.29%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 330px;
}
@media only screen and (max-width: 1399px) {
  .template__content {
    padding-top: 260px;
  }
}
@media only screen and (max-width: 1199px) {
  .template__content {
    padding-top: 180px;
  }
}

.template__content a {
  color: #FFF;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  border: 2px solid currentColor;
  padding: 13px 32px;
  border-radius: 50px;
  margin-top: 40px;
}
.template__content a:hover {
  background-color: var(--primary);
}

.template__content a img {
  margin-left: 5px;
  position: relative;
  top: 4px;
}

.template__content img {
  margin-bottom: 10px;
}
.feature__area-2{
    background-color: #FFEDED;
}

.feature__area-2 .sec-title {
  padding-bottom: 30px;
}

.feature__area-2 .sec-title {
  padding-bottom: 30px;
}

.feature__title-wrap-2 p {
  max-width: 510px;
  padding-bottom: 60px;
}

.feature__title-wrap-3 p {
  max-width: 510px;
  padding-top: 25px;
  padding-bottom: 60px;
}

.feature__item-2-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 210px);
  grid-gap: 60px 60px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .feature__item-2-wrapper {
    grid-gap: 60px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .feature__item-2-wrapper {
    grid-template-columns: repeat(3, 210px);
  }
}
@media only screen and (max-width: 767px) {
  .feature__item-2-wrapper {
    grid-template-columns: repeat(2, 210px);
    grid-gap: 50px 30px;
  }
}
@media (max-width: 575px) {
  .feature__item-2-wrapper {
    grid-template-columns: repeat(1, 290px);
  }
}

.feature__item-2 img {
  margin-bottom: 20px;
}

.feature__item-2 .title {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 20px;
}

.feature__list-3 .note {
  gap: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
}
.feature__list-3 .note img {
  margin-top: 7px;
}

.feature__item-3-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 1399px) {
  .feature__item-3-wrapper {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature__item-3-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature__item-3 {
  padding: 40px;
  border-radius: 15px;
  border: 3px solid #121212;
  margin-right: 7px;
  margin-bottom: 7px;
  filter: drop-shadow(7px 7px 0px #121212);
}

.feature__item-3.documentation {
  background: linear-gradient(135deg, #F6EEA5 0%, #FFD0B6 100%);
}

.feature__item-3.tutorial {
  background: linear-gradient(135deg, #9DF4CA 0%, #F8FFA3 100%);
}

.feature__item-3.support {
  background: linear-gradient(136deg, #D4C5FF 0%, #FEC5FF 100%);
}

.feature__item-3 .title {
  color: #121212;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 10px;
}

.feature__item-3 p {
  color: #121212;
  padding-bottom: 30px;
}

.feature__item-3 a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  display: inline-block;
  background-color: #121212;
  padding: 13px 30px;
}
.feature__item-3 a:hover {
  background-color: transparent;
  color: #121212;
}

.feature__img-2 {
  min-height: 155px;
}
.form-control, .form-select{
    line-height: 40px;
}
@media only screen and (max-width: 1199px) {
  .feature__img-2 {
    min-height: 190px;
  }
}

.feature__img-2 img {
  max-width: 100%;
    border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .feature__img-2 img {
    max-height: 150px;
  }
}

.testimonial__title {
  text-align: center;
  padding-bottom: 60px;
}

.testimonial__title p {
  max-width: 510px;
  margin: auto;
  padding-top: 25px;
}

.testimonial__inner {
  background: #F9F9FB;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 90px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .testimonial__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__inner {
    border-radius: 30px;
  }
}

.testimonial__inner::after {
  position: absolute;
  content: "";
  border-radius: 88px;
  background: linear-gradient(180deg, rgba(249, 249, 251, 0) 0%, #F9F9FB 75%);
  width: 100%;
  height: 1000px;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .testimonial__inner::after {
    height: 700px;
  }
}

.testimonial__list {
  -moz-column-count: 4;
       column-count: 4;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .testimonial__list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 575px) {
  .testimonial__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.testimonial__item {
  padding: 40px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 10px 30px 0px rgba(17, 19, 40, 0.04);
  margin-bottom: 20px;
  display: inline-block;
}

.testimonial__item p {
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.testimonial__item .type {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial__item .author {
  font-size: 16px;
}
.testimonial__item .author img {
  margin-right: 6px;
}

.testimonial__review p {
  color: #121212;
  font-size: 14px;
  text-align: center;
}

.testimonial__review .btn {
  max-width: 220px;
  border-radius: 39px;
  border: none;
  background: linear-gradient(135deg, #DAF393 0%, #9BEC7F 41.15%, #29B2FF 100%);
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  margin: auto;
  margin-top: 5px;
}

.testimonial__review .left {
  color: #121212;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  font-family: "estedad";
  position: relative;
  top: 3px;
}

.testimonial__review {
  position: absolute;
  width: 100%;
  bottom: 150px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1399px) {
  .testimonial__review {
    bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__review {
    bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__review {
    bottom: 60px;
  }
}

.faq__title {
  text-align: center;
  padding-bottom: 60px;
}

.faq__list {
  max-width: 910px;
  margin: auto;
}

.faq__list .accordion-item .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  gap: 35px;
  color: #121212;
  font-size: 24px;
  font-family: var(--font_estedad);
  font-weight: 500;
  line-height: 1.5;
  padding: 22px 0;
  border-top: 1px solid #E9E9E9;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .faq__list .accordion-item .accordion-button {
    gap: 20px;
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.faq__list .accordion-item .accordion-button img {
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .faq__list .accordion-item .accordion-button img {
    margin-top: 3px;
  }
}

.faq__list .accordion-button:not(.collapsed) {
  color: #121212;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid #121212 !important;
}

.faq__list .accordion-item {
  color: #121212;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.faq__list .accordion-item:last-of-type {
  border-bottom: 1px solid #E9E9E9;
}

.faq__list .accordion-button::after {
  content: "+";
  background-image: none;
  transform: unset;
  font-size: 36px;
  font-weight: 400;
  top: -14px;
  position: relative;
}

.faq__list .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  content: "-";
}

.faq__list .accordion-body {
  display: flex;
  gap: 50px;
  padding: 16px 0 36px 54px;
}
@media only screen and (max-width: 767px) {
  .faq__list .accordion-body {
    gap: 15px;
    padding-left: 0px;
  }
}

.faq__list .list-heading {
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 1;
}

.faq__list li a {
  color: #83BF74;
}

.faq__list ul li {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 6px;
  display: flex;
  align-items: flex-start;
}

.faq__list ul li::before {
  content: url(../imgs/check-2.png);
  margin-right: 10px;
}

.faq__list .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.purchase__area {
  position: relative;
    background-color: #000;
}

.purchase__area .bg {
  width: 100%;
  height: 50%;
  background-color: #121212;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.purchase__inner {
  padding: 80px 80px;
  border-radius: 10px;
  background-color: #44b247;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../imgs/purchase-bg.png);
  z-index: 999;
  position: relative;
}
.pb-100{
    padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .purchase__inner {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .purchase__inner {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .purchase__inner {
    padding: 30px 25px;
  }
}

.purchase__left p {
  max-width: 400px;
  padding-top: 15px;
  padding-bottom: 40px;
  color: #121212;
  font-size: 18px;
  line-height: 1.5;
}

.purchase__left a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 30px;
  border-radius: 10px;
  display: inline-block;
  background-color: #121212;
}
.purchase__left a:hover {
  background-color: transparent;
  color: #121212;
}

.purchase__right {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .purchase__right {
    margin-top: 50px;
  }
}

.purchase__right .image-2 {
  margin-left: 55px;
}
@media only screen and (max-width: 1199px) {
  .purchase__right .image-2 {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .purchase__right .image-2 {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .purchase__right .image-2 {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .purchase__right .image-2 {
    margin-left: 25px;
  }
}

.purchase__right .image {
  position: absolute;
  top: 42%;
  z-index: 1;
  left: 0;
}

.purchase__right .image-3 {
  margin-left: auto;
  display: block;
  margin-top: -178px;
  width: 76%;
}
@media only screen and (max-width: 1199px) {
  .purchase__right .image-3 {
    margin-top: -108px;
  }
}

.footer__area {
  padding: 40px 0;
  background: #121212;
}
@media only screen and (max-width: 1199px) {
  .footer__area {
    padding: 30px 0;
  }
}

.footer__inner {
  display: grid;
  grid-gap: 100px;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .footer__inner {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__inner {
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    grid-gap: 30px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer__item {
  gap: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.footer__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -100px;
  background-color: #474747;
}
@media only screen and (max-width: 1399px) {
  .footer__item::before {
    left: -80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__item::before {
    left: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__item::before {
    left: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__item::before {
    display: none;
  }
}

.footer__item:first-child::before {
  display: none;
}

.footer__item img {
  max-width: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer__item img {
    max-width: 50px;
  }
}

.footer__item p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "estedad";
}

.version__area {
  text-align: center;
}

.version__gif {
  background-size: cover;
  background-repeat: repeat;
  background-image: url(../imgs/bg.png);
  padding-top: 250px;
  margin-top: -180px;
}
@media only screen and (max-width: 1199px) {
  .version__gif {
    padding-top: 150px;
    margin-top: -110px;
  }
}
@media only screen and (max-width: 767px) {
  .version__gif {
    padding-top: 170px;
    margin-top: -70px;
  }
}

.version__gif img {
  max-width: 815px;
}
@media only screen and (max-width: 1199px) {
  .version__gif img {
    max-width: 615px;
  }
}
@media only screen and (max-width: 991px) {
  .version__gif img {
    max-width: 555px;
  }
}
@media only screen and (max-width: 767px) {
  .version__gif img {
    width: 90%;
  }
}

.version__title {
  position: relative;
  z-index: 1;
}

.version__title img {
  max-width: 730px;
}
@media only screen and (max-width: 1199px) {
  .version__title img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .version__title img {
    max-width: 280px;
  }
}

.version__title p {
  color: #555;
  font-size: 16px;
  width: 180px;
  text-align: left;
  position: absolute;
  left: 65%;
  top: 45px;
}
@media only screen and (max-width: 1199px) {
  .version__title p {
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .version__title p {
    left: 50%;
    top: 155px;
    transform: translate(-50%, 0px);
    width: 270px;
  }
}

.demo__wrapper {
  padding-left: 100px;
  transition: all 0.5s;
  position: relative;
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  .demo__wrapper {
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .demo__wrapper {
    max-width: 720px;
    padding: 0 0.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.demo__sidebar {
  position: absolute;
  left: -350px;
  top: 10px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .demo__sidebar {
    left: -320px;
  }
}

.demo__sidebar button {
  border: 0;
  font-size: 14px;
  font-weight: 500;
  background: #121212;
  color: var(--white);
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 20px;
  position: absolute;
  right: -86px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.demo__category-button {
  padding: 9px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--black-2);
  background-color: transparent;
  border-width: 1px;
  border-color: var(--black-2);
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.demo__category-button img {
  filter: invert(1);
}

.demo__category-button-wrapper {
  display: flex;
  justify-content: end;
  align-self: end;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .demo__category-button-wrapper {
    justify-content: flex-start;
  }
}
.demo__category-button-wrapper.active .demo__category {
  opacity: 1;
  visibility: visible;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .demo__category-button-wrapper.active .demo__category {
    left: 0;
  }
}
.demo__category-button-wrapper .demo__category {
  position: absolute;
  top: 100%;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .demo__category-button-wrapper .demo__category {
    left: 5px;
  }
}

.demo__category {
  padding: 30px 30px;
  background-color: #F6F6F6;
  width: 240px;
  height: 100vh;
  overflow-y: auto;
}

.single-input {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.single-input-wrapper:last-child .single-input {
  margin-bottom: 0;
}

span.demo__category-count {
  font-size: 12px;
  position: relative;
  top: -2px;
  margin-left: 2px;
  display: none;
}

.single-input label {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
  flex: none;
  cursor: pointer;
  padding-left: 30px;
}

.single-input label::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: -2px;
  border-radius: 5px;
  border: 1px solid #121212;
}

.single-input label::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: -2px;
  background-image: url("../imgs/check-level.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.single-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.single-input input:checked ~ label::after {
  opacity: 1;
  visibility: visible;
}

.single-input label:hover:after {
  opacity: 1;
  visibility: visible;
}

.demo__wrapper.active {
  padding-left: 350px;
}
@media only screen and (max-width: 1199px) {
  .demo__wrapper.active {
    padding-left: 330px;
  }
}

@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .lg-up-none {
    display: none;
  }
}

/* Responsive */
@media (max-width: 1919px) {
  .element__item {
    padding: 16px;
  }
  .testimonial__item {
    padding: 30px;
  }
  .mega-menu {
    padding: 20px 200px 40px;
  }
}
@media (max-width: 1399px) {
  .element__item p {
    font-size: 16px;
  }
  .testimonial__item p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .offcanvas__menu {
    display: block;
  }
  .feature__item {
    padding: 40px 30px;
  }
  .feature__counter {
    gap: 20px;
    padding-top: 60px;
  }
  .feature__counter p {
    font-size: 13px;
  }
  .demo__list {
    grid-gap: 50px 30px;
  }
  .plugin__item .img img {
    max-width: 60px;
  }
  .element__item p {
    gap: 3px;
  }
  .element__top .widgets {
    font-size: 230px;
  }
  .elementor__inner {
    grid-template-columns: 1.2fr 1.5fr;
  }
  .elementor__right .img-3 {
    max-width: 330px;
  }
    
  .layout__area {
    padding-top: 0;
  }
  .layout__inner {
    padding: 90px 20px;
  }
  .inner__title {
    padding-bottom: 60px;
  }
  .inner__slider .btn-wrap {
    margin-top: 60px;
  }
  .feature__item-3 {
    padding: 40px 25px;
  }
  .feature__list-3 {
    padding-top: 70px;
  }
  .footer__item {
    gap: 15px;
  }
  .footer__item::after {
    left: -40px;
  }
  .header__menu {
    display: none;
  }
  .header__inner {
    grid-template-columns: auto 1fr auto;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .header__inner {
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  .offcanvas__icon {
    display: block;
  }
}
@media (max-width: 991px) {
  .elementor__left p {
    max-width: 460px;
    padding-bottom: 30px;
  }
  .footer__item img {
    width: 40px;
  }
  .feature__list {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
  .feature__left {
    grid-template-columns: 1fr 1fr;
  }
  .duration__top {
    padding-bottom: 50px;
  }
  .demo__top {
    grid-template-columns: 1fr 1fr;
  }
  .demo__title {
    grid-column: 1/-1;
  }
  .demo__list {
    grid-gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .demo__btm {
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .feature__list-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .plugin__inner {
    grid-template-columns: 1fr;
  }
  .plugin__area {
    padding-bottom: 70px;
  }
  .elementor__inner {
    grid-gap: 50px;
    grid-template-columns: 1fr;
  }
  .feature__item-3 {
    padding: 30px 20px;
  }
  .feature__item-3 .title {
    font-size: 24px;
  }
  .feature__item-3 p {
    padding-top: 20px;
  }
  .feature__item-3 a {
    padding: 12px 25px;
  }
  .testimonial__area {
    padding-bottom: 60px;
  }
  .testimonial__review {
    bottom: 85px;
  }
  .footer__item::after {
    left: -15px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .hero__content .one {
    max-width: 140px;
  }
  .feature__left {
    grid-template-columns: 1fr;
  }
  .feature__inner {
    grid-template-columns: 1fr;
  }
  .feature__item.cols-2 {
    grid-template-columns: 1fr;
  }
  .hero__video .shape-2 {
    right: 0;
  }
  .sec-title br {
    display: none;
  }
  .duration__btm {
    grid-template-columns: 1fr;
  }
  .demo__top {
    grid-template-columns: 1fr;
  }
  .demo__list {
    grid-template-columns: 1fr;
  }
  .demo__btn::after {
    bottom: -65px;
  }
  .feature__list-2 {
    grid-template-columns: 1fr;
  }
  .plugin__item .save {
    margin-left: 0;
  }
  .element__top .widgets {
    font-size: 150px;
  }
  .elementor__right .img-3 {
    max-width: 230px;
    top: 150px;
  }
  .elementor__right .img-2 {
    max-width: 160px;
  }
  .elementor__right .img {
    width: 130px;
  }
  .layout__list {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .layout__item::after {
    display: none;
  }
  .layout__inner .shape {
    top: 10px;
    left: 20px;
    width: 50px;
  }
  .layout__inner .shape-2 {
    right: 50px;
  }
  .feature__title-wrap-3 p {
    padding-bottom: 30px;
  }
  .feature__list-3 {
    padding-top: 40px;
  }
  .inner__area .btn-next img,
  .inner__area .btn-prev img {
    width: 30px;
  }
  .testimonial__area::after {
    border-radius: 30px;
  }
  .footer__item:nth-child(3)::after {
    display: none;
  }
  .inner__slider .btn-wrap {
    margin-top: 40px;
  }
  .header__inner {
    gap: 20px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .header__inner {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .accordion__left img {
    width: 32px;
  }
  .clients .col {
    flex: 1 0 33%;
    margin-bottom:15px;
    }
    .faq__title {
    text-align: center;
    padding-bottom: 35px;
    text-transform: uppercase;
}
    .faq__title .sec-title {
        font-size: 26px;
        font-weight: 600;
    }
}
.search-area.container.d-flex.justify-content-center {
  position: relative;
}

.placeholder_writer {
  position: absolute;
  top: 11px;
  left: 23px;
  pointer-events: none;
}

.placeholder_writer h2 {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}/*# sourceMappingURL=master.css.map */
.layout__area{
        background: rgb(255,235,237);
background: linear-gradient(180deg, rgba(255,235,237,1) 0%, rgba(255,255,255,1) 100%);
    }
.list_st{
    text-align: left;
    margin-top: 30px;
}
.list_st li{
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    color: #554f58;
}
.list_st li i{
    color: #85cb78;
    font-size: 18px;
    margin-right: 12px;
}
.yt_video img{
    width: 100%;
    border-radius: 20px;
}
.yt_video .col-lg-6{
    position: relative;
}
.speaker-interview__play {
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.light .speaker-interview__play .play_btn_5 {
  border-color: var(--white);
}
.light .speaker-interview__play .play_btn_5 i {
  color: var(--white);
}
.yt_video .cf_image{
    position: relative;
}
.yt_video .cf_image::before{
    background-color: #000;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}
@media (max-width: 575px) {
    .yt_video .cf_image{
        margin-bottom: 25px;
    }
    .demo_btn2{
        padding: 25px 50px;
        margin-top: 25px;
        padding-right: 85px;
        font-size: 26px;
    }
    .demo_btn2::after{
        font-size: 26px;
        right: 18px;
    top: 38px;
    }
}
.header__logo img{
    width: 100%;
}
.doc_img img{
    width: 300px;
}
.dt-inab__hero-title {
        font-size: 36px;
    }
.doc_box{
    border: 3px solid #ffffff;
    padding: 50px;
}