/* ======================GLOBAL RESET ================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #ffffff;
    color: #0A0A0A;
    background-color: #c2001c;
    background-image: linear-gradient(135deg, transparent 45%, #9c2531 45%, #9c2531 55%, transparent 0);
    background-size: 5px 5px;
    height: 100%;
}

#canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

p,
a,
span,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}

p,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

ul li,
ol li {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

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;
    outline: 0;
    /* font: inherit; */
    vertical-align: baseline;
    /* font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit; */
}




/* ============sidebar=========== */

.right-nav {
    position: fixed;
    right: 48px;
    padding: 4px;
    border-radius: 999px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.1019607843);
    background-color: #00000014;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 100;
}

.right-nav a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
}

.elementor a {
    box-shadow: none;
    text-decoration: none;
}

.scroll-to.active {
    background: #23232324;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.right-nav a .tooltip::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #1c1b1b;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: rotate(54deg) skew(-8deg, -39deg);
    margin-top: -5px;
    z-index: -1;
}

.right-nav a .tooltip {
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    padding: 4px;
    border-radius: 4px;
    background-color: #1c1b1b;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.right-nav a:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1700px) {
    .right-nav a {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }
}

/* ====================Profile========================= */
.profile-container {
    position: fixed;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 437px;
    border-radius: 25px;
    padding: 40px;
    background-color: rgb(17, 17, 17);
    backdrop-filter: blur(36px);
    box-shadow: 0px 0px 20px 0px rgba(103, 103, 103, 0.2509803922) inset;
    z-index: 20;
    max-height: 100vh;
    overflow-y: auto;
    max-width: 350px;
    padding: 25px 25px;
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    z-index: 4;
}

.main {
    padding: 40px;
    position: relative;
    float: left;
    width: 100%;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 61% 46%;
    position: absolute;
}

.avatar-wrap {
    height: 255px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #b0b0b0;
}

.image .signature {
    width: 119px;
    height: 97px;
    position: absolute;
    top: 74%;
    right: 0px;

}

.pro-details {
    margin-top: 35px;
    color: #F8F8F8;
    text-align: center;
    margin-bottom: 20px;
}

.pro-details h4 {
    font-size: 27px;
    margin-bottom: 5px;
    font-family: "Oswald", sans-serif;
}

.social-links img {
    width: 20px;
    transition: all 0.5s ease;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1019607843);
    box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 0.1490196078) inset;
    backdrop-filter: blur(6px);
    transition: all 0.5s ease;
}

.social-links a:hover {
    background: #a2061c;
}

.social-links a:hover img {
    transform: scaleX(-1);
}

.social-links {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 34px;
}

/* .bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height:100%;
  z-index: 2;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  overflow: hidden;
  outline: 2px solid white;
} */

.blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #710716;
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 5s infinite ease;
}

@keyframes blob-bounce {
    0% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }

    25% {
        transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }

    50% {
        transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }

    75% {
        transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }

    100% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
}

.heading,
.image,
.pro-details,
.social-links {
    position: relative;
    z-index: 4;
}

.bot-button {
    display: flex;
    justify-content: center;
}

.get-plan-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 6px 8px;
    padding-left: 14px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #f9fafb;
    background: #0a0d2d00;
    border: 2px solid #f9fafb20;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.4s ease;
    font-family: "Inter", sans-serif;
    box-shadow: 0 10px 25px rgb(0 0 0 / 13%);
}

.get-plan-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #c1011c;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.7s ease;
    z-index: -1;
}

.get-plan-btn:hover::before {
    left: 0;
    transform: scale(1.8);
}

.get-plan-btn:hover {
    color: #f9fafb;
}

.arrow-icon {
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    border: 1px solid #374151;
    border-radius: 50%;
    background: #f9fafb;
    fill: #1f2937;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.get-plan-btn:hover .arrow-icon {
    background: #f9fafb;
    border: none;
    transform: rotate(90deg);
}

.dot {
    width: 7px;
    height: 7px;
    background: #ff0021;
    margin-right: 10px;
    border-radius: 50%;
}

.box-status {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Inter", sans-serif;

}

.section .box-status {
    justify-content: space-between;
}

.text-body-2 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: #ededed;
}



.ripple-section {
    position: relative;
    width: 100%;
    height: 500px;
    /* change to your desired height */
    background: url("your-background.jpg") center/cover no-repeat;
    overflow: hidden;
}

#ripple-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* canvas won't block hovering */
}

