@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700;800&display=swap');

:root {
  /* fonts */
  --mainText: url;
  --secondaryText: ;

  /* class 1 */
  --fontSizeMain1: 30px;
  --fontSizeSecondary1: 60px;

  /* class 2 */
  --fontSizeMain2: 15px;
  --fontSizeSecondary2: 30px;

  /* colors */
  --mainColor: #ffffff;
  --secondaryColor: #000000;
  --footerBgColor: #e4e4e4;
  --bottonColor: #ffa500;
  --textColorMain: #602d91;
  --textColorSecondary: #6767ec;
  --textColorPartial: #707070;
}

/* Home Page */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 15px;
  font-family: Montserrat, monospace;
}

h3 {
  color: var(--textColorMain);
}

html {
  display: block;
}

body {
  top: 0px;z
  padding: 0;
  margin: 0;
}

.btn {
  background-color: var(--bottonColor);
  color: var(--mainColor);
  font-size: var(--mainText);
  font-weight: bold;
  width: 8em;
  height: 8em;
  border: none;
  border-radius: 90px;
  cursor: pointer;

}

/* HEADER */




/* MAIN */

.main-cnt {
  padding-top: 5em;
  display: block;
  height: auto;

}

.main-cnt h3 {
  padding: 1em;
  padding-top:3em;
  font-size: 30px;
  color:var(--textColorSecondary);

}



.contact-cnt {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: center;
  padding-top: 5em;
  padding-bottom: 5em;
  gap: 8em;
  padding-left: 10em;
  background-color: var(--footerBgColor);
  align-content: center;

}

.item-header {
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: center;
  align-items: center;

}

.text-cnt {
  display: block;
  line-height: 2em;
  padding-top: 2em;
}

.item-header img {
  display: block;
  height: 25px;
  width: 25px;
}

.flex-cont {
  height: auto;
  width: auto;
}

.item-header h4 {
  padding: 2em;
  padding-left: 1em;
}


/* form section */

.form-section {
  padding: 3em;

  height: 50vh;
  text-align: center;

}

.form-heading h3 {
  padding: 1em;
  font-size: 30px;
}

.contact-form {
  padding-top: 5px;
  border: none;
  width: auto;
  height: auto;
}

#form-btn {
  margin-top: 5px;
  width: 40%;
  height: 3em;
  border-radius: 2px;

}

#form-btn button :hover {
  background-color: var(--textColorSecondary);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transition: .5s;
  margin-top: 5px;
  width: 40%;
  height: 3em;
  border-radius: 2px
}



input {
  height: 3em;
}

textarea {
  height: 10em;
}

textarea,
input {
  background-color: var(--footerBgColor);
  padding: 5px;
  margin: 5px;
  border: none;
  color: var(--textColorPartial);
  width: 40%;


}

/* googleMaps */

/* iframe{
  margin-top: 20em;
  height: 400px;
  width: 100%;
} */

.gmap_iframe {
  width:100%!important;
  height:453px!important;
  
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  width:100%;
  height:453px;
  margin-top: 20em;
}

.mapouter{
  position:relative;
  text-align:right;
  width:100%;
  height:453px;
}

/* FOOTER */


