html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "montserrablack";
  src: url(../fonts/Montserrat-Black.ttf);
}

@font-face {
  font-family: "montserralightitalic";
  src: url(../fonts/Montserrat-ExtraLightItalic.ttf);
}

@font-face {
  font-family: "montserrabold";
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "montserramedium";
  src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "montserralight";
  src: url(../fonts/Montserrat-Light.ttf);
}

body {
  background-color: fff6f6;
  margin: auto;
  height: auto;
  width: auto;
  overflow-x: hidden;
  z-index: 1;
}

nav{
    width: 100%;
    position: fixed;
    z-index: 1;
}

.navlist {
  padding: 45px;
  background-color: #470365;
  display: flex;
  justify-content: space-evenly;
  margin-top: 0;
}

.navlist :hover {
  transform: scale(1.05);
  transition: 0.6s ease-in-out;
}

nav a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-family: "montserrabold";
  letter-spacing: 2px;
}

li {
  list-style: none;
}

#Hello {
  padding-top: 9%;
}

h1 {
  color: #470365;
  font-family: "montserrabold";
  font-size: 70px;
  text-align: center;
}

#txt {
  margin: 10%;
  line-height: 2;
  color: #470365;
  font-family: "montserralightitalic";
  font-size: 24px;
  margin-left: 4%;
  margin-right: 4%;
}

h2 {
  color: #470365;
  font-family: "montserrabold";
  font-size: 86px;
  text-align: center;
}


h3 {
  font-family: "montserrabold";
  font-size: 60px;
  color: #470365;
  text-align: center;
  padding-top: 15%;
}

#ville{
       width: 80%;
}

#descrip {
  display: flex;
  justify-content: center;
  font-family: "montserralightitalic";
  font-size: 23px;
  color: #470365;
}

#box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#tree {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 3%;
  border-radius: 10px;
  border-color: #470365;
  border-style: solid;
  height: 74vh;
}

#tre {
  display: flex;
  flex-direction: column;
  margin: 3%;
  justify-content: center;
  width: 34%;
  align-items: center;
  border-radius: 10px;
  background-color: #470365;
}

.tre {
  display: flex;
  flex-direction: column;
  margin: 3%;
  justify-content: center;
  width: 90vh;
  align-items: center;
  border-radius: 10px;
  background-color: #470365;
  height: 65vh;
}

a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

#website a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 44%;
  align-items: center;
  align-self: center;
}

button {
        width: 139px;
        height: 44px;
}

button:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
  width: 139px;
  height: 44px;
}

#visit {
  cursor: pointer;
  border-radius: 12px;
  background-color: #470365;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: "montserrabold";
}

#play {
  cursor: pointer;
  border-radius: 12px;
  background-color: white;
  font-size: 13px;
  font-family: "montserrabold";
  color: #470365;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 12%;
}

#play2 {
  cursor: pointer;
  border-radius: 12px;
  background-color: #470365;
  font-size: 12px;
  font-family: "montserrabold";
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
}

.brief {
  font-family: "montserramedium";
  color: white;
  font-size: 15px;
  text-align: left;
  line-height: 2;
}

.brif {
  font-family: "montserramedium";
  color: #470365;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

.bref{
  font-family: "montserramedium";
  color: #470365;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

h4 {
  font-family: "montserrabold";
  font-size: 24px;
  color: #470365;
  display: flex;
  justify-content: center;
}

h5 {
  font-family: "montserrabold";
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
}

#video {
  display: flex;
  justify-content: center;
  padding: 2%;
  height: 65vh;
}

#vid {
  display: flex;
  justify-content: center;
  padding: 2%;
  height: 65vh;
}

#video video {
  border-radius: 17px;
  border-color: #470365;
  border-style: solid;
}

#title {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

#site {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 6%;
}

#vivalalgeri {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-around;

}



#copy {
  color: #470365;
  font-family: "montserramedium";
  display: flex;
  justify-content: center;
  padding-top: 10%;
  font-size: 13px;
}

.cop{
     width: 106vh;
}

#copyy {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 20%;
  font-family: "montserralightitalic";
  font-size: 20px;
  padding: 25px;
  border-radius: 12px;
  width: 221px;
  height: 33px;
  border-width: 1px;
  color: #ffffff;
  border-color: #a511c0;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: inset 0px 1px 0px 0px #e184f3;
  text-shadow: inset 0px 1px 0px #9b14b3;
  background: linear-gradient(#470365, #a20dbd);
}

#copyy:hover{
             background: linear-gradient(#a20dbd, #c123de);
}