/* ==============Body================== */
.section {
    width: 88%;
    padding: 50px 25px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-left: 30px;
    background: #11111126;
    border-radius: 25px;

    /* background: rgba(189, 181, 181, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);  */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* .section::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #11111126;
z-index: -1;
} */


h2 {
    color: #fff;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
}

h2 span {
    border-bottom: 1px solid #ffffff;
}

h6 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 400;
    line-height: 27px;
}

p {
    font-size: 17px;
    line-height: 24px;
    color: #fdfdfd;
    font-weight: 300;
}

/* ------------------------------ */
.data-abm {
    /* display: flex;
    align-items: center;
    gap: 25px; */
    margin-top: 40px;
}

.data-abm div {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1019607843);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    color: #fff;
    border-radius: 10px;
}

/* =======my-work========== */

.animated-images-container {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    width: 33.333333%;
    z-index: 9;
    padding: 025px;
    right: 93px;
    top: 26px;
}

.tcgelements-gallery-cards {
    /* height: 505px; */
}

.animated-image-card {
    width: 80px;
    height: 350px;
    border-radius: 60px;
    margin: 0 5px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.animated-image-card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.animated-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ================================ */
.recipe-container {
    /* background: rgba(189, 181, 181, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 30px 0; */
    /* width: min(1200px, 100%); */
}

/* .recipe-container .swiper {
  width: 80%;
  height: 100%;
  margin-bottom: 30px;
} */

.swiper-scrollbar {
    --swiper-scrollbar-bottom: 0;
    --swiper-scrollbar-drag-bg-color: #dda3b6;
    --swiper-scrollbar-size: 5px;
}

.post {
    max-width: 350px;
    font-weight: 500;
    color: #fff;
    background: rgba(2, 2, 2, 0.807);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 16px 0;
    margin-bottom: 32px;
    text-align: center;
}

.post h4 {
    padding: 18px 0;
    font-size: 25px;
    font-weight: 500;
}

.post-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 4/3;
    border-radius: 6px;
    user-select: none;
    pointer-events: none;
}



/* ===================== */
.contact-cards {
    position: relative;
    float: left;
    /* width: 100%; */
    /* display: flex;
    text-align: center;
    justify-content: center; */
}

/* 
.frame {
    width: 600px;
    height: 350px;
    position: relative;
    background: #435d77;
    border-radius: 0 0 40px 40px;
} */

#button_open_envelope {
    position: absolute;
    z-index: 311;
    top: 258px;
    left: 240px;
    border-radius: 9px;
    color: #ffffff;
    font-size: 19px;
    padding: 11px 17px;
    border: 2px solid #ffffff;
    transition: .3s;
    line-height: 23px;
}

#button_open_envelope:hover {
    background: #ffffff;
    color: #E50914;
    transform: scale(1.1);
    transition: background .25s, transform .5s, ease-in;
    cursor: pointer;
}

.message {
    position: relative;
    width: 100%;
    min-height: 300px;
    float: left;
    /* height: auto; */
    border-radius: 20px;
    top: auto;
    /* padding: 20px 0; */
    overflow: hidden;
    /* background: #ffffff; */
    /* background: #9e9e9e; */
    /* margin: 0 auto; */
    /* top: 30px; */
    /* box-shadow: 0 0 5px 2px #333; */
    transition: 2s ease-in-out;
    transition-delay: 1.5s;
    z-index: 300;
}

/* 
.left,
.right,
.top {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    z-index: 310;
}

.left {
    border-left: 300px solid #252525;
    border-top: 160px solid transparent;
    border-bottom: 160px solid transparent;
}

.right {
    border-right: 300px solid #252525;
    border-top: 160px solid transparent;
    border-bottom: 160px solid transparent;
    ;
    left: 300px;
}

.top {
    border-right: 300px solid transparent;
    border-top: 200px solid #151515;
    border-left: 300px solid transparent;
    transition: transform 1s, border 1s, ease-in-out;
    transform-origin: top;
    transform: rotateX(0deg);
    z-index: 500;
}

.bottom {
    width: 600px;
    height: 190px;
    position: absolute;
    background: #000000;
    top: 160px;
    border-radius: 0 0 30px 30px;
    z-index: 310;
}

.open {
    transform-origin: top;
    transform: rotateX(180deg);
    transition: transform .7s, border .7s, z-index .7s ease-in-out;
    border-top: 200px solid #2c3e50;
    z-index: 200;
}

.pull {
    -webkit-animation: message_animation 2s 1 ease-in-out;
    animation: message_animation 2s 1 ease-in-out;
    -webkit-animation-delay: .9s;
    animation-delay: .45s;
    transition: 1.5s;
    transition-delay: 1s;
    z-index: 350;
} */

