/* DEFAULT - START */
:root {
    --e-global-color-primary: #c55e37;
    --e-global-color-secondary: #0F0F17;
    --global-color-defaultTextColor: #6E6E6E;
    --e-global-color-accent: #0F0F17;
    --e-global-color-quotes: #DADADA;
    --e-global-color-50b2a21: #FFFFFF45;
    --e-global-color-boxesGreyBackground: #F9F9F9 !important;
    --global-textColor-BackgroundBlack: #FFFFFFA1;
    --e-global-color-1bbd246: #000000;
    --e-global-color-bf5472f: #F151137D;
    --e-global-color-1539f04: #F1B813;
    --e-global-typography: "DM Sans";
    --global-font-size: 1.1rem;
    --global-fontStyle-Different: italic;
    --divider-border-width: 1px;
    --divider-border-style: solid;
    --divider-color: var(--e-global-color-quotes) !important;
    --global-page-width: 90%;
    --global-button-radius: 0.3rem;
    --global-section-title-xs:
    /* 
    --global-section-title-m
    --global-section-title-l
    --global-section-title-xl */
}

body {
    font-family: var(--e-global-typography), Sans-serif !important;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    background-color: white !important;
    height: 100vh;
}

section {
    padding: 0.83rem 0;
}

.home .hero {
    width: 83%;
}

.navbarOnScroll {
    color: white;
    background-color: black;
    z-index: 777;
    position: sticky;
    top: 0;
}

.navbarOnScroll a {
    color: white !important;
}
/* DEFAULT - END */

/* Classes for adding color*/
.addBlackBackgroundTextColor {
    color: var(--global-textColor-BackgroundBlack);
}

.addWhiteColor {
    color: white;
}

.addSmoothBlackBackground {
    background-color: #0f0f17;
}

.addTextColorDefaultOnBlackBackground {
    color: var(--global-textColor-BackgroundBlack);
}

.sectionProperties {
    /* box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05) !important; */
    transition: all 400ms !important;
    padding: initial !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-bottom: 135px !important; */
    /* margin-top: -50px !important; */
}

.HBox {
    display: flex;
    position: relative;
}

/**
*   Header-Component
*
*/

a {
    text-decoration: none;
    color: white;
}

#idLogo {
    justify-content: left !important;
    display: flex;
    justify-content: right;
    align-items: center;
}

div#idLogo {}

#idLogo > a {
    padding: 26px 0;
    text-transform: uppercase;
}

#idHeader {
    display: flex;
    /* width: 90% !important; */
    justify-content: space-between;
    background-color: #000000 !important;
    /* margin: 0 auto; */
}

nav,
ul {
    width: 100%;
}

nav>ul {
    display: flex;
    /* list-style-type: none; */
    width: 100%;
    /* justify-content: center !important; */
    margin: 0;
    justify-items: center;
}

nav>ul>li {
    padding: 0% 3% !important;
    text: start;
    display: flex;
    align-items: normal;
    /* justify-content: space-around; */
    /* justify-items: flex-end; */
    /* align-self: initial; */
    /* text-align: -webkit-left; */
}

nav>ul>li>a:hover {
    /* color: var(--e-global-color-primary) !important; */
}

#idLogo,
#idHire {
    /* width: 20%; */
}

#idMenu {
    width: 60%;
}

#idLogo,
#idMenu,
#idHire,
nav {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    width: fit-content;
}

nav>ul>li>a {
    text-decoration: none;
    text-transform: uppercase !important;
    font-size: 13px !important;
    /* height: 100%; */
    /* padding: 30px 0; */
}

/* nav > ul > li > a:hover {
    text-decoration: ;
} */

.hover-underline-animation {
    display: inline-block;
    position: relative;
    /* color: var(--e-global-color-primary) !important; */
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-primary) !important;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#idHire {
    justify-content: space-evenly;
}

#idHire a {
    color: #fff !important;
    background-color: var(--e-global-color-primary) !important;
    text-decoration: none;
    padding: 6%;
}

#idHire a:hover {
    background-color: #37333200 !important;
    border: 1px solid white !important;
}

#idHire i {
    color: var(--e-global-color-boxesGreyBackground) !important;
}


/**
*   Overview-Component
*/
#idExperienceOverview {
    display: flex;
    justify-content: center;
    width: 70%;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05) !important;
    z-index: 100;
}

#idExperienceOverview>div {
    width: 33.33%;
}

#idQuotes>h5 {
    color: var(--e-global-color-quotes) !important;
    /* var( --e-global-color-c0dc0f8 ) */
    text-transform: uppercase;
    font-weight: 100;
}

#idQuotes>h3 {
    font-family: var(--e-global-typography), Sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: var(--global-fontStyle-Different);
    line-height: 1.3rem;
    letter-spacing: 1.5px;
    word-spacing: var(--e-global-typography-f4f8084-word-spacing);
}

#idCertification {
    background-color: var(--e-global-color-boxesGreyBackground) !important;
    color: var(--global-color-defaultTextColor) !important;
}

#idProjectsCompleted {
    background-color: #000 !important;
}

#idProjectsCompleted>h1 {
    color: #fff !important;
}

#idProjectsCompleted>h2 {
    color: var(--e-global-color-primary) !important;
}

#idProjectsCompleted>p {
    color: var(--global-textColor-BackgroundBlack) !important;
}

#idCertification:nth-child(1) p,
#idCertification:nth-child(2)>div>p {
    color: var(--global-color-defaultTextColor) !important;
}

#idExperienceOverview>div {
    padding: 3% 5% !important;
}

#idDegreeCertification>div>i,
#idDegreeCertification>div>p {
    display: inline;
}

#idDegreeCertification>div>i {
    color: var(--e-global-color-primary) !important;
}

.breakLine {
    display: block;
    border: var(--divider-border-width) var(--divider-border-style) var(--divider-color) !important;
    margin: 7% 0%;
}

/**
*   Footer
*
*/
.text-small {
    font-size: 0.9rem;
}

#idLogo > a {
    color: white !important;
    text-decoration: none !important;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.form-control {
    background: #212529;
    border-color: #545454;
}

.form-control:focus {
    background: #212529;
}

footer {
    background: #000000 !important;
}

ul.list-unstyled>li>a {
    text-decoration: none !important;
}

div.col-lg-2.col-md-6>ul>li>a {
    color: var(--global-textColor-BackgroundBlack) !important;
}

.text-white {
    font-weight: bolder;
}

#idSendButton {
    color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
}

#idAllRightsReserved {
    display: flex;
    justify-content: space-between;
    color: #ffffff !important;
}

#idFooter > div > .breakLine {
    margin: 8px 0;
    border: var(--divider-border-width) var(--divider-border-style) #dadada3b !important;
}

#idFooter {
    /* margin-top: 100px !important; */
    /* padding: 5% 0 !important; */
}

