@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
:root {
  --primary-color: #7f98b2;
}

body {
  background-color: transparent;
  background: #F2F2F2;
  margin: 0;
  font-family: 'Poppins';
  background: transparent url(./contact.png) no-repeat center center fixed;
  background-size: 100% 100%;
  height: 100%;
  position: absolute;
  width: 100%;
}

.navbar {
  background: #F2F2f2;
  padding: 1em;
  
}

.navbar .home {
  text-decoration: none;
  font-weight: bold;
  color: rgb(46, 150, 145);
  font-size: 1.2em;
}

.navbar nav li .about a {
  font-weight: bold;
}
.navbar .home span {
  color: var(--primary-color);
}
.icon{
  width: 12%;
  height: 70%;
}

.navbar nav {
  display: none;
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  
}

.navbar .tut-menu {
  cursor: pointer;
}

a {
  color: #444444;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section {
  padding: 5em 2em;
}

h2 {
  font-size: 2em;
}

nav.menu-btn {
  display: block;
}

nav {
  position: fixed;
  z-index: 999;
  width: 66%;
  right: 0;
  top: 0;
  background: #20272E;
  height: 100vh;
  padding: 1em;
}

nav ul.first-nav {
  margin-top: 5em;
}

nav li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: .5em;
  font-size: 1.3em;
  text-align: right;
}

nav li a:hover {
  font-weight: bold;
}

.tut-menu-exit {
  float: right;
  margin: .5em;
  cursor: pointer;
}
.image img{
 border-radius: 5%;
 width: 60%;
 height: auto;
}

.detail{
  max-width: 1100px;
  margin:0 auto;
  padding:0 3rem;
  margin-top:5rem;
  text-align:center;
  background: #dfd8d8;;
}
h1{
    color:#7ea7b0;
  /* font-size :3rem; */
  font-weight: 700;
  letter-spacing:8px;
  margin-bottom:1rem;
}
h1 span {
    position: relative;
    top: 20px;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
      0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent,
      0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.4);
    animation: bounce 0.3s infinite alternate;
  }
  @keyframes bounce {
    100% {
      top: -20px;
      text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
        0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc,
        0 50px 25px rgba(0, 0, 0, 0.2);
    }
  }
  h1 span:nth-child(2) {
    animation-delay: 0.1s;
  }
  h1 span:nth-child(3) {
    animation-delay: 0.2s;
  }
  h1 span:nth-child(4) {
    animation-delay: 0.3s;
  }
  h1 span:nth-child(5) {
    animation-delay: 0.4s;
  }
  h1 span:nth-child(6) {
    animation-delay: 0.5s;
  }
  h1 span:nth-child(7) {
    animation-delay: 0.6s;
  }
  h1 span:nth-child(8) {
    animation-delay: 0.7s;
  }
  h1 span:nth-child(9) {
    animation-delay: 0.8s;
  }
  h1 span:nth-child(10) {
    animation-delay: 0.9s;
  }
  h1 span:nth-child(11) {
    animation-delay: 1s;
  }
  h1 span:nth-child(12) {
    animation-delay: 1.1s;
  }
  h1 span:nth-child(13) {
    animation-delay: 1.2s;
  }
  h1 span:nth-child(14) {
    animation-delay: 1.3s;
  }

p{
  font-size: 25px;
  color:rgb(52, 76, 12);
  height:20px solid #fff;
  padding: 20PX;
  margin: 20px auto;
  max-width: 700px;
  margin-bottom: 20px;
  }
h2{
    font-size: 2px;
    color:rgb(120, 138, 129);
    font-size: 4rem;
    font-weight: 400;
  }

@media only screen and (min-width: 768px) {
  .tut-menu, .tut-menu-exit {
    display: none;
  }
  .navbar .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px auto;
        grid-template-columns: 180px auto;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-left: 12.3%;
  }
  .navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
    position: unset;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar nav a {
    color: black;
    font-size: 1em;
    padding: .1em 1em;
  }
  .navbar nav ul.first-nav {
    margin: 0;
  }
  .navbar nav li.about a {
    font-weight: bold;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #d7f7ff;
  font-family: Arial, Helvetica, sans-serif;

}