#name,
#email,
#phone,
#messarea,
#send {
    margin: 0;
    padding: 0 0 0 10px;
    width: 100%;
    height: 40px;
    float: left;
    display: block;
    font-size: 18px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #bdbdbd88;
    letter-spacing: normal;
    background: transparent;
}

input::placeholder,
textarea::placeholder {
    color: #fff;
    opacity: 1;
}

#messarea {
    height: 117px;
    width: 100%;
    overflow: auto;
    border: none;
    padding: 10px;
    box-shadow: none;
    background: #1919191a;
    border-radius: 5px;
}

#send {
    width: 100%;
    padding: 0;
    border: none;
    cursor: pointer;
    background: #141414;
    color: #fff;
    transition: .35s;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 16px;
}

.dg.ac {
    display: none !important;
}

#send:hover {
    background: #c90420;
    transition: .35s;
}

::-moz-placeholder {
    color: #0A0A0A;
    font-size: 20px;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #0A0A0A;
    font-size: 20px;
}

*:focus {
    outline: none;
}

input:focus:invalid,
textarea:focus:invalid {
    /* when a field is considered invalid by the browser */
    background: #fff url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border: 1px solid #b03535;
}

input:required:valid,
textarea:required:valid {
    /* when a field is considered valid by the browser */
    background: #fff url(images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #0A0A0A;
    border-color: #0A0A0A;
}


/* ================================= */

.experience-list {
    width: 100%;
    max-width: 900px;
}
.experience-list .exp-item:last-child{
padding-bottom:0;
border-bottom:0;
}
.experience-list .exp-item:first-child{
padding-top:0;
}
.exp-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
}

.exp-item {
    border-bottom: 1px solid #f1f1f16b;
}

.company {
    font-size: 15px;
    color: #d8d8d8;
    margin-bottom: 8px;
    font-weight: 300;
}