div.py-4 {
    padding-top: 1.5rem !important;
    /* padding-bottom: 0rem !important; */
}

#idFooterSection {
    /* position: absolute;
    bottom: 0; */
    margin-top: 0;
}

section {
}
/* 
 * Hero Section
*/

#idHeroSection > div:nth-child(1) {
    width: 100%;
    background-color: #fff;
}
#idHeroSection > div:nth-child(2) {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    /* background-color: #DADADA; */
    display: flex;
    align-items: center;
    /* position: absolute; */
    /* top: 0; */
}

#idHeroSection> div:nth-child(2) > div:nth-child(1) {
    width: 40%;
    height: 50%;
}

#idHeroSection > div:nth-child(2) > div:nth-child(2) {
    width: 60%;
    height: 50%;
    background-image: url(images/heroSection.png);
    background-size: contain;
    background-position: center center;
    /* background: chocolate; */
    opacity: 1;
    background-repeat: no-repeat;
}

#idHeroSection > div:nth-child(2) > div:nth-child(1) > div:nth-child(1),
#idHeroSection > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
    color: var(--global-textColor-BackgroundBlack) !important;
}

#idHeroSection > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > button:hover {
    color: var(--e-global-color-primary);
}

#idHeroSection {
    background-image: url(images/Coding_v3.jpg);
    background-size: cover;
    background-position: center center;
    height: 110vh;
    border-bottom: 2px solid #000000;
} 

#idQuotes {
    background: #fff;
}

#idHeaderSection {
    display: block;
    padding: 1.8rem 0 !important;
}

#idHeaderSection > div:nth-child(2) {
    width: 60% !important;
    display: flex;
    align-items: center;
}

#idHeaderSection > div {
    margin: 0 auto;
}

#idHeaderSection > div:nth-child(2) > div:nth-child(2) > div {
    display: flex;
    align-items: center;
}

#idHeaderSection > div:nth-child(2) > div:nth-child(2) {
    border-left: 1px solid black;
}


:root {
    --menu-width: 37.5rem; /* Width of menu */
    --items: 4; /* Number of items you have */
    --item-width: calc(var(
    --menu-width) / var(--items));
}

nav {
    /* width: var(--menu-width); */
    /* display: flex !important; */
    /* transform-style: preserve-3d; */
    /* justify-content: space-evenly; */
    /* position: relative; */
    z-index: 2;
    /* margin: 0px auto; */
    /* perspective: 2000px; */
    /* flex-wrap: wrap; */
    /* top: 3rem; */
    height: 100%;
}

nav .menu-item {
    color: white;
    font-weight: 600;
    /* transform-style: preserve-3d; */
    /* flex-grow: 1; */
    display: flex;
    flex-basis: var(--item-width);
    box-sizing: border-box;
    /* padding: 1em 1.5rem; */
    justify-content: center;
    /* perspective: 200px; */
    /* letter-spacing: 0.5px; */
    /* min-height: 7.5rem; */
}

nav .menu-text, nav .menu-text a {
    font-size: 1rem;
    color: white;
    text-decoration: none;
    text-shadow: 0 1px 5px rgba(0,0,0,0.1);
    transition: color 0.1s ease-out;
    text-align: center;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin: 0px !important;
}

nav .menu-text a {
    width: 100%;
    height: 100%;
}

nav .menu-text a:hover {
    color: rgba(255,255,255,0.5);
}

#sub-menu-holder {
    pointer-events: none;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    padding: 1rem;
    position: absolute;
    transition: opacity 2 ease-out;
    transform: rotateX(-25deg) scale(1);
    transform-origin: 50% 7em 0rem;
    opacity: 0;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1), 0 2px 20px rgba(0,0,0,0.3);
    box-sizing: border-box;
    top: 3rem;
    border-radius: 10px;
    background: white;
    display: block;
    height: 300px;
    width: calc(var(--menu-width) * 1.5);
}

#sub-menu-container {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    top: 2.5rem;
    width: 100%;
}

nav .menu-item:nth-of-type(1):hover ~ #sub-menu-container #sub-menu-holder,
nav .menu-item:nth-of-type(2):hover ~ #sub-menu-container #sub-menu-holder,
nav .menu-item:nth-of-type(3):hover ~ #sub-menu-container #sub-menu-holder,
nav .menu-item:nth-of-type(4):hover ~ #sub-menu-container #sub-menu-holder {
    clip-path: inset(0 28.75em 0 0 round 10px);
    height: 14em !important;
    top: 1;
    position: absolute;
    top: 34px !important;
}

.menu-item .sub-menu {
    position: absolute;
    top: 5rem !important;
    color: rgba(0,0,0,0.5);
    border-radius: 10px;
    min-width: 27.5rem;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 999;
    margin-left: -5rem;
    clip-path: inset(0 10em 10em 15em);
    opacity: 0;
    font-weight: initial;
    padding: 1.5rem;
    transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out;
    background-color: white !important;
}

.menu-item .sub-menu.double {
    min-width: 41.25rem;
    height: 18.75rem;
    display: grid;
    grid-template-columns: 54% 50%;   
}

/* .menu-item .sub-menu,
.menu-item .sub-menu.double,
.sub-menu.triple{
    top: 68px !important;
} */


.menu-item .sub-menu.triple {
    min-width: 41.25rem;
    height: 25rem;
    display: grid;
    padding: 1.5em 2.5rem;
    grid-template-columns: 55% 45%;
}
.menu-item:hover .sub-menu {
    pointer-events: all;
    clip-path: inset(0 0 0 0);
}

.menu-text:after {
    transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.01s;
    opacity: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    bottom: -5rem;
    left: calc(50% - 10px);
    border-color: transparent transparent white transparent;
    border-width: 10px;
    border-style: solid;
}

.menu-item:hover .sub-menu {
    opacity: 1;
    margin-left: 0;
}

@keyframes clipPath {
    0% {
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg) scale(1);
        top: 4.5rem;
        opacity: 1;        
    }
}

/* Menu specific */
.menu-item .title {
    font-weight: 500;
    color: rgb(44 70 86);
    margin: 0 0 0.25em 0;
}

.menu-item .icon-box * {
    transition: all 0.1s ease-out;
    position: relative;
}
.menu-item .icon-box.space {
    margin-bottom: 1.25rem;
}
.menu-item .icon-box.flat {height: 1.5rem;margin-bottom: 0.5rem;}
.menu-item .icon, .menu-item .text {
    float: left;
    /* color: #9ea9af !important; */
}

.menu-item .icon {
    color: rgb(44 70 86) !important;
    font-size: 1.25rem;
    margin: 0 1em 0 0;
}
.menu-item .icon-box {
    cursor: pointer;
}
.menu-item .icon-box {
    float: left;
    width: 100%;
    margin: 0;
    height: 4rem;
    row-gap: 0;
    line-height: 1rem;
}

