/*
Theme Name: SIGN Html Landing Page Template
Design by: MD. Didarul Alam Chowdhury
Developed by: Mohammad Shohan Miah
Version: 1.0
Support: mdamanatachy@gmail.com
*/
/*================================================
[  Table of contents  ]
================================================

    01 theme Default 
    02 button
    03 social-media
    04 title
    05 list-style
    06 quick view 
    07 header           
    08 banner           
    09 about section
    10 resume section           
    11 portfolio section           
    12 pricing section           
    13 testimonial section           
    14 contact section           
    15 footer section           

======================================
[ End table content ]
======================================*/
/*=====================
    01 theme Default 
=======================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/*======== Abstracts ==========*/
:root {
  --color-white: #FFFFFF;
  --color-white2: #F4F4F4;
  --color-white3: #F3FEFF;
  --color-black: #000000;
  --color-black2: #1C1C1C;
  --color-black3: #252525;
  --color-black4: #202020;
  --color-border: #F1FCFF;
  --color-cyan: #00A6FF;
  --color-cBlue: #358CBB;
  --color-cBlue2: #3590BD;
  --color-cBlue3: #bee7ff;
  --color-dBlue: #2F185E;
  --color-dBlue2: #44388F;
  --color-dGray: #303030;
  --color-dGray2: #4D4D4D;
  --color-green: #00FF66;
  --color-red: #FF0000;
}

/*===== Default ======*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

ul li,
ol li {
  margin: 0;
  padding: 0;
  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;
  font-size: 16px;
  font-weight: 400;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}

textarea {
  resize: initial;
}

strong {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input,
select,
textarea {
  border-radius: 0;
  font-size: 14px;
  min-width: auto;
  letter-spacing: 1.4px;
  box-sizing: border-box;
  line-height: 1.6px;
  height: 40px;
  padding: 0px 15px;
  vertical-align: middle;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file],
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

input[type=submit] {
  padding: 13px 15px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

input[type=submit]:hover {
  background: #444444;
}

input[type=button] {
  cursor: pointer;
  transition: all 0.4s ease;
}

/*========= Normalize v8.0.1 ======*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*=========Typography =========*/
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  word-spacing: 0;
  word-wrap: break-word;
  background: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-black);
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 56px;
  line-height: 66px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 26px;
  color: var(--color-black);
}

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

ul li,
ol li {
  list-style: none;
}

a,
button,
.btn,
ol li a,
ul li a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--color-black);
  transition: all 0.4s ease;
}
a:hover,
button:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
  outline: none !important;
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

section {
  padding: 100px 0;
}

svg {
  fill: var(--color-black);
  --svg-font-size: 14px;
  width: var(--svg-font-size);
  height: var(--svg-font-size);
  transition: all 0.4s ease;
}

/*==================
02 button
===================*/
.btn-style {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  color: var(--color-white);
  background: transparent;
  border: 0.125rem solid var(--color-white);
  padding: 0.5rem 1.875rem;
  margin-top: 1.875rem;
  display: inline-block;
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
  border-radius: 6.25rem;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.btn-style.v1 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-style.v1:hover {
  color: var(--color-dGray);
  background: var(--color-white);
}

.btn-style.v2 {
  font-size: 1rem;
  line-height: 1.625rem;
  background: linear-gradient(90deg, #3590bd 0%, #44388f 40%, #2f185e 70%, #3590bd 100%);
  background-size: 300%;
  border: 0 solid var(--color-white);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-style.v2:hover {
  color: var(--color-white);
  background-position-x: 100%;
}

.btn-style.v3 {
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--color-dGray);
  border: 0.125rem solid var(--color-dGray);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-style.v3:hover, .btn-style.v3.active {
  color: var(--color-white);
  border: 0.125rem solid var(--color-border);
  background-image: linear-gradient(90deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
}

.btn-style.v4 {
  background: linear-gradient(80deg, #2f185e 0%, #44388f 50%, #3590bd 100%);
  border: 0.125rem solid var(--color-white);
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
  border-radius: 6.25rem;
}

.btn-style.dark-v3 {
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--color-white);
  border: 0.125rem solid var(--color-white);
  margin-top: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-style.dark-v3:hover, .btn-style.dark-v3.active {
  color: var(--color-white);
  border: 0.125rem solid var(--color-black4);
  background-image: linear-gradient(90deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
}

/*==================
03 social-media 
===================*/
.social-media .text {
  position: relative;
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: var(--color-white);
}
.social-media .text::before {
  content: "";
  position: absolute;
  right: -0.9375rem;
  top: 48%;
  width: 0.625rem;
  height: 0.125rem;
  background: var(--color-white);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-media .social-icon {
  display: inline-block;
}
.social-media .social-icon li {
  display: inline-block;
  margin-left: 0.9375rem;
}
.social-media .social-icon li .icon {
  display: inline-block;
  border: 0.125rem solid var(--color-white);
  padding: 0.125rem 0.5rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
  border-radius: 3.125rem;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-media .social-icon li .icon svg {
  fill: var(--color-white);
  --svg-font-size: .75rem;
}
.social-media .social-icon li .icon:hover {
  background: var(--color-white);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.social-media .social-icon li .icon:hover svg {
  fill: var(--color-cBlue);
}
.social-media .social-icon li:first-child {
  margin-left: 1.875rem;
}

/*==================
04 title
===================*/
.title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.title h6 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--color-cBlue);
  text-transform: capitalize;
}
.title h2 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 700;
  color: var(--color-dGray);
  text-transform: capitalize;
  margin-top: 0.625rem;
  margin-bottom: -0.625rem;
}
.title .underline {
  position: relative;
  display: inline-block;
  width: 9.375rem;
  height: 0.1875rem;
  background: var(--color-dGray);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
.title .underline::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 1.875rem;
  height: 0.5rem;
  background: var(--color-cBlue);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
  z-index: 6;
  animation: animateMove 5s infinite;
}
@keyframes animateMove {
  0% {
    left: -0.125rem;
  }
  50% {
    left: 85%;
  }
  100% {
    left: -0.125rem;
  }
}

.dark-title h6 {
  color: var(--color-cyan);
}
.dark-title h2 {
  color: var(--color-white);
}
.dark-title .underline {
  background: var(--color-white);
}
.dark-title .underline::before {
  background: var(--color-cyan);
}

.resume-title h4 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-dGray);
  display: inline-block;
}
.resume-title h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 6.25rem;
  height: 0.1875rem;
  background: var(--color-dGray);
}

.dark-resume-title h4 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  display: inline-block;
}
.dark-resume-title h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 6.25rem;
  height: 0.1875rem;
  background: var(--color-white);
}

.accordion-title {
  margin-bottom: 1.875rem;
}
.accordion-title h4 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-white);
  display: inline-block;
}
.accordion-title h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 6.25rem;
  height: 0.1875rem;
  background: var(--color-white);
}

