/*
Theme Name: Astrace - Digital Agency WordPress Theme
Design by: Trends-Bird
Developed by: Trends Bird Limited
Version: 1.0
License: 
Tags: 
*/
/*================================================
[  Table of contents  ]
================================================

1 Theme Default

2 


======================================
[ End table content ]
======================================*/
/* =================
    Root Color 
=================*/
:root {
    --color-white--: #ffffff;
    --color-black--: #0c0f14;
    --color-black2--: #161d27;
    --color-ashblack--: #2e353d;
    --color-gBlack--: #c0c0c2;
    --color-greenyollow--: #C9F31D;
    --color-greenyollowdark--: #5c7200;
    --color-ashtransparent--: #e1e1e134;
    --color-powderblue--: #F8F;
    --color-lightash--: #f7f7f7;
    --color-tr--: transparent;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: #fff0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type=checkbox],
  [type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }

/*====================
	 Default
======================*/
*,
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
img,
q,
small,
strong,
sub,
sup,
tt,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
::before,
::after {
    margin: 0;
    padding: 0;
    border: 0;
}

*,
*::before,
*::after {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: middle;
}

iframe {
    max-width: 100%;
}

del {
    text-decoration: line-through;
}

table {
    width: 100%;
    max-width: 100%;
}

table th {
    vertical-align: top;
}

pre {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
}

textarea {
    resize: initial;
}

b,
strong {
    font-weight: 700;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input:not(.wpcf7-submit),
.uneditable-input,
select,
textarea {
    border-radius: 0;
    font-size: 14px;
    min-width: auto;
    letter-spacing: 1.4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
    height: 50px;
    padding: 0 20px;
    vertical-align: middle;
}

input:focus,
.uneditable-input:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0em rgb(0 123 255 / .25);
    box-shadow: 0 0 0 0em rgb(0 123 255 / .25);
}

/*=====================
    1 Theme Default
=======================*/
.row,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.875rem;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .2px;
    word-spacing: 0;
    word-wrap: break-word;
    overflow-x: hidden;
}

body.theme-Dark {
    background: var(--color-black);
}

body.theme-White {
    background: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: var(--color-black);  
}

h1 {
    font-size: 54px;
    line-height: 66px;
}

h2 {
    font-size: 48px;
    line-height: 60px;
}

h3 {
    font-size: 32px;
    line-height: 44px;
}