.menu-item .icon-box .text i {
    clip-path: inset(0 100% 0 0);
    font-size: 0.75rem;
    position: relative;
    top: -1px;
}

/* Base Icon Style */
.icon-box.gb .icon i:before {
    background: linear-gradient(45deg, #0c86ef, #0cef9b);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-left: 1px;
}

/* Define Icon Colors */
.icon-box.gb.a .icon i:before {background-image: linear-gradient(45deg, #2ca7ff 35%, #31d078 75%);}
.icon-box.gb.b .icon i:before {background-image: linear-gradient(45deg, #f32b2b 35%, #efbe0c 75%);}
.icon-box.gb.c .icon i:before {background-image: linear-gradient(45deg, #7176ff 35%, #b26cea 75%);}
.icon-box.gb.d .icon i:before {background-image: linear-gradient(45deg, #79c76f 35%, #bed09b 75%);}
.icon-box.gb.e .icon i:before {background-image: linear-gradient(45deg, #6082ff 35%, #ff5dbe 75%);}
.icon-box.gb.f .icon i:before {background-image: linear-gradient(45deg, #808080 35%, #bbbbbb 75%);}

.menu-item .icon-box:hover .text i {
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.1s ease-out;
}

.menu-item .icon-box:hover .icon, .menu-item .icon-box:hover .title, .menu-item .icon-box:hover .sub-text {
    color: rgb(89 110 123);
}

#sub-menu-bottom {
    background: #d4e3ea70;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 0.25s ease-out, height 0.1s ease-out;
    left: 0;
    width: 100%;
    height: 5rem;
}
nav .menu-item:nth-of-type(3).highlight:hover ~ #sub-menu-container #sub-menu-holder #sub-menu-bottom {
    height: 8.5rem;
}
.bottom-container {
    grid-area: 4 / -3 / 4 / 3;
    padding-top: 1.5rem;
    color: #3a5260;
    font-weight: 500;
}

.top-container {
    grid-area: 1 / -3 / 1 / 3;
    margin: 0 0 2em 0;
}

.bottom-container a {
    float: right;
    background: linear-gradient(90deg, #8ea4b166, #a3b5bf6b);
    padding: 0.5em 1rem;
    border-radius: 100px;
    position: absolute;
    color: #2c4655bf;
    font-weight: bold;
    text-decoration: none;
    right: 1.5rem;
    bottom: 1.5rem;
}

.bottom-container a:hover {
    background: linear-gradient(90deg, #8ea4b136, #a3b5bf33);
}

.sub-menu h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgb(44 70 86 / 68%);
    margin: 0.75em 0;
}

.sub-menu .box a {
    width: 100%;
    float: left;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #7a8a94;
    text-decoration: none;
}

.sub-menu .box a:hover {
    color: rgb(44 70 86);
}

.box {
    margin: 0 0 3em 0;
}

.icon.big i {
    font-size: 1.25rem;
    top: 0.2rem;
}
nav .menu-item.highlight:hover ~ #sub-menu-container #sub-menu-holder #sub-menu-bottom {
    opacity: 0;
}

#info-box {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

#info-box ul {
    list-style: none;
}

#info-box a {
    color: white;
    text-decoration: none;
    text-align: right;
    padding: 0.5em 0;
    transition: all 0.1s ease-out;
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 1px;
}

#info-box a:hover {
    color: rgba(255,255,255,0.5);
}

.icon-box .icon {
    padding-right: 1rem !important;
}

.pageWidthSetting {
    width: var(--global-page-width) !important;
}
/* 
.menu-text a:hover {
    padding-bottom: 35px;
} */

.menu-item {
    width: 40% !important;
    height: 100% !important;
}

.gridCellSettings{
    text-align: center;
    width: 100%;
    background-color: #ebebeb8a;
    padding: 35px !important;
    margin: 8px !important;
}

.col div {
    padding: 1rem 0;
}

.gridCellSettings a {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

.gridCellSettings a:hover {
    text-decoration: underline !important;
    color: var(--e-global-color-primary);
}

.gridCellSettings p:nth-child(2) {
    color: black;
    font-weight: 600;
}

.special {
    background-color:black !important;
}

.special > * {
    color: white !important;
}

#idSkillsContainer {
    width: 75%;
}

#idSkillSection {
    display: flex;
    justify-content: center;
}

.col {
    justify-content: center;
    display: flex;
    padding: 0 !important;
}

.flexContainer {
    display: flex;
    justify-content: center;
}

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

.flexContainer > button,
.flexContainer > div > button {
    background-color: var(--e-global-color-primary);
    color: white;
    border: 0;
    padding: 1rem;
    margin: 2em 0;
    height: fit-content;
    align-self: center;
}

.flexContainer > div > button {
    padding: 1rem;
    margin: 0;
}

#idRatingBasedOnClients {
    background-color: var(--e-global-color-primary);
    padding: 0.9rem;
    margin-left: 1rem;
    max-width: 33%;
    width: 56%;
    /* position: relative; */
    /* height: 0; */
    /* padding-bottom: 20%; */
}

img {
    width: 100%;
}

#idCollaborationDescription{
    width: 40%;
    margin-right: 3rem;
}

#idCollaborationProcessDescription {
    width: 32%;
    margin-right: 1rem;
}

#idCollaborationImages {
    width: 65%;
}

#idCollaborationProcessStepsContainer {
    width: 65%;
}

#idCollaborationSection > .flexContainer{
    width: 90%;
    padding:3rem;
    margin:3rem;
    /* justify-content: space-between; */
}


#idCollaborationProcessContainer  {
    width: 90%;
    padding:3em 0rem;
    margin:3em 0rem;
    /* justify-content: space-between; */
}

#idCollaborationDescription > .flexContainer {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-top: 35px; 
    margin-bottom: 35px;
    margin: 35px 0;
}

#idCollaborationDescription > .flexContainer > div:nth-child(1),
#idCollaborationProcessDescription  > .flexContainer > div:nth-child(1) {
  padding-right: 0.8rem;
}

#idCollaborationProcessDescription  > .flexContainer {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin: 0;
}

#idCollaborationSection {
    background: #0f0f17;
}

#idCollaborationProcessSteps {
    width: 68%;
    /* margin: 0 auto; */
    height: 100%;
    /* justify-content: center; */
    /* display: flex; */
}


#idCollaborationProcessSection {
    /* display: block; */
}

#idCollaborationProcessSteps div {
    width: 100% !important;
    padding: 0 0.2rem 0.4rem 0 !important;
    /* align-self: center; */
    height: initial;
    /* align-items: flex-end; */
}

#idCollaborationProcessContainer {
    width: 90%;
}
/* 
#idCollaborationProcessStepsContainer > div > p {
    text-align: center;
} */

#idCollaborationProcessSteps i {
    align-self: center;
}