.form-title {
  margin-bottom: 1.875rem;
}
.form-title h4 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-dGray);
  display: inline-block;
}
.form-title h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 6.25rem;
  height: 0.1875rem;
  background: var(--color-dGray);
}

.quick-view-title {
  margin-bottom: 1.25rem;
}
.quick-view-title h6 {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 0.3125rem;
}
.quick-view-title h4 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-white);
}

/*==================
05 list-style
===================*/
.list-style li {
  position: relative;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: var(--color-dGray);
  text-transform: capitalize;
  padding: 0.125rem 0;
  margin-left: 1.5625rem;
}
.list-style li::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: -1.5625rem;
  width: 0.9375rem;
  height: 0.25rem;
  background: var(--color-dGray);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
}

.dark-list-style li {
  color: var(--color-white);
}
.dark-list-style li::before {
  background: var(--color-white);
}

/*================
06 quick view 
==================*/
.quick-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  padding: 0;
  z-index: 9999;
}
.quick-view .quick-view-close-btn {
  position: absolute;
  top: 1.875rem;
  left: 50%;
  border: 0.125rem solid white;
  padding: 0.25rem 0.625rem;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 5;
}
.quick-view .quick-view-close-btn .close-btn svg {
  --svg-font-size: .75rem;
  fill: var(--color-white);
}
.quick-view .quick-view-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-height: 80vh;
  overflow: auto;
  background: linear-gradient(90deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quick-view .quick-view-wrapper .quick-view-info {
  width: 100%;
  height: 100%;
  padding: 1.875rem;
}
.quick-view .quick-view-wrapper .quick-view-info .img {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
.quick-view .quick-view-wrapper .quick-view-info .img img {
  width: 100%;
}
.quick-view .quick-view-wrapper .quick-view-info .text-wrapper {
  padding-left: 0.625rem;
}
.quick-view .quick-view-wrapper .quick-view-info .text-wrapper p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: var(--color-white);
  padding-bottom: 1.875rem;
}
.quick-view .quick-view-wrapper .quick-view-info .text-wrapper .list-style li {
  color: var(--color-white);
}
.quick-view .quick-view-wrapper .quick-view-info .text-wrapper .list-style li::before {
  background: var(--color-white);
}
.quick-view .quick-view-wrapper .quick-view-info .text-wrapper .social-media {
  margin: 3.125rem 0 1.25rem 0;
}
.quick-view ::-webkit-scrollbar {
  width: 0.125rem;
}
.quick-view ::-webkit-scrollbar-track {
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
.quick-view ::-webkit-scrollbar-thumb {
  background: var(--color-border);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
.quick-view ::-webkit-scrollbar-thumb:hover {
  background: var(--color-border);
}
.quick-view .overlay {
  cursor: pointer;
}
.quick-view .overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: -999;
}

.dark-quick-view .quick-view-wrapper {
  background: linear-gradient(90deg, #252525 0%, #161616 100%);
}

/*==================
    Version Mode
===================*/
.vs-change {
  position: fixed;
  top: 5rem;
  right: 0;
  width: 4.375rem;
  background-color: black;
  padding: 0.625rem;
  z-index: 9;
}
.vs-change a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  text-align: center;
}

/*==================
07 header
===================*/
.menu {
  position: absolute;
  width: 100%;
  padding: 1.25rem 0;
  z-index: 999;
}
.menu .logo {
  max-width: 250px;
}
.menu .logo img {
  width: 100%;
}
.menu .main-menu {
  text-align: right;
}
.menu .main-menu .menu-top {
  display: none;
}
.menu .main-menu .main-menu-ul li {
  margin-left: 2.5rem;
  display: inline-block;
}
.menu .main-menu .main-menu-ul li a {
  position: relative;
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: capitalize;
  color: var(--color-white);
}
.menu .main-menu .main-menu-ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
  width: 0%;
  height: 0.125rem;
  background: var(--color-white);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu .main-menu .main-menu-ul li a:hover::before, .menu .main-menu .main-menu-ul li a.active::before {
  content: "";
  width: 100%;
}
.menu .main-menu .main-menu-ul li:first-child {
  margin-left: 0;
}
.menu .main-menu .social-media {
  display: none;
}
.menu .menu-icon,
.menu .menu-icon-dark-v {
  display: none;
  text-align: right;
}
.menu .menu-icon .icon,
.menu .menu-icon-dark-v .icon {
  cursor: pointer;
}
.menu .menu-icon .icon svg,
.menu .menu-icon-dark-v .icon svg {
  --svg-font-size: 1.5rem;
  fill: var(--color-white);
  vertical-align: middle;
  margin-top: 0;
}
.menu.main-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(270deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
  border-bottom: 0.0625rem solid var(--color-white);
  padding: 0.625rem 0;
  animation: smoothly 1s forwards;
  z-index: 9999;
}
@keyframes smoothly {
  0% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(0px);
  }
}

.mobile-menu,
.dark-mobile-menu {
  display: none;
}

.header-dark-v.main-sticky {
  background: linear-gradient(90deg, #161616 0%, #222222 25%, #303030 100%);
}

/*==================
08 banner 
===================*/
.banner {
  position: relative;
  min-height: 100%;
  background: linear-gradient(270deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
  padding: 6.25rem 0 3.125rem 0;
  overflow: hidden;
}
.banner .shape {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
}
.banner .shape img {
  width: 90%;
}
.banner .banner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .banner-wrapper .img {
  position: relative;
  width: 21.875rem;
  height: 28.125rem;
  overflow: hidden;
}
.banner .banner-wrapper .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: var(--color-dGray);
  border: 0.0625rem solid var(--color-white);
  border-bottom: none;
  -webkit-border-radius: 0.625rem 0.625rem 0 0;
  -moz-border-radius: 0.625rem 0.625rem 0 0;
  -ms-border-radius: 0.625rem 0.625rem 0 0;
  -o-border-radius: 0.625rem 0.625rem 0 0;
  border-radius: 0.625rem 0.625rem 0 0;
  z-index: 1;
}
.banner .banner-wrapper .img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.banner .banner-wrapper .text {
  text-align: center;
}
.banner .banner-wrapper .text h2 {
  font-size: 3.75rem;
  line-height: 4.375rem;
  font-weight: 700;
  color: var(--color-white);
  margin-top: 1.875rem;
}
.banner .banner-wrapper .text h6 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: var(--color-white);
  margin-top: 1.25rem;
}
.banner .banner-wrapper .text .btn-style {
  margin-top: 2.5rem;
}
.banner .banner-wrapper .drop-arrow {
  cursor: pointer;
  padding-top: 1.875rem;
  padding-bottom: 0.375rem;
}
.banner .banner-wrapper .drop-arrow .icon {
  display: inline-block;
}
.banner .banner-wrapper .drop-arrow .icon svg {
  position: relative;
  fill: var(--color-white);
  animation: animateDown 2s linear infinite;
}
@keyframes animateDown {
  0% {
    top: 0;
  }
  50% {
    top: 0.625rem;
  }
  100% {
    top: 0;
  }
}
.banner .social-media {
  position: absolute;
  left: 3.125rem;
  bottom: 3.125rem;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}

.banner-dark-v {
  background: linear-gradient(90deg, #161616 0%, #222222 25%, #303030 100%);
}
.banner-dark-v .banner-wrapper .text h2 span {
  color: var(--color-cyan);
}

/*==================
09 about section
===================*/
.about {
  background: var(--color-white);
}
.about .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.about .img-wrapper .img {
  position: relative;
  width: 18.75rem;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.about .img-wrapper .img img {
  width: 100%;
}
.about .img-wrapper .img::after {
  content: "";
  position: absolute;
  right: -0.9375rem;
  bottom: -0.9375rem;
  width: 9.375rem;
  height: 9.375rem;
  border-right: 0.25rem solid var(--color-dGray);
  border-bottom: 0.25rem solid var(--color-dGray);
  z-index: 1;
}
.about .img-wrapper .img::before {
  content: "";
  position: absolute;
  top: -0.9375rem;
  left: -0.9375rem;
  width: 9.375rem;
  height: 9.375rem;
  border-top: 0.25rem solid var(--color-dGray);
  border-left: 0.25rem solid var(--color-dGray);
  z-index: 1;
}
.about .about-text .about-title h2 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 500;
  color: var(--color-dGray);
}
.about .about-text .about-title h2 span {
  font-weight: 700;
  color: var(--color-cBlue);
}
.about .about-text .about-title p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: var(--color-dGray);
  margin-top: 0.3125rem;
}
.about .about-text .options {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0.625rem;
  margin-top: 1.5625rem;
}
.about .about-text .options li span {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: var(--color-dGray);
  display: block;
}
.about .about-text .options li span:first-child {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--color-dGray2);
}
.about .about-text p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: var(--color-dGray);
  margin-top: 1.5625rem;
  text-align: justify;
}
.about .about-text .list-style {
  margin-top: 1.5625rem;
}
.about .about-text .btn-style.v2 {
  margin-top: 1.875rem;
}