h4 {
    font-size: 24px;
    line-height: 36px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

a,
button,
.btn {
    outline: none;
    cursor: pointer;
    color: var(--color-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover,
button:hover,
.btn:hover {
    color: var(--color-greenyollow--);
    outline: none;
}
a {
    text-decoration: none;
}
a:hover {
    color: var(--color-greenyollow--);
    text-decoration: none;
}
.btn,
.btn:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0em rgb(0 123 255 / .25);
    box-shadow: 0 0 0 0em rgb(0 123 255 / .25);
}
input,
.uneditable-input,
select,
textarea {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


html.no-scroll,
body.no-scroll,
.elementor-section {

    overflow: hidden !important;

    position: fixed;

    width: 100%;

}

.astrace-section-wrapper {
    padding: 60px 0;
}

/*=====================
    Smooth Scroll
=======================*/

html.lenis {
    height: auto;
}

lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/*=====================
    Preloader
=======================*/

.preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloder .loader {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-top-color: greenyellow;
    animation: spin 1.7s linear infinite;
}

.preloder .loader:before,
.preloder .loader:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid #fff0;
    border-top-color: greenyellow;
}

.preloder .loader:before {
    animation: spin 1.8s linear infinite;
}

.preloder .loader:after {
    animation: spin 1s linear infinite;
}

.preloder .loader-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: greenyellow;
    text-transform: uppercase;
    pointer-events: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*=====================
    Cursor
=======================*/

.astrace-cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid #bbb;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease-out;
    z-index: 9999;
    text-align: center;
    align-content: center;
}

.astrace-cursor-dot {
    width: 8px;
    height: 8px;
    background-color: rgb(0 0 0 / .753);
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
}

@media (max-width:820px) {
    .astrace-cursor {
        display: none !important;
    }
}

/*=====================
    Sticky Header
=======================*/

.sticky-yes {
    position: relative;
    z-index: 99999;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.sticky-yes.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    animation: sticky-slide-down 0.3s ease forwards;
}
@keyframes sticky-slide-down {
    from {
        transform: translateY(-20%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*=====================
    Menu Bar
=======================*/

.astrace-menu {
    display: inline-block;
}
.astrace-menu>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.astrace-menu>ul>li>a {
    position: relative;
    display: inline-block;

}
.astrace-menu>ul>li>a::before {
    position: absolute;
    content: "";
    bottom: 25px;
    width: 4px;
    height: 4px;
    left: 0;
    border-radius: 40px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.astrace-menu li {
    position: relative;
}
.astrace-menu li ul {
    padding-top: 0;
    position: absolute;
    min-width: 220px;
    gap: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}
.astrace-menu>ul>li:hover> ::before {
    opacity: 1;
    width: 15px;
}
.astrace-menu>ul>li:active>::before {
    opacity: 1;
    width: 15px;
}
.astrace-menu li ul li:hover>ul {
    top: 0;
}
.astrace-menu li ul li:hover>a {
    padding-left: 45px;
}
.astrace-menu li ul ul {
    left: 100%;
}
.astrace-menu li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.astrace-menu li li a {
    display: block;
    padding: 15px 35px;
    font-weight: 500;
    color: var(--color-white);
}
.astrace-menu li.menu-item-has-children>a::after {
    font-family: "icomoon";
    content: "\e900";
    speak: never;
    font-size: calc(100% - 2px);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.astrace-menu li.menu-item-has-children .menu-item-has-children>a {
    position: relative;
    padding-right: 50px;
}
.astrace-menu li.menu-item-has-children .menu-item-has-children>a::after {
    position: absolute;
    top: 20px;
    right: 33px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 0;
}

/*=====================
    Search Bar 
=======================*/

/* Search Style Start */
.astrace-search-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.astrace-search-container .search-option-open {
    font-size: 22px;
}
.astrace-search-container .search-option-open:hover {
    color: var(--color-green);
}
.astrace-search-container.active .header-search {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.astrace-search-container.active .search-overlay {
    opacity: 0.8;
    visibility: visible;
}
.astrace-search-container.active .search-close {
    opacity: 1;
    visibility: visible;
}
.astrace-search-container .link-anime {
    display: none;
}
.astrace-search-container .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: calc(100% - 35px);
    height: 70px;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid var(--color-border);
    z-index: 5;
    background: var(--color-tr);
    -webkit-transform: translate(-50%, -150%) scale(0.8);
    transform: translate(-50%, -150%) scale(0.8);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.astrace-search-container .header-search2 {
    position: relative;
    opacity: 1;
    visibility: visible;
    height: unset;
    left: 0;
    -webkit-transform: unset;
}
.astrace-search-container .header-search input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.astrace-search-container .header-search input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
.astrace-search-container .header-search input[type=search]::-webkit-search-decoration,
.astrace-search-container .header-search input[type=search]::-webkit-search-cancel-button,
.astrace-search-container .header-search input[type=search]::-webkit-search-results-button,
.astrace-search-container .header-search input[type=search]::-webkit-search-results-decoration {
    display: none;
}
.astrace-search-container .header-search input {
    width: calc(100% - 40px);
    height: 100%;
    font-size: 16px;
    color: var(--color-white);
    background: var(--color-tr);
}
.astrace-search-container .header-search button {
    width: 70px;
    height: 100%;
    padding: 0;
    color: var(--color-white);
    font-size: 16px;
    background: var(--color-tr);
}
.astrace-search-container .header-search button:hover {
    color: var(--color-green);
}
.astrace-search-container .search-overlay {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 3;
    background: #000;
}
.astrace-search-container .search-close {
    position: fixed;
    padding: 0;
    top: 120px;
    right: 15px;
    font-size: 44px;
    opacity: 0;
    visibility: hidden;
    color: var(--color-white);
    background: var(--color-tr);
    z-index: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.astrace-search-container .search-close:hover {
    color: var(--color-green);
}

/* Search style2 */
.astrace-search-container .header-search2 {
    position: relative;
    left: 0;
    top: 0;
    width: 400px;
    height: 40px;
    opacity: 1;
    visibility: visible;
    border-radius: 100px;
    border-bottom: none;
    background: var(--color-black3);
}
.astrace-search-container .header-search2 input {
    font-size: 14px;
    width: calc(100% - 74px);
    height: 100%;
    padding-left: 25px;
    color: var(--color-white);
    background: var(--color-tr);
}
.astrace-search-container .header-search2 button {
    font-size: 14px;
    width: 70px;
    height: 100%;
    color: var(--color-white);
    background: var(--color-tr);
}
.astrace-search-container .header-search2 button:hover {
    color: var(--color-border);
}
.menu-bar.v3 .menu-right.active .header-search,
.astrace-search-container .header-search2 {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
}

/* Search end */

/* ==================
    Breadcrumb
================== */
.breadcrumb-content h2 {
    color: var(--color-greenyollow--);
    font-size: 94px;
    font-weight: 800;
    margin-bottom: 30px;
    transition: padding-left 0.3s ease;
    line-height: 1;
}
.breadcrumb-content ul {
    color: #fff;
    font-size: 16px;
    margin-left: 50px;
    transition: margin-left 0.3s ease;
}
.breadcrumb:hover .breadcrumb-content ul {
    margin-left: 40px;
}

/*=====================
    Projects 
=======================*/
.astrace-project-mask img {
    height: 100%;
    width: 100%;
    transform-origin: top;
    object-fit: cover;
}
.astrace-project-mask {
    visibility: hidden;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.elementor-editor-active .astrace-project-mask {
    visibility: visible !important;
}
.astrace-project-wrapper .repeater-item:nth-child(even) {
    margin-top: 100px;
    padding-left: 100px;
}
.astrace-project-tdbwrapper {
    position: absolute;
    bottom: 0;
    right: -100%;
    background: rgb(200 243 29);
    color: #000000;
    padding: 15px 30px;
    transition: right 1s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    width: 55%;
}
.astrace-project-mask:hover .astrace-project-tdbwrapper {
    right: 0;
    opacity: 1;
}
.astrace-project-wrapper2 .astraprojectgrid2 .astrace-project-mask2 {
    position: relative;
    overflow: hidden;
}
.astrace-project-wrapper2 .astraprojectgrid2 .project-content .image-container {
    display: block;
    position: relative;
    overflow: hidden;
}
.astrace-project-wrapper2 .astraprojectgrid2 .project-content .project-img {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: auto;
}
.astrace-project-wrapper2 .astraprojectgrid2 .project-content {
    overflow: hidden;
}
.astrace-project-wrapper2 .astraprojectgrid2 .project-content:hover .project-img {
    transform: scale(1.1);
}
.astrace-project2-tdbwrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.astrace-project2-tdbwrapper .astrace-project-title {
    padding: 20px;
    border-radius: 0px 0px 80px 10px;
}

/*=====================
    Testimonial 
=======================*/

.astrace-testimonial-slider .buttons {
    z-index: 1;
    right: 60px;
    top: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    border-radius: 50px;
    transform: translateX(50%);
}
.astrace-testimonial-slider .buttons .previous,
.astrace-testimonial-slider .buttons .next {
    width: 50%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: -20px;
    background-color: #c8ff00;
}
.astrace-testimonial-slider .buttons .previous {
    display: flex;
    justify-content: center;
    align-items: center;
}
.astrace-testimonial-slider .buttons .previous:hover {
    transform: scale(1.25);
}
.astrace-testimonial-slider .buttons .next {
    right: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.astrace-testimonial-slider .buttons .next:hover {
    transform: scale(1.25);
}
.astracetms-slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
}
.testimonial blockquote {
    font-size: 24px;
    line-height: 30px;
}
.testimonial-item-num {
    font-size: 200px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #939393;
    position: relative;
    left: 10px;
}
.testimonial-slider .astracetms-slide {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    display: none;
}
.elementor-element-edit-mode .astrace-testimonial-slider .astracetms-slide {
    opacity: 1;
    display: block;
}
.astracetms-slide.active {
    opacity: 1;
    transform: translateY(0);
    display: flex;
}
.astrace-testimonial {
    padding: 32px 0 0 0;
    background-size: 80px;
    background-position: 19% -7%;
    background-repeat: no-repeat;
    background-image: url(https://trendswordpress.com/demo/wp/astrace/wp-content/themes/astrace/assets/img/quotes-testimonial.svg);
}
.astrace-testimonial blockquote {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.astrace-testimonial .author-desc {
    padding: 36px;
}
.astrace-testimonial .author {
    font-size: 15px;
    font-weight: 700;
}
.astrace-testimonial .active {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.4s;
}
.astrace-testimonial .hide {
    display: none;
}

/*=====================
    infinite scroll
=======================*/

.infinite-scroll-widget {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
.infinite-scroll-widget .scroll {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 0px;
    white-space: nowrap;
}
.infinite-scroll-widget .scroll div {
    color: #000;
    font-size: 4em;
    background: #fff;
    padding: 20px 10px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    animation: scrollAnimation 10s linear infinite;
}
.infinite-scroll-widget .scroll div span {
    -webkit-text-stroke: 2px #000;
    color: transparent;
}
@keyframes scrollAnimation {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.infinite-scroll-widget .scroll.animation_text1 {
    transform: rotate(7deg) translateY(350px) translateX(110px);
    width: max-content;
}
.infinite-scroll-widget .scroll.animation_text2 {
    transform: rotate(-7deg) translateY(-140px) translateX(-200px);
    width: max-content;
}

/* style2 */
.infinite-scroll-widget2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.scroll.animation2_text {
    display: inline-flex;
    white-space: nowrap;
    animation: scroll-animation 36s linear infinite;
}
.scroll.animation2_text div {
    display: inline-block;
    padding-right: 50px;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
@keyframes scroll-animation {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/*=====================
    Advanced Text
=======================*/
/* style 2,3 */
.advanced-text-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.advanced-text-widget h2 {
    position: relative;
    font-family: sans-serif;
    font-size: 150px;
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    overflow: hidden;
    line-height: 1;
    white-space: nowrap;
}
.astraAThero-text {
    font-weight: bold;
    font-size: 7em;
    position: relative;
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -webkit-background-clip: text;
    transition: 0.5s;
}
.astraAThero-text:hover {
    letter-spacing: 3px;
}
.upText {
    animation: upText 1s ease;
    animation-timing-function: ease;
}
@keyframes upText {
    0% {
        transform: translateY(2rem);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
/* style 1 */
.astraTCS-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.astraTCS-text {
    position: relative;
    font-size: 14vw;
    color: #1B2E51;
    -webkit-text-stroke: 0.1vw #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.astraTCS-text::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    color: #EF4C72;
    -webkit-text-stroke: 0vw #FFFFFF;
    border-right: 4px solid #EF4C72;
    overflow: hidden;
    animation: astraTCS-animate 6s linear infinite;
}
@keyframes astraTCS-animate {
    0%,10%,100% {
        width: 0%;
    }
    70%,90% {
        width: 100%;
    }
}

/*=====================
    Logo Carousel
=======================*/

.logo_cara_slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background: #ffffff;
}
.logo_cara_slider .slide-track {
    display: flex;
    white-space: nowrap;
    width: max-content;
    animation: scroll 10s linear infinite;
}
.logo_cara_slider .cara_slide {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.logo_cara_slider .cara_slide img {
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
    filter: grayscale(100%);
}
.logo_cara_slider .cara_slide:hover img {
    opacity: 1;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
.logo_cara_slider .slide-track:hover {
    animation-play-state: paused;
}

/*=====================
    Our Team
=======================*/

.astrateam-teambox-item {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    min-height: 400px;
}

.teambox-item-inner {
    position: relative;
    border-radius: 20px;
    overflow: visible;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    transition: all 0.3sease;
}
.teambox-item-inner .team-image {
    position: relative;
    mask-image: radial-gradient(circle at 50% 37%, black 35%, rgba(0, 0, 0, 0) 35.5%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 145%;
    mask-position: center;
    -webkit-mask-position: center;
    transition: mask-size 0.6s ease, mask-position 0.6s ease;
}
.team-image .team-image-inner {
    position: relative;
    padding-top: 128%;
    overflow: hidden;
    background-color: var(--primary);
}
.team-image .team-image-inner1 {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background-color: var(--primary);
}
.teambox-item-inner .team-image img {
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    transition: width 0.4s, height 0.4s;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: saturate(0);

}
.astrateam-teambox-item .team-content {
    position: absolute;
    bottom: 0;
    padding: 25px 40px;
    z-index: 3;
}
.astrateam-teambox-item:hover .team-image {
    mask-size: 400% 500%;
    -webkit-mask-size: 400% 500%;
}
.button-popup-detail {
    position: absolute;
    width: 75px;
    height: 38px;
    bottom: 22px;
    right: 15px;
    padding: 14px 0 0 14px;
    border-radius: 20px 0 0;
    z-index: 2;
}
.astrateam-teambox-item .button-popup-detail:before {
    content: "";
    width: 20px;
    height: 20px;
    clip-path: path("M 0 0 Q 0,20 21,21 L -1 21 Z");
    position: absolute;
    bottom: 100%;
    right: 0px;
    transform: rotate(-90deg);
}
.astrateam-teambox-item .button-popup-detail .popup-icon:before {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #000000;
    font-size: 14px;
    bottom: -22px;
    right: 0;
    z-index: 3;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    transition: all 0.3sease;
}
.astrateam-teambox-item .button-popup-detail:after {
    content: "";
    width: 20px;
    height: 20px;
    clip-path: path("M 0 0 Q 0,20 21,21 L -1 21 Z");
    position: absolute;
    bottom: 0;
    right: 100%;
    transform: rotate(-90deg);
}
.astrateam-teambox-item:after {
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22px;
    background: transparent;
}
.astrateam-social-links {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    top: 50px;
    right: 22px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    pointer-events: none;
}
.astrateam-teambox-item .team-content-1 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.astrateam-teambox-item:hover .team-content-1 {
    opacity: 1;
    transform: translateY(0);
}
.astrateam-teambox-item:hover .astrateam-social-links {
    opacity: 1;
    transform: translateY(20);
    pointer-events: auto;
}
.astrateam-social-links li {
    margin-bottom: 10px;
    padding: 3px 10px;
    width: 100%;
}

/*=====================
    Services
=======================*/

.astrace-service-btn {
    text-align: center;
}
.hover-reveal {
    position: absolute;
    width: 300px;
    height: 400px;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-out;
    z-index: -1;
}
.hover-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: transform 0.4s ease-out;
}

/*=====================
    Text Reveal
=======================*/

.letter {
    display: inline-block;
    transition: opacity 0.3s, transform 0.3s;
}
.rtTextSection {
    overflow: hidden;
}

/*=====================
    Images
=======================*/

/* Image Reveal */
.astraceirv-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: left;
}

.astraceirv-img-wrapper .reveal {
    /* visibility: hidden; */
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* zoom image */

.astraceirv-zoom-wrapper,
.astraceirv-content {
    position: relative;
    width: 100%;
    z-index: 1;
}
.astraceirv-content {
    overflow-x: hidden;
}
.astraceirv-content .astrace-section {
    width: 100%;
}
.astraceirv-content .astrace-section.hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.astraceirv-image-container {
    perspective: 500px;
}
.astraceirv-image-container img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    transition: width 0.05s linear, left 0.05s linear;
}

/* blob image */

.imgshape {
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1) 0.4s,
        transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.4s;
    display: inline-block;
}
.bg-cover {
    height: 280px;
    width: 280px;
    background-size: cover;
    background-position: center;
    -webkit-animation: liquid 7s ease-in-out infinite;
    animation: liquid 7s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
@keyframes liquid {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

/* Spin Image */

.astraceirv-Spin-Wrapper {
    position: relative;
    display: inline-block;
}
.astraceirv-Spin-Wrapper img {
    width: 100%;
    height: auto;
}
.astraceirv-Spin-Wrapper i,
.astraceirv-Spin-Wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #000;
    pointer-events: none;
}
.astraceirv-Spin-Wrapper img {
    display: block;
    width: auto;
    animation: spin 4s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*=====================
    Button
=======================*/

/* btn1 */
.bouncybtn-link {
    position: relative;
}
.bouncybtn-link span,
.bouncybtn-link svg,
.bouncybtn-link i {
    position: relative;
}
.bouncybtn-link svg,
.bouncybtn-link i {
    margin-left: 10px;
    z-index: 2;
    vertical-align: middle;
}
.bouncybtn-link .bouncybtn-color {
    border-radius: 2em;
    /* background-color: greenyellow; */
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -10px;
}

/* btn2 */
.btn2-ripple .ripple-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.btn2-ripple .ripple-btn span {
    position: relative;
}
.ripple {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: rippleAnim 0.7s forwards;
}
@keyframes rippleAnim {
    0% {
        width: 0;
        height: 0;
    }

    100% {
        width: 220%;
        height: 220%;
    }
}

/* button 3 -Blob */
.btnblob {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnblob div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transition: 0.8s;
    animation: animate 6s linear infinite;
}
.btnblob:hover div:nth-child(1) {
    border: none;
    background: rgba(255, 255, 255);
}
.btnblob div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #7ef9ff;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transition: 0.8s;
    animation: animate2 4s linear infinite;
}
.btnblob:hover div:nth-child(2) {
    border: none;
    background: rgba(126, 249, 255);
}
.btnblob div:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ff66cc;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transition: 0.8s;
    animation: animate 10s linear infinite;
}
.btnblob:hover div:nth-child(3) {
    border: none;
    background: rgba(255, 102, 204);
}
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.blob-button a {
    position: relative;
    display: inline-block;
    margin-top: 4px;
}

/* Button 4 -Flip */
.full,
.flip-button .qube .front,
.flip-button .qube .back,
.flip-button .qube .front::before {
    width: 100%;

}
.flip-button {
    width: 205px;
    height: 80px;
}
.flip-button .qube {
    position: relative;
    height: 60px;
    width: 185px;
    perspective: 1800px;
}
.flip-button .qube .front,
.flip-button .qube .back {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    transition: transform 0.3s ease;
    position: absolute;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.flip-button .qube .front {
    background-color: #191919;
}
.flip-button .qube .front::before {
    content: '';
    display: block;
    z-index: -1;
}
.flip-button .qube .back {
    background-color: #d6d35d;
    color: #191919;
    transform: rotateX(0deg) translateZ(60px);
}
.flip-button .qube:hover .front {
    transform: rotateX(0deg) translateZ(30px);
}
.flip-button .qube:hover .back {
    transform: rotateX(90deg) translateZ(30px);
}
.flip-button:active .front {
    border-radius: 0;
    background-color: transparent;
    color: #191919;
}
.flip-button:active .front::before {
    background-color: #d6d35d;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.flip-button:active .front::after {
    left: 120%;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

/* First Button */
#arrow-hover {
    width: 15px;
    height: 10px;
    position: absolute;
    transform: translateX(60px);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.14, .59, 1, 1.01);
    transition: all .15s cubic-bezier(.14, .59, 1, 1.01);
    margin: 0;
    padding: 0 5px;
}
a#button-1:hover img {
    width: 15px;
    opacity: 1;
    transform: translateX(50px);
}

/* ==================
    Project Slider
================== */

.astrace-projectSlider-wrapper .swiper-container {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.astrace-projectSlider-wrapper .swiper-wrapper {
    display: flex;
    align-items: center;
}
.astrace-projectSlider-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
}
.astrace-projectSlider-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.astrace-projectSlider-wrapper .swiper-slide img {
    opacity: 0.7;
}
.astrace-projectSlider-wrapper .swiper-slide-prev img {
    transform: perspective(900px) rotateY(20deg);
    opacity: 0.85;
}
.astrace-projectSlider-wrapper .swiper-slide-next img {
    transform: perspective(900px) rotateY(-20deg);
    opacity: 0.85;
}
.astrace-projectSlider-wrapper .swiper-slide-active img {
    transform: scale(1.1);
    opacity: 1;
}

/* Project Slider2 */

.astraproSlider-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.astraproject-slider {
    width: 100%;
    overflow: hidden;
}
.astraproSlider-track {
    display: flex;
    will-change: transform;
}
.astraproSlider-item {
    transition: transform 0.5s ease;
}
.astraproSlider-item:hover .astrace-project-tdatawrapper{
    padding:50px;
}
.astraproSlider-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.astraproSlider-nav {
    display: flex;
    justify-content: end;
    gap: 15px;
}
.astraproSlider-nav .prev-btn,
.astraproSlider-nav .next-btn {
    background: #0c0d0e;
    color: #c8f31d;
    border: none;
    padding: 26px 30px;
    cursor: pointer;
    font-size: 25px;
    z-index: 10;
    margin: 10px 0px;
}
.astraproSlider-nav .prev-btn {
    left: 10px;
}
.astraproSlider-nav .next-btn {
    right: 10px;
}

/*=====================
    Video
=======================*/
#play-video:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #000000;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.astracehb-thumb {
    width: 110px;
    height: 110px !important;
    border-radius: 50% !important;
}
.astracehb-thumb-video {
    display: block;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.video-overlay:not(.hidden) {
    opacity: 1;
    pointer-events: auto;
}
.video-container {
    width: 80%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
}
.video-overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}
.video-play-button {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.video-play-button span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.astracevid_video-bg-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.astracevid_bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.astracevid_video-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 20px;
}

.astracevid_video-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.astracevid_video-description {
    font-size: 1rem;
    margin-top: 10px;
}

/*=====================
    Post/Blog Slider
=======================*/

.astracepost-scroll-slider {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100vh;
}
.astracepost-scroll-wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.astracepost-scroll-slide {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1 0 65vw;
    max-width: 65vw;
}
.astracepost-scroll-slide .item-container {
    position: relative;
}
.astracepost-scroll-slide .item-title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1;
}
.astracepost-scroll-slide .item-body {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}
.astracepost-scroll-slide .item-body .tag {
    margin-right: 0.5rem;
}
.astracepost-scroll-slide .item-body .tag>a {
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.25);
    color: #FFF;
}

/* ==================
    Pin Element
================== */

[data-settings],
.astracepost-scroll-wrapper, .pin-spacer, .astracepost-scroll-slider {
    transition: 0s !important;
}

/* ==================
    Blog/Post
================== */

.blog-post-card {
    box-shadow: 0 0 6px #ebebeb;
    margin-bottom: 25px;
}
.blog-post-card:hover {
    background: var(--color-greenyollow--);
}
.blog-post-card:hover .post-img img {
    transform: scale(1.1);
}
.blog-post-card:hover .info-list {
    color: var(--color-black--);
}
.blog-post-card:hover .post-footer .postbox__read-more {
    background: #fff;
    border-radius: 15px 0 15px 0;
}
.blog-post-card .post-img {
    overflow: hidden;
    position: relative;
    height: 300px;
}
.blog-post-card .post-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.4s ease;
}
.blog-post-card .post-body {
    padding: 25px 12px;
}
.blog-post-card .info-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
    color: var(--color-greenyollowdark--);
}
.post-body h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3em;
}
.blog-post-card .info-list li {
    margin-right: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.blog-post-card .info-list li p {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: #000;
}
.blog-post-card .post-footer {
    padding: 15px;
    border-top: 1px solid #e9e9e9;
}
.blog-post-card .post-footer .postbox__read-more {
    background: var(--color-greenyollow--);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0 15px 0 15px;
}
.blog-post-card .post-footer .postbox__read-more a {
    text-decoration: none;
    color: var(--color-black--);
    display: flex;
    align-items: center;
}
.blog-post-card .post-footer .postbox__read-more a span {
    margin-left: 5px;
}
.blog .blog-sidebar__wrapper .wp-block-search {
    display: unset;
}
.blog-sidebar__wrapper .wp-block-search__inside-wrapper {
    padding: 15px;
    background-color: #f8fdff;
    box-shadow: 0 5px 7px rgb(8 8 8 / .055);
}
.blog .blog-sidebar__wrapper input#wp-block-search__input-1 {
    border: 2px solid var(--color-greenyollow--);
    width: 70%;
}
.blog .blog-sidebar__wrapper .wp-block-search__label {
    font-size: 21px;
    margin: unset;
    padding: 20px 20px;
    font-weight: 600;
    background: var(--color-greenyollow--);
    display: block;
}
.blog-sidebar__wrapper .wp-block-search__button {
    padding: 14px 20px 16px 20px;
    background: var(--color-greenyollow--);
    color: #000;
    margin-left: 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 5px 7px rgb(8 8 8 / .055);
    border: 2px solid var(--color-greenyollow--);
    width: 30%;
}
.blog .blog-sidebar__wrapper ul.wp-block-categories-list {
    clear: both;
    overflow-wrap: break-word;
    padding: 15px;
    background-color: #f8fdff;
    box-shadow: 0 5px 7px rgb(8 8 8 / .055);
}
.blog .blog-sidebar__wrapper h4.wp-block-heading {
    font-size: 21px;
    margin-top: 18px;
    padding: 20px 20px;
    font-weight: 600;
    background: var(--color-greenyollow--);
}
.blog .blog-sidebar__wrapper .wp-block-tag-cloud {
    box-sizing: border-box;
    background: var(--color-greenyollow--);
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    color: var(--color-ashblack--);
}
.blog .blog-sidebar__wrapper .wp-block-tag-cloud a:hover {
    color: #fff;
}
.blog .blog-sidebar__wrapper .wp-block-group ul.wp-block-latest-posts__list {
    padding: 20px;
    background: #f8fdff;
    line-height: 2;
    box-shadow: 0 5px 7px rgb(8 8 8 / .055);
}
.blog .blog-sidebar__wrapper li {
    clear: both;
    padding: 15px;
    border-bottom: 1px solid var(--color-greenyollow--);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}
.blog .blog-sidebar__wrapper li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #5aab66, #a8c538);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease-in-out;
}
.blog .blog-sidebar__wrapper li:hover::after {
    transform: scaleX(1);
}
.blog .blog-sidebar__wrapper li:hover {
    color: #7c9b00;
}
.blog .blog-sidebar__wrapper h2.wp-block-heading {
    font-size: 21px;
    font-weight: 600;
    background: var(--color-greenyollow--);
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
}
.blog .blog-sidebar__wrapper ul.wp-block-social-links {
    padding: 20px;
    background: #F8FDFF;
    gap: 30px;
    align-items: center;
    align-content: center;
    margin-top: -25px;
    box-shadow: 0 5px 7px rgb(8 8 8 / .055);
}
.wp-pagenavi span.current {
    background: #C9F31D;
}
.blog-details .blog-img img {
    width: 100%;
    height: auto;
}
.blog-details ul.info-list {
    display: flex;
    margin-top: 15px;
    color: var(--color-ashblack--);
    font-weight: 600;
    font-family: fangsong;
}
.blog-details .info-list {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    color: var(--color-ashblack--);
    font-size: 15px;
    font-weight: 600;
    font-family: fangsong;
}
.blog-details .info-list li {
    display: flex;
    align-items: center;
}
.blog-details .main-text h2 {
    color: var(--color-ashblack--);
    font-weight: 700;
    margin-top: 10px;
    font-size: 35px;
}
.e-con-inner h2.elementor-heading-title.elementor-size-default {
    color: var(--color-ashblack--);
}

/* ==================
    Comments
================== */

.comments-area form#commentform {
    display: block;
    padding: 50px;
    background: #cdff00;
    border-radius: 5px;
    box-shadow: 0 0 7px rgb(8 8 8 / .055);
}
.comments-area label {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    font-size: 15px;
}
.blog-details .form-submit input#submit {
    background: #e5ff7b;
    border-radius: 0 15px 0 15px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 0 5px greenyellow;
}
.blog-details .info-list li p {
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    color: #000;
}
.blog-details .info-list li p :hover {
    color: var(--color-greenyollow--);
}
.blog-details h2.elementor-heading-title.elementor-size-default {
    font-size: 30px;
}
.comments-area h3#reply-title {
    font-size: 50px;
    font-weight: 600;
    color: var(--color-ashblack--);
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
}
.comments-area p.comment-notes {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-ashblack--);
    display: grid;
}
.post-tag-social h4 {
    padding: 5px 15px 7px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-ashblack--);
}
.post-tag-social .tags-links {
    gap: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #f1f1f1;
    background-color: var(--color-white--);
}
.blog-details .tags-links a {
    margin-top: 10px;
    font-size: 13px;
    color: #000;
    background: #c9f31d;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 6px;
}
.blog-details .tags-links a:hover {
    color: var(--color-ashblack--);
    background-color: #C9F31E;
}
.blog-details .comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33%;
    display: inline-flex;
    flex-direction: column;
}
.blog-details #comments input {
    border-bottom: 1px solid #ceff00;
    margin-top: -6px;
    height: 50px;
    margin-right: 15px;
    background: #fff;
}
.blog-details .comment-form-comment textarea#comment {
    border-bottom: 1px solid #c0e32e;
    height: 200px;
    width: 100%;
    display: flex;
    background: #fffefc;
}
.blog-details #comments {
    border-top: 1px solid #00000014;
}
.next-preve-post .nav-text.text-right {
    text-align: right;
}
.next-preve-post .nav-text.text-right::after {
    content: "→";
    font-size: 50px;
    display: inline-block;
}
.next-preve-post .nav-text.text-left {
    padding: 40px 10px;
}
.next-preve-post .nav-text.text-left::after {
    content: "←";
    font-size: 50px;
    display: inline-block;
    margin-right: 30px;
}
.next-preve-post .nav-text h6 {
    font-size: 14px;
}
.next-preve-post .nav-text span {
    font-size: 24px;
    font-weight: 600;
    font-family: "Manrope";
}
.form-container h2 {
    margin-bottom: 15px;
}
.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: space-between;
}
.form-row input {
    flex: 1;
}
input.wpcf7-form-control,
textarea.wpcf7-form-control {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}
textarea.wpcf7-form-control {
    min-height: 120px;
    resize: vertical;
}
input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #C8FF00;
    color: #000;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

