/*------------------------------------------------------------------
[Main Stylesheet]

Project     : p1-Landingpage-Compraqui
Version     : 1.0
Author      : Md Ekramul Hassan Avi
Author URI  : https://www.tigertemplate.com
-------------------------------------------------------------------*/
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/*
==========================================
    site fonts
==========================================
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Circular Std Book';
    src: url('fonts/CircularStd-Book.otf');
}

@font-face {
    font-family: 'Circular Std Book Italic';
    src: url('fonts/CircularStd-BookItalic.otf');
}

@font-face {
    font-family: 'Circular Std Medium';
    src: url('fonts/CircularStd-Medium.otf');
}

@font-face {
    font-family: 'Circular Std Bold';
    src: url('fonts/CircularStd-Bold.otf');
}

/*Gilroy fonts*/
@font-face {
    font-family: 'Gilroy Bold';
    src: url('fonts/Gilroy-Bold.ttf');
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden !important;
    color: #2c3d46;
    font-family: 'Circular Std Book', sans-serif;
}

img {
    max-width: 100%;
}

/* .about-hero::before {
    background-image: url('img/bg/1.svg');
    content: '';
    position: absolute;
    left: 0;
    top: -20rem;
    width: 100%;
    height: 1088px;
    z-index: 0;
} */

.moving div:first-child {
    animation: action 1.5s infinite alternate;
}

@keyframes action {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.moving div:nth-child(2) {
    animation: actionb 1s infinite alternate;
}

@keyframes actionb {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.moving div:nth-child(3) {
    animation: actionc 1.5s infinite alternate;
}

@keyframes actionc {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(10px)
    }
}

.moving div:last-child {
    animation: actiond 2s infinite alternate;
}

@keyframes actiond {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

.dot::after,
.dot::before {
    content: '';
    background-image: url('img/graphics/dots.svg'), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    width: 14rem;
    background-repeat: repeat;
    opacity: 1;
    inset-inline-start: 0;
}

.dot::before {
    background-image: url('img/graphics/dots.svg'), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.autobot-column {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.special {
    position: absolute;
    top: -1rem;
    right: -10px;
    z-index: 99;
    background: linear-gradient(to right, #de6292, orange);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 500;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.special::before {
    content: '';
    position: absolute;
    background-image: url('img/graphics/underline.svg');
    width: 100%;
    height: 1rem;
    inset-block-end: -1rem;
    background-size: contain;
    background-repeat: no-repeat;
}

#customer-testimonoals {
    margin-top: 6%;
}

.owl-carousel .owl-item img {
    width: auto;
}

#customer-testimonoals .item {
    margin-bottom: 0px;
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}

#customer-testimonoals .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
}

.owl-carousel {
    display: flex;
    align-items: center !important;
}

.owl-stage {
    display: flex;
    align-items: center;
}


.slicknav_nav {
    height: 100vh !important;
    background: white;
    padding: 4rem 1.25rem;
    font-weight: 300;
}

.slicknav_menutxt {
    margin-left: 1.25rem;
}

.slicknav_menu {
    background: transparent;
    font-weight: 400;
}

.slicknav_nav a {
    font-weight: 500;
}

.slicknav_btn.slicknav_collapsed {
    font-size: 9px;
    padding-top: 12px;
}

.slicknav_open .slicknav_icon::before {
    color: #2C4EAA;
    font-size: 25px;
}

.slicknav_menu {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .slicknav_menu {
        display: block !important;
    }
}

/* nav */

.nav-links {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.nav-links a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.5s ease;
    transform: translateX(0%);
}

.nav-links a:hover {
    color: #62BA9E;
}

.burger {
    display: none;
}

.burger div {
    width: 25px;
    height: 3px;
    background: #62BA9E;
    margin: 5px;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 992px) {
    nav {
        justify-content: space-between;
    }

    .nav-links {
        position: absolute;
        right: 0;
        top: 7.5vh;
        min-height: 100vh;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 50%;
        margin: 0;
        padding: 2rem;
        transform: translateX(100%);
        transition: All 0.5s ease-in;
    }

    .burger {
        display: block;
    }

}

.nav-active {
    transform: translateX(0);
}

@media only screen and (max-width: 460px) {
    .nav-links {
        width: 100%;
        transition: All 0.5s ease;
    }
}

.nav-active {
    transform: translateX(0);
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}


/* modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    bottom: 335px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/* #map {
    height: 500px;
} */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* text-transparent bg-clip-text bg-gradient-to-r from-[#13398C] to-green-400 */
.gradTextAutobot,
.headGradTextAutobot {
    background: linear-gradient(to right, #38a169, #13398C);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 500;
    -webkit-text-fill-color: transparent;
}

.headGradTextAutobot {
    background: linear-gradient(to right, #de6292, orange);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 500;
    -webkit-text-fill-color: transparent;
}

.autobotGrad {
    background: linear-gradient(to right, orange, #de6292, orange);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 500;
    -webkit-text-fill-color: transparent;
}

.gradBG {
    background: linear-gradient(to right, #38a169, #13398C);
    background: linear-gradient(to right, rgba(222, 98, 146, 0.1), rgba(255, 165, 0, 0.1));
}

/* CSS for animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btnAnimate {
    animation: fadeInUp 3s ease-in-out forwards;
}

/* below css for mdr page */
.gradient-borderBox {
    background: #fff;
    border-radius: 30px;
    padding: 0 15px 20px;
    position: relative;
}

.gradient-borderBox::after {
    background: linear-gradient(to right, orange, #de6292, orange);
    border-radius: 60px;
    height: calc(100% + 60px);
    left: -30px;
    opacity: .2;
    top: -30px;
    width: calc(100% + 60px);
}

.gradient-borderBox::before {
    background: linear-gradient(to right, #de6292, orange);
    border-radius: 30px;
    height: calc(100% + 4px);
    left: -2px;
    opacity: .5;
    top: -2px;
    width: calc(100% + 4px);
}

.gradient-borderBox::before,
.gradient-borderBox::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.gradient-borderBox h2 {
    background: linear-gradient(to right, #ffffff10, #ffffff90, #ffffff10);
    display: inline-block;
    margin: auto;
    font-size: 2.2rem;
    /* margin-top: -50%; */
    line-height: 1;
    position: relative;
    padding-top: 2rem;
}

.gradient-borderBox h2::before {
    content: "";
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: calc(100% + 20px);
    z-index: -1;
}

.gradient-borderBox p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.cardFeature strong {
    color: #fff;
}

.cardFeature {
    background: #000;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 20px !important;
    position: relative;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {

    .gradient-borderBox {
        padding: 0;
    }

    .gradient-borderBox::after {
        background: transparent;
    }

    .gradient-borderBox h2 {
        font-size: 1.5rem;
    }

    .gradient-borderBox p {
        font-size: 1.2rem;
        line-height: 1.5;
    }

}

.lineDiv p {
    font-size: 1.5rem;
    margin-top: 1rem;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    height: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
    height: auto;
}

/* show class for dropdown-content */

@media screen and (max-width: 600px) {

    .dropdown-content {
        position: relative;
        background-color: #f9f9f9;
    }

    .show {
        display: block;
        background: #e6e6e6;
        position: relative !important;
        height: auto;
        margin-top: .5rem;
        margin-bottom: 1rem;
        box-shadow: none !important;
    }

    .rotate {
        transform: rotate(180deg);
        transition: all 0.5s linear;
    }

    .dropdown {
        width: 100%;
        display: block;
    }
}

/* form css */
#demoform {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    background-image: url('img/bg/waves.svg');
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#demoform input,
#demoform textarea,
#demoform select {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1rem;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background: #ffffff10;
}

/* focus border */
#demoform input:focus,
#demoform textarea:focus,
#demoform select:focus {
    outline: none;
    border-bottom: 2px solid #62BA9E;
}

/* change demoform last input field width to auto */
#demoform input[type="checkbox"] {
    width: auto;
}

/* #demoform select {
    background: #ffffff10;
} */
/* 
#demoform {}

#demoform {}

#demoform {}

#demoform {} */

.isoLogos{
    display: block;
    margin-top: 2rem;
}
.isoLogos h4{
    text-align: left;
}
.isoLogos div{
    display: flex;
    gap: .5rem;
}
.isoLogos div .isoLogo {
    width: auto;
    height: 66px;
}