/**!

    Template Name: 'Relik-Admin Dashboard'
    Template URI:
    Description:
    Author: 
    Author URI: 
    Version: 1.0.0
    -------------------------------------------------
     1.0 base css
     1.1 layout css
     1.2 components css
     1.3 pages css
     1.4 themes css

**/
:root {
  --heading-color: rgba(0, 0, 0, 1);
  --heading-bg: rgba(0, 0, 0, 1);
  --accent-color: rgba(254, 51, 10, 1);
  --accent-bg: rgba(254, 51, 10, 1);
  --custom-color: rgb(146, 188, 225);
  --light-color: rgba(255, 255, 255, 1);
  --light-color2: rgba(146, 188, 225); 
  --light-color3: rgba(219, 214, 207, 1);
  --light-color4: rgba(65, 65, 65, 1);
  --light-color5: rgba(246, 246, 235, 1);
  --light-color6: rgba(18, 18, 18, 1);
  --light-color7: rgba(237, 237, 224, 1);
  --light-color8: rgba(203, 210, 217, 1);
  --border-color: rgba(127, 137, 149, 1);
  --variable-color1: rgba(234, 237, 240, 1);
  --variable-color2: rgba(25, 25, 25, 1);
  --variable-color3: rgba(44, 44, 44, 1);
  --variable-color4: rgba(50, 28, 164, 1);
  --variable-color5: rgba(56, 31, 209, 1);
  --variable-color6: rgba(57, 255, 20, 1);
}

/*1.0 base css*/
@media (min-width: 1400px) {

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

:root {
  --fs-xl-20: 20px;
  --fs-xl-lineheight: 32px;
  --fs-lg-18: 18px;
  --fs-lg-lineheight: 28px;
  --fs-md-16: 16px;
  --fs-md-lineheight: 24px;
  --fs-xs-14: 14px;
  --fs-xs-lineheight: 22px;
  --fs-xss-12: 12px;
  --fs-xss-lineheight: 20px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0px;
  padding: 0px;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  color: var(--heading-color);
  font-family: "Inter", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  overflow-x: hidden;
  background-color: var(--light-color);
  counter-reset: my-sec-counter;
  font-size: 21px;
  line-height: 1.43em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E5E7E8;
  padding: 0;
  margin: 0px;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
  ;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  ;
}

.clearfix:after {
  clear: both;
}

::-moz-selection {
  background-color: #989ffd;
  color: #fff;
}

::selection {
  background-color: #989ffd;
  color: #fff;
}

button:active,
[type=button]:active,
[type=reset]:active,
[type=submit]:active,
button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus,
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
[type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:not([type]):focus,
textarea:focus,
[type=color]:active,
[type=date]:active,
[type=datetime]:active,
[type=datetime-local]:active,
[type=email]:active,
[type=month]:active,
[type=number]:active,
[type=password]:active,
[type=search]:active,
[type=tel]:active,
[type=text]:active,
[type=time]:active,
[type=url]:active,
[type=week]:active,
input:not([type]):active,
textarea:active,
[type=color]:hover,
[type=date]:hover,
[type=datetime]:hover,
[type=datetime-local]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
input:not([type]):hover,
textarea:hover,
[type=color]:invalid,
[type=date]:invalid,
[type=datetime]:invalid,
[type=datetime-local]:invalid,
[type=email]:invalid,
[type=month]:invalid,
[type=number]:invalid,
[type=password]:invalid,
[type=search]:invalid,
[type=tel]:invalid,
[type=text]:invalid,
[type=time]:invalid,
[type=url]:invalid,
[type=week]:invalid,
input:not([type]):invalid,
textarea:invalid {
  outline: none;
  box-shadow: none;
}

button:active,
[type=button]:active,
[type=reset]:active,
[type=submit]:active,
button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus,
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  cursor: pointer;
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

ul,
ol,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button {
  padding: 0px;
  outline: none;
  border: none;
  display: inline-block;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "DM Sans", serif;
  color: var(--heading-color);
  font-weight: 700;
  margin: 0;
}

h1,
.h1 {
  font-size: 120px;
  line-height: 1em;
  letter-spacing: -2px;
}

@media (max-width: 1399px) {

  h1,
  .h1 {
    font-size: 100px;
  }
}

@media (max-width: 991px) {

  h1,
  .h1 {
    font-size: 80px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {

  h1,
  .h1 {
    font-size: 42px;
  }
}

h2,
.h2 {
  font-size: 80px;
  line-height: 1em;
  letter-spacing: -2px;
}

@media (max-width: 1199px) {

  h2,
  .h2 {
    font-size: 60px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {

  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 1.23em;
  letter-spacing: -0.5px;
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 24px;
    letter-spacing: 0;
  }
}

p:last-child {
  margin-bottom: 0;
}

.f-size-10 {
  font-size: 10px !important;
}

.f-size-11 {
  font-size: 11px !important;
}

.f-size-12 {
  font-size: 12px !important;
}

.f-size-13 {
  font-size: 13px !important;
}

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

.f-size-15 {
  font-size: 15px !important;
}

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

.f-size-17 {
  font-size: 17px !important;
}

.f-size-18 {
  font-size: 18px !important;
}

.f-size-19 {
  font-size: 19px !important;
}

.f-size-20 {
  font-size: 20px !important;
}

.f-size-21 {
  font-size: 21px !important;
}

.f-size-22 {
  font-size: 22px !important;
}

.f-size-23 {
  font-size: 23px !important;
}

.f-size-24 {
  font-size: 24px !important;
}

.f-size-25 {
  font-size: 25px !important;
}

.f-size-26 {
  font-size: 26px !important;
}

.f-size-27 {
  font-size: 27px !important;
}

.f-size-28 {
  font-size: 28px !important;
}

.f-size-29 {
  font-size: 29px !important;
}

.f-size-30 {
  font-size: 30px !important;
}

.f-size-31 {
  font-size: 31px !important;
}

.f-size-32 {
  font-size: 32px !important;
}

.f-size-33 {
  font-size: 33px !important;
}

.f-size-34 {
  font-size: 34px !important;
}

.f-size-35 {
  font-size: 35px !important;
}

.f-size-36 {
  font-size: 36px !important;
}

.f-size-37 {
  font-size: 37px !important;
}

.f-size-38 {
  font-size: 38px !important;
}

.f-size-39 {
  font-size: 39px !important;
}

.f-size-40 {
  font-size: 40px !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-11 {
  line-height: 11px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-13 {
  line-height: 13px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-15 {
  line-height: 15px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-17 {
  line-height: 17px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-19 {
  line-height: 19px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-21 {
  line-height: 21px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-23 {
  line-height: 23px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-29 {
  line-height: 29px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-31 {
  line-height: 31px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.line-height-33 {
  line-height: 33px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.line-height-37 {
  line-height: 37px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.line-height-39 {
  line-height: 39px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

a {
  text-decoration: none;
  transition: all 0.24s ease-in-out;
}

img {
  max-width: 100%;
}

.rt-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mouse-cursor,
.pointer {
  cursor: pointer;
}

.border-transparent {
  border-color: transparent !important;
}

.bg-transsparent {
  background-color: transparent !important;
}

.hover\:bg-transsparenthover {
  background-color: transparent !important;
}

.hover-shadow\:none {
  box-shadow: none !important;
}

.bgprefix-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bgprefix-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bgprefix-full {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.body-no-scrolling {
  overflow: hidden;
}

.img-fit {
  display: block;
  object-fit: cover;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  right: 0;
  top: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
}

.rt-mb-15 {
  margin-bottom: 15px;
}

.rt-mb-8 {
  margin-bottom: 8px;
}

.rt-mb-2 {
  margin-bottom: 2px;
}

.rt-mb-4 {
  margin-bottom: 4px;
}

.rt-pt-15 {
  padding-top: 15px;
}

.rt-mb-12 {
  margin-bottom: 12px;
}

.rt-spacer-15 {
  height: 15px;
}

.rt-mb-16 {
  margin-bottom: 16px;
}

.rt-mb-25 {
  margin-bottom: 25px;
}

.rt-mb-24 {
  margin-bottom: 24px;
}

.rt-mb-28 {
  margin-bottom: 28px;
}

.rt-mb-48 {
  margin-bottom: 48px;
}

.rt-mt-40 {
  margin-top: 40px;
}

.rt-mb-32 {
  margin-bottom: 32px;
}

.rt-mb-35 {
  margin-bottom: 35px !important;
}

.hr-0 {
  margin: 0;
  padding: 0;
}

.text-gray {
  color: #7B878C;
}

.hover\:border-transparent {
  border-color: transparent !important;
}

.rt-mr-0 {
  margin-right: 0px !important;
}

.rt-ml-0 {
  margin-left: 0px !important;
}

.rt-rounded-0 {
  border-radius: 0px !important;
}

.rt-mr-1 {
  margin-right: 1px !important;
}

.rt-ml-1 {
  margin-left: 1px !important;
}

.rt-rounded-1 {
  border-radius: 1px !important;
}

.rt-mr-2 {
  margin-right: 2px !important;
}

.rt-ml-2 {
  margin-left: 2px !important;
}

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

.rt-mr-3 {
  margin-right: 3px !important;
}

.rt-ml-3 {
  margin-left: 3px !important;
}

.rt-rounded-3 {
  border-radius: 3px !important;
}

.rt-mr-4 {
  margin-right: 4px !important;
}

.rt-ml-4 {
  margin-left: 4px !important;
}

.rt-rounded-4 {
  border-radius: 4px !important;
}

.rt-mr-5 {
  margin-right: 5px !important;
}

.rt-ml-5 {
  margin-left: 5px !important;
}

.rt-rounded-5 {
  border-radius: 5px !important;
}

.rt-mr-6 {
  margin-right: 6px !important;
}

.rt-ml-6 {
  margin-left: 6px !important;
}

.rt-rounded-6 {
  border-radius: 6px !important;
}

.rt-mr-7 {
  margin-right: 7px !important;
}

.rt-ml-7 {
  margin-left: 7px !important;
}

.rt-rounded-7 {
  border-radius: 7px !important;
}

.rt-mr-8 {
  margin-right: 8px !important;
}

.rt-ml-8 {
  margin-left: 8px !important;
}

.rt-rounded-8 {
  border-radius: 8px !important;
}

.rt-mr-9 {
  margin-right: 9px !important;
}

.rt-ml-9 {
  margin-left: 9px !important;
}

.rt-rounded-9 {
  border-radius: 9px !important;
}

.rt-mr-10 {
  margin-right: 10px !important;
}

.rt-ml-10 {
  margin-left: 10px !important;
}

.rt-rounded-10 {
  border-radius: 10px !important;
}

.rt-mr-11 {
  margin-right: 11px !important;
}

.rt-ml-11 {
  margin-left: 11px !important;
}

.rt-rounded-11 {
  border-radius: 11px !important;
}

.rt-mr-12 {
  margin-right: 12px !important;
}

.rt-ml-12 {
  margin-left: 12px !important;
}

.rt-rounded-12 {
  border-radius: 12px !important;
}

.rt-mr-13 {
  margin-right: 13px !important;
}

.rt-ml-13 {
  margin-left: 13px !important;
}

.rt-rounded-13 {
  border-radius: 13px !important;
}

.rt-mr-14 {
  margin-right: 14px !important;
}

.rt-ml-14 {
  margin-left: 14px !important;
}

.rt-rounded-14 {
  border-radius: 14px !important;
}

.rt-mr-15 {
  margin-right: 15px !important;
}

.rt-ml-15 {
  margin-left: 15px !important;
}

.rt-rounded-15 {
  border-radius: 15px !important;
}

.rt-mr-16 {
  margin-right: 16px !important;
}

.rt-ml-16 {
  margin-left: 16px !important;
}

.rt-rounded-16 {
  border-radius: 16px !important;
}

.rt-mr-17 {
  margin-right: 17px !important;
}

.rt-ml-17 {
  margin-left: 17px !important;
}

.rt-rounded-17 {
  border-radius: 17px !important;
}

.rt-mr-18 {
  margin-right: 18px !important;
}

.rt-ml-18 {
  margin-left: 18px !important;
}

.rt-rounded-18 {
  border-radius: 18px !important;
}

.rt-mr-19 {
  margin-right: 19px !important;
}

.rt-ml-19 {
  margin-left: 19px !important;
}

.rt-rounded-19 {
  border-radius: 19px !important;
}

.rt-mr-20 {
  margin-right: 20px !important;
}

.rt-ml-20 {
  margin-left: 20px !important;
}

.rt-rounded-20 {
  border-radius: 20px !important;
}

.rt-mr-21 {
  margin-right: 21px !important;
}

.rt-ml-21 {
  margin-left: 21px !important;
}

.rt-rounded-21 {
  border-radius: 21px !important;
}

.rt-mr-22 {
  margin-right: 22px !important;
}

.rt-ml-22 {
  margin-left: 22px !important;
}

.rt-rounded-22 {
  border-radius: 22px !important;
}

.rt-mr-23 {
  margin-right: 23px !important;
}

.rt-ml-23 {
  margin-left: 23px !important;
}

.rt-rounded-23 {
  border-radius: 23px !important;
}

.rt-mr-24 {
  margin-right: 24px !important;
}

.rt-ml-24 {
  margin-left: 24px !important;
}

.rt-rounded-24 {
  border-radius: 24px !important;
}

.rt-mr-25 {
  margin-right: 25px !important;
}

.rt-ml-25 {
  margin-left: 25px !important;
}

.rt-rounded-25 {
  border-radius: 25px !important;
}

.rt-mr-26 {
  margin-right: 26px !important;
}

.rt-ml-26 {
  margin-left: 26px !important;
}

.rt-rounded-26 {
  border-radius: 26px !important;
}

.rt-mr-27 {
  margin-right: 27px !important;
}

.rt-ml-27 {
  margin-left: 27px !important;
}

.rt-rounded-27 {
  border-radius: 27px !important;
}

.rt-mr-28 {
  margin-right: 28px !important;
}

.rt-ml-28 {
  margin-left: 28px !important;
}

.rt-rounded-28 {
  border-radius: 28px !important;
}

.rt-mr-29 {
  margin-right: 29px !important;
}

.rt-ml-29 {
  margin-left: 29px !important;
}

.rt-rounded-29 {
  border-radius: 29px !important;
}

.rt-mr-30 {
  margin-right: 30px !important;
}

.rt-ml-30 {
  margin-left: 30px !important;
}

.rt-rounded-30 {
  border-radius: 30px !important;
}

.rt-mb-0 {
  margin-bottom: 0px;
}

.rt-pt-0 {
  padding-top: 0px;
}

.rt-spacer-0 {
  height: 0px;
}

.rt-mb-10 {
  margin-bottom: 10px;
}

.rt-pt-10 {
  padding-top: 10px;
}

.rt-spacer-10 {
  height: 10px;
}

.rt-mb-20 {
  margin-bottom: 20px;
}

.rt-pt-20 {
  padding-top: 20px;
}

.rt-spacer-20 {
  height: 20px;
}

.rt-mb-30 {
  margin-bottom: 30px;
}

.rt-pt-30 {
  padding-top: 30px;
}

.rt-spacer-30 {
  height: 30px;
}

.rt-mb-40 {
  margin-bottom: 40px;
}

.rt-pt-40 {
  padding-top: 40px;
}

.rt-spacer-40 {
  height: 40px;
}

.rt-mb-50 {
  margin-bottom: 50px;
}

.rt-pt-50 {
  padding-top: 50px;
}

.rt-spacer-50 {
  height: 50px;
}

.rt-mb-60 {
  margin-bottom: 60px;
}

.rt-pt-60 {
  padding-top: 60px;
}

.rt-spacer-60 {
  height: 60px;
}

.rt-mb-70 {
  margin-bottom: 70px;
}

.rt-pt-70 {
  padding-top: 70px;
}

.rt-spacer-70 {
  height: 70px;
}

.rt-mb-80 {
  margin-bottom: 80px;
}

.rt-pt-80 {
  padding-top: 80px;
}

.rt-spacer-80 {
  height: 80px;
}

.rt-mb-90 {
  margin-bottom: 90px;
}

.rt-pt-90 {
  padding-top: 90px;
}

.rt-spacer-90 {
  height: 90px;
}

.rt-mb-100 {
  margin-bottom: 100px;
}

.rt-pt-100 {
  padding-top: 100px;
}

.rt-spacer-100 {
  height: 100px;
}

@media (max-width: 1199.98px) {
  .rt-mb-lg-0 {
    margin-bottom: 0px;
  }

  .rt-pt-lg-0 {
    padding-top: 0px;
  }

  .rt-spacer-lg-0 {
    height: 0px;
  }

  .rt-mb-lg-10 {
    margin-bottom: 10px;
  }

  .rt-pt-lg-10 {
    padding-top: 10px;
  }

  .rt-spacer-lg-10 {
    height: 10px;
  }

  .rt-mb-lg-20 {
    margin-bottom: 20px;
  }

  .rt-pt-lg-20 {
    padding-top: 20px;
  }

  .rt-spacer-lg-20 {
    height: 20px;
  }

  .rt-mb-lg-30 {
    margin-bottom: 30px;
  }

  .rt-pt-lg-30 {
    padding-top: 30px;
  }

  .rt-spacer-lg-30 {
    height: 30px;
  }

  .rt-mb-lg-40 {
    margin-bottom: 40px;
  }

  .rt-pt-lg-40 {
    padding-top: 40px;
  }

  .rt-spacer-lg-40 {
    height: 40px;
  }

  .rt-mb-lg-50 {
    margin-bottom: 50px;
  }

  .rt-pt-lg-50 {
    padding-top: 50px;
  }

  .rt-spacer-lg-50 {
    height: 50px;
  }

  .rt-mb-lg-60 {
    margin-bottom: 60px;
  }

  .rt-pt-lg-60 {
    padding-top: 60px;
  }

  .rt-spacer-lg-60 {
    height: 60px;
  }

  .rt-mb-lg-70 {
    margin-bottom: 70px;
  }

  .rt-pt-lg-70 {
    padding-top: 70px;
  }

  .rt-spacer-lg-70 {
    height: 70px;
  }

  .rt-mb-lg-80 {
    margin-bottom: 80px;
  }

  .rt-pt-lg-80 {
    padding-top: 80px;
  }

  .rt-spacer-lg-80 {
    height: 80px;
  }

  .rt-mb-lg-90 {
    margin-bottom: 90px;
  }

  .rt-pt-lg-90 {
    padding-top: 90px;
  }

  .rt-spacer-lg-90 {
    height: 90px;
  }

  .rt-mb-lg-100 {
    margin-bottom: 100px;
  }

  .rt-pt-lg-100 {
    padding-top: 100px;
  }

  .rt-spacer-lg-100 {
    height: 100px;
  }
}

@media (max-width: 991.98px) {
  .rt-mb-md-0 {
    margin-bottom: 0px;
  }

  .rt-pt-md-0 {
    padding-top: 0px;
  }

  .rt-spacer-md-0 {
    height: 0px;
  }

  .rt-mb-md-10 {
    margin-bottom: 10px;
  }

  .rt-pt-md-10 {
    padding-top: 10px;
  }

  .rt-spacer-md-10 {
    height: 10px;
  }

  .rt-mb-md-20 {
    margin-bottom: 20px;
  }

  .rt-pt-md-20 {
    padding-top: 20px;
  }

  .rt-spacer-md-20 {
    height: 20px;
  }

  .rt-mb-md-30 {
    margin-bottom: 30px;
  }

  .rt-pt-md-30 {
    padding-top: 30px;
  }

  .rt-spacer-md-30 {
    height: 30px;
  }

  .rt-mb-md-40 {
    margin-bottom: 40px;
  }

  .rt-pt-md-40 {
    padding-top: 40px;
  }

  .rt-spacer-md-40 {
    height: 40px;
  }

  .rt-mb-md-50 {
    margin-bottom: 50px;
  }

  .rt-pt-md-50 {
    padding-top: 50px;
  }

  .rt-spacer-md-50 {
    height: 50px;
  }

  .rt-mb-md-60 {
    margin-bottom: 60px;
  }

  .rt-pt-md-60 {
    padding-top: 60px;
  }

  .rt-spacer-md-60 {
    height: 60px;
  }

  .rt-mb-md-70 {
    margin-bottom: 70px;
  }

  .rt-pt-md-70 {
    padding-top: 70px;
  }

  .rt-spacer-md-70 {
    height: 70px;
  }

  .rt-mb-md-80 {
    margin-bottom: 80px;
  }

  .rt-pt-md-80 {
    padding-top: 80px;
  }

  .rt-spacer-md-80 {
    height: 80px;
  }

  .rt-mb-md-90 {
    margin-bottom: 90px;
  }

  .rt-pt-md-90 {
    padding-top: 90px;
  }

  .rt-spacer-md-90 {
    height: 90px;
  }

  .rt-mb-md-100 {
    margin-bottom: 100px;
  }

  .rt-pt-md-100 {
    padding-top: 100px;
  }

  .rt-spacer-md-100 {
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .rt-mb-xs-0 {
    margin-bottom: 0px;
  }

  .rt-pt-xs-0 {
    padding-top: 0px;
  }

  .rt-spacer-xs-0 {
    height: 0px;
  }

  .rt-mb-xs-10 {
    margin-bottom: 10px;
  }

  .rt-pt-xs-10 {
    padding-top: 10px;
  }

  .rt-spacer-xs-10 {
    height: 10px;
  }

  .rt-mb-xs-20 {
    margin-bottom: 20px;
  }

  .rt-pt-xs-20 {
    padding-top: 20px;
  }

  .rt-spacer-xs-20 {
    height: 20px;
  }

  .rt-mb-xs-30 {
    margin-bottom: 30px;
  }

  .rt-pt-xs-30 {
    padding-top: 30px;
  }

  .rt-spacer-xs-30 {
    height: 30px;
  }

  .rt-mb-xs-40 {
    margin-bottom: 40px;
  }

  .rt-pt-xs-40 {
    padding-top: 40px;
  }

  .rt-spacer-xs-40 {
    height: 40px;
  }

  .rt-mb-xs-50 {
    margin-bottom: 50px;
  }

  .rt-pt-xs-50 {
    padding-top: 50px;
  }

  .rt-spacer-xs-50 {
    height: 50px;
  }

  .rt-mb-xs-60 {
    margin-bottom: 60px;
  }

  .rt-pt-xs-60 {
    padding-top: 60px;
  }

  .rt-spacer-xs-60 {
    height: 60px;
  }

  .rt-mb-xs-70 {
    margin-bottom: 70px;
  }

  .rt-pt-xs-70 {
    padding-top: 70px;
  }

  .rt-spacer-xs-70 {
    height: 70px;
  }

  .rt-mb-xs-80 {
    margin-bottom: 80px;
  }

  .rt-pt-xs-80 {
    padding-top: 80px;
  }

  .rt-spacer-xs-80 {
    height: 80px;
  }

  .rt-mb-xs-90 {
    margin-bottom: 90px;
  }

  .rt-pt-xs-90 {
    padding-top: 90px;
  }

  .rt-spacer-xs-90 {
    height: 90px;
  }

  .rt-mb-xs-100 {
    margin-bottom: 100px;
  }

  .rt-pt-xs-100 {
    padding-top: 100px;
  }

  .rt-spacer-xs-100 {
    height: 100px;
  }
}

.pointer {
  cursor: pointer;
}

.text-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slick-bullet .slick-dots li button:before {
  display: none !important;
}

.slick-bullet .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-bullet .slick-dots li {
  position: relative;
  z-index: 1;
  width: 10px;
  display: inline-block;
  height: 10px;
}

.slick-bullet .slick-dots li button {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-bullet.deafult_style_dot .slick-dots li button {
  overflow: hidden;
  transition: background 0.3s ease;
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
  width: 24px;
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
  border-radius: 32px;
}

.slick-bullet.dotstyle-fillup .slick-dots li button {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background 0.3s ease;
}

.slick-bullet.dotstyle-fillup .slick-dots li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-radius: 50%;
}

.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
  height: 100%;
}

.slick-bullet.dotstyle-scaleup .slick-dots li button {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
  transform: scale(1.2);
  background-color: white;
}

.slick-bullet.dotstyle-stroke .slick-dots li button {
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
}

.slick-bullet.dotstyle-fillin .slick-dots li button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.3s ease;
}

.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 8px #fff;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li {
  box-shadow: 0px 0px 0px 2px white;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li button {
  transform: scale(0.4);
  background-color: #fff;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
  transform: scale(1);
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
  background-color: #fff;
  transition: all 0.3s ease;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
  box-shadow: 0px 0px 0px 2px white;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
  transform: scale(0.4);
}

#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 55px;
  text-align: center;
}

.modal-header {
  padding: 20px 24px 20px 24px;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin-bottom: 0px;
}

.dark-bg {
  background-color: var(--dark-bg);
}

.dark-bg3 {
  background-color: var(--dark-bg3);
}

.light-bg {
  background-color: var(--light-color) !important;
}

.accent-bg {
  background-color: var(--accent-bg) !important;
}

.bg-heading {
  background-color: var(--heading-color) !important;
}

.position-r {
  position: relative !important;
}

/*1.1 layout css*/
.azzle-header-section {
  transition: all 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  text-align: center;
}

@media (max-width: 991px) {
  .azzle-header-section {
    padding: 20px 0;
  }
}

.azzle-header-section.section2 {
  background-color: var(--heading-bg) !important;
}

.azzle-header-section.section4 {
  background-color: none !important;
}

.azzle-header-button-wraper {
  display: flex;
  gap: 24px;
  align-items: center;
}

@media (max-width: 767px) {
  .azzle-header-button-wraper {
    display: none;
  }
}

.azzle-header-login-button ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: var(--heading-color);
  vertical-align: middle;
  padding: 14px 24px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 1px solid var(--border-color);
}

.azzle-header-login-button ul li a:hover {
  color: var(--light-color);
  background-color: var(--accent-bg);
  border: 1px solid transparent;
}

.azzle-header-login-button.button2 ul li a {
  color: var(--light-color) !important;
  border: none;
  padding: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
}

.azzle-header-login-button.button3 ul li a {
  color: var(--light-color);
  border: none;
  padding: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
}

.azzle-header-login-button.button3 ul li a:hover {
  background-color: var(--heading-bg);
}

.azzle-header-login-button.button4 ul li a {
  color: var(--heading-color);
  border: none;
  padding: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
}

.azzle-header-login-button.button4 ul li a:hover {
  background-color: var(--light-color5);
}

.menu-left {
  margin-left: 35px;
}

.azzle-header-section.sticky-menu {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
  background-color: var(--light-color);
}

.azzle-header-section.section2.sticky-menu {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
  background-color: var(--heading-bg);
}

.azzle-header-section.section4.sticky-menu {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
  background-color: var(--heading-bg);
}

.header-logo1 a {
  padding: 30px 0px;
}

.text-align-left {
  text-align: left;
}

.main-menu a {
  color: var(--heading-color);
  font-weight: 600;
  position: relative;
  display: block;
  transition: all 0.4s;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.5em;
}

.main-menu a.light-color {
  color: var(--light-color);
}

.main-menu>ul>li {
  margin: 0 17px;
}

@media (max-width: 1199px) {
  .main-menu>ul>li {
    margin: 0 10px;
  }
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
  content: "\ea4d";
  position: relative;
  margin-left: 2px;
  top: 2px;
  font-size: 20px;
  display: inline-block;
  font-family: "remixicon";
  transition: all 0.4s ease-in-out;
}

.main-menu ul li.menu-item-has-children>a.light-color {
  color: var(--light-color);
}

.main-menu ul li:hover.menu-item-has-children>a:after {
  transform: rotate(-180deg);
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  pointer-events: visible;
  transform: translateY(0);
}

.main-menu ul.sub-menu {
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 90px;
  margin: 0;
  padding: 12px 0;
  transition: 0.4s;
  z-index: 4;
  transform: translatey(20px);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  min-width: 220px;
  border-radius: 6px;
}

.main-menu ul.sub-menu li {
  padding: 5px 10px 5px 20px;
}

.main-menu ul.sub-menu li a {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border {
  display: block;
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border::after {
  position: absolute;
  right: 0;
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border::before {
  content: none;
}

.main-menu ul.sub-menu li ul.sub-menu {
  transition: all 0.4s;
  margin-left: 0px !important;
  transform: translateY(30px);
}

.main-menu ul.sub-menu li:hover ul.sub-menu {
  transform: translateY(0px);
}

.main-menu ul.sub-menu {
  padding: 12px 0;
  left: -27px;
  top: 85px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  transition: all 0.4s;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
  border-radius: 10px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

ul.sub-menu li a {
  color: var(--heading-color) !important;
}

ul.sub-menu li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: var(--heading-color) !important;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  ul.sub-menu li a::before {
    height: 0;
  }
}

ul.sub-menu li a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

@media (max-width: 991px) {
  ul.sub-menu li a:hover::before {
    display: none;
  }
}

.menu-style1>ul>li>a {
  padding: 30px 0;
}

.site-header .azzle-menu-toggle {
  display: flex;
  height: 30px;
  width: 30px;
  margin-left: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.site-header .azzle-menu-toggle span {
  display: block;
  height: 3px;
  background-color: var(--heading-color);
  width: 30px;
  position: relative;
}

.toggle2 span {
  background-color: var(--light-color) !important;
}

.reveal-header .azzle-menu-toggle span {
  background-color: var(--heading-color) !important;
}

.site-header .azzle-menu-toggle span:before,
.site-header .azzle-menu-toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--heading-color);
}

.reveal-header .azzle-menu-toggle span:before,
.reveal-header .azzle-menu-toggle span:after {
  background-color: var(--heading-color) !important;
}

.dark-mode-texts .azzle-menu-toggle span {
  background-color: var(--heading-color);
}

.dark-mode-texts .azzle-menu-toggle span:before,
.dark-mode-texts .azzle-menu-toggle span:after {
  background-color: var(--heading-color);
}

.site-header .azzle-menu-toggle span:before {
  top: -10px;
}

.site-header .azzle-menu-toggle span:after {
  top: 9px;
}

.site-header .mobile-menu-trigger.dark-color span {
  background-color: var(--heading-color);
}

.site-header .mobile-menu-trigger.dark-color span::after,
.site-header .mobile-menu-trigger.dark-color span::before {
  background-color: var(--heading-color);
}

.site-header .mobile-menu-trigger.dark-color span::after,
.site-header .mobile-menu-trigger.dark-color span::before {
  background-color: var(--heading-color);
}

.site-header .azzle-menu-toggle.toggle2 span:before,
.site-header .azzle-menu-toggle.toggle2 span:after {
  background-color: var(--light-color);
}

.header-logo a img {
  margin-top: -5px;
}

@media (max-width: 991px) {
  .header-logo a img {
    margin-top: 0px;
  }
}

/* top scroll */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--accent-color);
  /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.top-arrow {
  top: 47%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.top-arrow svg {
  transform: rotate(-90deg);
}

header.hide-header {
  transform: translateY(-100%);
}

.header-logo {
  text-align: left;
}

.azzle-extra-header {
  z-index: 1;
  padding: 24px;
  position: relative;
  border-radius: 0 0 50px 50px;
  background-color: var(--light-color2);
}

@media (max-width: 991px) {
  .azzle-extra-header {
    border-radius: 0 0 30px 30px;
  }
}

@media (max-width: 767px) {
  .azzle-extra-header {
    border-radius: 0 0 15px 15px;
  }
}

.azzle-extra-logo {
  text-align: center;
}

.azzle-footer-section {
  padding: 130px 0 0;
  position: relative;
  border-radius: 50px 50px 0 0;
  background-color: var(--light-color2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -50px;
}

@media (max-width: 991px) {
  .azzle-footer-section {
    padding: 80px 0 0;
  }
}

@media (max-width: 767px) {
  .azzle-footer-section {
    padding: 60px 0 0;
    border-radius: 30px 30px 0 0;
  }
}

.azzle-footer-top {
  overflow: hidden;
}

.azzle-footer-one {
  padding-top: 100px;
  border-top: 1px solid var(--light-color3);
  margin-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--light-color3);
}

@media (max-width: 991px) {
  .azzle-footer-one {
    padding-top: 80px;
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .azzle-footer-one {
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.azzle-footer-menu.pl-30 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .azzle-footer-menu.pl-30 {
    padding-left: 0;
  }
}

.azzle-footer-menu.pl-70 {
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .azzle-footer-menu.pl-70 {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .azzle-footer-menu.pl-70 {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .azzle-footer-menu {
    margin-bottom: 30px;
  }
}

.azzle-footer-menu h4 {
  font-weight: 600;
  font-family: "Inter", serif;
  margin-bottom: 24px;
  font-size: 21px;
}

@media (max-width: 767px) {
  .azzle-footer-menu h4 {
    margin-bottom: 18px;
  }
}

.azzle-footer-menu ul li {
  margin-bottom: 10px;
}

.azzle-footer-menu ul li:last-child {
  margin-bottom: 0;
}

.azzle-footer-menu ul li a {
  font-size: 18px;
  line-height: 1.67em;
  position: relative;
  transition: all 0.4s;
  color: var(--variable-color2);
}

.azzle-footer-menu ul li a::before {
  content: " ";
  left: auto;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.4s;
  background: var(--variable-color2);
}

.azzle-footer-menu ul li a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.azzle-footer-menu2 h4 {
  color: var(--light-color);
  margin-bottom: 24px;
}

.azzle-footer-menu2 ul li {
  margin-bottom: 10px;
}

.azzle-footer-menu2 ul li:last-child {
  margin-bottom: 0;
}

.azzle-footer-menu2 ul li a {
  font-size: 18px;
  line-height: 1.67em;
  position: relative;
  transition: all 0.4s;
  color: var(--light-color);
}

.azzle-footer-menu2 ul li a::before {
  content: " ";
  left: auto;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.4s;
  background: var(--light-color);
}

.azzle-footer-menu2 ul li a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .azzle-footer-menu2 {
    margin-bottom: 30px;
  }
}

.azzle-footer-menu2.pl-30 {
  padding-left: 30px;
}

.azzle-footer-menu2.pl-31 {
  padding-left: 30px;
}

@media (max-width: 1399px) {
  .azzle-footer-menu2.pl-31 {
    padding-left: 0;
  }
}

.azzle-footer-menu2.pl-140 {
  padding-left: 140px;
}

@media (max-width: 1399px) {
  .azzle-footer-menu2.pl-140 {
    padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .azzle-footer-menu2.pl-140 {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .azzle-footer-menu2.pl-140 {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .azzle-footer-menu2.pl-140 {
    padding-left: 0;
  }
}

.azzle-footer-textarea {
  padding-right: 10px;
}

@media (max-width: 1199px) {
  .azzle-footer-textarea {
    margin-bottom: 50px;
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .azzle-footer-textarea {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .azzle-footer-textarea {
    margin-bottom: 30px;
  }
}

.azzle-footer-textarea img {
  padding-bottom: 30px;
}

.azzle-footer-textarea p {
  color: var(--variable-color2);
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.67em;
}

.azzle-footer-textarea a {
  color: var(--variable-color2);
}

.azzle-footer-textarea a span {
  font-weight: 600;
}

.azzle-footer-textarea.textarea3 {
  z-index: 9;
  max-width: 455px;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .azzle-footer-textarea.textarea3 {
    max-width: 100%;
  }
}

.azzle-footer-textarea.textarea3 p {
  color: var(--light-color5);
}

.azzle-footer-bottom-text {
  padding: 35px 0;
  text-align: center;
}

.azzle-footer-bottom-text p {
  font-size: 18px;
  line-height: 25px;
}

.azzle-footer-section2 {
  background-size: 100% 100% !important;
  padding: 155px 0 0;
}

@media (max-width: 991px) {
  .azzle-footer-section2 {
    padding: 80px 0 0;
    background-size: cover !important;
  }
}

.azzle-footer-two {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .azzle-footer-two {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .azzle-footer-two {
    padding-top: 60px;
    padding-bottom: 30px;
    flex-direction: column;
  }
}

.azzle-footer-bottom-text-wrap {
  display: flex;
  align-items: center;
  padding: 35px 0;
  border-top: 1px solid var(--light-color);
  justify-content: space-between;
}

@media (max-width: 767px) {
  .azzle-footer-bottom-text-wrap {
    display: block;
    text-align: center;
  }
}

.azzle-footer-bottom-text2 p {
  color: var(--light-color);
}

@media (max-width: 767px) {
  .azzle-footer-bottom-logo {
    padding-bottom: 15px;
  }
}

.azzle-footer-top3 {
  padding-bottom: 50px;
}

.azzle-footer-three {
  gap: 130px;
  display: flex;
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .azzle-footer-three {
    gap: 24px;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .azzle-footer-three {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .azzle-footer-three {
    padding-top: 60px;
  }
}

.pl-170 {
  padding-left: 170px;
}

@media (max-width: 1399px) {
  .pl-170 {
    padding-left: 120px;
  }
}

@media (max-width: 1199px) {
  .pl-170 {
    padding-left: 80px;
  }
}

@media (max-width: 991px) {
  .pl-170 {
    padding-left: 35px;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .pl-170 {
    padding-left: 0;
    padding-top: 0;
  }
}

.pl-171 {
  padding-left: 170px;
}

@media (max-width: 1399px) {
  .pl-171 {
    padding-left: 120px;
  }
}

@media (max-width: 1199px) {
  .pl-171 {
    padding-left: 80px;
  }
}

@media (max-width: 991px) {
  .pl-171 {
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  .pl-171 {
    padding-left: 0;
  }
}

.pl-101 {
  padding-left: 100px;
}

@media (max-width: 1399px) {
  .pl-101 {
    padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .pl-101 {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .pl-101 {
    padding-left: 0;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .pl-101 {
    padding-top: 0;
  }
}

.pl-51 {
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .pl-51 {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .pl-51 {
    padding-left: 0;
  }
}

.azzle-footer-three-right {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .azzle-footer-three-right {
    flex-direction: column;
  }
}

/*1.2 components css*/
.azzle-hero-shape {
  position: absolute;
  top: 17%;
  right: 0;
}

@media (max-width: 767px) {
  .azzle-hero-shape {
    display: none;
  }
}

.azzle-footer-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .azzle-footer-shape {
    display: none;
  }
}

.azzle-footer-shape img {
  border-radius: 0 50px 0 0;
}

.azzle-pricing-shape {
  position: absolute;
  top: -35%;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .azzle-pricing-shape {
    display: none;
  }
}

.azzle-brand-slider-wraper {
  text-align: center;
}

.azzle-brand-slider-title {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .azzle-brand-slider-title {
    padding-bottom: 40px;
  }
}

.azzle-brand-slider-title p {
  font-size: 18px;
  line-height: 1.67em;
}

.azzle-popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.azzle-popup-video.video2 {
  left: 50%;
}

.azzle-video-section {
  margin: 0 120px;
  border-radius: 50px;
  overflow: hidden;
  background-color: var(--heading-bg);
}

@media (max-width: 1399px) {
  .azzle-video-section {
    margin: 0 80px;
  }
}

@media (max-width: 1199px) {
  .azzle-video-section {
    margin: 0 15px;
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .azzle-video-section {
    border-radius: 15px;
  }
}

.azzle-video-thumb {
  margin-right: 60px;
  position: relative;
}

@media (max-width: 1399px) {
  .azzle-video-thumb {
    margin-right: 0;
  }
}

.azzle-video-thumb img {
  width: 100%;
}

.azzle-video-content {
  max-width: 700px;
}

@media (max-width: 1800px) {
  .azzle-video-content {
    padding-left: 0 !important;
    padding: 100px 50px 100px 50px !important;
  }
}

@media (max-width: 1399px) {
  .azzle-video-content {
    padding: 30px !important;
  }
}

@media (max-width: 1199px) {
  .azzle-video-content {
    padding: 50px !important;
  }
}

@media (max-width: 767px) {
  .azzle-video-content {
    padding: 24px !important;
  }
}

.azzle-video-content h2 {
  color: var(--light-color);
  margin-bottom: 24px;
}

@media (max-width: 1399px) {
  .azzle-video-content h2 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .azzle-video-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .azzle-video-content h2 {
    font-size: 36px;
  }
}

.azzle-video-content p {
  color: var(--variable-color1);
  margin: 0;
}

.divider2 {
  padding-top: 50px;
  border-bottom: 1px solid var(--variable-color2);
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .divider2 {
    padding-top: 40px;
    border-bottom: 1px solid var(--variable-color2);
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .divider2 {
    padding-top: 30px;
    border-bottom: 1px solid var(--variable-color2);
    margin-bottom: 30px;
  }
}

.pl-50 {
  padding-left: 50px;
}

.waves {
  position: absolute;
  width: 210px;
  height: 210px;
  background: var(--accent-bg);
  opacity: 0;
  border-radius: 100%;
  left: -45px;
  top: -45px;
  z-index: 0;
  transform: translate(-50px, -50px);
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  z-index: -1;
}

@media (max-width: 991px) {
  .waves {
    width: 160px;
    height: 160px;
    left: -20px;
    top: -20px;
  }
}

.waves.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.waves.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waves.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.azzle-404-section {
  padding: 210px 0 180px;
}

@media (max-width: 991px) {
  .azzle-404-section {
    padding: 180px 0 130px;
  }
}

@media (max-width: 991px) {
  .azzle-404-section {
    padding: 150px 0 110px;
  }
}

.azzle-404-content {
  max-width: 930px;
  text-align: center;
  margin: 0 auto;
}

.azzle-404-content img {
  margin-bottom: 50px;
}

.azzle-iconbox-wrapper {
  border-radius: 10px;
  background-color: var(--heading-bg);
}

@media (max-width: 1199px) {
  .azzle-iconbox-wrapper {
    background-color: var(--light-color);
  }
}

.azzle-iconbox-column {
  display: grid;
  gap: 2px;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid var(--heading-color);
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1199px) {
  .azzle-iconbox-column {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    border: none;
  }
}

@media (max-width: 767px) {
  .azzle-iconbox-column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.azzle-iconbox-icon {
  padding-bottom: 30px;
  transition: all 0.4s;
}

.azzle-iconbox-content h3 {
  padding-bottom: 15px;
  letter-spacing: -0.5px;
}

.azzle-iconbox-content p {
  font-size: 18px;
  line-height: 30px;
}

.azzle-iconbox-content {
  transition: all 0.4s;
}

.azzle-iconbox-wrap {
  padding: 30px 20px;
  transition: all 0.4s;
  background-color: var(--light-color);
}

@media (max-width: 1199px) {
  .azzle-iconbox-wrap {
    border-radius: 10px;
    border: 2px solid var(--heading-color);
  }
}

.azzle-iconbox-wrap:hover {
  background-color: var(--heading-color);
}

.azzle-iconbox-wrap:hover .azzle-iconbox-icon path {
  fill: var(--accent-bg);
}

.azzle-iconbox-wrap:hover .azzle-iconbox-content h3,
.azzle-iconbox-wrap:hover .azzle-iconbox-content p {
  color: var(--variable-color1);
}

.azzle-iconbox-wrap:hover .azzle-iconbox-button a path {
  stroke: var(--accent-color);
  fill: var(--accent-color);
}

.azzle-iconbox-wrap.wrap2 {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 1199px) {
  .azzle-iconbox-wrap.wrap2 {
    border-radius: 10px;
  }
}

.azzle-iconbox-rating {
  padding-bottom: 30px;
}

.azzle-iconbox-content2 {
  padding-bottom: 30px;
}

.azzle-iconbox-content2 p {
  font-size: 18px;
  line-height: 1.67em;
  color: var(--light-color);
}

.azzle-iconbox-author-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.azzle-iconbox-author-thumb img {
  border-radius: 100px;
}

.azzle-iconbox-author-data p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: var(--light-color);
  margin-bottom: 0;
}

.azzle-iconbox-author-data span {
  font-size: 14px;
  line-height: 1.43em;
  color: var(--light-color);
}

.azzle-iconbox-wrap2 {
  padding: 30px 20px;
  margin-bottom: 24px;
  border: 2px solid var(--variable-color2);
  border-radius: 10px;
}

.azzle-iconbox-wrap3 {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .azzle-iconbox-wrap3 {
    padding-right: 170px;
  }
}

@media (max-width: 575px) {
  .azzle-iconbox-wrap3 {
    padding-right: 0;
  }
}

.azzle-iconbox-icon3 {
  width: 80px;
  height: 80px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background-color: var(--light-color);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

.azzle-iconbox-content3 h3 {
  padding-bottom: 15px;
  font-weight: 500;
  font-family: "ClashDisplayMedium";
}

.azzle-iconbox-content3 p {
  font-size: 18px;
  line-height: 1.67em;
}

.azzle-iconbox-wrap4 {
  padding: 24px 13px;
}

.azzle-iconbox-icon4 {
  padding-bottom: 30px;
}

.azzle-iconbox-content4 h3 {
  padding-bottom: 20px;
  font-family: "Raleway", serif;
}

.azzle-iconbox-content4 p {
  font-size: 18px;
  line-height: 1.67em;
}

.azzle-iconbox-wrap5 {
  padding: 30px;
  margin-bottom: 24px;
  border-radius: 10px;
  background-color: var(--light-color6);
}

@media (max-width: 767px) {
  .azzle-iconbox-wrap5 {
    padding: 30px 20px;
  }
}

.azzle-iconbox-content5 h3 {
  padding: 30px 0 24px 0;
  font-family: "Raleway", serif;
  font-size: 30px;
  line-height: 1.5em;
  color: var(--light-color5);
}

.azzle-iconbox-content5 p {
  font-size: 24px;
  line-height: 1.43em;
  color: var(--light-color5);
  padding-bottom: 30px;
}

.divider3 {
  padding-top: 106px;
  border-bottom: 1px solid var(--variable-color1);
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .divider3 {
    padding-top: 56px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .divider3 {
    padding-top: 36px;
    margin-bottom: 60px;
  }
}

.divider4 {
  padding-top: 130px;
  border-bottom: 1px solid var(--light-color5);
}

@media (max-width: 991px) {
  .divider4 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .divider4 {
    padding-top: 0;
  }
}

.divider5 {
  border-bottom: 1px solid var(--light-color6);
  position: relative;
  z-index: 1;
}

.mt-1 {
  margin-top: -1px !important;
}

.azzle-contact-info-wrap {
  gap: 50px;
  display: flex;
  flex-direction: column;
}

.azzle-contact-info-item h5 {
  font-size: 24px;
  margin-bottom: 15px;
}

.azzle-contact-info-item a {
  font-size: 30px;
  color: var(--heading-color);
}

@media (max-width: 991px) {
  .azzle-contact-info-item a {
    font-size: 24px;
  }
}

.azzle-contact-column {
  gap: 24px;
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .azzle-contact-column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.azzle-contact-box {
  padding: 50px 30px;
  border-radius: 10px;
  background-color: var(--light-color);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .azzle-contact-box {
    margin-top: 40px;
  }
}

.azzle-contact-field label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#azzle-main-submit-btn {
  width: 203px;
  height: 60px;
  margin-top: 24px;
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.4s;
  color: var(--light-color);
  background-color: var(--heading-color);
}

#azzle-main-submit-btn:hover {
  background-color: var(--accent-color);
}

.azzle-contact-map-section {
  padding: 130px 0 180px;
  background-color: var(--heading-color);
}

@media (max-width: 991px) {
  .azzle-contact-map-section {
    padding: 80px 0 130px;
  }
}

@media (max-width: 767px) {
  .azzle-contact-map-section {
    padding: 60px 0 110px;
  }
}

.azzle-location-map {
  position: relative;
}

.azzle-location-wrap {
  cursor: pointer;
  position: absolute;
}

.azzle-location-wrap:hover .azzle-location-icon svg {
  transform: scale(1.2);
}

.azzle-location-wrap:hover .azzle-location-icon svg path {
  fill: var(--accent-color);
}

.azzle-location-wrap:hover .azzle-location-box {
  top: -70px;
  opacity: 1;
}

.azzle-location-icon svg {
  transition: all 0.4s;
}

.azzle-location-icon svg path {
  transition: all 0.4s;
}

.azzle-location-box {
  padding: 15px;
  width: 169px;
  border-radius: 8px;
  background-color: var(--light-color);
  position: absolute;
  left: 40px;
  top: -50px;
  opacity: 0;
  transition: all 0.4s;
}

@media (max-width: 1199px) {
  .azzle-location-box {
    left: auto;
    right: 126%;
  }
}

@media (max-width: 767px) {
  .azzle-location-box {
    display: none;
  }
}

.azzle-location-box p {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}

.azzle-location-header {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.azzle-location-header p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.location-one {
  top: 10%;
  left: 14%;
}

.location-two {
  bottom: 26%;
  left: 20%;
}

.location-three {
  top: 10%;
  right: 36%;
}

.location-four {
  bottom: 19%;
  right: 10%;
}

.mb24 {
  margin-bottom: 24px;
}

.azzle-account-section {
  position: relative;
  padding: 130px 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .azzle-account-section {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .azzle-account-section {
    padding: 80px 0;
  }
}

.azzle-account-box {
  border-radius: 10px;
  padding: 40px;
  max-width: 856px;
  margin: 0 auto;
  background-color: var(--light-color);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .azzle-account-box {
    padding: 30px;
  }
}

.azzle-account-header {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .azzle-account-header {
    margin-bottom: 60px;
  }
}

.azzle-check-field {
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .azzle-check-field {
    margin-bottom: 10px;
  }
}

.azzle-check-field input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.azzle-check-field label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

.azzle-check-field label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--border-color);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 3px;
  margin-top: -1px;
}

.azzle-check-field input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 5px;
  height: 8px;
  border: solid var(--heading-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.azzle-account-or {
  padding: 40px 0;
  position: relative;
  text-align: center;
  z-index: 0;
}

@media (max-width: 991px) {
  .azzle-account-or {
    padding: 24px 0;
  }
}

.azzle-account-or::before {
  content: "";
  left: 0;
  top: 55px;
  width: 100%;
  height: 1px;
  z-index: -1;
  position: absolute;
  background-color: var(--variable-color1);
}

@media (max-width: 991px) {
  .azzle-account-or::before {
    top: 40px;
  }
}

.azzle-account-or p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 15px;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--light-color);
}

.azzle-account-social-wrap {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  flex-direction: column;
}

@media (max-width: 991px) {
  .azzle-account-social-wrap {
    margin-bottom: 24px;
  }
}

.azzle-account-social {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  width: 100%;
  padding: 14px;
  justify-content: center;
  border-radius: 50px;
  color: var(--heading-color);
  border: 1px solid var(--variable-color1);
}

.azzle-accout-footer {
  text-align: center;
}

.azzle-accout-footer p {
  font-size: 16px;
}

.azzle-accout-footer p a {
  font-weight: 600;
  color: var(--heading-color);
}

.azzle-forget-password {
  display: flex;
  justify-content: space-between;
}

.azzle-forget-password a {
  font-size: 16px;
  color: var(--heading-color);
}

.mt24 {
  margin-top: 24px;
}

.azzle-t-wrap {
  display: grid !important;
  gap: 135px;
  align-items: center;
  grid-template-columns: 416px 1fr;
}

@media (max-width: 1199px) {
  .azzle-t-wrap {
    gap: 10%;
  }
}

@media (max-width: 991px) {
  .azzle-t-wrap {
    display: block !important;
  }
}

.azzle-t-thumb {
  flex-shrink: 0;
}

.azzle-t-thumb img {
  border-radius: 10px;
}

@media (max-width: 991px) {
  .azzle-t-thumb img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .azzle-t-thumb {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .azzle-t-thumb {
    padding-bottom: 30px;
  }
}

.azzle-t-author-title p {
  font-weight: 600;
  margin-bottom: 5px;
}

.azzle-t-author-title span {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .azzle-t-wrap2 {
    margin-top: 30px;
  }
}

.azzle-t-content {
  padding: 30px 0;
}

.azzle-t-content h3 {
  font-family: "Raleway", serif;
  font-size: 29px;
  line-height: 1.5em;
  color: var(--light-color5);
}

@media (max-width: 991px) {
  .azzle-t-content h3 {
    font-size: 24px;
  }
}

.azzle-t-author p {
  font-weight: 600;
  color: var(--light-color5);
  margin: 0;
}

.azzle-t-author span {
  font-size: 18px;
  line-height: 1.67em;
  color: var(--light-color5);
}

.azzle-t-slider-init .azzle-t-slider-next,
.azzle-t-slider-init .azzle-t-slider-prev {
  bottom: -100px;
  right: 54%;
  width: 50px;
  height: 50px;
  z-index: 1;
  display: flex;
  cursor: pointer;
  position: absolute;
  transition: all 0.4s;
  align-items: center;
  border-radius: 100px;
  background-size: 20px;
  justify-content: center;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--variable-color1);
  background-image: url(../images/home2/arrow-black.svg);
}

@media (max-width: 991px) {

  .azzle-t-slider-init .azzle-t-slider-next,
  .azzle-t-slider-init .azzle-t-slider-prev {
    right: 92%;
  }
}

@media (max-width: 767px) {

  .azzle-t-slider-init .azzle-t-slider-next,
  .azzle-t-slider-init .azzle-t-slider-prev {
    display: none !important;
  }
}

.azzle-t-slider-init .azzle-t-slider-prev {
  left: auto;
  right: 49%;
  bottom: -75px;
  transform: rotate(180deg);
  background-image: url(../images/home2/arrow-black.svg);
}

@media (max-width: 991px) {
  .azzle-t-slider-init .azzle-t-slider-prev {
    right: 82%;
  }
}

.azzle-counter-wrap {
  display: flex;
  gap: 80px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1800px) {
  .azzle-counter-wrap {
    gap: 50px;
  }
}

@media (max-width: 1660px) {
  .azzle-counter-wrap {
    gap: 35px;
  }
}

.azzle-counter-item p {
  padding-top: 12px;
  font-weight: 600;
}

@media (max-width: 1499px) {
  .azzle-counter-item p {
    padding-top: 0;
  }
}

.azzle-counter-data {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 120px;
  font-size: 120px !important;
  margin: 0 !important;
  color: var(--accent-color) !important;
}

@media (max-width: 1599px) {
  .azzle-counter-data {
    font-size: 100px !important;
  }
}

@media (max-width: 1199px) {
  .azzle-counter-data {
    height: 100px;
  }
}

@media (max-width: 991px) {
  .azzle-counter-data {
    font-size: 80px !important;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .azzle-counter-data {
    font-size: 60px !important;
    height: 60px;
  }
}

@media (max-width: 575px) {
  .azzle-counter-data {
    font-size: 42px !important;
    height: 42px;
  }
}

.azzle-counter-data>span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}

.data2>span {
  width: 15%;
}

@media (max-width: 1199px) {
  .data2>span {
    width: 10%;
  }
}

.azzle-counter-data>span span {
  flex: 0 0 100%;
  height: 100%;
}

.azzle-counter-data:nth-child(1)>span {
  transition-delay: 0s;
}

.azzle-counter-data:nth-child(2)>span {
  transition-delay: 0.375s;
}

.azzle-counter-data:nth-child(3)>span {
  transition-delay: 0.75s;
}

.azzle-counter-data:nth-child(4)>span {
  transition-delay: 1.125s;
}

.azzle-counter-data:nth-child(5)>span {
  transition-delay: 1.5s;
}

.azzle-counter-data:nth-child(6)>span {
  transition-delay: 1.875s;
}

.azzle-counter-data:nth-child(7)>span {
  transition-delay: 2.25s;
}

.azzle-counter-data:nth-child(8)>span {
  transition-delay: 2.625s;
}

.azzle-counter-data:nth-child(9)>span {
  transition-delay: 3s;
}

.azzle-counter-data:nth-child(10)>span {
  transition-delay: 3.375s;
}

.azzle-counter-data:nth-child(11)>span {
  transition-delay: 3.75s;
}

.azzle-counter-data:nth-child(12)>span {
  transition-delay: 4.125s;
}

.azzle-counter-data:nth-child(13)>span {
  transition-delay: 4.5s;
}

.azzle-counter-data:nth-child(14)>span {
  transition-delay: 4.875s;
}

.azzle-counter-data:nth-child(15)>span {
  transition-delay: 5.25s;
}

.azzle-counter-data:nth-child(16)>span {
  transition-delay: 5.625s;
}

.azzle-counter-data:nth-child(17)>span {
  transition-delay: 6s;
}

.azzle-counter-data:nth-child(18)>span {
  transition-delay: 6.375s;
}

.azzle-counter-data:nth-child(19)>span {
  transition-delay: 6.75s;
}

.azzle-counter-data:nth-child(20)>span {
  transition-delay: 7.125s;
}

.azzle-counter-column {
  gap: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .azzle-counter-column {
    justify-content: center;
  }
}

.azzle-counter-data2 {
  height: 70px !important;
  font-size: 80px !important;
}

@media (max-width: 991px) {
  .azzle-counter-data2 {
    height: 60px !important;
    font-size: 60px !important;
    justify-content: center;
  }
}

.azzle-counter-item2 p {
  font-size: 18px;
  font-weight: 400;
}

.azzle-portfolio-column {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .azzle-portfolio-column {
    margin-bottom: 40px;
  }
}

.azzle-portfolio-box:hover .azzle-portfolio-thumb img {
  transform: scale(1.1);
}

.azzle-portfolio-box:hover .azzle-portfolio-icon svg path {
  stroke: var(--accent-color);
}

.azzle-portfolio-thumb {
  border-radius: 10px;
  overflow: hidden;
}

.azzle-portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.azzle-portfolio-content {
  gap: 150px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.azzle-portfolio-content h3 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .azzle-portfolio-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 1399px) {
  .azzle-portfolio-content {
    gap: 100px;
  }
}

@media (max-width: 1199px) {
  .azzle-portfolio-content {
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .azzle-portfolio-content {
    gap: 200px;
  }
}

@media (max-width: 767px) {
  .azzle-portfolio-content {
    gap: 50px;
  }
}

.azzle-portfolio-icon svg path {
  transition: all 0.4s;
}

.azzle-portfolio-details-top {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--variable-color1);
}

@media (max-width: 767px) {
  .azzle-portfolio-details-top {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.azzle-portfolio-details-thumb {
  margin-bottom: 50px;
}

.azzle-portfolio-details-thumb img {
  border-radius: 10px;
}

.azzle-portfolio-details-info {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .azzle-portfolio-details-info {
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 30px;
    justify-content: flex-start;
  }
}

.azzle-portfolio-details-item p {
  margin-bottom: 15px;
  color: var(--border-color);
}

.azzle-portfolio-details-item a {
  font-size: 28px;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 767px) {
  .azzle-portfolio-details-item a {
    font-size: 24px;
  }
}

.azzle-portfolio-details-item a img {
  margin-left: 10px;
}

.azzle-listicon-wrap ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  padding-left: 0 !important;
}

.azzle-listicon-wrap ul li h3 {
  padding-bottom: 0;
}

.azzle-listicon-wrap ul li::before {
  content: none !important;
}

.azzle-listicon-wrap ul li:last-child {
  margin-bottom: 0;
}

.azzle-listicon-wrap.wrap2 ul li h3 {
  color: var(--light-color);
  letter-spacing: -0.05px;
}

.azzle-listicon-wrap2 ul li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .azzle-listicon-wrap2 ul li {
    margin-bottom: 15px;
  }
}

.azzle-listicon-wrap2 ul li::before {
  width: 14px;
  height: 14px;
  content: "";
  top: 8px;
  left: 0;
  position: absolute;
  border-radius: 100px;
  background-color: var(--variable-color4);
}

.azzle-listicon-wrap2 ul li:last-child {
  margin-bottom: 0;
}

.azzle-listicon-wrap2 ul li h3 {
  padding-bottom: 0;
  font-weight: 500;
  font-family: "ClashDisplayMedium";
}

.azzle-int-slider-init2 {
  margin-top: 24px;
}

.azzle-int-slider-init2.slick-initialized.slick-slider {
  direction: rtl;
}

.azzle-int-slider-wraper {
  position: relative;
  padding-top: 130px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .azzle-int-slider-wraper {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .azzle-int-slider-wraper {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .azzle-int-slider-wraper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.azzle-int-bg {
  position: absolute;
  top: 0;
}

@media (max-width: 991px) {
  .azzle-int-bg {
    display: none;
  }
}

@media (max-width: 991px) {
  .azzle-faq-wrap1 {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .azzle-faq-wrap1.wrap2 {
    padding-top: 0;
  }
}

.azzle-faq-item {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--light-color3);
  margin-bottom: 24px;
  transition: all 0.4s;
}

.azzle-faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.azzle-faq-item.open .azzle-faq-header {
  padding-bottom: 10px;
}

.azzle-faq-item.open .azzle-faq-body {
  display: block;
}

.azzle-faq-item.open .azzle-active-icon img {
  transform: rotate(45deg);
}

.azzle-faq-item.item2 {
  padding-bottom: 0;
  border: none;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--variable-color1);
}

.azzle-faq-item.item2.open {
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  background-color: var(--light-color);
}

.azzle-faq-item.item2.open .azzle-active-icon2 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--variable-color4);
}

.azzle-faq-item.item2:last-child {
  margin-bottom: 0;
}

.azzle-faq-item.item3 {
  background-color: var(--light-color6) !important;
  margin-bottom: 24px;
  border: none;
  padding: 24px;
  border-radius: 10px;
}

.azzle-faq-item.item3.open .azzle-active-icon {
  transform: rotate(180deg);
}

.azzle-faq-item.item3.open .azzle-faq-body.body2 p {
  color: var(--light-color);
}

.azzle-faq-item.item3:last-child {
  margin-bottom: 0;
}

.azzle-faq-header {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .azzle-faq-header h3 {
    font-size: 24px;
    padding-right: 25px;
  }
}

.azzle-faq-header.header2 h3 {
  font-weight: 500;
  font-family: "ClashDisplayMedium";
}

.azzle-faq-header.header3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.azzle-faq-body {
  display: none;
}

.azzle-faq-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}

.azzle-faq-icon h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5em;
  color: var(--light-color);
  letter-spacing: -1px;
}

.azzle-faq-body {
  padding-right: 20px;
}

.azzle-faq-body p {
  font-size: 18px;
  line-height: 1.67em;
  color: var(--variable-color3);
}

.azzle-faq-body.body2 {
  padding-right: 100px;
}

@media (max-width: 1199px) {
  .azzle-faq-body.body2 {
    padding-right: 24px;
  }
}

.azzle-active-icon2 {
  transition: all 0.4s;
  display: flex;
  width: 50px;
  flex-shrink: 0;
  height: 50px;
  text-align: center;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  background-color: var(--variable-color1);
}

@media (max-width: 767px) {
  .azzle-active-icon2 {
    width: 40px;
    height: 40px;
  }
}

.azzle-active-icon2 img {
  transition: all 0.4s;
}

.azzle-faq-item.item2.open img.mynusicon {
  opacity: 1 !important;
}

.azzle-faq-item.item2.open img.plasicon {
  opacity: 0;
  display: block;
}

img.plasicon {
  opacity: 1;
  position: relative;
}

img.mynusicon {
  opacity: 0;
  position: absolute;
}

.azzle-faq-item.item3.open img.mynusicon {
  opacity: 1 !important;
}

.azzle-faq-item.item3.open img.plasicon {
  opacity: 0;
  display: block;
}

.azzle-active-icon img {
  transition: all 0.4s;
}

.azzle-faq-wrap1.faq-page {
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

.azzle-faq-wrap1.faq-page .azzle-faq-item {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid var(--variable-color1);
}

.azzle-faq-wrap1.faq-page .azzle-faq-item.open {
  border: 1px solid var(--light-color);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

.azzle-faq-wrap1.faq-page .azzle-faq-header h3 {
  font-weight: 500;
}

.azzle-faq-wrap1.faq-page .azzle-faq-body {
  padding-right: 130px;
}

@media (max-width: 1199px) {
  .azzle-faq-wrap1.faq-page .azzle-faq-body {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .azzle-faq-wrap1.faq-page .azzle-faq-body {
    padding-right: 0px;
  }
}

.azzle-title-pricing-btn {
  text-align: center;
}

.toggle-switch {
  cursor: pointer;
  display: inline-block;
  width: 300px;
  height: 60px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  border: 2px solid var(--heading-color);
}

.toggle-switch span {
  border-radius: 30px;
  font-family: "DM Sans", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.toggle-switch input {
  display: none;
}

.toggle-switch input:checked+span+span,
.toggle-switch input+span {
  background-color: var(--heading-bg);
  padding: 18px 48px;
  color: var(--light-color);
}

.toggle-switch input+span+span,
.toggle-switch input:checked+span {
  background-color: transparent;
  border-color: transparent;
  padding: 18px 51px;
  color: var(--heading-color);
}

.azzle-pricing-column {
  height: 100%;
  padding-bottom: 24px;
}

.azzle-pricing-wrap {
  padding: 40px;
  border-radius: 10px;
  position: relative;
  transition: all 0.4s;
  margin-bottom: 24px;
  z-index: 0;
  background-color: var(--light-color2);
}

@media (max-width: 991px) {
  .azzle-pricing-wrap {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .azzle-pricing-wrap {
    padding: 30px;
  }
}

.azzle-pricing-wrap.active {
  background-color: var(--heading-color);
}

.azzle-pricing-wrap.active h2,
.azzle-pricing-wrap.active h3,
.azzle-pricing-wrap.active p,
.azzle-pricing-wrap.active span {
  color: var(--light-color);
}

.azzle-pricing-wrap.active .azzle-pricing-feature ul li {
  color: var(--light-color);
}

.azzle-pricing-wrap.pricing-active {
  border: 0;
}

.azzle-pricing-wrap.pricing-active::before {
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/v1/pricing-shape.png);
}

.azzle-pricing-wrap.pricing-active .azzle-pricing-price {
  background: var(--accent-bg);
}

.azzle-pricing-wrap.pricing-active .shape-hide {
  opacity: 1;
}

.azzle-pricing-wrap.pricing-active .azzle-pricing-body {
  background: var(--accent-bg);
}

.azzle-pricing-wrap.pricing-active .azzle-pricing-body ul li {
  color: var(--white-color);
}

.azzle-pricing-wrap.pricing-active .azzle-pricing-body ul li path {
  fill: var(--white-bg);
}

.azzle-pricing-wrap.wrap2 {
  height: 100%;
  padding: 30px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.azzle-pricing-header {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--light-color3);
  margin-bottom: 24px;
}

.azzle-pricing-header h3 {
  padding-bottom: 10px;
}

.azzle-pricing-header p {
  font-size: 18px;
  line-height: 1.5em;
}

.azzle-pricing-price {
  position: relative;
  transition: all 0.4s;
  display: flex;
  gap: 15px;
  align-items: end;
  padding-bottom: 15px;
}

.azzle-pricing-price span {
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.5em;
  display: inline-block;
}

.azzle-pricing-feature {
  margin-top: 24px;
}

.azzle-pricing-feature ul li {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

.azzle-pricing-feature ul li:last-child {
  margin-bottom: 0;
}

.azzle-pricing-feature ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}

.azzle-pricing-body p {
  font-size: 18px;
  line-height: 1.5em;
}

.azzle-team-wrap {
  border-radius: 20px;
  padding: 30px;
  transition: all 0.4s;
  margin-bottom: 24px;
  background-color: var(--light-color5);
}

@media (max-width: 991px) {
  .azzle-team-wrap {
    padding: 24px;
  }
}

.azzle-team-wrap:hover .azzle-team-thumb img {
  transform: scale(1.1);
}

.azzle-team-wrap.wrap2 {
  background-color: var(--light-color2);
}

.azzle-team-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.azzle-team-thumb img {
  border-radius: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.azzle-team-content {
  padding: 24px 0 10px 0;
}

.azzle-team-content h3 {
  font-family: "Raleway", serif;
  font-size: 30px;
  line-height: 1.5em;
}

@media (max-width: 991px) {
  .azzle-team-content h3 {
    font-size: 24px;
  }
}

.azzle-team-author-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .azzle-team-author-wrap {
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
  }
}

.azzle-team-single {
  height: 96%;
  display: flex;
  padding: 30px;
  margin-bottom: 24px;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--light-color2);
}

@media (max-width: 1199px) {
  .azzle-team-single {
    height: 100%;
  }
}

.azzle-team-single h3 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 12px;
}

.azzle-team-single p {
  margin: 0;
}

.azzle-single-team-top {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--variable-color1);
}

@media (max-width: 767px) {
  .azzle-single-team-top {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.azzle-single-team-bottom {
  display: grid;
  row-gap: 40px;
  column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
  .azzle-single-team-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .azzle-single-team-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}

.azzle-single-team-bottom h3 {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .responsive-mb-40 {
    margin-bottom: 40px;
  }
}

.azzle-social-wrap ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.4s;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 15px;
}

.azzle-social-wrap ul li:last-child {
  margin-bottom: 0;
}

.azzle-social-wrap ul li:hover a.wrap {
  background-color: var(--variable-color4);
}

.azzle-social-wrap ul li a.wrap {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}

.azzle-social-wrap ul li a.wrap2 {
  position: relative;
}

.azzle-social-wrap ul li a.wrap2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
  background-color: var(--light-color);
  transition: all 0.3s ease;
}

.azzle-social-wrap ul li a.wrap2:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.azzle-social-wrap2 ul {
  display: flex;
}

.azzle-social-wrap2 ul li {
  display: inline-block;
  margin-left: 8px;
  padding-left: 0 !important;
}

.azzle-social-wrap2 ul li:first-child {
  margin-left: 0;
}

.azzle-social-wrap2 ul li::before {
  content: none !important;
}

.azzle-social-wrap2 ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background-color: var(--heading-bg);
  transition: all 0.4s;
}

.azzle-social-wrap2 ul li a:hover {
  background-color: var(--variable-color5);
}

.azzle-social-wrap2.social-hover-orange ul li a:hover {
  background-color: var(--accent-color);
}

.azzle-blog-wrap {
  border-radius: 20px;
  margin-bottom: 24px;
  transition: all 0.4s;
  background-color: var(--light-color);
  border: 1px solid var(--variable-color1);
}

.azzle-blog-wrap:hover {
  border: 1px solid var(--light-color);
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.05);
}

.azzle-blog-wrap:hover .azzle-blog-thumb img {
  transform: scale(1.1);
}

.azzle-blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.azzle-blog-thumb img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.azzle-blog-content {
  padding: 24px 20px;
}

.azzle-blog-content h3 {
  font-weight: 500;
  font-family: "ClashDisplayMedium";
  transition: all 0.4s;
}

.azzle-blog-content h3:hover {
  color: var(--variable-color5);
}

.azzle-blog-meta ul li a {
  color: var(--light-color4);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.azzle-blog-data-wrap {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.azzle-blog-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 24px;
  transition: all 0.4s;
  background-color: var(--light-color5);
}

@media (max-width: 1199px) {
  .azzle-blog-wrapper {
    display: block;
  }
}

@media (max-width: 991px) {
  .azzle-blog-wrapper {
    display: flex;
  }
}

@media (max-width: 767px) {
  .azzle-blog-wrapper {
    display: block;
  }
}

.azzle-blog-wrapper:hover .azzle-blog-thumb2 img {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .azzle-blog-wrap2 {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .azzle-blog-wrap2 {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .azzle-blog-wrap2 {
    padding-top: 30px;
  }
}

.azzle-blog-thumb2 {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 10px;
}

.azzle-blog-thumb2 a img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.azzle-blog-meta ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.43em;
}

.azzle-blog-meta ul li a {
  font-size: 14px;
  line-height: 1.43em;
  transition: all 0.4;
  color: var(--variable-color2);
}

.azzle-blog-meta ul li a:hover {
  color: var(--variable-color5);
}

.azzle-blog-content2 a h3 {
  transition: all 0.4s;
  font-family: "Raleway", serif;
  font-size: 30px;
  line-height: 1.5em;
  padding: 24px 0 12px 0;
}

.azzle-blog-content2 a h3:hover {
  color: var(--variable-color5);
}

.azzle-blog-content2 p {
  color: var(--variable-color2);
}

.single-post-item {
  margin-bottom: 24px;
  overflow: hidden;
  transition: 0.4s;
  border-radius: 10px;
  border: 1px solid var(--variable-color1);
}

.post-thumbnail {
  overflow: hidden;
}

.post-thumbnail img {
  transition: all 0.5s;
  transform: scale(1);
}

.single-post-item:hover .post-thumbnail img {
  transform: scale(1.1);
}

.post-content {
  padding: 24px;
}

.post-content p {
  font-size: 18px;
  line-height: 30px;
}

.post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.post-category a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
  position: relative;
  padding-right: 20px;
  transition: all 0.4s;
}

.post-category a:hover {
  color: var(--accent-color);
}

.post-category a::before {
  content: "";
  right: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  position: absolute;
  background-color: var(--heading-color);
}

.post-date {
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
}

h3.entry-title {
  margin-bottom: 15px;
  transition: all 0.4s;
}

h3.entry-title:hover {
  color: var(--accent-color);
}

@media (max-width: 991px) {
  .right-sidebar {
    margin-top: 50px;
  }
}

.widget {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--variable-color1);
}

.widget:first-child {
  padding: 0;
  background-color: transparent;
  border: none;
}

.widget h3 {
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.widget h3::before {
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: var(--heading-color);
}

.widget p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

.widget ul li {
  padding-bottom: 20px;
}

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

.widget ul li a {
  font-size: 18px;
  transition: all 0.4s;
  color: var(--body-color);
  transition: all 0.4s;
}

.widget ul li a:hover {
  color: var(--accent-color);
}

.widget.azzle_recent_posts_Widget .post-date {
  margin-bottom: 10px;
}

.post-item .post-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  line-height: 24px;
  /* 133.333% */
  transition: all 0.4s;
}

.post-text .post-date {
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.post-text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  transition: all 0.4s;
  color: var(--heading-color);
}

.post-text p:hover {
  color: var(--accent-color);
}

.post-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .post-item {
    display: block;
  }
}

@media (max-width: 991px) {
  .post-item {
    display: flex;
  }
}

@media (max-width: 400px) {
  .post-item {
    display: block;
  }
}

.post-item:last-child {
  margin-bottom: 0;
}

.post-thumb {
  width: 150px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 15px;
}

@media (max-width: 1400px) {
  .post-thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .post-thumb {
    width: 155px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media (max-width: 400px) {
  .post-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.post-thumb img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget .tagcloud button,
.widget .wp-block-tag-cloud button,
.wp-block-tag-cloud button {
  padding: 9px 24px;
  margin-right: 6px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 23px;
  display: inline-block;
  border-radius: 50px;
  letter-spacing: 0.5px;
  color: var(--heading-color);
  background: rgba(0, 0, 0, 0.05);
}

.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud button:hover,
.wp-block-tag-cloud button:hover {
  background-color: var(--accent-bg);
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search__inside-wrapper input {
  font-weight: 400 !important;
  border-radius: 50px !important;
  color: var(--heading-color) !important;
  border: 1px solid var(--variable-color1) !important;
}

.wp-block-search__inside-wrapper input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgb(54, 56, 57) !important;
  opacity: 1;
}

.wp-block-search__inside-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgb(54, 56, 57) !important;
  opacity: 1;
}

.wp-block-search__inside-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgb(54, 56, 57) !important;
  opacity: 1;
}

.wp-block-search__inside-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(54, 56, 57) !important;
  opacity: 1;
}

.wp-block-search__inside-wrapper input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(54, 56, 57) !important;
  opacity: 1;
}

.wp-block-search__inside-wrapper input::placeholder {
  /* Most modern browsers support this now. */
  color: rgb(54, 56, 57) !important;
  opacity: 1;
}

button#wp-block-search__button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: var(--dark-bg);
}

.post-thumbnail-details {
  margin-bottom: 30px;
}

.post-thumbnail-details img {
  border-radius: 10px;
}

.entry-content h3 {
  margin-bottom: 15px;
}

.entry-content span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.entry-content p {
  font-size: 18px;
  line-height: 30px;
}

.post-tag-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 767px) {
  .post-tag-wrap {
    display: block;
  }
}

.post-tag {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .post-tag {
    margin-bottom: 20px;
  }
}

.post-tag h3 {
  margin: 0;
  margin-right: 24px;
}

.post-tag .wp-block-tag-cloud button {
  margin-bottom: 0;
}

.post-like-comment ul li {
  margin-right: 24px;
  display: inline-block;
}

.post-like-comment ul li:last-child {
  margin-right: 0;
}

.post-like-comment ul li a {
  font-weight: 600;
  font-size: 16px;
  color: var(--body-color);
}

.post-like-comment ul li a img {
  margin-right: 6px;
}

ul.azzle-blog-details-list {
  margin-bottom: 30px;
}

ul.azzle-blog-details-list li {
  padding-left: 24px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}

ul.azzle-blog-details-list li::before {
  content: "";
  left: 5px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  position: absolute;
  background-color: var(--heading-color);
}

.post-comment {
  padding-top: 40px;
}

.post-comment li {
  margin-bottom: 24px;
}

.post-comment h3 {
  margin-bottom: 30px;
}

.post-comment-wrap {
  display: flex;
}

.post-comment-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
}

.post-comment-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-comment-data {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E6;
}

.post-comment-data strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}

.post-comment-data span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.post-comment .children {
  padding-left: 85px;
}

@media (max-width: 767px) {
  .post-comment .children {
    padding-left: 20px;
  }
}

.post-comment .children .post-comment-thumb {
  width: 50px;
  height: 50px;
}

a.comment-reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--body-color);
}

.comment-box {
  margin-top: 50px;
}

.comment-box h3 {
  margin-bottom: 30px;
}

.comment-box-form {
  padding: 40px;
  border-radius: 10px;
  background-color: var(--light-bg5);
  border: 1px solid var(--heading-color);
}

@media (max-width: 991px) {
  .comment-box-form {
    padding: 30px;
  }
}

.azzle-content-thumb {
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .azzle-content-thumb {
    padding-bottom: 40px;
  }
}

.azzle-content-thumb img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .azzle-content-thumb img {
    width: 100%;
    height: 100%;
  }
}

.azzle-content-thumb-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .azzle-content-thumb-bg {
    display: none;
  }
}

@media (max-width: 991px) {
  .azzle-content-bg img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .azzle-content-thumb2 {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .azzle-content-thumb2 {
    padding-bottom: 30px;
  }
}

.azzle-content-thumb2 img {
  border-radius: 20px;
  width: 100%;
  border: 5px solid var(--heading-color);
}

.azzle-feature-section {
  margin-top: -120px;
}

.azzle-feature-wraper {
  display: flex;
  align-items: center;
  gap: 24px;
}

.azzle-feature-item {
  border-radius: 3px;
  padding: 30px;
  background-color: var(--light-color6);
}

.azzle-feature-item.item2 {
  margin-bottom: 24px;
}

.azzle-feature-title {
  padding-bottom: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.azzle-feature-title h3 {
  color: var(--light-color);
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: -1px;
}

.azzle-feature-data p {
  color: var(--light-color);
}

.azzle-feature-btn {
  padding-top: 30px;
}

.azzle-content-slider-init {
  padding: 20px 0;
  height: 70px;
  overflow: hidden;
  background-color: var(--variable-color6);
}

.azzle-content-slider-item {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
  text-align: right;
  text-transform: uppercase;
}

.azzle-service-box-column {
  gap: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .azzle-service-box-column {
    grid-template-columns: repeat(1, 1fr);
  }
}

.azzle-service-box img {
  margin-bottom: 10px;
}

.azzle-service-box h3 {
  margin-bottom: 15px;
  padding-bottom: 0 !important;
}

.azzle-service-box p {
  font-size: 18px;
}

.azzle-target-list-wrap {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.azzle-target-list {
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.azzle-target-list p {
  font-size: 18px;
}

.azzle-hero-section {
  position: relative;
  border-radius: 0 0 50px 50px;
  background-color: var(--light-color2);
  padding: 195px 0 130px;
}

/* .azzle-hero-section { */
  /* position: relative; */
  /* border-radius: 0 0 50px 50px; */
  
  /* The important part: Go UP one level (../) then into images */
  /* background-image: url('../images/home1/FONDO.png'); */
  
  /* background-size: cover; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  
  /* padding: 195px 0 130px; */
  
  /* Optional: Adds a dark overlay so white text is readable */
  /* background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/home1/FONDO.png'); */
/* } */

@media (max-width: 991px) {
  .azzle-hero-section {
    padding: 170px 0 100px;
  }
}

@media (max-width: 767px) {
  .azzle-hero-section {
    padding: 150px 0 80px;
    border-radius: 0 0 30px 30px;
  }
}

@media (max-width: 575px) {
  .azzle-hero-section {
    padding: 130px 0 60px;
  }
}

.azzle-hero-content1 {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .azzle-hero-content1 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .azzle-hero-content1 {
    margin-bottom: 40px;
  }
}

.azzle-hero-content1 h1 {
  padding-bottom: 24px;
}

.azzle-hero-content1 p {
  font-weight: 600;
}

.azzle-hero-dashboard {
  position: relative;
  z-index: 1;
}
.azzle-hero-dashboard img{
  border-radius: 15px;
}

.azzle-hero-button {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.azzle-hero-section2 {
  background-size: 100% 100% !important;
  padding: 210px 0 170px;
}

@media (max-width: 1399px) {
  .azzle-hero-section2 {
    background-size: cover !important;
  }
}

@media (max-width: 991px) {
  .azzle-hero-section2 {
    padding: 170px 0 230px;
  }
}

@media (max-width: 767px) {
  .azzle-hero-section2 {
    padding: 150px 0 180px;
  }
}

@media (max-width: 575px) {
  .azzle-hero-section2 {
    padding: 130px 0 180px;
  }
}

.azzle-hero-content2 {
  padding-right: 50px;
}

.azzle-hero-content2 h1 {
  font-size: 100px;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 24px;
  color: var(--light-color);
  font-family: "ClashDisplayMedium";
}

@media (max-width: 1399px) {
  .azzle-hero-content2 h1 {
    font-size: 90px;
  }
}

@media (max-width: 1199px) {
  .azzle-hero-content2 h1 {
    font-size: 75px;
  }
}

@media (max-width: 767px) {
  .azzle-hero-content2 h1 {
    font-size: 65px;
  }
}

@media (max-width: 575px) {
  .azzle-hero-content2 h1 {
    font-size: 42px;
  }
}

.azzle-hero-content2 p {
  color: var(--light-color);
  font-size: 18px;
  line-height: 1.67em;
  margin: 0;
}

.azzle-hero-thumb {
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .azzle-hero-thumb {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .azzle-hero-thumb {
    padding-top: 30px;
  }
}

.azzle-hero-icon {
  position: absolute;
  top: 28%;
  left: 21px;
}

@media (max-width: 991px) {
  .azzle-hero-icon {
    top: 25%;
    left: 15%;
  }
}

.azzle-hero-section3 {
  padding: 195px 0 130px;
}

@media (max-width: 991px) {
  .azzle-hero-section3 {
    padding: 170px 0 100px;
  }
}

@media (max-width: 767px) {
  .azzle-hero-section3 {
    padding: 150px 0 80px;
  }
}

@media (max-width: 575px) {
  .azzle-hero-section3 {
    padding: 130px 0 60px;
  }
}

.azzle-hero-content3 h1 {
  font-family: "Raleway", serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 1em;
  letter-spacing: -1px;
}

@media (max-width: 1399px) {
  .azzle-hero-content3 h1 {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  .azzle-hero-content3 h1 {
    font-size: 90px;
  }
}

@media (max-width: 991px) {
  .azzle-hero-content3 h1 {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .azzle-hero-content3 h1 {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .azzle-hero-content3 h1 {
    font-size: 55px;
  }
}

.azzle-hero-content3 p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33em;
  letter-spacing: 0px;
}

.azzle-hero-thumb3 {
  padding: 0 50px;
}

@media (max-width: 991px) {
  .azzle-hero-thumb3 {
    padding: 0 30px;
  }
}

.azzle-hero-thumb3 img {
  width: 100%;
  border-radius: 20px;
  border: 10px solid var(--heading-color);
}

.azzle-hero-section4 {
  padding: 195px 0 255px;
  text-align: center;
  margin: 0 auto;
}

.azzle-hero-content4 h1 {
  font-weight: 700;
  font-size: 120px;
  line-height: 1em;
  padding-bottom: 24px;
  letter-spacing: -1px;
  color: var(--light-color);
}

@media (max-width: 1399px) {
  .azzle-hero-content4 h1 {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  .azzle-hero-content4 h1 {
    font-size: 90px;
  }
}

@media (max-width: 991px) {
  .azzle-hero-content4 h1 {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .azzle-hero-content4 h1 {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .azzle-hero-content4 h1 {
    font-size: 55px;
  }
}

.azzle-hero-content4 p {
  font-size: 24px;
  line-height: 1.33em;
  letter-spacing: 0px;
  max-width: 1020px;
  margin: 0 auto;
  color: var(--light-color);
}

.azzle-hero-bottom-data ul li {
  display: inline-block;
  color: var(--light-color8);
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.azzle-hero-bottom-data ul li img {
  margin-right: 10px;
}

.azzle-hero-bottom-data ul li a {
  color: var(--light-color);
  text-decoration: underline;
}

.divider {
  padding-top: 80px;
  border-bottom: 1px solid var(--light-color3);
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .divider {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .divider {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .margin-top-minus {
    margin-top: -50px;
  }
}

@media (max-width: 575px) {
  .margin-top-minus {
    margin-top: -70px;
  }
}

.azzle-single-thumb {
  display: flex;
  justify-content: center;
  /* Optional: align-items: center; (if you need vertical centering later) */
}

.azzle-single-thumb img {
  border-radius: 20px;
}

@media (max-width: 575px) {
  .azzle-single-thumb img {
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
  }
}

.azzle-content-section {
  padding: 130px 0 180px;
  background-color: var(--heading-bg);
}

@media (max-width: 991px) {
  .azzle-content-section {
    padding: 100px 0 150px;
  }
}

@media (max-width: 767px) {
  .azzle-content-section {
    padding: 80px 0 130px;
  }
}

.pl-30 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .pl-30 {
    padding-left: 0;
  }
}

.azzle-contact-info ul li {
  font-size: 30px;
  font-weight: 700;
  font-family: "DM Sans", serif;
  color: var(--accent-color);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .azzle-contact-info ul li {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.azzle-contact-info ul li:last-child {
  margin-bottom: 0;
}

.azzle-contact-info ul li a {
  margin-left: 7px;
  color: var(--light-color);
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=time],
input[type=date],
input[type=search],
input,
textarea {
  margin: 0;
  width: 100%;
  height: 60px;
  font-weight: 600;
  border-radius: 10px;
  background-color: transparent;
  padding: 15px 24px;
  border: 1px solid var(--light-color8);
  transition: all 0.4s;
  font-size: 16px;
  line-height: 24px;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=date]::placeholder,
input[type=search]::placeholder,
input::placeholder,
textarea::placeholder {
  color: var(--border-color);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=search]:focus,
input:focus,
textarea:focus {
  border: 1px solid var(--accent-color);
}

textarea {
  height: 180px;
  resize: none;
}

@media (max-width: 767px) {
  textarea {
    height: 130px;
  }
}

.azzle-subscribe-field {
  position: relative;
}

.azzle-subscribe-field input {
  font-weight: 400;
  height: 50px;
  color: var(--heading-color);
  padding: 13px 70px 13px 24px;
  border-radius: 50px !important;
  border: 1px solid var(--heading-color) !important;
}

.azzle-subscribe-field input::placeholder {
  color: var(--heading-color);
}

.azzle-subscribe-field2 {
  position: relative;
}

.azzle-subscribe-field2 input {
  width: 500px;
  height: 60px;
  color: var(--light-color);
  padding: 13px 190px 13px 20px;
  border-radius: 50px !important;
  border: 1px solid var(--light-color) !important;
}

@media (max-width: 767px) {
  .azzle-subscribe-field2 input {
    width: 100%;
  }
}

.azzle-subscribe-field2 input::placeholder {
  color: var(--light-color);
}

.sub-btn {
  width: 60px;
  height: 40px;
  background-color: #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 0.4s;
}

.sub-btn:hover {
  background-color: var(--accent-color);
}

.sub-btn2 {
  position: absolute !important;
  top: 5px;
  right: 145px;
}

@media (max-width: 991px) {
  .sub-btn2 {
    right: 105px;
  }
}

@media (max-width: 767px) {
  .sub-btn2 {
    right: 5px;
  }
}

.sub-btn3 {
  position: absolute !important;
  top: 5px;
  right: 31.5%;
  height: 50px;
  color: var(--heading-color) !important;
  background-color: var(--variable-color6) !important;
  border-radius: 3px !important;
}

@media (max-width: 991px) {
  .sub-btn3 {
    right: 105px;
  }
}

@media (max-width: 767px) {
  .sub-btn3 {
    right: 5px;
  }
}

.azzle-blog-subscriber input {
  font-weight: 400;
  height: 55px;
  border-radius: 50px;
  border: 1px solid var(--heading-color);
}

.azzle-blog-subscriber input::placeholder {
  color: var(--heading-color);
}

#azzle-blog-subscribe {
  width: 100%;
  height: 55px;
  display: flex;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  color: var(--light-color);
  transition: all 0.4s;
  background-color: var(--heading-color);
}

#azzle-blog-subscribe:hover {
  background-color: var(--accent-color);
}

.azzle-cta-slider-title {
  font-size: 120px;
  line-height: 1.1em;
  font-weight: 700;
}

@media (max-width: 1399px) {
  .azzle-cta-slider-title {
    font-size: 100px;
  }
}

@media (max-width: 991px) {
  .azzle-cta-slider-title {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .azzle-cta-slider-title {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .azzle-cta-slider-title {
    font-size: 42px;
  }
}

.azzle-footer-top {
    overflow: hidden;
    background: transparent; /* or your background color */
    padding: 20px 0;
}

/* 2. The Moving Strip: Keeps items in a row */
.azzle-cta-slider-init {
    display: flex;
    white-space: nowrap;
    will-change: transform; /* optimizing for performance */
    width: max-content; /* Ensure div is as wide as the content */
}

/* 3. The Items */
.azzle-cta-slider-item {
    display: inline-flex;
    align-items: center;
    margin-right: 100px; /* Space between items */
    flex-shrink: 0;      /* Prevent items from getting squished */
}

/* 4. The Icon */
.azzle-cta-slider-item img {
    margin-right: 20px;
    width: 35px;
    height: auto;
    display: block;
    /* animation: spin 7s linear infinite; */
    scale: 1.5;
}

/* 5. The Text */
.azzle-cta-slider-title {
    font-size: 100px;
    font-weight: 700;
}

.azzle-cta-title3 h1 {
  color: var(--light-color5);
  font-family: "Raleway", serif;
  font-size: 120px;
  line-height: 1em;
  letter-spacing: -1px;
}

@media (max-width: 1399px) {
  .azzle-cta-title3 h1 {
    font-size: 100px;
  }
}

@media (max-width: 991px) {
  .azzle-cta-title3 h1 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .azzle-cta-title3 h1 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .azzle-cta-title3 h1 {
    font-size: 42px;
  }
}

.azzle-cta-content3 {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .azzle-cta-content3 {
    padding-left: 0;
    padding-top: 40px;
    padding-right: 100px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .azzle-cta-content3 {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .azzle-cta-content3 {
    padding-top: 30px;
    padding-right: 0;
  }
}

.azzle-cta-content3 p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33em;
  color: var(--light-color5);
}

@media (max-width: 1199px) {
  .azzle-cta-contact-info {
    margin-bottom: 24px;
  }
}

.azzle-cta-contact-info ul li a {
  font-family: "Raleway", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 43px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--light-color5);
  transition: all 0.4s;
  background-color: var(--light-color6);
}

.azzle-cta-contact-info ul li a:hover {
  background-color: var(--variable-color5);
}

@media (max-width: 1399px) {
  .azzle-cta-contact-info ul li a {
    font-size: 22px;
  }
}

.azzle-cta-contact-info.info2 ul li {
  font-family: "Raleway", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 43px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--light-color5);
  transition: all 0.4s;
  background-color: var(--light-color6);
}

.azzle-cta-contact-info.info2 ul li:hover {
  background-color: var(--variable-color5);
}

@media (max-width: 1399px) {
  .azzle-cta-contact-info.info2 ul li {
    font-size: 22px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.azzle-section-padding {
  padding: 130px 0;
}

@media (max-width: 991px) {
  .azzle-section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .azzle-section-padding {
    padding: 60px 0;
  }
}

.azzle-section-padding2 {
  padding: 130px 0 106px;
}

@media (max-width: 991px) {
  .azzle-section-padding2 {
    padding: 80px 0 56px;
  }
}

@media (max-width: 767px) {
  .azzle-section-padding2 {
    padding: 60px 0 36px;
  }
}

.azzle-section-padding3 {
  padding: 130px 0 176px;
}

@media (max-width: 991px) {
  .azzle-section-padding3 {
    padding: 80px 0 156px;
  }
}

@media (max-width: 767px) {
  .azzle-section-padding3 {
    padding: 60px 0 136px;
  }
}

.azzle-section-padding4 {
  padding: 50px 0 0;
}

@media (max-width: 991px) {
  .azzle-section-padding4 {
    padding: 40px 0 0;
  }
}

@media (max-width: 767px) {
  .azzle-section-padding4 {
    padding: 30px 0 0;
  }
}

.azzle-section-padding5 {
  padding: 200px 0 130px;
  margin-top: -74px;
}

.azzle-section-padding6 {
  padding: 130px 0 180px;
}

@media (max-width: 991px) {
  .azzle-section-padding6 {
    padding: 80px 0 130px;
  }
}

@media (max-width: 767px) {
  .azzle-section-padding6 {
    padding: 60px 0 110px;
  }
}

.azzle-section-pt {
  padding-top: 130px;
}

@media (max-width: 991px) {
  .azzle-section-pt {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .azzle-section-pt {
    padding-top: 60px;
  }
}

.azzle-section-pb {
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .azzle-section-pb {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .azzle-section-pb {
    padding-bottom: 60px;
  }
}

.azzle-section-title {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .azzle-section-title {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .azzle-section-title {
    padding-bottom: 40px;
  }
}

.azzle-section-title.max-w-650 {
  max-width: 650px;
}

.azzle-section-title.center {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.azzle-section-title.center.max-width-700 {
  max-width: 700px;
}

.azzle-section-title.center.max-width-750 {
  max-width: 750px;
}

.azzle-section-title.center.max-width-800 {
  max-width: 800px;
}

.azzle-section-title.center.max-width-850 {
  max-width: 850px;
}

.azzle-section-title.center.max-width-950 {
  max-width: 950px;
}

.azzle-section-title.max-width-780 {
  max-width: 780px;
}

.azzle-section-title.max-w-800 {
  max-width: 880px;
}

.azzle-section-title.max-w-1000 {
  max-width: 1000px;
}

.azzle-section-title.font-title h2 {
  font-family: "ClashDisplayMedium";
  font-weight: 500;
}

.azzle-section-title.title2 h2 {
  color: var(--light-color);
}

.azzle-section-title.title3 h2 {
  font-family: "Raleway", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: -1px;
}

@media (max-width: 1199px) {
  .azzle-section-title.title3 h2 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .azzle-section-title.title3 h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .azzle-section-title.title3 h2 {
    font-size: 40px;
  }
}

.azzle-section-title.title3.title4 h2 {
  color: var(--light-color5);
}

.azzle-section-title.title4 h2 {
  color: var(--light-color);
}

.azzle-section-title.max-w-900 {
  max-width: 900px;
}

.section-title-button {
  width: 100%;
  text-align: right;
}

@media (max-width: 991px) {
  .section-title-button {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .two-column {
    text-align: center;
  }
}

.accent-bg2 {
  border-radius: 20px;
  background-color: var(--variable-color5);
}

.azzle-default-content h2 {
  padding-bottom: 20px;
}

.azzle-default-content h3 {
  padding-bottom: 30px;
}

.azzle-default-content h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.azzle-default-content.content2 h2,
.azzle-default-content.content2 p {
  color: var(--light-color);
}

.azzle-default-content.content2 ul li h3 {
  color: var(--light-color);
}

.azzle-default-content.content3 h2 {
  font-family: "ClashDisplayMedium";
  font-weight: 500;
}

.azzle-default-content.content3 p {
  font-size: 18px;
  line-height: 1.67em;
}

.azzle-default-content.content4 h3 {
  font-family: "ClashDisplayMedium";
  font-weight: 500;
}

.azzle-default-content.content4 p {
  font-size: 24px;
  line-height: 1.67em;
}

.azzle-default-content.content5 h2 {
  font-family: "Raleway", serif;
}

.azzle-default-content.content5 p {
  font-size: 24px;
  line-height: 1.67em;
}

.azzle-default-content.content5 p span {
  font-weight: 600;
  color: var(--variable-color5);
}

.azzle-default-content.content6 h2 {
  font-size: 70px !important;
  color: var(--light-color);
}

.azzle-default-content.content6 p {
  color: var(--light-color);
}

.azzle-default-content.content6.pl-70 {
  padding-left: 70px;
}

.azzle-default-content.light-color h2,
.azzle-default-content.light-color p {
  color: var(--light-color);
}

.pl-110 {
  padding-left: 110px;
}

@media (max-width: 1399px) {
  .pl-110 {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .pl-110 {
    padding-left: 0;
  }
}

.pr-110 {
  padding-right: 110px;
}

@media (max-width: 1399px) {
  .pr-110 {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .pr-110 {
    padding-right: 0px;
  }
}

.pt-130 {
  padding-top: 130px;
}

@media (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pr50 {
  padding-right: 50px;
}

@media (max-width: 991px) {
  .pr50 {
    padding-right: 0;
  }
}

.pl50 {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .pl50 {
    padding-left: 0;
  }
}

.pr70 {
  padding-right: 70px;
}

@media (max-width: 1399px) {
  .pr70 {
    padding-right: 0;
  }
}

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.azzle-pb-80 {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .azzle-pb-80 {
    padding-bottom: 60px;
  }
}

.section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-color {
  background-color: var(--light-color7);
}

.azzle-default-btn,
#azzle-submit-btn {
  font-size: 16px;
  line-height: 1.5em;
  padding: 18px 26px;
  font-weight: 700;
  font-family: "Inter", serif;
  border-radius: 50px;
  color: var(--light-color);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  transform-style: preserve-3d;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  --arrow-hover-move-x: -110%;
  background-color: var(--heading-bg);
}

@media (max-width: 767px) {

  .azzle-default-btn,
  #azzle-submit-btn {
    padding: 15px 24px;
  }
}

.azzle-default-btn.btn2,
#azzle-submit-btn.btn2 {
  background-color: var(--variable-color4);
  align-items: center;
  gap: 10px;
}

.azzle-default-btn.btn3,
#azzle-submit-btn.btn3 {
  background-color: var(--variable-color4);
  align-items: center;
  gap: 10px;
  padding: 18px 35px;
}

.azzle-default-btn.btn4,
#azzle-submit-btn.btn4 {
  background-color: var(--variable-color4);
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
}

.azzle-default-btn.btn5,
#azzle-submit-btn.btn5 {
  border-radius: 3px;
  color: var(--heading-color);
  background-color: var(--variable-color6);
  padding: 13px 28px;
}

.azzle-default-btn.btn5:hover,
#azzle-submit-btn.btn5:hover {
  color: var(--heading-color);
}

.azzle-default-btn:hover,
#azzle-submit-btn:hover {
  color: var(--light-color);
}

.azzle-default-btn.azzle-header-btn,
#azzle-submit-btn.azzle-header-btn {
  padding: 14px 24px;
}

.azzle-default-btn.outline-btn,
#azzle-submit-btn.outline-btn {
  padding: 16px 34px;
  color: var(--heading-color);
  border: 2px solid var(--heading-color);
  background-color: var(--light-color2);
}

.azzle-default-btn.outline-btn:hover,
#azzle-submit-btn.outline-btn:hover {
  border: 2px solid transparent;
  background-color: var(--accent-bg);
}

.azzle-default-btn.outline-btn.btn2,
#azzle-submit-btn.outline-btn.btn2 {
  color: var(--heading-color);
  background-color: var(--accent-color);
}

.azzle-default-btn.outline-btn.btn2:hover,
#azzle-submit-btn.outline-btn.btn2:hover {
  background-color: var(--light-color2);
}

.azzle-default-btn.outline-btn3,
#azzle-submit-btn.outline-btn3 {
  width: 100%;
  padding: 16px 34px;
  color: var(--heading-color);
  border: 2px solid var(--heading-color);
  background-color: var(--light-color5);
  justify-content: center;
}

.azzle-default-btn.outline-btn3:hover,
#azzle-submit-btn.outline-btn3:hover {
  color: var(--light-color);
  background-color: var(--variable-color4);
  border: 2px solid var(--variable-color4);
}

.azzle-default-btn.d-block,
#azzle-submit-btn.d-block {
  width: 100%;
  display: flex !important;
  justify-content: center;
}

.azzle-default-btn:focus,
#azzle-submit-btn:focus {
  box-shadow: none;
}

.azzle-default-btn::before,
#azzle-submit-btn::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 102% 102%;
  opacity: 0;
}

.azzle-default-btn .button-wraper,
#azzle-submit-btn .button-wraper {
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.azzle-default-btn:hover .button-wraper,
#azzle-submit-btn:hover .button-wraper {
  transform: translateY(-150%);
  opacity: 0;
}

.azzle-default-btn:hover::before,
#azzle-submit-btn:hover::before {
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.azzle-default-btn:hover::after,
#azzle-submit-btn:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}

.azzle-default-btn:after,
#azzle-submit-btn:after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  opacity: 0;
  line-height: 12.5px;
  transform: translate(0, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}

.azzle-default-btn svg {
  transition: all 0.3s ease-out 0s;
}

.azzle-default-btn:hover svg path:nth-of-type(1),
.azzle-default-btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.azzle-default-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.azzle-default-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}

.azzle-default-btn:hover svg path:nth-of-type(2),
.azzle-default-btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.azzle-default-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}

.azzle-default-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.azzle-default-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}

.azzle-blog-btn svg {
  transition: all 0.3s ease-out 0s;
}

.azzle-blog-btn:hover svg path:nth-of-type(1),
.azzle-blog-btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.azzle-blog-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.azzle-blog-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}

.azzle-blog-btn:hover svg path:nth-of-type(2),
.azzle-blog-btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.azzle-blog-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}

.azzle-blog-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.azzle-blog-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}

.azzle-icon-hover {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.azzle-icon-hover:hover .hover-icon-show {
  transform: translateX(25px);
}

.azzle-icon-hover:hover .hover-icon-hide {
  transform: translateX(0px);
}

.azzle-icon-hover:hover .hover-icon-hide.small-icon {
  transform: translateX(-20px);
}

.hover-icon-hide {
  transition: all 0.4s;
  position: absolute;
  transform: translateX(-52px);
}

.hover-icon-show {
  transition: all 0.4s;
}

.azzle-breadcrumb {
  text-align: center;
  padding: 195px 0 130px;
  position: relative;
  transition: all 0.4s;
  border-radius: 0 0 50px 50px;
  background-color: var(--light-color2);
}

@media (max-width: 1199px) {
  .azzle-breadcrumb {
    padding: 180px 0 100px;
    border-radius: 0 0 30px 30px;
  }
}

@media (max-width: 767px) {
  .azzle-breadcrumb {
    padding: 150px 0 80px;
    border-radius: 0 0 15px 15px;
  }
}

@media (max-width: 767px) {
  .azzle-breadcrumb {
    padding: 120px 0 60px;
  }
}

.azzle-breadcrumb-content {
  text-align: center;
  margin: 0 auto;
}

.azzle-breadcrumb-title {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .azzle-breadcrumb-title {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .azzle-breadcrumb-title {
    margin-bottom: 24px;
  }
}

.azzle-breadcrumb-menu ul li {
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  padding: 0 6px;
  color: var(--light-color);
}

@media (max-width: 479px) {
  .azzle-breadcrumb-menu ul li {
    font-size: 18px;
  }
}

.azzle-breadcrumb-menu ul li a {
  color: var(--heading-color);
}

.azzle-breadcrumb-menu ul li:last-child {
  color: var(--accent-color);
}

.azzle-breadcrumb-menu-wrap {
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .azzle-breadcrumb-menu-wrap {
    padding-top: 30px;
  }
}

.azzle-navigation {
  margin-top: 26px;
  text-align: center;
}

.azzle-navigation .pagination {
  justify-content: center;
}

.azzle-navigation a,
.azzle-navigation span,
.page-links a,
.page-links span {
  height: 50px;
  width: 50px;
  display: inline-flex;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  color: var(--body-color);
  border-radius: 50px;
}

.azzle-navigation a:hover,
.page-links a:hover {
  background-color: var(--heading-color);
  color: var(--light-color);
}

.azzle-navigation span.current,
.page-links .current {
  cursor: not-allowed;
  background-color: var(--heading-color);
  color: var(--light-color);
}

.next {
  background-color: transparent !important;
}

.azzle-core-value-section {
  padding: 130px 0;
  border-radius: 50px;
  margin: 0 50px;
  background-color: var(--heading-color);
}

@media (max-width: 1199px) {
  .azzle-core-value-section {
    border-radius: 0;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .azzle-core-value-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .azzle-core-value-section {
    padding: 80px 0;
  }
}

.azzle-core-value-column {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 5px solid var(--variable-color2);
}

@media (max-width: 1199px) {
  .azzle-core-value-column {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .azzle-core-value-column {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.azzle-core-value-header {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.azzle-core-value-header img {
  flex-shrink: 0;
}

.azzle-core-value-header h3 {
  font-size: 30px;
  color: var(--light-color);
}

.azzle-core-value-item {
  position: relative;
  padding-top: 40px;
}

.azzle-core-value-item::before {
  content: "";
  left: 50%;
  top: -5px;
  height: 5px;
  width: 0;
  position: absolute;
  transition: all 0.4s;
  transform: translateX(-50%);
  background-color: var(--accent-color);
}

@media (max-width: 1199px) {
  .azzle-core-value-item::before {
    content: none;
  }
}

.azzle-core-value-item:hover::before {
  width: 100%;
}

.azzle-core-value-item p {
  color: var(--light-color);
}

.azzle-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.azzle-menu-wrapper .mobile-logo {
  display: block;
  text-align: left;
  max-width: 120px;
  background-color: var(--white-bg);
}

.azzle-menu-wrapper .azzle-menu-toggle {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.azzle-menu-wrapper .azzle-menu-toggle i {
  color: #000;
}

.azzle-menu-wrapper .azzle-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--light-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}

.azzle-menu-wrapper.azzle-body-visible {
  opacity: 1;
  visibility: visible;
}

.azzle-menu-wrapper.azzle-body-visible .azzle-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.azzle-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  text-align: left;
}

.azzle-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(232, 6, 60, 0.2);
  background-color: #000;
}

.azzle-mobile-menu::-webkit-scrollbar {
  width: 2px;
  background-color: #000;
}

.azzle-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--heading-color);
}

.azzle-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.azzle-mobile-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style-type: none;
}

.azzle-mobile-menu ul li li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.azzle-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 15px;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: #000 !important;
  font-weight: 600;
}

.azzle-mobile-menu ul li.azzle-active>a {
  color: var(--accent-color);
}

.azzle-mobile-menu ul li.azzle-active>a:before {
  transform: rotate(90deg);
}

.azzle-mobile-menu ul li ul li {
  padding-left: 10px;
}

.azzle-mobile-menu ul .azzle-item-has-children>a .azzle-mean-expand {
  position: absolute;
  right: 0;
  top: 3px;
  font-weight: 400;
  font-size: 16px;
  width: 60%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background-color: var(--white-bg);
  color: #000;
  transition: all ease 0.4s;
}

.azzle-mobile-menu ul .azzle-item-has-children>a .azzle-mean-expand:before {
  content: "\ea6d";
  display: inline-block;
  transition: all ease 0.3s;
  font-family: "remixicon" !important;
}

.azzle-mobile-menu ul .azzle-item-has-children.azzle-active>a .azzle-mean-expand:before {
  transform: rotate(-90deg);
}

.azzle-mobile-menu>ul>li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.azzle-menu-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}

@media (max-width: 400px) {
  .azzle-menu-wrapper .azzle-menu-area {
    width: 100%;
  }
}

.azzle-mobile-menu-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 15px;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .azzle-mobile-menu-btn {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .azzle-mobile-menu-btn {
    padding-top: 30px;
  }
}

a.azzle-default-btn.sm-size {
  font-size: 16px;
  line-height: 1;
  padding: 17px 15px;
  border-radius: 6px;
  font-weight: 600;
  font-family: Sora, sans-serif;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--light-color) !important;
  background-color: var(--accent-color);
  z-index: 0;
  overflow: hidden;
  position: relative;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  transform-style: preserve-3d;
}

/*1.3 pages css*/
.pre-item {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: var(--heading-bg);
}

.textWrapper {
  height: -moz-fit-content;
  height: fit-content;
  min-width: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
  color: white;
}

.textWrapper p {
  font-size: 80px;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1;
}

@media (max-width: 1199px) {
  .textWrapper p {
    font-size: 65px;
  }
}

@media (max-width: 991px) {
  .textWrapper p {
    font-size: 55px;
  }
}

.invertbox {
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  border-radius: 20%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: invert(100%);
  backdrop-filter: invert(100%);
  animation: move 2s ease-in-out infinite;
}

@keyframes move {
  50% {
    left: calc(100% - 3rem);
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

/*1.4 themes css*/
/*# sourceMappingURL=app.css.map */