html {
    padding: 0;
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    padding: 0;
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
.Loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #040715;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.Loading::-webkit-scrollbar {
    display: none;
}
.Spinner {
    border: 6px solid #675c48;
    border-top: 6px solid #ff005b;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ProgressBarContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20%;
    left: 0;
}

.ProgressBar {
    width: 60%;
    height: 4px;
    background-color: #fdd3e4;
    position: relative;
}

.Progress {
    width: 0;
    height: 100%;
    background-color: #ff0080;
    transition: width 0.3s;
}

.Main {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.Main::-webkit-scrollbar {
    display: none;
}

/* Scroll bar container */
.scroll-bar {
    position: fixed;
    top: 20%;
    right: 0.02%;
    width: 6px;
    height: 60%;
    background: #01f7ff;
    z-index: 1000;
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Scroll bar handle */
.scroll-bar .scroll {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    background: #ff005b;
    cursor: pointer;
    border-radius: 16px;
}

/* Show scroll bar on hover */
.scroll-bar:hover {
    opacity: 1;
}

.home {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Navigation bar styles */
.Navigation {
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    transition: background-color 0.3s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 00));
}

.Navigation.scrolled {
    background-color: #ffeb9f;
}

.navbar {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    width: 100%;
    height: 86px;
    position: relative;
    top: -4px;
}

.nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.nav-list li {
    margin: 0 4px;
}

.nav-list a {
    min-width: 100px;
    color: rgb(2, 192, 198);
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    padding-top: 16px;
    text-align: center;
    border-radius: 16px;
    position: relative;
    font-family: 'Newton Howard Italic', sans-serif;
    z-index: 1;
}
.nav-list a.scrolled {
    color: rgb(255, 125, 178);
    font-family: 'Dash-Horizon', sans-serif;
}
/* Hover effect */

.nav-list a::before, .nav-tabs a::before {
    background-color: #ffeb9f;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: calc(50% - 1px);
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: -1;
}

.nav-list a:hover::before, .nav-tabs a:hover::before {
    left: 0;
    width: 22px;
}
.nav-list a:focus, .nav-list a:hover {
    color: #ff005b !important;
    background: transparent !important;
}
.nav-list a.active {
    color: #fd6b04 !important;
    background: transparent !important;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.bar {
    height: 2px;
    width: 20px;
    margin: 2px 0;
    transition: 0.4s;
    background-color: #cc8301;
}

.change .bar {
    background-color: red;
}

.change .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-4.6px, 4px);
}

.change .bar:nth-child(2) {
    opacity: 0;
}

.change .bar:nth-child(3) {
    transform: rotate(45deg) translate(-4.6px, -4px);
}

.NameOut {
    position: absolute;
}

a {
    text-decoration: none;
}

.PabitraBeraOut {
    font-family: 'Blacksword', sans-serif;
    font-size: 1.4em;
    color: #ff005b;
    display: none;
}

.PabitraBeraOut.active {
    display: block;
    text-decoration: none;
}

.PabitraBeraOut.scrolled {
    display: block;
    text-decoration: none;
}
.PabitraLogoOut {
    width: 100px;
}
.PabitraLogoOut.active {
    display: none;
}
.PabitraLogoOut.scrolled {
    display: none;
}
.NameIN {
    display: none;
}

.NameIN.scrolled {
    background-color: #150b04;
    display: inline-block;
}

.NameIN.scrolled:hover {
    background: linear-gradient(to top, rgba(255, 0, 128, 0.61), rgba(4, 7, 21, 0.51), rgba(255, 235, 159, 0.56), rgb(27, 14, 0)) !important;
}

.PabitraBeraIN {
    font-family: 'Blacksword', sans-serif;
    font-size: 1.6em;
    color: #ff005b;
    display: none;
    margin: 0 0;
    padding: 14px 16px;
}

.PabitraBeraIN.scrolled {
    display: inline-block;
}

.PabitraLogoIN {
    width: 100px;
}
.PabitraLogoIN.scrolled {
    display: none;
}
.Hello {
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.IM {
    font-family: 'Dbacks', sans-serif;
    font-size: 2em;
    color: #ff9100;
    text-align: left;
    margin-bottom: 10px;
}

.PabitraBera {
    font-family: 'Blacksword', sans-serif;
    font-size: 3em;
    color: #ff005b;
    text-align: left;
    margin-top: 0;
}

#typingEffect {
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.5em;
}