#copyy :hover {
  transform: scale(1.05);
  transition: 0.6s ease-in-out;
}

#contactme {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 18%;
  gap: 18%;
  align-items: center;
}













/* RESPONSIVE */

@media screen and (max-width: 1400px) {

body {
  background-color: white;
  margin: auto;
  height: auto;
  width: auto;
  overflow-x: hidden;
}

nav{
    width: 100%;
    position: fixed;
    z-index: 1;
}

.navlist {
    padding: 5px;
    background-color: #470365;
    display: flex;
    justify-content: center;
    margin-top: 0;
    flex-direction: column;
}

.navlist :hover {
  transform: scale(1.05);
  transition: 0.6s ease-in-out;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-family: "montserrabold";
    align-items: center;
    line-height: 2.5;
}

li {
  list-style: none;
}

#Hello {
  padding-top: 45%;
}

h1 {
  color: #470365;
  font-family: "montserrabold";
  font-size: 30px;
  text-align: center;
}

#txt {
  margin: 3%;
  color: #470365;
  font-family: "montserralightitalic";
  font-weight: lighter;
  font-size: 14px;
}

span {
  color: #470365;
  font-weight: bold;
}

h2 {
  color: #470365;
  font-size: 14px;
  font-family: "montserrabold";
}

h3 {
  font-family: "montserrabold";
  font-size: 30px;
  color: #470365;
  text-align: center;
}

#descrip {
    display: flex;
    justify-content: center;
    font-family: "montserralightitalic";
    font-size: 11px;
    color: #470365;
    text-align: center;

  }

#tree {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
  border-radius: 10px;
  border-color: #470365;
  border-style: solid;
  height: 100vh;
}

#tre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  align-items: center;
  border-radius: 10px;
  background-color: #470365;
}

.tre {
  display: flex;
  flex-direction: column;
  margin: 3%;
  justify-content: center;
  width: 45vh;
  align-items: center;
  border-radius: 10px;
  background-color: #470365;
  height: 50vh;
}

.size{
      width: 80%;
      
}

a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

#website a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 44%;
  align-items: center;
  align-self: center;
}

button :hover {
  transform: scale(2.05);
  transition: 0.6s ease-in-out;
}

button {
  padding: 10px;
  margin: 20px;
}

#visit {
  cursor: pointer;
  border-radius: 12px;
  background-color: #470365;
  color: white;
  display: flex;
  font-size: 13px;
  font-family: "montserrabold";
}

#play {
  cursor: pointer;
  border-radius: 12px;
  background-color: white;
  color: #470365;
  display: flex;
  font-size: 13px;
  font-family: "montserrabold";
}

#play2 {
  cursor: pointer;
  border-radius: 12px;
  background-color: #470365;
  color: white;
  display: flex;
  font-size: 13px;
  font-family: "montserrabold";
  padding: 10px;
  margin: 20px;
}

#box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.brief {
    font-family: "montserramedium";
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}

.brif {
  font-family: "montserramedium";
  color: #470365;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;

}

.bref{
  font-family: "montserramedium";
  color: #470365;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  align-content: center;
}

h4 {
  font-family: "montserrabold";
  font-size: 18px;
  color: #470365;
  display: flex;
  justify-content: center;
}

h5 {
  font-family: "montserrabold";
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
}

#video {
  display: flex;
  justify-content: center;
  padding: 2%;
  height: 32vh;
  width: 100%;
}

#vid {
  display: flex;
  justify-content: center;
  height: 38vh;
}

#video video {
  border-radius: 17px;
  border-color: #470365;
  border-style: solid;
  width: 100%;
}

#title {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

#site {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

#vivalalgeri {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cop{
     width: 106vh;
}

#copyy {
  display: flex;
  justify-content: center;
  width: 20%;
  font-family: "montserralightitalic";
  font-size: 20px;
  padding: 25px;
  border-radius: 12px;
  width: 221px;
  height: 33px;
  border-width: 1px;
  color: #ffffff;
  border-color: #a511c0;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: inset 0px 1px 0px 0px #e184f3;
  text-shadow: inset 0px 1px 0px #9b14b3;
  background: linear-gradient(#470365, #a20dbd);
  margin-top: 7%;
}

#copyy:hover{
             background: linear-gradient(#a20dbd, #c123de);
}

#copyy :hover {
  transform: scale(1.05);
  transition: 0.6s ease-in-out;
}

#contactme {
  display: flex;
  align-items: center;
  flex-direction: column;
}



}