.role {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.exp-item.active .role {
    color: #ff5f1f;
}

.year-badge {
    padding: 8px 20px;
    background: #111111;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    min-width: 194px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}

/* .exp-item:hover .exp-item {
    border-bottom: 1px solid #0808086b;
}
.exp-item:hover .role {
    color: #000000;
} */
@-webkit-keyframes message_animation {
    0% {
        transform: translatey(0px);
        z-index: 300;
        transition: 1s ease-in-out;
    }

    50% {
        transform: translatey(-340px);
        z-index: 300;
        transition: 1s ease-in-out;
    }

    51% {
        transform: translatey(-340px);
        z-index: 350;
        transition: 1s ease-in-out;
    }

    100% {
        transform: translatey(0px);
        z-index: 350;
        transition: 1s ease-in-out;
    }
}

@keyframes message_animation {
    0% {
        transform: translatey(0px);
        z-index: 300;
        transition: 1s ease-in-out;
    }

    50% {
        transform: translatey(-340px);
        z-index: 300;
        transition: 1s ease-in-out;
    }

    51% {
        transform: translatey(-340px);
        z-index: 350;
        transition: 1s ease-in-out;
    }

    100% {
        transform: translatey(0px);
        z-index: 350;
        transition: 1s ease-in-out;
    }
}




.card-container {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.card-image {
    width: 100%;
    /* height: 380px; */
    object-fit: cover;
    display: block;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(12px);
    /* border-radius: 0 0 28px 28px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-text {
    color: #fff;
}

.card-text .tag {
    font-size: 14px;
    opacity: 0.8;
}

.card-text .title {
    font-size: 26px;
    font-weight: 500;
    margin: 6px 0 12px 0;
}

.card-text .date {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
}

.card-arrow {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.card-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}

.card-arrow svg {
    width: 28px;
    height: 28px;
    stroke: white;
}


input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

input,
textarea {
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
}

input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* input,
textarea {
    background: transparent ;
    color: #fff;
} */

input:focus,
textarea:focus {
    background: transparent;
}

.message input,
.message textarea {
    margin-bottom: 10px !important;
}


.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-inner {
    display: flex;
    width: max-content;
    animation: scroll-left 12s linear infinite;
}

.marquee-inner span {
    font-size: 70px;
    color: rgba(255, 255, 255, 0.3);
    margin-right: 60px;
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
    margin-top: 13px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.line-point {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 11px;
    margin-right: 18px !important;
    margin-left: 0px;
    border-radius: 50%;
    background: radial-gradient(circle, #fc0125, #880518);
}
.footer{
    display:none
}

/* ==== RESPONSIVE ==== */
@media (max-width: 1499px) {
.profile-container{
max-width: 339px;
}
#home{
    margin-top: -18px;
}
}
@media (max-width: 1399px) {
        #home {
        margin-top: 7px;
    }
    .profile-container {
        max-width: 309px;
        max-height: 90vh;
    }

    .avatar-wrap {
        height: 220px;
    }

    .social-links {
        margin-bottom: 18px;
    }

    .pro-details {
        margin-top: 28px;
    }

}


@media (max-width: 1199px) {
    .section {
        margin-left: -3px;
    }
}

@media (max-width: 991px) {
    #home {
        margin-top: 20px;
    }
    .section {
        margin-left: 0px;
        width: 90%;
    }

    .profile-container {
        position: relative;
        max-width: 90%;
        max-height: none;
        left: 0;
        height: auto;
        min-height: auto;
    }

    .avatar-wrap {
        height: 200px;
        width: 200px;
        display: inline-block;
    }

    .profile-content {
        position: absolute;
        top: 41px;
        left: 256px;
    }

    .pro-details {
        text-align: left;
    }

    .social-links {
        justify-content: left !important;
    }

    .image {
        display: inline-block;
    }

    .bot-button {
        justify-content: left;
    }

    .image .signature {
        width: 106px;
        height: 83px;
        position: absolute;
        top: 66%;
        right: -2px;
    }
}

@media (max-width: 567px) {
        .section {
        background: #1111113d;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .main {
        padding: 30px;
    }

    .profile-container {
        max-width: 100%;
    }

  .section {
    width: 100%;
    padding: 35px 25px;
}
    .year-badge {
    padding: 4px 15px;
    min-width: 168px;
    margin-bottom: 14px;
}
.exp-item {
    flex-direction: column;
    flex-flow: column-reverse;
    justify-content: left;
    align-items: baseline;
}
.right-nav{
    display:none;
}
    .avatar-wrap {
        height: 162px;
        width: 162px;
    }
        .image .signature {
        width: 81px;
        height: 61px;
    }
    .profile-content {
        top: 32px;
        left: 209px;
    }
    .pro-details h4 {
    font-size: 24px;
    margin-bottom: 5px;}
    .social-links a {
    width: 35px;
    height: 35px;
}

    .pro-details {
        margin-top: 35px;
        margin-bottom: 8px;
    }
    .social-links img {
    width: 18px;
}
.get-plan-btn {
    padding: 3px 6px;
    padding-left: 14px;
}

}
@media (max-width: 480px) {
    .pro-details {
        margin-top: 41px;
    }
        .avatar-wrap {
        height: 146px;
        width: 146px;
    }
        .get-plan-btn {
        padding: 3px 4px;
        padding-left: 11px;
        font-size: 13px;
    }
    .text-body-2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;}

        .profile-content {
        top: 32px;
        left: 189px;
    }
    .social-links{
    display:none;
}
  .footer .social-links{
    display: flex;
  }
    .footer{
    display:block;
}
    .section {
        padding: 27px 25px;
    }
 
        .footer  .social-links img {
        width: 23px;
    }
        .footer  .social-links a {
        width: 47px;
        height: 47px;
    }
    .footer .social-links{
        margin-bottom:0;
    }
        h2 {
        font-size: 28px;
        line-height: 36px;
           margin-bottom: 28px;
    }
    .box-status {
    margin-bottom: 12px;
}
.post-img {
    width: 67px;
    height: 67px;
}
.post h4 {
    padding: 15px 0;
    font-size: 20px;
}
.marquee-inner span {
    font-size: 43px;
    margin-top: 9px;
}
.exp-item{
        padding: 21px 0;
    margin-bottom: 12px;
}
.role {
    font-size: 20px;
}
#home h2{
 min-height: 72px;
}
    .main {
        padding: 6px;
    }
}

@media (max-width: 390px) {
    .profile-container{
     padding: 21px 21px;
    }
    .avatar-wrap {
        height: 120px;
        width: 120px;
    }

    .profile-content {
        top: 16px;
        left: 155px;
    }
        .get-plan-btn {
        padding: 1px 4px;
        font-size: 12px;
        padding-left: 9px;
    }
    .image .signature {
        width: 61px;
        height: 44px;
    }
}