/* Add styles for each phrase class */
.web-designer {
    color: #fbb5d2;
    font-family: 'QEHADEX', sans-serif;
}
.web-developer {
    color: #00d8a6;
    font-family: 'QEHADEX', sans-serif;
}
.front-end-developer {
    color: #01f7ff;
    font-family: 'QEHADEX', sans-serif;
}
.backend-developer {
    color: #ffca67;
    font-family: 'QEHADEX', sans-serif;
}
.apps-designer {
    color: #e181fb;
    font-family: 'QEHADEX', sans-serif;
}
.apps-developer {
    color: #cdff8f;
    font-family: 'QEHADEX', sans-serif;
}

.PabitraPicuter {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.PabitraPicuterIMG {
    width: 360px;
}

.Layer {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 4;
}
/* Arrow down button containe */
.arrow-down-button-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
/* Arrow down button */
.arrow-down {
    font-size: 24px;
    color: #01f7ff;
    cursor: pointer;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.About {
    width: 100%;
    position: relative;
}

.AboutContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.AboutRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
}
.AboutFadeInUp,
.ClientsProjectsFadeInUp {
    width: 48%;
    margin-bottom: 20px;
}
.AboutFadeInUp, .ClientsProjectsFadeInUp {
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.AboutFadeInUp.visible, .ClientsProjectsFadeInUp.visible {
    transform: translateY(0);
}

.WorkExperienceYears {
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.YearsContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}
.HowManyYears {
    font-size: 16rem;
    color: #ff0080;
    font-family: 'VampireWarsTtf', sans-serif;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.Years {
    font-size: 2rem;
    color: #efb3e6;
    font-family: 'SpaceAge', sans-serif;
    padding: 0;
    margin: 0;
}
.WorkExperience {
    font-size: 2rem;
    font-weight: bold;
    color: #01f7ff;
    font-family: 'NasalizationRg', sans-serif;
    display: inline-block;
    vertical-align: initial;
}
.HowManyYears,
.Years {
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.HowManyYears.visible,
.Years.visible {
    transform: translateY(0);
}
.WorkExperienceDetails {
    margin-bottom: 10px;
    font-size: 20px;
    color: #514250;
    font-family: 'Waveruder-Bold', sans-serif;
}

.AboutService {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 26px;
    color: #ff8800;
    font-family: 'ConthraxSemiBold', sans-serif;
}
.AboutService .text-primary {
    color: #ff8800;
}
.AboutService i {
    margin-right: 10px;
    color: #00d8a6;
}
.PictureC {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.PictureA {
    width: 48%;
    margin-bottom: 10px;
}
.PictureA img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgb(255, 0, 136);
}
.HappyC,
.ProjectsC {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    color: #444;
    font-family: 'Arial', sans-serif;
    margin-right: 20px;
}
.Divide {
    font-size: 20px;
    color: #e2c8f8;
    font-family: 'LEMONMILK-Bold', sans-serif;
}
.HowManyHappyClients,
.HowManyProjectsCompleted {
    font-size: 26px;
    color: #ff0088;
    font-family: 'NasalizationRg', sans-serif;
    display: inline-block;
    vertical-align: central;
    margin-left: 10px;
}
.HappyClients,
.ProjectsCompleted {
    font-size: 26px;
    color: #02a6ff;
    font-family: 'Future Earth', sans-serif;
    display: inline-block;
    vertical-align: central;
    margin-left: 10px;
}

.HappyClientsDetails,
.ProjectsCompletedClientsDetails {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: rgba(4, 7, 21, 0.51);
    font-family: 'Chopsic', sans-serif;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.Skill {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
.SkillExperienceRow {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#skillRow, #experienceRow {
    max-width: 46% !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(4, 7, 21, 0.51) !important;
    padding-bottom: 4% !important;
    display: inline-block !important;
}
.SkillRow, .ExperienceRow {
    width: 100%;
}
.SkillA, .SkillB, .ExperienceA, .ExperienceB {
    width: 40%;
    display: inline-block;
}

.SkillA, .ExperienceA {
    float: left;
    margin-left: 10px;
}
.SkillB, .ExperienceB {
    float: right;
    margin-right: 10px;
}

.FadeUP, .FadeUp {
    flex: 1;
}

@keyframes rainbow {
    0%, 100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.SkillsExperience {
    text-align: center;
    font-family: 'Bigail', sans-serif;
    background: linear-gradient(90deg, #1c1c1c, #0066cc, #0099ff, #66ccff, #e0eafc, #cfdef3);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    color: transparent;
    animation: rainbow 5s linear infinite;
}
.SkillExperienceP {
    color: lightblue;
    font-family: 'Future Earth', sans-serif;
}
.MySkills, .MyExperience {
    text-align: center;
    background: linear-gradient(90deg, #323031, #8e8c8e);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Cafiloser', sans-serif;
    font-size: 2rem;
}
.SkillDetails,.ExperienceDetails {
    width: 90%;
    display: block;
    margin: 10px auto;
    flex: 1 1 calc(33.333% - 40px);
    padding: 10px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(169, 233, 236);
}
.SkillA.SkillDetails, .SkillB.ExperienceDetails {
    float: left;
}
.SkillB.SkillDetails, .SkillB.ExperienceDetails {
    float: right;
}

.ExperienceYearsHR {
    width: 90%;
}
.progress {
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 10px;
}
.SkillDetailsProgressBar {
    height: 100%;
    transition: width 2s ease-in-out;
}
.progress-bar-html { background-color: #ff005b; }   /* HTML color */
.progress-bar-css { background-color: #fdc903; }    /* CSS color */
.progress-bar-php { background-color: #00a6ff; }    /* PHP color */
.progress-bar-js { background-color: #ff9a02; }     /* JavaScript color */
.progress-bar-mysql { background-color: #bf59fa; }  /* MySQL color */
.progress-bar-wp { background-color: #17a2b8; }     /* WordPress color */
.font-weight-bold {
    font-weight: bold;
    color: #333;
}


.SkillsExperience, .SkillExperienceP {
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.SkillsExperience.visible, .SkillExperienceP.visible {
    transform: translateY(0);
}

.SkillName {
    color: rgba(4, 7, 21, 0.51);
    font-size: 1.2rem;
    font-family: 'CaltonHosvesk-Regular', sans-serif;
    padding: 0!important;
    margin: 0 !important;
}
.SkillPercentage {
    color: rgba(4, 7, 21, 0.51);
    font-size: 1rem;
    font-family: 'Future Earth', sans-serif;
    padding: 0!important;
    margin: 0 !important;
}
.ExperienceDetails h5 {
    color: rgba(4, 7, 21, 0.51);
    font-size: 1.2rem;
    font-family: 'Dash-Horizon', sans-serif;
    padding: 0!important;
    margin: 0 !important;
}
.ExperienceYears {
    color: #ff0088;
    font-size: 1rem;
    font-family: 'Future Earth', sans-serif;
    padding: 0!important;
    margin: 0 !important;
}
.From {
    color: #0087c1;
    font-size: 1.2rem;
    font-family: 'Bigail', sans-serif;
    padding: 0!important;
    margin: 0 !important;
}
.Services {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ServicesContainer {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ServicesSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}

.ServicesHeader {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ServicesHeader h2 {
    font-size: 2em;
    margin: 0;
    font-family: 'VampireWarsTtf', sans-serif;
    background: linear-gradient(90deg, #1c1c1c, #1b0e00, #ff0088, #1b0e00, #ff0088, #1c1c1c);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    color: transparent;
    animation: rainbow 5s linear infinite;
}

.HireMeButton {
    font-size: 1rem;
    padding: 12px 12px;
    background-color: #1b0e00;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-family: 'LEMONMILK-Bold', sans-serif;
}

.HireMeButton:hover {
    background-color: rgba(27, 14, 0, 0.76);
    transform: scale(0.9);
}

.ServicesRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
}

.ServiceColumnLeft, .ServiceColumnRight {
    flex: 0 0 48%;
    box-sizing: border-box;
}

.ServiceBlock {
    width: 100%;
    height: 250px;
    margin-bottom: 12px;
    border-radius: 8px;
    transition: transform 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ServicesIcon {
    margin-bottom: 1%;
}

.ServicesIcon i {
    background: linear-gradient(90deg, #1c1c1c, #01f7ff, #0087c1, #00d8a6, #e0eafc, #cfdef3);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    color: transparent;
    animation: rainbow 5s linear infinite;
}

.ServicesName {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1%;
    font-family: 'VampireWarsTtf', sans-serif;
    color: rgba(41, 39, 39, 0.84);
}

.ServicesDetails span {
    display: block;
    font-size: 1.2em;
    color: rgba(4, 7, 21, 0.51);
    margin-top: 1%;
    font-family: 'Dash-Horizon', sans-serif;
}

.Projects {
    padding: 50px 0;
    text-align: center;
    background: rgb(27, 14, 0);
}
.ProjectsContainer {
    padding-bottom: 20px;
}

.MyProjects {
    font-size: 2.5em;
    margin-bottom: 20px;
    padding-top: 20px;
    color: white;
    font-family: 'Future Earth', sans-serif;
}

.ProjectsNav {
    margin-bottom: 40px;
}

.ProjectsUl {
    list-style: none;
    padding: 0;
}

.ProjectsUl li {
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #01f7ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 6px 6px;
    color: white;
    font-family: 'Waveruder-Bold', sans-serif;
}

.ProjectsUl li.active, .ProjectsUl li:hover {
    background: #ff6b6b;
    color: #fff;
}
.ProjectsUl li:hover {
    background: #ffeb9f !important;
    color: #ff6b6b;
}

.Portfolio-ItemFirst, .Portfolio-ItemSecond {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #ff0080;
    box-shadow: 0 2px 4px rgb(0, 135, 193);
    border-radius: 8px;
}

.Portfolio-ItemFirst:hover, .Portfolio-ItemSecond:hover {
    transform: scale(1.05);
}

.Portfolio-IMG {
    position: relative;
    border-radius: 8px;
}

.Portfolio-IMG img {
    width: 400px;
    height: auto;
    border-radius: 8px;
}

.PortfolioButtonContainer {
    position: absolute;
    bottom: 10px;
    width: 92%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.Portfolio-IMG:hover .PortfolioButtonContainer {
    display: flex;
}

.Portfolio-Item-Button {
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    text-decoration: none;
}

.Portfolio-Item-Button:hover {
    background: #ff6b6b;
}

.Contact {
    width: 100%;
    padding: 20px 0;
    background-image: url("/Images/Background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.ContactContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(21, 11, 4, 0.78);
    border-radius: 16px;
}

.Greetings h1 {
    font-size: 2.5em;
    color: #01f7ff;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'VEISSEY MODERN', sans-serif;
}

.WhatsApp .WhatsAppMe {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #25d366;
    text-decoration: none;
    font-family: 'Abalone Smile', sans-serif;
}

.ContactDetails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ContactDetails p {
    font-size: 1.6em;
    color: #fffdfd;
    font-family: 'Venus Rising', sans-serif;
}
.GetInTouch {
    font-size: 1.6em !important;
    color: #fffdfd !important;
    font-family: 'Waveruder-Bold', sans-serif !important;
}
.ContactDetails h3 {
    font-size: 1em;
    color: #d6c9c9;
    font-family: 'CANAVAR', sans-serif;
}

.ContactDetails hr {
    width: 90%;
    border: 0;
    border-top: 1px solid #faf6f6;
    margin: 10px 0;
}

.Social .SocialButton {
    font-size: 4em;
    margin-right: 10px;
    color: #faf6f6;
    text-decoration: none;
}

.FormContainer {
    width: 100%;
}

.FormInputContainer {
    margin-bottom: 15px;
}

.FormInput .form-control {
    width: 100%;
    padding: 10px 0 10px 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize:none;
    margin-bottom: 10px;
    font-family: 'Dash-Horizon', sans-serif;
}
#message {
    height: 100px;
}

.FormInput label {
    margin-top: 5px;
    font-size: 1em;
    color: #fdfcfc;
    font-family: 'Airstrike Condensed', sans-serif;
}

.FormButton .SubmitButton {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.2em;
    color: #fff;
    background-color: #333;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Airstrike', sans-serif;
}

.FormButton .SubmitButton:hover {
    background-color: #555;
}

.Message .ResponseMessage {
    margin-top: 15px;
    font-size: 0.6em;
    color: #03A3D7;
}
.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}
.Map {
    width: 100%;
    background-image: url("/Images/Background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.MapContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MapBackground {
    width: 90%;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    background: #150b04;
    box-shadow: 0 4px 8px rgb(1, 247, 255);
}
iframe {
    width: 90%;
    height: 440px;
    border-radius: 8px;
    border: #ff0080 2px solid;
}

.Footer {
    background-color: rgb(4, 7, 21);
    padding: 20px 0;
    font-size: 14px;
    color: #01f7ff;
    text-align: center;
}

.FooterContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.FooterRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.CopyRight, .DesignedAndPublished {
    flex: 1;
    margin: 10px;
    font-family: 'Future Earth', sans-serif;
}

a.Designed  {
    text-decoration: none;
    color: #efb3e6;
    font-family: 'Blacksword', sans-serif;
}
a.Designed:hover {
    color: #ff0080;
}
a.Published  {
    text-decoration: none;
    color: #ffeb9f;
    font-family: SpaceAge, serif;
}

a.Published:hover {
    color: #ff0080;
}

a.text-secondary {
    color: #ffeb9f;
    font-family: 'Blacksword', sans-serif;
}

a.text-secondary:hover {
    color: #ff005b;
}

.FadeUP {
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.FadeUP.visible {
    transform: translateY(0);
}

.scrollTopButton {
    position: fixed;
    bottom: 26px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #ff0080;
    color: #ff0088;
    border: none;
    border-radius: 6%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}
.scrollTopButton::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    border-radius: 6%;
    box-sizing: border-box;
    background: conic-gradient(#514250 var(--scroll, 0%), transparent 0%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -2;
}

.scrollTopButton::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    border-radius: 6%;
    box-sizing: border-box;
    background: #ffeb9f;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}

@media only screen and (max-width: 1160px) {
    .WorkExperienceDetails {
        font-size: 16px;
    }
    .HowManyHappyClients,
    .HowManyProjectsCompleted {
        font-size: 20px;
        display: inline;
        margin-left: 4px;
    }
    .HappyClients,
    .ProjectsCompleted {
        font-size: 20px;
        display: inline;
        margin-left: 4px;
    }
    .HappyClientsDetails,
    .ProjectsCompletedClientsDetails {
        padding: 20px 0;
        font-size: 16px;
    }

    .SkillExperienceRow {
        width: 90%!important;
        display: block !important;
    }

    #skillRow, #experienceRow {
        max-width: 100% !important;
        min-height: 500px!important;
        display: block !important;
        margin: auto;
    }
    #skillRow {
        min-height: 400px!important;
    }
    .MyExperience, .MySkills {
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 996px) {
    .HowManyYears {
        font-size: 9rem;
    }
    .Years {
        font-size: 1rem;
    }
    .WorkExperience {
        font-size: 1.6rem;
    }
    .HowManyHappyClients,
    .HowManyProjectsCompleted {
        font-size: 16px;
    }
    .HappyClients,
    .ProjectsCompleted {
        font-size: 16px;
    }
    .HappyClientsDetails,
    .ProjectsCompletedClientsDetails {
        font-size: 12px;
    }
    .AboutService {
        font-size: 12px;
    }
}
@media only screen and (min-width: 783px) {
    .NameOut {
        display: none;
    }
    .Hello {
        min-width: 400px;
    }
}
@media only screen and (max-width: 876px) {
    .PabitraBeraIN {
        font-size: 0.8em;
        padding: 26px 12px;
    }
}
@media only screen and (max-width: 782px) {
    .Spinner {
        width: 60px;
        height: 60px;
    }
    .Navigation.active {
        background: #fbb5d2;
    }

    .navbar {
        height: 40px;
        display: flex;
    }

    .menu-toggle {
        top: 14px;
        right: 14px;
        display: flex;
        padding: 7px 12px;
        border-radius: 4px;
        border: solid 1px #ff0088;
    }

    .menu-toggle:hover {
        background: #01f7ff;
        border: solid 1px #fa7201;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 0;
        position: fixed;
        top: 86px;
        left: 0;
        background-color: #e2c8f8;
        transition: height 0.4s;
        z-index: 999;
    }

    .nav-list.active {
        height: 420px;
    }

    .nav-list::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, #efb3e6, #04A4AB, #04A4AB, #efb3e6);
        display: none;
    }

    .nav-list.active::before {
        display: block;
    }

    .nav-list li {
        text-align: left;
        margin-top: 20px;
        margin-left: 6%;
        display: block;
        overflow: hidden;
    }

    .nav-list.active li {
        display: block;
    }
    .nav-list a.scrolled {
        color: rgb(2, 192, 198);
        font-family: 'Newton Howard Italic', sans-serif;
    }
    .NameOut {
        position: absolute;
        top: 10%;
        left: 2%;
    }

    .PabitraBeraOut {
        position: relative;
        top: 10px;
    }

    .NameIN {
        display: none !important;
    }
    .PabitraBeraIN {
        display: none !important;
    }
    .PabitraLogoIN {
        display: none !important;
    }.NameOut {
         position: absolute;
         top: 10%;
         left: 2%;
     }

    .PabitraBeraOut {
        position: relative;
        top: 10px;
    }

    .NameIN {
        display: none !important;
    }
    .PabitraBeraIN {
        display: none !important;
    }
    .PabitraLogoIN {
        display: none !important;
    }
    .Hello {
        min-width: 360px;
        top: 22%;
        left: 50%;
    }
    .Hello h1{
        font-size: 26px;
    }
    .Hello h2 {
        font-size: 22px;
    }
    .Changing {
        font-size: 24px;
    }
    .PabitraPicuter {
        top: 62%;
    }
    .PabitraPicuterIMG {
        width: 290px;
    }
    .AboutRow {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .AboutFadeInUp,
    .ClientsProjectsFadeInUp {
        width: 100%;
        margin-bottom: 20px;
    }
    .WorkExperienceDetails,
    .HappyClientsDetails,
    .ProjectsCompletedClientsDetails {
        font-size: 14px;
    }
    .AboutService {
        font-size: 14px;
    }
    .PictureC {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .PictureA {
        width: 100%;
        margin-bottom: 10px;
    }
    .HappyC,
    .ProjectsC {
        text-align: center;
        font-size: 14px;
        margin-right: 0;
    }
    .HowManyHappyClients,
    .HowManyProjectsCompleted {
        font-size: 30px;
        margin-left: 10px;
    }
}
@media (max-width: 600px) {
    .ServicesIcon i {
        font-size: 1.6rem;
    }
    .ServicesName {
        font-size: 1em !important;
    }
    .ServicesDetails span {
        font-size: 0.9em !important;
        margin: 0 !important;
    }

    .ContactContainer {
        width: 100%;
        padding: 10px 0;
    }

    .Greetings h1 {
        font-size: 1.8em;
    }

    .WhatsApp .WhatsAppMe {
        font-size: 1em;
    }

    .ContactDetails {
        display: block;
        padding: 0 10px;
    }

    .ContactDetails p {
        font-size: 1em;
    }

    .ContactDetails h3 {
        font-size: 0.6em;
    }

    .Social .SocialButton {
        font-size: 1.2em;
    }

    .FormInput .form-control {
        padding: 8px 0;
        font-size: 0.9em;
    }

    .FormButton .SubmitButton {
        font-size: 1em;
        padding: 8px 0;
    }

    .Message .ResponseMessage {
        font-size: 1em;
    }
    .MapBackground {
        height: 340px;
    }
    iframe {
        width: 96%;
        height: 320px;
    }
    .CopyRight {
        font-size: 0.6rem;
    }
    .DesignedAndPublished {
        font-size: 0.6rem;
    }
    .scrollTopButton {
        right: 6px;
        bottom: 12px;
    }
}

@media only screen and (max-width: 420px) {
    .Portfolio-IMG img {
        width: 360px;
    }
}
@media only screen and (max-width: 372px) {
    .WorkExperience {
        font-size: 1.2rem;
    }
    .Portfolio-IMG img {
        width: 260px;
    }
    .ServicesIcon i {
        font-size: 1.6rem;
    }
    .ServicesName {
        font-size: 0.9em !important;
    }
    .ServicesDetails span {
        font-size: 0.6em !important;
        margin: 0 !important;
    }
    .Hello {
        left: 60%;
    }
}

@media only screen and (max-height: 770px) {
    .PabitraPicuter {
        top: 460px;
    }
}

@media only screen and (max-height: 666px) {
    .Hello {
        top: 160px;
    }
}