#idCollaborationProcessStepsContainer > div > h3 {
    /* padding: 1rem !important; */
    /* text-align: center; */
}

a.portfolioItem {
    color: black;
}

a.portfolioItem:hover{
    color: black;
}

.portfolioItemSetting {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

select.form-select {
    border: 0;
    width: 13%;
    margin-right: 0.5rem !important;
    border-radius: 5px;
    padding: .375rem 2.25rem .375rem 0;
}

.form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset !important;
}

.form-select:focus {
    border: 0;
}

#idCollaborationProcessStepsContainer > div > h5 {
    text-decoration: underline;
}

.portfolio__single-section {
    margin-bottom: 0 !important;
}

.portfolioItemSetting > div {
    align-self: center !important;
}

.portfolioItemSetting p,
.portfolioItemSetting button {
    font-size: 0.85rem !important;
}

.portfolioItemSetting h6 {
    font-weight:700;
}

.portfolioItemSetting button {
    background-color: black;
    color: white;
    padding: 5px;
    margin: 0 5px 0 0;
    border-radius: 5px;
    text-decoration:none;
    border: 0;
}

.portfolio .portfolioItemSetting  {
    border-top: 1px solid black;
    padding: 0.4% 0 !important;
    /* height: 50%; */
} 

.portfolioItemSetting .col-md-4 {
    padding: 0;
    width: 100%;
    /* height: 80%; */
}

.portfolio__button-group > a {
    padding: 2rem;
    color: black;
}

.portfolio  > .container {
    padding: 0;
    max-width: 83%;
}

.tags > button {
    
}

.characterLimit {
    width: 50ch;
    height: 10ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-section > .row {
    margin: 0 !important;
}

#idProjectsCompleted > div {
    padding: 2rem;
    color: white;
}

#idBioSectionContainer {
    width: var(--global-page-width);
}

#idBioDescription {
    width: 60%;
}

#idBioVisual {
    width: 40%;
}


/* Kontaktaufnahme auf andere Art und Weise  */
.EstablishContact{
	padding-top:0;
}
.EstablishContact.index2{
	padding-top:100px;
}
.EstablishContact.testimonial-page{
	padding-top:100px;
}
.EstablishContact .single-features{
	text-align:center;
	position:relative;
	padding:10px 20px;
}
.EstablishContact .single-features::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 31%;
	border-bottom: 3px dotted #1a76d1;
}
.EstablishContact .single-features.last::before{
	display:none;
}
.EstablishContact .single-features .signle-icon{
	position:relative;
}
.EstablishContact .single-features .signle-icon i{
	font-size: 35px;
	color:#1a76d1;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:0;
	height:100px;
	width:100px;
	line-height:100px;
	text-align:center;
	border:1px solid #dddddd;
	border-radius:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.EstablishContact .single-features:hover .signle-icon i{
	background:#1A76D1;
	color:#fff;
	border-color:transparent;
}
.EstablishContact .single-features h3{
	padding-top: 128px;
	color:#2C2D3F;
	font-weight: revert;
	font-size:21px;
}
.EstablishContact .single-features p {
	margin-top: 20px;
}

.EstablishContact p,
.appointment p {
    /* color: var(--global-color-defaultTextColor); */
}

.section-title{
	text-align: center;
	margin-bottom: 60px;
	/* padding: 0 250px; */
	color: white;
}

.fa-envelope {
    font-size: 39px !important;
}



div#idSuccessMessage {
    width: 100%;
    position: absolute;
    bottom: 20%;
    justify-content: center;
    display: none;
}

#idSuccessMessage > h4 {
    border: 1px solid #297b23 !important;
    width: fit-content !important;
    border-radius: 1rem;
    padding: 0.5rem;
    color: #297b23;
}

/*==========================
	Start Appointment CSS
============================*/
.appointment{
	background: #1e1e1e;
	padding-top:100px;
}
.appointment.single-page {
	background: #fff;
	padding-top: 100px 0;
	padding: 0;
	padding: 100px 0;
}
.appointment.single-page .appointment-inner {
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.appointment.single-page .title{}
.appointment.single-page .title h3 {
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
	font-weight:600;
}
.appointment.single-page .title p{}
.appointment .form{
	margin-top:30px;
}
/* .appointment .form .form-group{}
.appointment .form input {
	width: 100%;
	height: 50px;
	border: 0;
	text-transform: capitalize;
	color: #610a0a;
	font-size: 14px;
	font-weight:400;
	border-radius:0;
	background: #fff8fe;
} */

/* 
.appointment .form textarea{
	width: 100%;
	height: 9vw;
	padding: 0;
	text-transform:capitalize;
	resize:none;
	background-color: #ffffff;
}

.appointment .form-group .nice-select{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #999;
	font-size: 14px;
	font-weight:400;
	border-radius: 4px;
	font-weight:400;
}
.appointment .form-group .nice-select::after {
	right: 20px;
	color: #757575;
}
.appointment .form-group .list{
	border-radius: 4px;
}
.appointment .form-group .list li{
	color:#757575;
	border-radius:0;
}
.appointment .form-group .list li.selected{
	color:#757575;
	font-weight:400;
}
.appointment .form-group .list li:hover {
	color:#fff;
	background: #1A76D1;
}
.appointment .appointment-image{}
.appointment.single-page .button .btn{
	width:100%;
}
.appointment .button .btn{
	font-weight:500;
}
.appointment .button .btn:hover{
	color:#fff;
}
.appointment .form p{
	margin-top: 10px;
	color:#868686;
}
.appointment.single-page .work-hour{
	background:#1A76D1;
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.appointment.single-page .work-hour h3 {
	font-size: 25px;
	display: block;
	font-weight:600;
	margin-bottom: 20px;
	color:#fff;
}
.appointment.single-page .time-sidual{
	margin-top:15px;
}
.appointment.single-page .time-sidual{
	overflow:hidden;
}
.appointment.single-page .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}
.appointment.single-page .time-sidual li span{
	display:inline-block;
	float:right;
}
.appointment.single-page .day-head .time {
	font-weight: 400;
	float: right;
} */

input, textarea {
    border:0;
    outline:0;
}
input:focus, textarea:focus {
    outline:none!important;
}


input, textarea {width: 300px;/* background-image: linear-gradient(#000, #000); */background-position: bottom 8px center;background-size: 100% 1.4px;background-repeat: no-repeat;background-color: #ffffff;border: 0;}

.form-group input {
    padding: 0;
}

.appointment > .container {
    max-width: 40% !important;
}

.sendButton > button {
    background-color: black;
    color: white;
}

.sendButton > button:hover {
    background-color: white;
    color: black;
}

.sendButton {
    text-align: left;
}

.form-group:has(textarea) {
    margin: 0;
}

div#idContact {
    width: 87%;
    display: flex;
    margin: 0 auto;
    /* border: 1px solid black; */
}

div#idContactImage {
    width: 65%;
}


/* Header css */
header {
	position: relative;
	display: block;
	width: 100%;
	height: 4.5rem;
	background-color: #000000;
}

#wrapper {
	max-width: 83%;
	height: 100%;
	margin: 0 auto;
}

#wrapper #horizontalMenu {
	/* right: 0; */
	display: flex;
	justify-content: end;
	/* gap: 16px; */
	align-items: center;
	width: 80%;
	justify-items: initial;
	/* text-align: unset; */
	align-self: center;
}

#idLogo>h2>a{
	text-transform: initial;
	color: black;
	font-size: 2rem !important;
}

#idLogo>h2>a:hover{
	/* color:#fff; */
}

.logo {
	text-align: center;
}

.logo h2 {
	/* width: 144px; */
	/* font-weight: normal; */
	/* color: white; */
	margin: 0;
	/* height: 100%; */
}

.logo h2::selection {
	background-color: white;
	color: black;
}

#horizontalMenu.active {
	position: fixed;
	flex-direction: column;
	top: 70px;
	width: 100%;
	background-color: #000000;
	display: flex !important;
	align-items: center;
	transition: all 2s ease-in;
	z-index: 120;
}

#horizontalMenu.active a {
    color: white;
}

#horizontalMenu.active li {
	width: 100%;
	height: 8vh;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 2s ease-in;
	z-index: 999;
}

#idNavigationMenu {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    justify-items: revert;
    align-items: center;
}

ul#horizontalMenu a {
    /* padding: 0 !important; */
}

/* #menuToggle {
    display: none;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}


#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    display: none;
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menuToggle input:checked~ul {
    transform: none;
}

#menuToggle:has(input:checked)>#menu {
    display: block !important;
} */


.menu-btn {
	/* float: right; */
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
	/* width: 25px; */
	height: 7px;
	/* flex-wrap: wrap; */
	cursor: pointer;
	padding: 3%;
	transition: all .5s ease-in-out;
}

.menu-btn__burger {
	width: 20px;
	height: 2px;
	background-color: #000;
	border-radius: 5px;
	transition: all .5s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #000;
	border-radius: 5px;
	transition: all .5s ease-in-out;
}

.menu-btn__burger::before {
	transform: translateY(-8px);
}

.menu-btn__burger::after {
	transform: translateY(8px);
}

.menu-btn.open .menu-btn__burger {
	transform: translateX(-50px);
	background: transparent;
	box-shadow: none;
}

.menu-btn.open .menu-btn__burger::before {
	transform: rotate(45deg) translate(35px, -35px);
	/* color: white; */
}

.menu-btn.open .menu-btn__burger::after {
	transform: rotate(-45deg) translate(35px, 35px);
}

.menu-btn {
	display:none;
}

.navbarOnScroll .menu-btn__burger::before, 
.navbarOnScroll .menu-btn__burger::after, 
.navbarOnScroll .menu-btn__burger {
    background-color: white;
}



#idHeroSectionHeader {
    scroll-margin-top: 100px;
}

.home {
	position: relative;
	width: 100%;
	background-color: white !important;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.home .hero{
	position: relative;
	/* width: 100%; */
	min-height: 100vh;
	/* padding: 0px 5%; */
	display: flex;
	align-items: center;
	overflow: hidden;
	color: black !important;
}

.hero .hero-image {
    position: absolute;
    width: 590px;
    height: 590px;
    background-color: #ffffff !important;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border-bottom-left-radius: 403px;
    border-bottom-right-radius: 406px;
    transform: rotate(42deg);
    right: 5vw;
    overflow: hidden;
    z-index: 0;
}

.hero .hero-image img {
    position: absolute;
    width: 98%;
    height: 98%;
    transform: rotate(-40deg);
    bottom: 0px;
}

#idWorkSummaryContainer {
    width: 75%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#idWorkSummarySection {
    background: black;
    color: white;
    position: relative;
    top: -2.1rem;
    padding: 0.5rem 0;
}

#idWorkSummaryContainer div {
    text-align: center;
    padding: 1.3rem;
}

#idWorkSummaryContainer div * {
    margin: 0;
}

#idHeroText {
    font-size: 3rem;
}

.hero {
    width: 50%;
}

.hireMeBtn {
    background: #C32525;
    color: white;
    border-radius: 0.3rem;
    padding: 0.5rem !important;
    border: 0px;
}

.hero .hero-text p {
    line-height: 1.2;
}

.hireMeBtn:hover, .codePortfolioRedLabelButton:hover {
    background: #cb3f3f;
    color: white;
}

.downloadCVBtn {
    border: 0;
    color: black;
}

.downloadCVBtn:hover {
    color: black;
}

.home .hero {
    position: relative;
    /* width: 85%; */
    min-height: 73vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
    height: fit-content;
    justify-content: space-between;
}

.home {
    position: relative;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 0;
}

#idHeroSectionImageContainer {
    width: 40%;
    margin-right: 4rem;
}

#idHeroSectionImageContainer > img {
    height: 34vw !important;
}


#horizontalMenu > .hireMeBtn {
    padding: 7px 13px !important;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 30.025px;
}

#idNavigationMenu a {
    color: black;
}

#horizontalMenu > .hireMeBtn, #idNavigationMenu a {
    font-size: 0.9rem !important;
}

#idNavigationMenu a:hover, .navbarOnScroll a:hover {
    color: #c32525 !important;
}

a#idHireMeContainer,
a#idHireMeContainer:hover {
    color: white !important;
}

/* MAIN */
body *::selection {
    background: black;
    color: white;
}

/* HERO - START */
.hero .hero-image {
	position: absolute;
	width: 38%;
	height: 97%;
	background-color: #000000;
	border-top-left-radius: 250px;
	border-top-right-radius: 250px;
	border-bottom-left-radius: 250px;
	border-bottom-right-radius: 250px;
	transform: rotate(42deg);
	right: 80px;
	overflow: hidden;
	z-index: 0;
}

/* PORTFOLIO - START */
#idPortfolioDescription {
    width: 100%;
    text-align: center;
    display: grid;
    justify-content: center;
}

.portfolioItemSetting button {
    background-color: black;
    color: white;
    padding: 5px;
    margin: 0.2rem 0.2rem 0 0;
    border-radius: 5px;
    text-decoration:none;
    border: 0;
}

.page-section{
}

.page-section__title {
  color: #000000;
  margin: 0;
}

.page-section__title--white{
  color: #fff;
}

.page-section__title-style{
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

#idPortfolioDescription > p,
#idServicesDescription > p,
#idTestimonialsDescription > p {
  font-size: 15px;
  color: #5d5d5d;
  margin-bottom: 2rem !important;
  font-weight: 300;
}

#idPortfolioDescription > i, #idServicesDescription > i, #idTestimonialsDescription > i {
    margin-bottom: 0.4rem;
}

.page-section__paragraph--white{
  color: #fff;
  line-height: 1.8;
}

.portfolio__button-group{
    text-align: center;
    margin-bottom: 20px;
  }
  
  .portfolio__button-group .mixitup-control-active{
    background-color: #7F56FD;
    color: #fff;
  }

  .gutters-40.row{
    margin-right: -20px;
    margin-left: -20px;
  }
  
  .gutters-40 > [class^="col-"], .gutters-40 > [class^="col-"]{
    padding-right: 20px;
    padding-left: 20px;
  }

  .row--margin-top{
    margin-top: 40px;
}

.portfolio__single-section{
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
  
  }
  
  .portfolio__single-section__image{
   display: block;
   height: auto;
   object-fit: contain;
  }
  
  .portfolio__single-section h4{
   font-size: 20px;
   font-family: Roboto-Light;
   font-weight: bold;
   color: #fff;
  }
  
  .portfolio__single-section p{
   font-weight: 15px;
   color: #fff;
   font-family: Roboto-Light;
   font-weight: bold;
  }
  
  .portfolio__single-section__search-icon{
   position: absolute;
   left: 45%;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
  }
  
  .portfolio__single-section .overlay-content{
    position: absolute;
    bottom: 25px;
    margin-left: 35px;
    z-index: 10;
  }
  
  .portfolio__single-section__overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;  
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-color: rgba(133, 91, 249, .9);
    border-radius: 10px;
  }
  
  .portfolio__single-section:hover .portfolio__single-section__overlay{
    opacity: 1;
  }

img.portfolio__single-section__image.img-responsive {
    height: 100%;
}

.portfolioItemSetting.flexContainerBetweenSpace > div {
    height: 100%;
}

.idPorfolioItemDescription {
    display: grid;
    justify-content: space-evenly;
    align-items: self-start;
}

.idPorfolioItemDescription a,
.idPorfolioItemDescription a:hover,
#idPortfolioItemHeaderSection a,
#idPortfolioItemHeaderSectiona:hover {
    color: #c32525;
}

.row.gutters-40 {
    height: 100%;
}

.codePortfolioBlackLabelButton {
    background-color: black !important;
    color: white;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 0;
}

#idShowMoreContainer > .codePortfolioBlackLabelButton {
    padding: 0.5rem;
}

.codePortfolioBlackLabelButton:hover {
    background-color: #3f3f3f !important;
}

/* PORTFOLIO - END */

/* SERVICES - START */
#idServicesSection > div {
    width: 83%;
    margin: 0 auto;
}

#idServicesContent {
    width: 73%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

#idServicesContent > div {
    width: 30%;
    background-color: #2F2F2F;
    color: #ffffff;
    text-align: center;
    padding: 1.8rem;
    border-radius: 5px;
    align-content: center;
}

#idServicesContent > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c32525;
}

#idServicesContent p {
    font-weight: 200;
}

#idServicesContent a {
    color: #c32525;
}

#idServicesDescription {
    width: 53%;
    text-align: center;
    margin: 0 auto;
    /* margin-bottom: 3rem; */
}

i {
    height: fit-content;
    margin-right: 3px !important;
}

#idServicesContent > div > div > * {
    margin-bottom: 0.3rem;
}
/* SERVICES - END */

/* QUOTE OF THE DAY - START */
#idQuoteOfTheDaySection {
    background: black;
    height: fit-content;
}

#idQuoteOfTheDayContainer {
    width: 85%;
    height: fit-content;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: space-around;
    padding: 0.9rem 0;
    align-items: center;
}

#idQuoteOfTheDayContainer > div {
    display: flex;
    align-items: center;
    height: fit-content;
}

#idQuoteOfTheDayContainer p {
    margin: 0;
}

#idQuoteOfTheDayContainer > div:nth-child(1) > p,
#idQuoteOfTheDayContainer > div:nth-child(2) > p{
    font-size: 2.3vw;
    font-weight: 200;
}

#idQuoteOfTheDayContainer > div:nth-child(2) > p {
    font-size: 2.0vw !important;
}

#idQuoteOfTheDayContainer > div:nth-child(1) > p {
    font-style: italic;
}

/* QUOTE OF THE DAY - END */

/* TESTIMONIALS - START */
.carousel-item, 
.carousel-item-left, 
.carousel-item-next, 
.carousel-item.carousel-item-next,
.carousel-item.carousel-item-left,
.carousel-item.active.carousel-item-left,
.carousel-item.active.carousel-item-next,
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start)  {
    all: unset !important;
}

.carousel-item-prev,
.active.carousel-item-left {
  all: unset !important;

  @supports (transform-style: preserve-3d) {
     all:unset !important;
  }
}

.carousel-item-prev,
.active.carousel-item-left {
   all:unset !important;

  @supports (transform-style: preserve-3d) {
    all:unset !important;
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  all:unset !important;

  @supports (transform-style: preserve-3d) {
    all:unset !important;
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  all:unset !important;

  @supports (transform-style: preserve-3d) {
    all:unset !important;
  }
}

.carousel-item {
    border-radius: 5px !important;
}

#idTestimonialsContainer {
    width: 83%;
    margin: 0 auto;
    border: 1px solid black;
    border-radius: 1rem !important;
    background: #f8f7f7;
}

#idTestimonialsContainer > div {
    padding: 2rem;
}

#idTestimonialsDescription {
    padding-bottom: 0 !important;
}

#idTestimonialsDescription {
    width: 53%;
    text-align: center;
    margin: 0 auto;
    /* margin-bottom: 3rem; */
}

#idTestimonialsContent {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

#idTestimonialsContent #testimonialItem {
    width: 30%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 2rem;
    border: 1px solid black;
}

#idTestimonialsContent > div > h4 {
    color: #c32525;
}

#testimonialItem > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

#idTestimonialsContent > div > div img {
    width: 2.3rem;
    height: 2.3rem;
    border: 1px solid black;
}

#idTestimonialsContent > div > div h6 {
    font-weight: bold;
    text-align: left;
}

.star {
    background-color: #b2b2b2;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: inline-block;
    height: 20px;
    width: 20px;
  }

.active {
    background-color: #000000;
}

#idTestimonialCustomerProfile > div > * {
    margin: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
}

#testimonialsPagination > a {
    background: #ff000000;
    border-radius: 0;
    opacity: 1;
    color: #c32525;
    position: relative;
    width: 1rem;
    height: 1rem;
    cursor: pointer !important;
    padding: 0 1rem;
    text-align: center;
}

#carouselExampleIndicators {
    width: 100%;
}

#testimonialsPagination {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 1em !important;
    align-items: center;
    margin-bottom: 1rem;
}

.owl-item  {
    width: 30%;
    background-color: #ffffff;
    color: #000000;
    text-align: center !important;
    padding: 0 !important;
}

#idTestimonialsContent .owl-item {
    border: 1px solid black !important;
    border-radius: 5px;
}

.owl-carousel > div {
    display: flex;
    /* margin: 1em 1em 0 1em !important; */
}

.owl-carousel  .carousel-item > div.carousel-item-container > div:nth-child(2) > div {
    display: flex;
    align-items: center;
    margin: 0;
}

.owl-carousel .carousel-item > div.carousel-item-container  p {
    text-align: left;
}

.owl-carousel {
    display: flex;
    height: fit-content !important;
}

.owl-carousel > div {
    display: block;
    align-items: center;
    center: center;
}

.carousel-item.active.carousel-item-left, .carousel-item.carousel-item-next.carousel-item-left {
    border: 1px solid black !important;
}

.owl-carousel div > div > h4 {
    color: #c32525;
}

.owl-carousel .carousel-item .carousel-item-container > div > * {
    padding: 0.1rem 0rem;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #dc4f4f !important;
}
  
.owl-theme .owl-dots .owl-dot span {
    background: #aeadad !important;
}

.owl-theme .owl-nav {
    margin: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
}

.carousel-item-container {
    padding: 1.5rem !important;
    flex-flow: column;
    display: flex;
    justify-content: space-between;
}

a.carousel-control-prev, a.carousel-control-next {
    all: unset;
    cursor: pointer;
}

.owl-carousel .owl-stage {
    display: flex !important;
}

.carousel-item-container {
    height: 100%;
}
/* TESTIMONIALS - END */

/* CONTACT-FORM - START */
#idContactSection {
    padding-bottom: 0;
}

input, textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    border-bottom: 2px solid #000000;
   }

#idContactContainer {
    width: 85%;
    margin: 0 auto;
}

#idContactSideInformation {
    width: 22.5%;
    border-right: 1px solid black;
}

#idContactForm {
    width: 77.5%;
    text-align: center;
    align-content: center;
}

#idContactSideInformation p {
    margin: 0;
}

#idContactInformation > div,
#idDevelopmentProcess > div {
    display: flex;
    justify-content: left;
    align-items: center;
}

#idDevelopmentProcess {
    background: #222222;
    color: white;
}

.form-group input, .form-group textarea {
    padding: 0;
}

#idDevelopmentProcess, #idContactInformation  {
    padding: 1rem;
}

#idDevelopmentProcess p , #idContactInformation p {
    font-size: 13px;
}

#idDevelopmentProcess > *, #idContactInformation > * {
    margin: 0 !important;
    padding: 5px !important;
}

#idContactSideInformation i {
    width: 1.8rem;
    margin: 0 !important;
}
#idFormFields .form-group {
    padding: 1rem;
}

#idFormFields {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}

#idContactInformation, #idDevelopmentProcess {
    height: 50%;
    align-content: center;
}

#textarea {
    height: 25vh;
}
/* CONTACT-FORM - END */

/* FOOTER - START */
#idFooter .container {
    max-width: 83% !important;
}

#footerMenu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

#footerMenu > li {
    list-style: none;
}

#footerMenu > li:nth-child(1) {
    padding-left: 0;
}

#footerMenu a {
    color: white;
    padding: 0 2rem;
    text-transform: uppercase !important;
    font-size: 0.9rem;
}

#footerMenu a:hover {
    color: #c32525;
}

#idAllRightsReserved p {
    margin: 0;
    width: fit-content;
}

#idAllRightsReserved > div:nth-child(1) > p::after {
    content: "|";
    padding: 1rem;
}

#idAllRightsReserved > div:nth-child(1) > p:last-child::after {
   content: "";
}

.codePortfolioRedLabelButton {
    background: #C32525;
    color: white;
    border-radius: 10%;
    padding: 0.8rem;
    border: 0px;
}

#idFooter .hireMeBtn {
    border-radius: .25rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}

#idFooter .codePortfolioRedLabelButton {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: 0.5rem 0.9rem;
}

.row {
    margin: 0 !important;
}

.row > div {
    padding: 0;
}

/* MEDIA Queries */

/* Resolution: xll */
@media screen and (max-width: 2500px) {
    
}
/* Resolution: xl */
@media screen and (max-width: 1441px) {
    #idQuoteOfTheDayContainer > div:nth-child(1) > p,
    #idQuoteOfTheDayContainer > div:nth-child(2) > p{
        font-size: 2.4vw;
    }
}
/* Resolution: l */
@media screen and (max-width: 1200px) {
    div#idContact {
        width: 100%;
    }

    #idContactSideInformation {
        width: 26%;
    }

    .home .hero {
        min-height: 71vh !important;
    }

    #idHeroSectionImageContainer {
        margin-right: 0rem;
    }

    .home .hero {
        min-height: 74vh !important;
    }
    
    .hero .hero-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        transform: rotate(-40deg);
        bottom: 0px;
    }

    .hero .hero-image {
        position: absolute;
        width: 41%;
        height: 89%;
        background-color: #000000;
        border-top-left-radius: 250px;
        border-top-right-radius: 250px;
        border-bottom-left-radius: 250px;
        border-bottom-right-radius: 250px;
        transform: rotate(42deg);
        right: 80px;
        overflow: hidden;
        z-index: 0;
    }

    .portfolioItemSetting.flexContainerBetweenSpace.h-100.col-lg-12.col-md-12.col-sm-12 {
        display: grid;
    }

    .portfolioItemSetting.flexContainerBetweenSpace > div:nth-child(1) {
        padding: 0.4rem 0 0 0 !important;
        all: unset;
    }
    
    .portfolioItemSetting.flexContainerBetweenSpace > div:nth-child(2) {
       padding: 0.9rem 0 0.8rem 0 !important;
       all: unset;
    }

    #idPortfolioItemHeaderSectionElementContainer {
        flex-flow: column-reverse;
        justify-content: start;
        height: fit-content;
        align-items: flex-start;
    }

    #idPortfolioItemHeaderSectionElementContainer > div:nth-child(1) {
        max-width: 100% !important;
    }
    
    #idPortfolioItemHeaderSectionElementContainer > div:nth-child(2) {
        max-height: 244px !important;
        max-width: 100% !important;
        padding-left: 0 !important;
    }

    #idPortfolioItemContentSectionElementContainer {
        flex-flow: column;
        height: fit-content;
        margin-top: 0!important;
        margin-bottom: 1rem;
    }

    #idPortfolioItemContentSectionElementContainer > div:nth-child(1) {
        max-width: 100% !important;
        margin-top: 0.7rem !important;
    }
    
    #idPortfolioItemContentSectionElementContainer > div:nth-child(2) {
        max-width: 100% !important;
        padding-left: 0 !important;
    }

    select.form-select {
        width: 25%;
    }

    .home .hero {
        display: block !important;
    }

    .hero-text {
        text-align: center;
        margin-top: 2rem;
    }

    #idHeroSectionImageContainer {
        justify-content: center;
        display: flex;
        width: 100%;
        margin-top: 4rem;
    }

    #idHeroSectionImageContainer > img {
        width: 57%;
        height: fit-content !important;
        margin-right: 1rem;
    }

    #idServicesContent {
        width: 100%;      
        justify-content: space-between;
    }

    #idQuoteOfTheDayContainer > div:nth-child(1) > p, #idQuoteOfTheDayContainer > div:nth-child(2) > p {
        font-size: 2.9vw !important;
    }
    
    #idSlideshowContainer .column {
      height: 13vw !important;
    }
    
    #expandedImg {
      height: 43vw !important;
    }

    .owl-carousel .nav-btn{
      top: 40% !important;
    }
}
/* Resolution: m */
@media screen and (max-width: 992px) {
    #idContactContainer {
        /* display: flex; */
        /* justify-content: center; */
        /* width: 100%; */
    }

    div#idContact {
        margin: 0 !important;
        display: flex;
        flex-flow: column-reverse;
        border-radius: 1rem;
    }

    #idContactSideInformation {
        width: 100%;
        display: flex;
        flex-flow: column;
        border: 0;
    }

    #idContactForm {
        width: 100%;
        margin-top: 1rem;
    }
    
    #idFormFields {
        width: 100%;
        padding: 0;
    }

    #idDevelopmentProcess, #idContactInformation {
        padding: 1rem !important;
        width: 100%;
        align-self: center;
        border: 0px !important;
    }

    #idDevelopmentProcess {
        height: fit-content !important;
    }

    #idQuoteOfTheDayContainer > div:nth-child(1) > p, #idQuoteOfTheDayContainer > div:nth-child(2) > p {
        font-size: 3.5vw !important;
    }

    #idQuoteOfTheDaySection {
        height: fit-content;
    }

    .portfolio__single-section {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
    }

    #idSelectTechnology > div {
        display: block !important;
    }
    
    select.form-select {
        width: 100% !important;
    }

    #idSlideshowContainer .column {
      height: 16vw !important;
    }
    
    #expandedImg {
      height: 46vw !important;
    }
}
/* Resolution: s */
@media screen and (max-width: 768px) {
    #idServicesDescription, 
    #idTestimonialsDescription {
        width: 70%;
    }
    
    #idServicesContent, 
    #idTestimonialsContent .owl-stage {
        width: 100% !important;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    
    #idServicesContent > div {
        width: 70% !important;
        margin-bottom: 1rem;
    }

    #idTestimonialsContent .owl-item.active {
        width: 83% !important;
        margin-bottom: 1rem;
    }
    
    #idTestimonialsContent .owl-item,
    #idTestimonialsContent .owl-item.active,
    #idServicesContent > div {
        width: 100% !important;
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    #idHeroText {
        font-size: 2.5rem;
    }

    #idHeroSectionImageContainer > img {
        width: 498.388px;
        height: 520.525px !important;
        background-attachment: fixed !important;
        transform: rotateZ(360deg) !important;
    }
    
    .portfolio__single-section {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
    }

    #horizontalMenu > .hireMeBtn {
        margin-left: 8.264px;
    }

    #idSelectTechnology > div {
        display: block !important;
    }

    select.form-select {
        width: 100% !important;
    }

    #idWorkSummaryContainer {
        width: fit-content !important;
    }

    #idQuoteOfTheDayContainer > div.me-5 {
        margin-right: 1.7rem !important;
    }

    div#idContact {
        /* width: 83%; */
    }

    form.form > .row .form-group {
        padding: 1rem 0 !important;
    }

    form.form > .row > div:nth-child(1) > .form-group,
    form.form > .row > div:nth-child(3) > .form-group {
        /* padding-right: 1rem !important; */
    }
    
    form.form > .row > div:nth-child(2) > .form-group,
    form.form > .row > div:nth-child(4) > .form-group {
        /* padding-left: 1rem !important; */
    }
    
    .owl-theme .owl-nav.disabled+.owl-dots {
        display: none;
    }
}
/* Resolution: xs */
@media screen and (max-width: 576px) {
    #wrapper #horizontalMenu {
        display: none;
    }
    
    #menuToggle {
        display: block;
    }

    .menu-btn {
		display: flex;
		cursor: pointer;
	}

    #wrapper #horizontalMenu {
        width: 100%;
        position: absolute;
        top: 89.28px;
        left: 0;
        right: 0;
        padding: 0 !important;
        text-align: center;
    }

    #wrapper #horizontalMenu.active > a {
        margin-left: 0;
    }

    #wrapper #horizontalMenu.active > * {
        /* padding: 2rem 0 !important; */
    }

    #idWorkSummaryContainer div {
        padding: 0.3rem;
    }

    #idWorkSummaryContainer div > * {
        font-size: 0.9rem;
    }
    
    #idHeroSectionImageContainer {
        margin-right: 0 !important;
    }

    #horizontalMenu >li {
        padding: 0 !important;
    }

    #idServicesContent p {
        font-size: 1rem !important;
        margin: 0;
    }
    
    #idTestimonialsContent {
        width: 100%;
    }

    #idTestimonialsContainer > div {
        padding: 1rem;
    }

    #idTestimonialsContent .owl-item,
    #idTestimonialsContent .owl-item.active,
    #idServicesContent > div {
        width: 100% !important;
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    #idTestimonialsContent .owl-stage {
        width: 100% !important;
    }

    #idHeroSectionImageContainer > img {
        /*width:100%;*/
        width: 386px !important;
        height: 403px !important;
    }
    
    .hero-text > a {
        font-size: 0.85rem;
    }

    #idHeroText {
        font-size: 2.0rem;
    }

    #idPortfolioDescription > h1,
    #idServicesDescription > h1,
    #idTestimonialsDescription > h1,
    #idContactForm > h1 {
        font-size: 2rem;
    }

    #idPortfolioDescription > p,
    #idServicesDescription > p,
    #idTestimonialsDescription > p {
        font-size: 1rem;
    }

    #idPortfolioItemHeaderSectionElementContainer > div:nth-child(2) {
        max-height: unset !important;
    }
    
    #idQuoteOfTheDayContainer > div:nth-child(1) > p, #idQuoteOfTheDayContainer > div:nth-child(2) > p {
        font-size: 5.3vw !important;
    }

    form.form > .row > div:nth-child(2) > .form-group,
    form.form > .row > div:nth-child(4) > .form-group {
        padding-left: 0rem !important;
    }

    form.form > .row > div:nth-child(1) > .form-group, form.form > .row > div:nth-child(3) > .form-group {
        padding-right: 0 !important;
    }
    
    #expandedImg {
        height: 62vw !important;
    }

    #idSlideshowContainer .column {
      height: 22vw !important;
    }

    .owl-carousel .nav-btn{
        top: 34% !important;
    }
}