:root {

  --font: font-family: "Oswald", sans-serif;
  --color-gray: #6b6b6b;
  --color-black: #1f2026;
  --color-white: color #b2b2b2;
  --color-Yellow: #fca817;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font);
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.container,.logoM,.navMobile{
  display: none;
}
::-webkit-scrollbar {
  width: 1px;
}
.opacityBody{
  transition: 0.8s ease-in-out;
  filter: blur(10px);
}
body {
  background-color: var(--color-white);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  position: relative;
  background-color: #f4f4f6;
}

/*IFRAME CONTACT NOW*/
.contactNowModal{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height:72%;
  z-index: 100;
  border-radius: 20px;
  iframe{
    border-radius: 20px;
    border: 4px solid #070707;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 10px 0px;
    background-color: #fca817;
  }
}
.btnCloseX{
  position: absolute;
  top:1%;
  right: 1%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 100;
  font-size: 20px;
  background-color: #ff0000;
  transition: 0.5s ease-in-out;
  color: #f4f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnCloseX:hover{
  background-color: red;
}

.sizePage {
  width: 100%;
  height: 85vh;
}

.navBar {
  z-index: 100;
  position: fixed;
  top: 10px;
  height: 80px;
  width: 80%;
  background-color: black;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #fca817;
}

.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;
  }
}

/*SECTION ONE*/

.sectionOne {
  position: relative;
  display: flex;
 
}

.backgroundImg {
  opacity: 0;
  position: absolute;
  filter: grayscale(1);
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-image: url(/img/sfondoTop.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.heroSection {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;

}

.yellowRect {
  opacity: 0;
  background-color: #fca817;
  width: 45%;
  height: 24%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  text-align: right;
  position: relative;
  filter: drop-shadow(10px 10px 10px black);
}

.heroText {
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  text-transform: uppercase;
  letter-spacing: 5px;
  word-spacing: 5px;
  font-size: 2.3vh;
  filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.39));

}

.asideRightOne {
  position: relative;
  width: 40%;
  height: 100%;
}

.blobImg {
  position: absolute;
  width: 55%;
  height: 40%;
  right: 0px;
  z-index: -1;
  transform-origin: top right;
  filter: drop-shadow(10px 10px 10px black);
}

/*SECTION TWO*/
.sectionTwo {
  position: relative;
  background-color: #d7d7d7;
  width: 100%;
  height: 300vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.backSecTwo{
  position: absolute;
  background-image: url(/img/sfondoBottom.jpg);
  background-size: cover;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  z-index: 0;
  filter: grayscale(0.3);
}
.sizePar {
  position: relative;
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.sizePar p {
  text-transform: uppercase;
}
.right {
  justify-content: end;
}

.subTitle {
  
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  background-color: #f4f4f6;

  .subTitleText {
    font-size: 9vh;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    color: #6b6b6b;
    filter: drop-shadow(7px 7px 11px rgba(0, 0, 0, 0.525));
  }
}

.rectLeft {
  background-color: #fca817;
  width: 45%;
  height: 75%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  filter: drop-shadow(10px 10px 10px black);
  display: flex;
  justify-content: end;
  align-items: start;
  text-transform: uppercase;
  letter-spacing: 5px;
  word-spacing: 5px;
  font-size: 1.8vh;
  box-sizing: border-box;
  flex-direction: row-reverse;
  button{
    position: absolute;
    bottom:30px;
    left: 30px;
    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;
  }
  p{
    margin-top: 5%;
    max-width: 80%;
    font-size: 1.8vh ;
  }
}

.rectRight {
  position: relative;
  background-color: #fca817;
  width: 45%;
  height: 75%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  filter: drop-shadow(-10px 10px 10px black);
  display: flex;
  justify-content: start;
  align-items: start;
  text-transform: uppercase;
  letter-spacing: 5px;
  word-spacing: 5px;
  font-size: 1.8vh;
  box-sizing: border-box;
  button{
    position: absolute;
    bottom:30px;
    right: 30px;
    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;
  }
  p{
    margin-top: 5%;
    max-width: 80%;
    font-size: 1.8vh;
  }
}
.btnWeb{
  position: relative;
  height: 100%;
  width: 10%;
  background-color: #121214;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 2px solid #fca817;
  margin-right: 20px;
  box-sizing: border-box; 
  display: flex;
  justify-content: center;
  align-items: center;
  span{
    transform: rotate(-90deg);
    color: #fca817;
    font-size: 2.4vh;
    white-space: nowrap;
  }
}
.btnLeft{
  height: 100%;
  width: 10%;
  background-color: #121214;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 2px solid #fca817;
  margin-left: 20px;
  box-sizing: border-box; 
  display: flex;
  justify-content: center;
  align-items: center;
  span{
    white-space: nowrap;
    text-align: center;
    color: #fca817;
    font-size: 2.4vh;
    transform: rotate(90deg);
  }
}

/*FOOTER*/

.footerContainer{
  width: 100%;
  height: 50vh;
  background-color: var(--color-gray);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ftSecOne{
  height: 100%;
  width: 25%;
  border-right: 1px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  letter-spacing: 2px;
  font-weight: 300;
  p{
    font-size: 1vw;
  }
  a{
    font-weight: 300;
    letter-spacing: 2px;
    color: #000000;
  }
    .copyBox{
    box-sizing: border-box;
    padding: 10px;
    height: fit-content;
    width:90%;
    background-color: var(--color-Yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid black;
    p{
      text-transform: uppercase;
      font-size: 0.8vw;
      text-align: center;
      font-weight: 300;
    }
  }
}
.imgFt{
  width: 15%;
}
.ftSecTwo{
  height: 100%;
  width: 35%;
  border-right: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  p{
    max-width: 80%;
    text-align: center;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-weight: 300;
    font-size: 1vw;
  }
}
.ftSecThree{
  height: 100%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  p{
    max-width: 80%;
    text-align: center;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-weight: 300;
    font-size: 1vw;
  }
}

/*POLICY CONTAINER*/
.policyContainer{
  width: 100%;
  height: 70px;
  background-color: #b2b2b2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
/*EFFECTS*/
.linkNav {
  cursor: pointer;
  width: 120px;
  height: 40px;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 0.5s;
  color: #f4f4f6;
}
.linkNav:before, .linkNav:after {
  position: absolute;
  background: rgb(0, 0, 0);
  z-index: -1;
  transition: 0.5s;
  content: '';
}
.linkNav:before {
  height: 40px;
  width: 120px;
}
.linkNav:after {
  width: 120px;
  height: 40px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.linkNav:hover::before {
  width: 0px;
  background: black;
}
.linkNav:hover::after {
  height: 0px;
  background: black;

}
.linkNav:hover {
  background: var(--color-Yellow);
  border-radius: 10px;
  color: #1f2026;
}

@keyframes buttonlgt {
  0%   {border-color: #fca817;}
  50%  {border-color: #fbff00;
        box-shadow: 0px 0px 15px #fbff00;
        }
  100% {border-color: #fca817;}
}

@media screen and (min-aspect-ratio: 21/9) and (min-width: 1920px) {
  body{
    width: calc(100% - 25%);
    margin: 0 auto;
    background-color: #f4f4f6;
  }
  .ftSecOne{
    p{
      font-size: 0.8vw;
    }
  }
  .ftSecTwo{
    p{
      font-size: 0.8vw;
    }
  }
  .ftSecThree{
    p{
      font-size: 0.8vw;
    }
  }
}