@media(max-width:450px) {

  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Montserrat, monospace;
    font-size: 12px;
  }

  .container {
    width: 100%;

  }

  .nav {

    width: 100%;
    height: 100vh;
    top: -900px;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: top 0.8s cubic-bezier(1, 0, 0, 1);

  }

  .right {
    height: auto;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }



  .nav ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    justify-content: center;
    align-items: center;
  }

 
  .nav ul li :hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transition: .3s;
    color: var(--textColorSecondary);
  }


  li a {
    display: block;
    padding: 14px 14px;
    text-decoration: none;
    color: var(--textColorMain);
  }


  #nav-btn {
    display: block;
    color: var(--bottonColor);
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 2.5em;
    align-items: center;
    margin-bottom: 2em;
  }

  #nav-btn:hover {
    color: var(--mainColor);
    background-color: var(--bottonColor);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: .5s;
  }

  .change {
    top: 0;

  }

  .hamburger-menu {
    width: 100%;
    height: 30px;
    display: flex;
    position: fixed;
    scroll-behavior: none;
    margin-top: 2em;
    top: 1em;
    right: 1em;
    cursor: pointer;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-around;

  }

  .nav-item {
    list-style: none;
    margin: 25px;
    text-decoration: none;
  }


  .line {
    width: 35px;
    height: 4px;
    background-color: var(--bottonColor);
    transition: all 0.8s;
  }

  .change .line-1 {
    transform: rotateZ(-405deg) translate(-8px, 6px);
  }


  .change .line-2 {
    opacity: 0;
  }


  .change .line-3 {
    transform: rotateZ(405deg) translate(-8px, -6px);
  }


  /* main-cnt */

  .main-cnt {
    padding-top: 5em;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;

  }


  /* contact-cnt */

  .contact-cnt {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--footerBgColor);
    padding: 2em;
    align-items: center;



  }

  .item-header {
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: center;

  }

  .text-cnt {
    display: block;
    line-height: 2em;
    padding-top: 2em;
  }

  .item-header img {
    display: block;
    height: 25px;
    width: 25px;
  }

  .flex-cont {
    display: flex;
    flex-direction: column;
    /* left: 0; */
  }

  .item-header h4 {
    padding-top: 4px;
    /* padding-left: 1em; */
  }


  /* form section */

  .form-section {
    padding: 3em;

    height: 50vh;
    text-align: center;

  }

  .form-heading h3 {
    padding: 1em;
    font-size: 30px;
  }

  .contact-form {
    padding-top: 5px;
    border: none;
    width: auto;
    height: auto;
  }

  #form-btn {
    margin-top: 5px;
    width: 40%;
    height: 3em;
    border-radius: 2px;

  }

  #form-btn button :hover {
    background-color: var(--textColorSecondary);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: .5s;
    margin-top: 5px;
    width: 40%;
    height: 3em;
    border-radius: 2px
  }



  input {
    height: 3em;
    color: var(--mainColor);
  }

  textarea {
    height: 10em;
  }

  textarea,
  input {
    background-color: var(--footerBgColor);
    padding: 5px;
    margin: 5px;
    border: none;
     color: var(--textColorPartial);
    width: 40%;

  }



  /* form section */

  .form-section {
    padding: 3em;

    height: auto;
    text-align: center;

  }

  .form-heading h3 {
    padding: 1em;
    font-size: 20px;
  }

  .contact-form {
    padding-top: 5px;
    border: none;
    width: 100%;
    height: auto;
  }

  #form-btn {
    margin-top: 5px;
    width: 90%;
    height: 3em;
    border-radius: 2px;

  }

  #form-btn button :hover {
    background-color: var(--textColorSecondary);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: .5s;
    margin-top: 5px;
    width: 40%;
    height: 3em;
    border-radius: 2px
  }



  input {
    height: 3em;
  }

  textarea {
    height: 10em;
  }

  textarea,
  input {
    background-color: var(--footerBgColor);
    padding: 5px;
    margin: 5px;
    border: none;
    color: var(--textColorPartial);
    width: 100%;

  }






  /* footer */



  footer {
    display: block;
    background-color: var(--footerBgColor);
    height: auto;
    width: 100%;
  }

  .footer-section {
    font-size: 10px;
    padding: 3em 4em;
    display: flex;
    flex-direction: column;
    gap: 6em;
    justify-content: space-evenly;
    padding-bottom: 4em;
  }

  .footerLocation {
    padding-top: 1em;
  }

  .footerLocation p {
    line-height: 1.5em;
  }

  .flex-item h3 {
    padding-bottom: 1em;
    font-size: 25px;
  }

  .flex-item ul li {
    line-height: 1.5em;
  }

  #socialIcon {
    background-color: var(--mainColor);
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 3em;
    border-radius: 1px solid var(--textColorPartial);

  }





}