@media screen and (min-width:320px) and (max-width:568px) and (orientation: portrait){
.contactNowModal {
    left: 48.2%;
    width: 90%;
    height: 70%;
    top: 38%;
    z-index: 150;
}

.logoM {
    display: block;
    position: fixed;
    z-index: 1;
    background-color: #fca817;
    border-bottom: 0px black solid;
    width: 100%;
    height: 10%;
    padding: 5px;
    img{
        filter: drop-shadow(3px 3px 5px black);
        position: absolute;
        top: 5%;
        left: 5%;
    }
}

.contactNowM {
    box-sizing: content-box;
    top: 3%;
    left: 50%;
    transform: translate(-50%);
    position: fixed;
    padding: 5px;
    border-radius: 10px;
    z-index: 90;
    width: 25%;
    height: 4%;
    z-index: 90;
    animation: buttonlgt 2s ease-in-out;
    animation-iteration-count: infinite;
    background-color: #1f2026;
    color: #fca817;
}

.navBar {
    display: none;
}

.linkService {
    position: relative;
}

.menuService {
    opacity: 1;
    position: absolute;
    top: 40px;
    width: 150px;
    height: fit-content;
    transform-origin: top;
    transform: scale(1, 0);
    background-color: black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: -1;
    transition: all 0.3s;

    a {
        margin-left: 15px;
        text-decoration: none;
        color: #f4f4f6;
        transition: 0.3s ease-in-out;

    }

    a:hover {
        color: #fca817;
        transform: translateX(10px);
    }
}

.opLink {
    transition: all 0.2s;
}

.hideMenu {
    opacity: 0;
}

.leftNav {
    display: flex;
    align-items: center;
    gap: 15%;
    width: 50%;
    height: 100%;
    margin-left: 5%;
}

.linkBox {
    width: 500px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 15px;
}

.rightNav {
    width: 50%;
    height: 100%;
    gap: 10px;
    display: flex;
    justify-content: end;
    align-items: center;

    p {
        color: #f4f4f6;
        text-transform: uppercase;
        font-size: 13px;
        text-decoration: underline;
        text-decoration-color: #fca817;
    }

    button {
        margin-right: 3%;
        background-color: black;
        height: 50px;
        width: 150px;
        border-radius: 20px;
        border-color: var(--color-Yellow);
        border-width: 4px;
        color: #f4f4f6;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        animation: buttonlgt 2s ease-in-out;
        animation-iteration-count: infinite;
    }
}

.backgroundImg{
    background-image: url(/img/sfondoTopMobile.jpg);
}
.sizePage {
    height: 85vh;
    
}

.sectionOne {
    flex-direction: column-reverse;
    
}

.heroSection {
    width: 100%;
    height: 50%;
}

.yellowRect {
    height: 40%;
    width: 73%;
}

.heroText {
    font-size: 2.1vh;
}

.asideRightOne {
    width: 100%;
    height: 50%;
}

.blobImg {
    top: 0;
    height: 40%;
    width: 50%;
}

.sectionTwo {
    height: 290vh;
}

.subTitle {
    height:25vh;

    .subTitleText {
        font-size: 2.6vh;
    }
}
/*SECTION TWO*/
.rectLeft {
    border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
    margin-top: 5px;
    margin-bottom: 55px;
    box-sizing: border-box;
    height:70% ;
    width: 80%;
    
    align-items: center;

    p {
        margin-top: 2%;
        max-width: 80%;
        max-height: 80%;
        font-size: 1.5vh;
        font-weight: 300;
    }

    button {
        display: none;
    }
}

.rectRight {
    border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    height:70% ;
    width: 80%;
    
    align-items: center;
   

    p {
        margin-top: 2%;
        max-width: 80%;
        max-height: 80%;
        font-size: 1.5vh;
        font-weight: 300;
    }

    button {
        display: none;
    }
}

.btnWeb{
    width: 10%;
    height: 99%;
    span{
      transform: rotate(-90deg);
      color: #fca817;
      font-size: 1.5vh;
      white-space: nowrap;
     
    }
  }
  .btnLeft{
    width: 10%;
    height: 99%;
    span{
      transform: rotate(-90deg);
      color: #fca817;
      font-size: 1.5vh;
      white-space: nowrap;
     
    }
  }
  
/*FOOTER*/
.footerContainer {
    width: 100%;
    height: 60vh;
    background-color: var(--color-gray);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    
}

.ftSecOne {
    height: 40%;
    width: 100%;
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid black;
    p{
        font-size: 1.4vh;
    }
    .copyBox {
        height:fit-content;
        width: 70%;
        background-color: var(--color-Yellow);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        border: 1px solid black;

        p {
            text-transform: uppercase;
            text-align: center;
            font-size: 1.4vh;
        }
    }
}

.imgFt {
    width: 40px;
}

.ftSecTwo {
    height: 30%;
    width: 100%;
    border-bottom: 1px solid black;
    p{
        font-size: 1.4vh;
    }
}

.ftSecThree {
    height: 30%;
    width: 100%;
    p{
        font-size: 1.4vh;
    }
}


@keyframes buttonlgt {
    0% {
        border-color: #fca817;
    }

    50% {
        border-color: #fbff00;
        box-shadow: 0px 0px 15px #fbff00;
    }

    100% {
        border-color: #fca817;
    }
}

/*MENU HAMBURGHER*/
.container {
    position: fixed;
    z-index: 110;
    cursor: pointer;
    display: flex;
    width: 70px;
    height: 100px;
    right: 10px;
    top: 2px;
    overflow: hidden;
}

svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
    transform-origin: 36% 40%;
}

path:nth-child(2) {
    stroke-dasharray: 29 299;
}

path:nth-child(3) {
    transform-origin: 35% 63%;
}

path:nth-child(4) {
    stroke-dasharray: 29 299;
}

path:nth-child(5) {
    transform-origin: 61% 52%;
}

path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.navMobile {
    display: none;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: fit-content;
    background-color: #fca817da;
    top: 0%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 20px;
    border: 3px solid black;
    transform: translateY(-100%);
    transition: 0.5s ease-in-out;

    p {
        font-size: 2.2vh;
        cursor: pointer;
        margin-top: 20px;
    }

    ;

    .pMarg {
        margin-left: 25px;
    }
}

.navActive {
    transform: translateY(0);
    opacity: 1;
}

.menuHide {
    display: none;
    transform-origin: top;
}

.addClsShow {
    transform: scaleY(1);
    display: block;
    transition: 1s ease-in-out;
}}
@media only screen and (min-device-width : 600px) and (max-device-width : 959px) and (orientation : landscape){
    .contactNowModal {
        left: 50%;
        width: 80%;
        height: 80%;
        top: 50%;
        z-index: 150;
    }
    
    
    .logoM {
        display: block;
        position: fixed;
        z-index: 1;
        background-color: #fca817;
        border-bottom: 0px black solid;
        width: 100%;
        height: 10%;
        padding: 5px;
        img{
            filter: drop-shadow(3px 3px 5px black);
            position: absolute;
            top: 5%;
            left: 5%;
        }
    }
    
    .contactNowM {
        box-sizing: content-box;
        top: 3%;
        left: 50%;
        transform: translate(-50%);
        position: fixed;
        padding: 5px;
        border-radius: 10px;
        z-index: 90;
        width: 18%;
        height: 5%;
        z-index: 90;
        animation: buttonlgt 2s ease-in-out;
        animation-iteration-count: infinite;
        background-color: #1f2026;
        color: #fca817;
    }

    .linkNav{
        display: none;
    }
    .navBar {
        display: none;
    }  
    .sectionOne{
        height: 80vh;
    }
    .blobImg{
        width: 60%;
    }
    .subTitle{
        .subTitleText{
            font-size: 6vh;
            margin-bottom: 50px;
        }
    }
    .sectionTwo{
        height: 350vh;
    }
    .rectLeft {
        border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
        margin-top: 5px;
        margin-bottom: 55px;
        box-sizing: border-box;
        height:80% ;
        width: 50%;
        
        align-items: center;
    
        p {
            margin-top: 2%;
            max-width: 80%;
            max-height: 80%;
            font-size: 1vw;
            font-weight: 300;
        }
    
        button {
            display: none;
        }
    }
    
    .rectRight {
        border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        box-sizing: border-box;
        height:80% ;
        width: 50%;
        
        align-items: center;
       
    
        p {
            margin-top: 2%;
            max-width: 80%;
            max-height: 90%;
            font-size: 1vw;
            font-weight: 300;
        }
    
        button {
            display: none;
        }
    }
    
    .btnWeb{
        width: 10%;
        height: 99%;
        span{
          transform: rotate(-90deg);
          color: #fca817;
          font-size: 1vw;
          white-space: nowrap;
         
        }
      }
      .btnLeft{
        width: 10%;
        height: 99%;
        span{
          transform: rotate(-90deg);
          color: #fca817;
          font-size: 1vw;
          white-space: nowrap;
         
        }
      }
      

    /*MENU HAMBURGHER*/
.container {
    position: fixed;
    z-index: 120;
    cursor: pointer;
    display: flex;
    width: 70px;
    height: 100px;
    right: 10px;
    top: 2px;
    overflow: hidden;
}

svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
    transform-origin: 36% 40%;
}

path:nth-child(2) {
    stroke-dasharray: 29 299;
}

path:nth-child(3) {
    transform-origin: 35% 63%;
}

path:nth-child(4) {
    stroke-dasharray: 29 299;
}

path:nth-child(5) {
    transform-origin: 61% 52%;
}

path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.navMobile {
    display: none;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: fit-content;
    background-color: #fca817da;
    top: 0%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 10px;
    border: 3px solid black;
    transform: translateY(-100%);
    transition: 0.5s ease-in-out;

    p {
        font-size: 1.5vw;
        cursor: pointer;
        margin-top: 10px;
    }

    ;

    .pMarg {
        margin-left: 25px;
    }
}

.navActive {
    transform: translateY(0);
    opacity: 1;
}

.menuHide {
    display: none;
    transform-origin: top;
}

.addClsShow {
    transform: scaleY(1);
    display: block;
    transition: 1s ease-in-out;
}}

@media only screen and (min-device-width : 960px) and (max-device-width : 1280px) and (orientation : landscape){
    .contactNowModal {
        left: 50%;
        width: 80%;
        height: 80%;
        top: 50%;
        z-index: 150;
    }
    
    
    .logoM {
        display: block;
        position: fixed;
        z-index: 1;
        background-color: #fca817;
        border-bottom: 0px black solid;
        width: 100%;
        height: 10%;
        padding: 5px;
        img{
            filter: drop-shadow(3px 3px 5px black);
            position: absolute;
            top: 5%;
            left: 5%;
        }
    }
    
    .contactNowM {
        box-sizing: content-box;
        top: 3%;
        left: 50%;
        transform: translate(-50%);
        position: fixed;
        padding: 5px;
        border-radius: 10px;
        z-index: 90;
        width: 18%;
        height: 5%;
        z-index: 90;
        animation: buttonlgt 2s ease-in-out;
        animation-iteration-count: infinite;
        background-color: #1f2026;
        color: #fca817;
    }

    .linkNav{
        display: none;
    }
    .navBar {
        display: none;
    }  
    .sectionOne{
        height: 80vh;
    }
    .blobImg{
        width: 60%;
    }
    .subTitle{
        .subTitleText{
            font-size: 6vh;
            margin-bottom: 50px;
        }
    }
    .sectionTwo{
        height: 320vh;
    }
    .rectLeft {
        border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
        margin-top: 5px;
        margin-bottom: 55px;
        box-sizing: border-box;
        height:70% ;
        width: 50%;
        
        align-items: center;
    
        p {
            margin-top: 2%;
            max-width: 80%;
            max-height: 80%;
            font-size: 1.2vw;
            font-weight: 300;
        }
    
        button {
            display: none;
        }
    }
    
    .rectRight {
        border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        box-sizing: border-box;
        height:70% ;
        width: 50%;
        
        align-items: center;
       
    
        p {
            margin-top: 2%;
            max-width: 80%;
            max-height: 90%;
            font-size: 1.2vw;
            font-weight: 300;
        }
    
        button {
            display: none;
        }
    }
    
    .btnWeb{
        width: 10%;
        height: 99%;
        span{
          transform: rotate(-90deg);
          color: #fca817;
          font-size: 1.2vw;
          white-space: nowrap;
         
        }
      }
      .btnLeft{
        width: 10%;
        height: 99%;
        span{
          transform: rotate(-90deg);
          color: #fca817;
          font-size: 1.2vw;
          white-space: nowrap;
         
        }
      }
      

    /*MENU HAMBURGHER*/
.container {
    position: fixed;
    z-index: 120;
    cursor: pointer;
    display: flex;
    width: 70px;
    height: 100px;
    right: 10px;
    top: 2px;
    overflow: hidden;
}

svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
    transform: rotate(90deg);
}

path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
    transform-origin: 36% 40%;
}

path:nth-child(2) {
    stroke-dasharray: 29 299;
}

path:nth-child(3) {
    transform-origin: 35% 63%;
}

path:nth-child(4) {
    stroke-dasharray: 29 299;
}

path:nth-child(5) {
    transform-origin: 61% 52%;
}

path:nth-child(6) {
    transform-origin: 62% 52%;
}

.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.navMobile {
    display: none;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 100;
    height: fit-content;
    background-color: #fca817da;
    top: 0%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 10px;
    border: 3px solid black;
    transform: translateY(-100%);
    transition: 0.5s ease-in-out;

    p {
        font-size: 1.5vw;
        cursor: pointer;
        margin-top: 10px;
    }

    ;

    .pMarg {
        margin-left: 25px;
    }
}

.navActive {
    transform: translateY(0);
    opacity: 1;
}

.menuHide {
    display: none;
    transform-origin: top;
}

.addClsShow {
    transform: scaleY(1);
    display: block;
    transition: 1s ease-in-out;
}}

/* TABLET 569 portrait*/
@media screen and (min-width:569px) and (max-width:1080px) and (orientation: portrait){
    .contactNowModal {
        left: 48%;
        width: 90%;
        height: 70%;
        top: 55%;
    }
    
    .logoM {
        display: block;
        position: fixed;
        z-index: 1;
        top: 0cap;
        left: 0;
        background-color: #b2b2b2;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 100%;
        height: 12%;
        img{
            position: absolute;
            top: 5%;
            left: 5%;
        }
    }
    
    .contactNowM {
        box-sizing: content-box;
        top: 3%;
        left: 50%;
        transform: translate(-50%);
        position: fixed;
        padding: 5px;
        border-radius: 10px;
        z-index: 90;
        width: 20%;
        height: 4%;
        animation: buttonlgt 2s ease-in-out;
        animation-iteration-count: infinite;
        background-color: #1f2026;
        color: #fca817;
        font-size: 1.6vh;
    }
    
    .navBar {
        display: none;
    }
    
    .linkService {
        position: relative;
    }
    
    .menuService {
        opacity: 1;
        position: absolute;
        top: 40px;
        width: 150px;
        height: fit-content;
        transform-origin: top;
        transform: scale(1, 0);
        background-color: black;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: -1;
        transition: all 0.3s;
    
        a {
            margin-left: 15px;
            text-decoration: none;
            color: #f4f4f6;
            transition: 0.3s ease-in-out;
    
        }
    
        a:hover {
            color: #fca817;
            transform: translateX(10px);
        }
    }
    
    .opLink {
        transition: all 0.2s;
    }
    
    .hideMenu {
        opacity: 0;
    }
    
    .leftNav {
        display: flex;
        align-items: center;
        gap: 15%;
        width: 50%;
        height: 100%;
        margin-left: 5%;
    }
    
    .linkBox {
        width: 500px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 15px;
    }
    
    .rightNav {
        width: 50%;
        height: 100%;
        gap: 10px;
        display: flex;
        justify-content: end;
        align-items: center;
    
        p {
            color: #f4f4f6;
            text-transform: uppercase;
            font-size: 13px;
            text-decoration: underline;
            text-decoration-color: #fca817;
        }
    
        button {
            margin-right: 3%;
            background-color: black;
            height: 50px;
            width: 150px;
            border-radius: 20px;
            border-color: var(--color-Yellow);
            border-width: 4px;
            color: #f4f4f6;
            text-transform: uppercase;
            font-family: "Oswald", sans-serif;
            font-weight: 500;
            animation: buttonlgt 2s ease-in-out;
            animation-iteration-count: infinite;
        }
    }
    
    .sizePage {
        height: 85vh;
        
    }
    
    .sectionOne {
        flex-direction: column-reverse;
        
    }
    
    .heroSection {
        width: 100%;
        height: 50%;
    }
    
    .yellowRect {
        height: 40%;
        width: 53%;
    }
    
    .heroText {
        font-size: 2.1vh;
    }
    
    .asideRightOne {
        width: 100%;
        height: 50%;
    }
    
    .blobImg {
        top: 0;
        height: 40%;
        width: 50%;
    }
    
    .sectionTwo {
        height: 200vh;
    }
    
    .subTitle {
        padding-bottom: 60px;
    
        .subTitleText {
            font-size: 2.6vh;
        }
    }
    /*SECTION TWO*/
    .rectLeft {
        border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
        margin-top: 5px;
        margin-bottom: 55px;
        box-sizing: border-box;
        height:70% ;
        width: 80%;
        
        align-items: center;
    
        p {
            margin-top: 2%;
            max-width: 80%;
            max-height: 80%;
            font-size: 1.5vh;
            font-weight: 300;
        }
    
        button {
            display: none;
        }
    }
    
    .rectRight {
        border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        box-sizing: border-box;
        height:70% ;
        width: 80%;
        
        align-items: center;
       
    
        p {
            margin-top: 2%;
            max-width: 80%;
            max-height: 80%;
            font-size: 1.5vh;
            font-weight: 300;
        }
    
        button {
            display: none;
        }
    }
    
    .btnWeb{
        width: 10%;
        height: 99%;
        span{
          transform: rotate(-90deg);
          color: #fca817;
          font-size: 1.5vh;
          white-space: nowrap;
         
        }
      }
      .btnLeft{
        width: 10%;
        height: 99%;
        span{
          transform: rotate(-90deg);
          color: #fca817;
          font-size: 1.5vh;
          white-space: nowrap;
         
        }
      }
      
    /*FOOTER*/
    .footerContainer {
        width: 100%;
        height: 60vh;
        background-color: var(--color-gray);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        
    }
    
    .ftSecOne {
        height: 40%;
        width: 100%;
        gap: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid black;
        p{
            font-size: 1.4vh;
        }
        .copyBox {
            height:fit-content;
            width: 70%;
            background-color: var(--color-Yellow);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            border: 1px solid black;
    
            p {
                text-transform: uppercase;
                text-align: center;
                font-size: 1.4vh;
            }
        }
    }
    
    .imgFt {
        width: 40px;
    }
    
    .ftSecTwo {
        height: 30%;
        width: 100%;
        border-bottom: 1px solid black;
        p{
            font-size: 1.4vh;
        }
    }
    
    .ftSecThree {
        height: 30%;
        width: 100%;
        p{
            font-size: 1.4vh;
        }
    }
    
    @keyframes buttonlgt {
        0% {
            border-color: #fca817;
        }
    
        50% {
            border-color: #fbff00;
            box-shadow: 0px 0px 15px #fbff00;
        }
    
        100% {
            border-color: #fca817;
        }
    }
    
    /*MENU HAMBURGHER*/
    .container {
        position: fixed;
        z-index: 110;
        cursor: pointer;
        display: flex;
        width: 100px;
        height: 130px;
        right: 10px;
        top: 2px;
        overflow: hidden;
    }
    
    svg {
        transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .active svg {
        transform: rotate(90deg);
    }
    
    path {
        transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    path:nth-child(1) {
        transform-origin: 36% 40%;
    }
    
    path:nth-child(2) {
        stroke-dasharray: 29 299;
    }
    
    path:nth-child(3) {
        transform-origin: 35% 63%;
    }
    
    path:nth-child(4) {
        stroke-dasharray: 29 299;
    }
    
    path:nth-child(5) {
        transform-origin: 61% 52%;
    }
    
    path:nth-child(6) {
        transform-origin: 62% 52%;
    }
    
    .active path:nth-child(1) {
        transform: translateX(9px) translateY(1px) rotate(45deg);
    }
    
    .active path:nth-child(2) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px;
    }
    
    .active path:nth-child(3) {
        transform: translateX(9px) translateY(1px) rotate(-45deg);
    }
    
    .active path:nth-child(4) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px;
    }
    
    .active path:nth-child(5) {
        transform: translateX(9px) translateY(1px) rotate(-45deg);
    }
    
    .active path:nth-child(6) {
        transform: translateX(9px) translateY(1px) rotate(45deg);
    }
    
    .navMobile {
        display: none;
        box-sizing: border-box;
        position: fixed;
        width: 100%;
        z-index: 100;
        height: fit-content;
        background-color: #fca817da;
        top: 0%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        padding: 20px;
        border: 3px solid black;
        transform: translateY(-100%);
        transition: 0.5s ease-in-out;
    
        p {
            font-size: 2.2vh;
            cursor: pointer;
            margin-top: 20px;
        }
    
        ;
    
        .pMarg {
            margin-left: 25px;
        }
    }
    
    .navActive {
        transform: translateY(0);
        opacity: 1;
    }
    
    .menuHide {
        display: none;
        transform-origin: top;
    }
    
    .addClsShow {
        transform: scaleY(1);
        display: block;
        transition: 1s ease-in-out;
    }}