/*======= about dark version =============*/
.about-dark-v {
  background: var(--color-dGray);
}
.about-dark-v .img-wrapper .img::after {
  border-right: 0.25rem solid var(--color-cyan);
  border-bottom: 0.25rem solid var(--color-cyan);
}
.about-dark-v .img-wrapper .img::before {
  border-top: 0.25rem solid var(--color-cyan);
  border-left: 0.25rem solid var(--color-cyan);
}
.about-dark-v .about-text .about-title h2 {
  color: var(--color-white);
}
.about-dark-v .about-text .about-title h2 span {
  font-weight: 700;
  color: var(--color-cyan);
}
.about-dark-v .about-text .about-title p {
  color: var(--color-white);
}
.about-dark-v .about-text .options li span {
  color: var(--color-white);
}
.about-dark-v .about-text .options li span:first-child {
  color: var(--color-white);
}
.about-dark-v .about-text p {
  color: var(--color-white);
}

/*================
10 resume section
==================*/
.tabContent .tab {
  display: none;
}
.tabContent .tab.active {
  display: block;
}

.padding-left {
  padding-left: 1.25rem;
}

.padding-right {
  padding-right: 1.25rem;
}

.resume {
  position: relative;
  background: linear-gradient(80deg, #f1fcff 0%, #ebf4ff 100%);
  overflow: hidden;
  z-index: 99;
}
.resume .shape-wrapper {
  width: 100%;
  height: 100%;
}
.resume .shape-wrapper .round-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.resume .shape-wrapper .round-shape .round {
  display: inline-block;
  background: var(--color-cBlue3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.resume .shape-wrapper .round-shape .round:nth-child(1) {
  animation: round-one 12s linear 0s infinite;
  -webkit-animation: round-one 12s linear 0s infinite;
}
.resume .shape-wrapper .round-shape .round:nth-child(2) {
  animation: round-one 12s linear 1.5s infinite;
  -webkit-animation: round-one 12s linear 1.5s infinite;
}
.resume .shape-wrapper .round-shape .round:nth-child(3) {
  animation: round-one 12s linear 3s infinite;
  -webkit-animation: round-one 12s linear 3s infinite;
}
.resume .shape-wrapper .round-shape .round:nth-child(4) {
  animation: round-one 12s linear 4.5s infinite;
  -webkit-animation: round-one 12s linear 4.5s infinite;
}
.resume .shape-wrapper .round-shape .round:nth-child(5) {
  animation: round-one 12s linear 6s infinite;
  -webkit-animation: round-one 12s linear 6s infinite;
}
.resume .shape-wrapper .round-shape .round:nth-child(6) {
  animation: round-one 12s linear 7.5s infinite;
  -webkit-animation: round-one 12s linear 7.5s infinite;
}
.resume .shape-wrapper .round-shape .round:nth-child(7) {
  animation: round-one 12s linear 9s infinite;
  -webkit-animation: round-one 12s linear 9s infinite;
}
.resume .shape-wrapper .round-shape .round:nth-child(8) {
  animation: round-one 12s linear 10.5s infinite;
  -webkit-animation: round-one 12s linear 10.5s infinite;
}
@keyframes round-one {
  0% {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: inline-block;
    z-index: -1;
  }
  50% {
    position: absolute;
    top: -43.75rem;
    left: -43.75rem;
    width: 87.5rem;
    height: 87.5rem;
    display: inline-block;
    opacity: 0;
    z-index: -7;
  }
  100% {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: inline-block;
    opacity: 0;
    z-index: -9;
  }
}
.resume .resume-wrapper .resume-document .tab-btn {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  gap: 1.5rem;
}
.resume .resume-wrapper .resume-document .tab-btn .btn-style.v3 {
  margin-top: 0;
}
.resume .resume-wrapper .resume-document .tabContent {
  margin-top: 3.125rem;
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.5rem;
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  background: var(--color-white);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
  overflow: hidden;
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body {
  padding: 0;
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body span {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  color: var(--color-white);
  display: inline-block;
  background: var(--color-cBlue2);
  padding: 0.1875rem 0.9375rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
  border-radius: 3.125rem;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--color-dGray);
  margin-top: 0.625rem;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body h6 {
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--color-cBlue);
  margin-top: 0.3125rem;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--color-dGray);
  margin-top: 0.3125rem;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .shape {
  position: absolute;
  top: -3.125rem;
  right: -3.125rem;
  width: 6.25rem;
  height: 6.25rem;
  background: var(--color-cBlue2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -5;
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover {
  position: relative;
  background: var(--color-cBlue);
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .card-body span {
  color: var(--color-dGray);
  background: var(--color-white);
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .card-body h4 {
  color: var(--color-white);
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .card-body h6 {
  color: var(--color-green);
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .card-body p {
  color: var(--color-white);
}
.resume .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .shape {
  opacity: 0;
}
.resume .resume-wrapper .resume-document .tabContent .tab .skill-wrapper .skill-text p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: var(--color-dGray);
  margin-top: 1.875rem;
}
.resume .resume-wrapper .resume-document .tabContent .tab .skill-wrapper .skill-text .list-style {
  margin-top: 0.9375rem;
}
.resume .resume-wrapper .resume-document .tabContent .tab .skill-wrapper .progress-bar-wrapper {
  margin-top: 1.875rem;
}
.resume .resume-wrapper .resume-document .tabContent .tab .skill-wrapper .progress-bar-wrapper .progress-bar-item .progress-bar-title h6 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-dGray);
  margin: 1.25rem 0;
}
.resume .resume-wrapper .resume-document .tabContent .tab .skill-wrapper .progress-bar-wrapper .progress-bar-item .progress-bar-bg {
  width: 100%;
  height: 1.5rem;
  background: var(--color-white);
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.resume .resume-wrapper .resume-document .tabContent .tab .skill-wrapper .progress-bar-wrapper .progress-bar-item .progress-bar-bg .progress-bar-counter {
  position: relative;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  border-radius: 1.25rem;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.resume .resume-wrapper .resume-document .tabContent .tab .skill-wrapper .progress-bar-wrapper .progress-bar-item .progress-bar-bg .progress-bar-counter::before {
  content: attr(data-value);
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--color-white);
  background: transparent;
  padding-right: 0.625rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.resume .resume-wrapper .resume-document .tabContent .tab.active .progress-bar-wrapper .progress-bar-item .progress-bar-bg .progress-bar-counter {
  animation: progressSideLeft 2s ease;
  opacity: 1;
}
@keyframes progressSideLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    display: block;
    opacity: 1;
    transform: none;
  }
}
.resume .resume-wrapper .resume-document .tabContent .awards-img {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.5rem;
}
.resume .resume-wrapper .resume-document .tabContent .awards-img .img {
  max-width: 13.75rem;
  max-height: 13.75rem;
  overflow: hidden;
  cursor: pointer;
}
.resume .resume-wrapper .resume-document .tabContent .awards-img .img img {
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.resume .resume-wrapper .resume-document .tabContent .awards-img .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.resume-dark-v {
  background: linear-gradient(90deg, #252525 0%, #161616 100%);
}
.resume-dark-v .shape-wrapper {
  width: 100%;
  height: 100%;
}
.resume-dark-v .shape-wrapper .round-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.resume-dark-v .shape-wrapper .round-shape .round {
  display: inline-block;
  background: var(--color-black2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.resume-dark-v .shape-wrapper .round-shape .round:nth-child(1) {
  animation: round-two 12s linear 0s infinite;
  -webkit-animation: round-two 12s linear 0s infinite;
}
.resume-dark-v .shape-wrapper .round-shape .round:nth-child(2) {
  animation: round-two 12s linear 1.5s infinite;
  -webkit-animation: round-two 12s linear 1.5s infinite;
}
.resume-dark-v .shape-wrapper .round-shape .round:nth-child(3) {
  animation: round-two 12s linear 3s infinite;
  -webkit-animation: round-two 12s linear 3s infinite;
}
.resume-dark-v .shape-wrapper .round-shape .round:nth-child(4) {
  animation: round-two 12s linear 4.5s infinite;
  -webkit-animation: round-two 12s linear 4.5s infinite;
}
.resume-dark-v .shape-wrapper .round-shape .round:nth-child(5) {
  animation: round-two 12s linear 6s infinite;
  -webkit-animation: round-two 12s linear 6s infinite;
}
.resume-dark-v .shape-wrapper .round-shape .round:nth-child(6) {
  animation: round-two 12s linear 7.5s infinite;
  -webkit-animation: round-two 12s linear 7.5s infinite;
}
.resume-dark-v .shape-wrapper .round-shape .round:nth-child(7) {
  animation: round-two 12s linear 9s infinite;
  -webkit-animation: round-two 12s linear 9s infinite;
}
.resume-dark-v .shape-wrapper .round-shape .round:nth-child(8) {
  animation: round-two 12s linear 10.5s infinite;
  -webkit-animation: round-two 12s linear 10.5s infinite;
}
@keyframes round-two {
  0% {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: inline-block;
    z-index: -1;
  }
  50% {
    position: absolute;
    top: -43.75rem;
    left: -43.75rem;
    width: 87.5rem;
    height: 87.5rem;
    display: inline-block;
    opacity: 0;
    z-index: -7;
  }
  100% {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: inline-block;
    opacity: 0;
    z-index: -9;
  }
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card {
  background: var(--color-dGray);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body {
  padding: 0;
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body span {
  color: var(--color-white);
  background: var(--color-cyan);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body h4 {
  color: var(--color-white);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body h6 {
  color: var(--color-cyan);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .card-body p {
  color: var(--color-white);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card .shape {
  background: var(--color-cyan);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover {
  position: relative;
  background: var(--color-dBlue2);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .card-body span {
  color: var(--color-dGray);
  background: var(--color-white);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .card-body h4 {
  color: var(--color-white);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .card-body h6 {
  color: var(--color-green);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .card-body p {
  color: var(--color-white);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .card-wrapper .resume-card:hover .shape {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .tab .skill-wrapper .skill-text p {
  color: var(--color-white);
}
.resume-dark-v .resume-wrapper .resume-document .tabContent .tab .skill-wrapper .progress-bar-wrapper .progress-bar-item .progress-bar-title h6 {
  color: var(--color-white);
}

/*================
11 portfolio section 
==================*/
.margin-bottom {
  margin-bottom: 1.5rem;
}

.portfolio {
  background: var(--color-white);
}
.portfolio .title {
  margin-bottom: 2.25rem;
}
.portfolio .portfolio-wrapper .portfolio-card .portfolio-img {
  position: relative;
  text-align: center;
  height: 25rem;
  cursor: pointer;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio .portfolio-wrapper .portfolio-card .portfolio-img img {
  object-fit: cover;
  width: 100%;
}
.portfolio .portfolio-wrapper .portfolio-card .portfolio-img .view-btn {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  visibility: hidden;
  opacity: 0;
  z-index: 4;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio .portfolio-wrapper .portfolio-card .portfolio-img .view-btn .btn-style {
  display: inline-block;
}
.portfolio .portfolio-wrapper .portfolio-card .portfolio-img .view-btn .btn-style:hover {
  color: var(--color-dGray);
  background: var(--color-white);
}
.portfolio .portfolio-wrapper .portfolio-card .portfolio-img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio .portfolio-wrapper .portfolio-card .portfolio-img:hover .view-btn {
  visibility: visible;
  opacity: 1;
}
.portfolio .portfolio-wrapper .portfolio-card .portfolio-img:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dGray);
  opacity: 0.5;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.portfolio .portfolio-wrapper .portfolio-card .text {
  text-align: center;
  padding: 1.25rem 0.625rem 0 0.625rem;
}
.portfolio .portfolio-wrapper .portfolio-card .text p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--color-dGray);
}
.portfolio .portfolio-wrapper .portfolio-card .text h6 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: var(--color-dGray);
  margin-top: 0.3125rem;
}

.dark-portfolio-v {
  background: var(--color-dGray);
}
.dark-portfolio-v .portfolio-wrapper .portfolio-card .text p {
  color: var(--color-white);
}
.dark-portfolio-v .portfolio-wrapper .portfolio-card .text h6 {
  color: var(--color-white);
}

/*==================
12 pricing section 
===================*/
.pricing {
  background: radial-gradient(circle, #abd1ed 0%, #f8fcff 100%);
}
.pricing .pricing-wrapper {
  position: relative;
  margin-bottom: 3.75rem;
}
.pricing .pricing-wrapper .pricing-card {
  background: var(--color-white);
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  border-radius: 1.25rem;
  border: 0.125rem solid var(--color-cBlue);
  margin: 0 0.75rem;
}
.pricing .pricing-wrapper .pricing-card .popular-badge,
.pricing .pricing-wrapper .pricing-card .recommended-badge {
  background: linear-gradient(90deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
  border-bottom: 0.125rem solid var(--color-white);
  padding: 0.625rem;
  -webkit-border-radius: 1.25rem 1.25rem 0 0;
  -moz-border-radius: 1.25rem 1.25rem 0 0;
  -ms-border-radius: 1.25rem 1.25rem 0 0;
  -o-border-radius: 1.25rem 1.25rem 0 0;
  border-radius: 1.25rem 1.25rem 0 0;
}
.pricing .pricing-wrapper .pricing-card .popular-badge p,
.pricing .pricing-wrapper .pricing-card .recommended-badge p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--color-white);
  text-align: center;
}
.pricing .pricing-wrapper .pricing-card .recommended-badge {
  border-bottom: none;
}
.pricing .pricing-wrapper .pricing-card .card-body {
  height: 100%;
  text-align: center;
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
}
.pricing .pricing-wrapper .pricing-card .card-body h4 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-dGray);
}
.pricing .pricing-wrapper .pricing-card .card-body .price {
  margin-top: 1.25rem;
}
.pricing .pricing-wrapper .pricing-card .card-body .price h2 {
  font-size: 3.25rem;
  line-height: 3.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-dGray);
}
.pricing .pricing-wrapper .pricing-card .card-body .price h2 span {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: baseline;
}
.pricing .pricing-wrapper .pricing-card .card-body .price h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-dGray);
}
.pricing .pricing-wrapper .pricing-card .card-body p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--color-dGray);
  margin: 1.25rem 0 0.625rem 0;
}
.pricing .pricing-wrapper .pricing-card .card-body .line {
  display: inline-block;
  width: 6.25rem;
  height: 0.1875rem;
  background: linear-gradient(90deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
}
.pricing .pricing-wrapper .pricing-card .card-body .work-list {
  margin-top: 1.25rem;
}
.pricing .pricing-wrapper .pricing-card .card-body .work-list li {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--color-dGray);
  margin-bottom: 0.3125rem;
}
.pricing .pricing-wrapper .pricing-card .card-body .work-list li:last-child {
  margin-bottom: 0;
}
.pricing .pricing-wrapper .pricing-card .card-body .btn-style.v1 {
  font-size: 1rem;
  line-height: 1.625rem;
}
.pricing .pricing-wrapper .pricing-card .card-body h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--color-dGray);
  margin-top: 1.25rem;
}
.pricing .pricing-wrapper .pricing-card.popular {
  background: linear-gradient(90deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
  border: none;
}
.pricing .pricing-wrapper .pricing-card.popular .card-body h4 {
  color: var(--color-white);
}
.pricing .pricing-wrapper .pricing-card.popular .card-body .price h2 {
  color: var(--color-white);
}
.pricing .pricing-wrapper .pricing-card.popular .card-body .price h6 {
  color: var(--color-white);
}
.pricing .pricing-wrapper .pricing-card.popular .card-body p {
  color: var(--color-white);
}
.pricing .pricing-wrapper .pricing-card.popular .card-body .line {
  background: var(--color-white);
}
.pricing .pricing-wrapper .pricing-card.popular .card-body .work-list li {
  color: var(--color-white);
}
.pricing .pricing-wrapper .pricing-card.popular .card-body h5 {
  color: var(--color-white);
}
.pricing .pricing-wrapper .pricing-card.recommend {
  border: none;
}
.pricing .pricing-wrapper .pricing-card.recommend .recommended-badge {
  padding: 0.6875rem 0.625rem;
}
.pricing .pricing-wrapper .pricing-card.recommend .card-body {
  border: 0.125rem solid var(--color-cBlue);
  border-top: none;
  -webkit-border-radius: 0 0 1.25rem 1.25rem;
  -moz-border-radius: 0 0 1.25rem 1.25rem;
  -ms-border-radius: 0 0 1.25rem 1.25rem;
  -o-border-radius: 0 0 1.25rem 1.25rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
.pricing .pricing-wrapper .pricing-slider-dots {
  position: absolute;
  bottom: -3.125rem;
  left: 50%;
  display: flex;
  justify-content: center;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.pricing .pricing-wrapper .pricing-slider-dots ul {
  display: flex;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.pricing .pricing-wrapper .pricing-slider-dots ul li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.625rem;
}
.pricing .pricing-wrapper .pricing-slider-dots ul li button {
  background: var(--color-cBlue);
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
  border-radius: 6.25rem;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pricing .pricing-wrapper .pricing-slider-dots ul li.slick-active {
  position: relative;
}
.pricing .pricing-wrapper .pricing-slider-dots ul li.slick-active button {
  color: transparent;
  height: 0.625rem;
  width: 0.625rem;
  background: var(--color-cBlue);
}
.pricing .pricing-wrapper .pricing-slider-dots ul li.slick-active::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: -0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid var(--color-cBlue);
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
  border-radius: 6.25rem;
}

.dark-pricing-v {
  background: radial-gradient(circle, #252525 0%, #161616 100%);
}
.dark-pricing-v .pricing-wrapper .pricing-card {
  background: var(--color-dGray);
  border: none;
}
.dark-pricing-v .pricing-wrapper .pricing-card .card-body h4 {
  color: var(--color-white);
}
.dark-pricing-v .pricing-wrapper .pricing-card .card-body .price h2 {
  color: var(--color-white);
}
.dark-pricing-v .pricing-wrapper .pricing-card .card-body .price h6 {
  color: var(--color-white);
}
.dark-pricing-v .pricing-wrapper .pricing-card .card-body p {
  color: var(--color-white);
}
.dark-pricing-v .pricing-wrapper .pricing-card .card-body .line {
  background: linear-gradient(90deg, #3590bd 0%, #8c84be 50%, #a070ff 100%);
}
.dark-pricing-v .pricing-wrapper .pricing-card .card-body .work-list li {
  color: var(--color-white);
}
.dark-pricing-v .pricing-wrapper .pricing-card .card-body h5 {
  color: var(--color-white);
}
.dark-pricing-v .pricing-wrapper .pricing-card.recommend .card-body {
  border: none;
}
.dark-pricing-v .pricing-wrapper .pricing-slider-dots ul li button {
  background: var(--color-cyan);
}
.dark-pricing-v .pricing-wrapper .pricing-slider-dots ul li.slick-active button {
  background: var(--color-cyan);
}
.dark-pricing-v .pricing-wrapper .pricing-slider-dots ul li.slick-active::after {
  border: 0.125rem solid var(--color-cyan);
}

/*===================
13 testimonial section
=====================*/
.testimonial {
  position: relative;
  background: var(--color-white2);
  overflow: hidden;
  z-index: 9;
}
.testimonial .testimonial-wrapper {
  position: relative;
  margin-bottom: 3.75rem;
}
.testimonial .testimonial-wrapper .testimonial-card {
  position: relative;
  text-align: center;
  background: var(--color-white);
  margin: 0 0.75rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 9;
}
.testimonial .testimonial-wrapper .testimonial-card .question-shape {
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  z-index: -2;
}
.testimonial .testimonial-wrapper .testimonial-card .question-shape .icon svg {
  --svg-font-size: 7.125rem;
  fill: rgba(0, 0, 0, 0.05);
}
.testimonial .testimonial-wrapper .testimonial-card .card-text {
  padding: 3.125rem 3.125rem 0.75rem 3.125rem;
}
.testimonial .testimonial-wrapper .testimonial-card .card-text p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--color-dGray);
}
.testimonial .testimonial-wrapper .testimonial-card .card-body {
  padding: 1.25rem 3.125rem 3.125rem 3.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial .testimonial-wrapper .testimonial-card .card-body .profile-info .img {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto;
  overflow: hidden;
  border: 0.3125rem solid var(--color-white);
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
  border-radius: 6.25rem;
}
.testimonial .testimonial-wrapper .testimonial-card .card-body .profile-info .img img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial .testimonial-wrapper .testimonial-card .card-body .profile-info .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial .testimonial-wrapper .testimonial-card .card-body .profile-info .text {
  margin-top: 1.25rem;
}
.testimonial .testimonial-wrapper .testimonial-card .card-body .profile-info .text h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-white);
}
.testimonial .testimonial-wrapper .testimonial-card .card-body .profile-info .text p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
}
.testimonial .testimonial-wrapper .testimonial-slider-dots {
  position: absolute;
  bottom: -3.125rem;
  left: 50%;
  display: flex;
  justify-content: center;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.testimonial .testimonial-wrapper .testimonial-slider-dots ul {
  display: flex;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.testimonial .testimonial-wrapper .testimonial-slider-dots ul li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.625rem;
}
.testimonial .testimonial-wrapper .testimonial-slider-dots ul li button {
  background: var(--color-cBlue);
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
  border-radius: 6.25rem;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testimonial .testimonial-wrapper .testimonial-slider-dots ul li.slick-active {
  position: relative;
}
.testimonial .testimonial-wrapper .testimonial-slider-dots ul li.slick-active button {
  color: transparent;
  height: 0.625rem;
  width: 0.625rem;
  background: var(--color-cBlue);
}
.testimonial .testimonial-wrapper .testimonial-slider-dots ul li.slick-active::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: -0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid var(--color-cBlue);
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
  border-radius: 6.25rem;
}
.testimonial .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 5% 100%);
  z-index: -2;
}
.testimonial .bg-image img {
  width: 100%;
  height: 100%;
}

.dark-testimonial-v {
  background: var(--color-dGray);
}
.dark-testimonial-v .testimonial-wrapper .testimonial-card {
  background: var(--color-black3);
}
.dark-testimonial-v .testimonial-wrapper .testimonial-card .card-text p {
  color: var(--color-white);
}
.dark-testimonial-v .testimonial-wrapper .testimonial-card .card-body .profile-info .img {
  border: 0.3125rem solid var(--color-black3);
}
.dark-testimonial-v .testimonial-wrapper .testimonial-slider-dots ul li button {
  background: var(--color-cyan);
}
.dark-testimonial-v .testimonial-wrapper .testimonial-slider-dots ul li.slick-active button {
  background: var(--color-cyan);
}
.dark-testimonial-v .testimonial-wrapper .testimonial-slider-dots ul li.slick-active::after {
  border: 0.125rem solid var(--color-cyan);
}

/*==========================
14 contact section  
===========================*/
.contact-padding-right {
  padding-right: 0;
}

.contact-padding-left {
  padding-left: 0;
}

.contact {
  position: relative;
  background: var(--color-white3);
  overflow: hidden;
  z-index: 999;
}
.contact .accordion {
  height: 100%;
  background: linear-gradient(90deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
  padding: 3.125rem 1.875rem;
  -webkit-border-radius: 1.25rem 0 0 1.25rem;
  -moz-border-radius: 1.25rem 0 0 1.25rem;
  -ms-border-radius: 1.25rem 0 0 1.25rem;
  -o-border-radius: 1.25rem 0 0 1.25rem;
  border-radius: 1.25rem 0 0 1.25rem;
}
.contact .accordion .accordion-header {
  padding-right: 0.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid var(--color-white);
}
.contact .accordion .accordion-header h4 {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: var(--color-white);
  width: 100%;
  padding-right: 0.9375rem;
}
.contact .accordion .accordion-header .accordion-icon {
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  border-top: 0.125rem solid var(--color-white);
  border-right: 0.125rem solid var(--color-white);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact .accordion .accordion-header .accordion-icon::after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0.125rem;
  height: 0.875rem;
  width: 0.125rem;
  background: var(--color-white);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact .accordion .accordion-header .accordion-icon.accordion-icon-effect {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact .accordion .accordion-header .accordion-icon.accordion-icon-effect::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.contact .accordion .accordion-body {
  display: none;
  padding: 0.9375rem 0;
}
.contact .accordion .accordion-body p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: var(--color-white);
}
.contact .form-content {
  height: 100%;
  background: var(--color-white);
  -webkit-border-radius: 0 1.25rem 1.25rem 0;
  -moz-border-radius: 0 1.25rem 1.25rem 0;
  -ms-border-radius: 0 1.25rem 1.25rem 0;
  -o-border-radius: 0 1.25rem 1.25rem 0;
  border-radius: 0 1.25rem 1.25rem 0;
  padding: 3.125rem 1.875rem;
  -webkit-box-shadow: 0.25rem -0.125rem 0.625rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.25rem -0.125rem 0.625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.25rem -0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
.contact .form-content form .input {
  position: relative;
}
.contact .form-content form .input input {
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--color-dGray);
  width: 100%;
  height: 3.125rem;
  padding: 0.9375rem 1.5625rem;
  margin: 0.9375rem 0;
  border: 0.0625rem solid var(--color-dGray);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
.contact .form-content form .input input::placeholder {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--color-dGray);
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.contact .form-content form .input input:focus {
  border: 0.0625rem solid var(--color-cBlue);
}
.contact .form-content form .input input:focus + .label {
  top: 0.625rem;
  visibility: visible;
  opacity: 1;
}
.contact .form-content form .input input:focus::placeholder {
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.contact .form-content form .input .label {
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: var(--color-dGray);
  background-color: var(--color-white);
  padding: 0.3125rem 0.625rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact .form-content form .input .label span {
  color: var(--color-red);
}
.contact .form-content form .input textarea {
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--color-dGray);
  width: 100%;
  height: 12.5rem;
  padding: 0.9375rem 1.5625rem;
  margin: 0.625rem 0;
  border: 0.0625rem solid var(--color-dGray);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
.contact .form-content form .input textarea::placeholder {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: var(--color-dGray);
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.contact .form-content form .input textarea:focus {
  border: 0.0625rem solid var(--color-cBlue);
}
.contact .form-content form .input textarea:focus + .textarea-label {
  top: -0.3125rem;
  visibility: visible;
  opacity: 1;
}
.contact .form-content form .input textarea:focus::placeholder {
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.contact .form-content form .input .textarea-label {
  position: absolute;
  top: 1.25rem;
  left: 1.5625rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: var(--color-dGray);
  background-color: var(--color-white);
  padding: 0.3125rem 0.625rem;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact .form-content form .input .textarea-label span {
  color: var(--color-red);
}
.contact .contact-shape {
  position: absolute;
  left: -25rem;
  bottom: -25rem;
  width: 49rem;
  height: 49rem;
  background: var(--color-cBlue2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}

.dark-contact-v {
  background: var(--color-black3);
}
.dark-contact-v .accordion {
  background: var(--color-dGray);
  -webkit-box-shadow: 0.25rem -0.125rem 0.625rem rgba(0, 0, 0, 0);
  -moz-box-shadow: 0.25rem -0.125rem 0.625rem rgba(0, 0, 0, 0);
  box-shadow: 0.25rem -0.125rem 0.625rem rgba(0, 0, 0, 0);
}
.dark-contact-v .form-content {
  background: var(--color-dGray);
  -webkit-box-shadow: 0.375rem -0.125rem 0.625rem rgba(0, 0, 0, 0);
  -moz-box-shadow: 0.375rem -0.125rem 0.625rem rgba(0, 0, 0, 0);
  box-shadow: 0.375rem -0.125rem 0.625rem rgba(0, 0, 0, 0);
}
.dark-contact-v .form-content .form-title h4 {
  color: var(--color-white);
}
.dark-contact-v .form-content .form-title h4::after {
  background: var(--color-white);
}
.dark-contact-v .form-content form .input input {
  color: var(--color-white);
  border: 0.0625rem solid var(--color-white);
  background: transparent;
}
.dark-contact-v .form-content form .input input::placeholder {
  color: var(--color-white);
}
.dark-contact-v .form-content form .input input:focus {
  border: 0.0625rem solid var(--color-cyan);
}
.dark-contact-v .form-content form .input .label {
  color: var(--color-white);
  background-color: var(--color-dGray);
}
.dark-contact-v .form-content form .input textarea {
  color: var(--color-white);
  background: transparent;
  border: 0.0625rem solid var(--color-white);
}
.dark-contact-v .form-content form .input textarea::placeholder {
  color: var(--color-white);
}
.dark-contact-v .form-content form .input textarea:focus {
  border: 0.0625rem solid var(--color-cyan);
}
.dark-contact-v .form-content form .input .textarea-label {
  color: var(--color-white);
  background-color: var(--color-dGray);
}
.dark-contact-v .contact-shape {
  background: var(--color-black4);
  box-shadow: 0.25rem -0.25rem 0.875rem 0 rgba(48, 48, 48, 0.4);
  -webkit-box-shadow: 0.25rem -0.25rem 0.875rem 0 rgba(48, 48, 48, 0.4);
  -moz-box-shadow: 0.25rem -0.25rem 0.875rem 0 rgba(48, 48, 48, 0.4);
}

/*==========================
15 footer section  
===========================*/
footer {
  background: linear-gradient(90deg, #3590bd 0%, #44388f 50%, #2f185e 100%);
  padding: 1.25rem;
}
footer p {
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: capitalize;
  color: var(--color-white);
  text-align: center;
}
footer p span {
  font-weight: 600;
}
footer .scroll-btn {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  width: 3.125rem;
  height: 3.125rem;
  background: var(--color-cBlue);
  border: 0.125rem solid var(--color-white);
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  -ms-border-radius: 6.25rem;
  -o-border-radius: 6.25rem;
  border-radius: 6.25rem;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  cursor: pointer;
  z-index: 999;
}
footer .scroll-btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .scroll-btn .icon svg {
  --svg-font-size: 1rem;
  fill: var(--color-white);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .scroll-btn:hover {
  background: var(--color-white);
  border-color: var(--color-cBlue);
}
footer .scroll-btn:hover .icon svg {
  fill: var(--color-cBlue);
}
footer .scroll-btn.active {
  display: block;
}

.footer-dark-v {
  background: linear-gradient(90deg, #161616 0%, #222222 50%, #303030 100%);
}
.footer-dark-v .scroll-btn {
  background: var(--color-cyan);
  border: 0.125rem solid var(--color-dGray);
}
.footer-dark-v .scroll-btn:hover {
  background: var(--color-white);
  border-color: var(--color-cyan);
}
.footer-dark-v .scroll-btn:hover .icon svg {
  fill: var(--color-cyan);
}

.doc-title {
  padding: 0.625rem 0;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid var(--color-dGray2);
}
.doc-title h2 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: var(--color-dGray);
}

.sub-title {
  padding: 0.625rem 0;
  margin-bottom: 1.25rem;
}
.sub-title h3 {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--color-dGray);
  display: inline-block;
}
.sub-title h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 100%;
  height: 0.125rem;
  background-color: var(--color-dGray2);
}

.doc-header {
  padding: 1.875rem 0;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid var(--color-dGray2);
}
.doc-header h1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: var(--color-dGray);
  text-align: center;
}

.author-info {
  padding: 1.25rem 0;
}
.author-info .info {
  height: 100%;
  background-color: var(--color-white2);
  padding: 1.25rem;
}
.author-info .info p {
  font-weight: 500;
}
.author-info .info p span {
  font-weight: 400;
}
.author-info .info p span a {
  color: var(--color-cyan);
}
.author-info .msg {
  height: 100%;
  background-color: var(--color-white2);
  padding: 0.9375rem;
}

.table-of-content {
  padding: 0;
}
.table-of-content .content {
  background-color: var(--color-white2);
  padding: 1.25rem;
}
.table-of-content .content h2 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: var(--color-dGray);
  margin-bottom: 1.25rem;
}
.table-of-content .content .content-list ul li a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--color-dGray);
  text-decoration: underline;
  display: inline-block;
  padding: 0.3125rem 0;
}
.table-of-content .content .content-list ul li a:hover {
  color: var(--color-cyan);
}

.file-structure {
  padding: 3.125rem 0;
}

.content p {
  margin-bottom: 1.25rem;
}
.content p .bold-text {
  font-weight: 600;
}
.content p a {
  color: var(--color-cBlue);
  font-weight: 600;
  text-decoration: underline;
}
.content p strong {
  color: var(--color-dGray);
}
.content .image {
  width: 100%;
  margin-bottom: 1.25rem;
  overflow-x: auto;
}
.content .image img {
  min-width: 18.75rem;
}
.content ::-webkit-scrollbar {
  height: 0.3125rem;
}
.content ::-webkit-scrollbar-track {
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
.content ::-webkit-scrollbar-thumb {
  background: var(--color-green);
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  border-radius: 0.625rem;
}
.content ::-webkit-scrollbar-thumb:hover {
  background: var(--color-green);
}

.html-structure {
  padding: 0 0 3.125rem 0;
}

.css-structure {
  padding: 0 0 3.125rem 0;
}

.js-structure {
  padding: 0 0 3.125rem 0;
}
.js-structure .content .thanks-msg {
  padding-top: 1.875rem;
  margin-top: 3.125rem;
  border-top: 0.0625rem solid var(--color-dGray2);
}
.portfolio-card {
  margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */
