@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Fonts Family */
/* font-family: 'Poppins', sans-serif; */

/* variables */

:root {
  /* color palate */
  --primary-color: #7b61ff;
  --secondary-color: #f6f4ff;
  --footer-color: #f9f9f9;

  /* font size & weight */
  --title-font-size: 3.2rem;
  --small-font-size: 1.3rem;
  --h2-font-weight: 600;

  /* card-gap */
  --card--gap: 3.2rem;

  --conatiner--size: 73%;
}




.profile-pic {
  position: relative;
  max-width:130px;
  max-height:130px;
  width: auto;
  height: auto;
  overflow: hidden;
  /* display: inline-block; */
  
  
  /* background-size: cover;  */
  margin: -31px; 
  margin-left:-7px;
  border: 6px solid rgba(0, 77, 64, 0.4); 
  border-radius: 50% !important;
}

.profile-pic img {
  width: 100%;
  height: auto;
}

.tracker {
  /* visibility: hidden; */
  position: fixed;
  /* margin-inline-end: auto;  */
  bottom: 0; 
  right: 0;
}

.caption-title span{
  font-size: 30px;
  color: #004d40;
 text-transform: uppercase;
 justify-content: center;
 text-align: center;
 text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);

}

@import url(https://fonts.googleapis.com/css?family=Poiret+One);
.social {
  margin: 0 auto;
  width: auto;
  text-align: inherit;
  /* padding: 10px; */
}

.icon-btn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 30px;
  line-height: 70px;
  border-radius: 45px;
  display: inline-block;
  margin: 4px;
}

.hero {
  background-image: url("../img/hero-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: hsla(0, 0%, 0%, 0.7);
  background-blend-mode: overlay;
  display: grid;
  place-items: center;
  min-height: 600px;
  text-align: center;
  padding-top: 125px;
}

.hero-title { 
  margin-bottom: 20px;
  color: white;
}

.hero-text {
  color:white;
  font-size: var(--fs-5);
  margin-bottom: 40px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}



.github {
  color: black;
}

.linkedin {
  color: #0077b5;
}

.angellist {
  color: grey;
}

.icon-btn:hover {
  transform: scale(1.10);
  color: #FFFFFF;
}

.linkedin:hover {
  background-color: #0077b5;
}

.angellist:hover {
  background-color: grey;
}

.github:hover {
  background-color: black;
}

.desert .row {
  display: flex;
  height: 88%;
  align-items: center;
}
#name{
  color:black;
}
.desert .col {
  flex-basis: 50%;
  margin-left: 50px;
}

.desert .col h1 {
  font-weight: 900;
  color: #fff;
  font-size: 100px;
}

.desert p {
  font-size: 11px;
  line-height: 15px;
  color: #fff;
}

.desert button {
  width: 180px;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  padding: 12px 0;
  background: #fff;
  border: 0;
  border-radius: 20px;
  outline: none;
  margin-top: 30px;
}

.desert .card {
  width: 200px;
  height: 230px;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 10px 15px;
  margin-left: 30px;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s;
}

.desert .card1 {
  background-image: url(../img/pic-1.png);
}

.desert .card2 {
  background-image: url(../img/pic-2.png);
}

.desert .card3 {
  background-image: url(../img/pic-3.png);
}

.desert .card4 {
  background-image: url(../img/pic-4.png);
}

.desert .card:hover {
  transform: translateY(-10px);
}

.desert h5 {
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.desert .card p {
  color: fff;
  text-shadow: 0 0 15px #000;
  font-size: 14px;
}

/* Buttons - Read Me, Contact Us */

/*-----------------------------------*\
 * #GALLERY
\*-----------------------------------*/

.gallery { padding-block: var(--section-padding); }

.gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gallery-image {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-15);
  overflow: hidden;
}

.contactme {
  position: relative;
  padding: 11px 35px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 1.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contactme:hover{
  color: #00796b;
  background-color: white;
}
/* Ensure basic styling for the container */
.popular .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Styling the section subtitle and title */
.section-subtitle, .section-title {
  text-align: center;
  margin-bottom: 20px;
}

/* Ensuring the section text is centered and has appropriate spacing */
.section-text {
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

/* Styling the list to have no default padding or margin and use flexbox */
.popular-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Ensuring each card is spaced nicely and has fixed dimensions */
.popular-card {
  width: 400px;
  height: 400px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Ensuring the image fits within the card and is nicely rounded */
.popular-card .card-img {
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.popular-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Styling the content of each card */
.popular-card .card-content {
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Styling the rating icons */
.card-rating {
  margin-bottom: 5px;
}

.card-rating a {
  color: #FFD700;
  text-decoration: none;
  margin: 0 2px;
}

/* Ensuring the card subtitle and title are spaced nicely */
.card-subtitle a, .card-title a {
  color: #007BFF;
  text-decoration: none;
}

/* Ensuring the card subtitle has spacing */
.card-subtitle {
  margin-bottom: 5px;
}

/* Ensuring the card text is spaced and styled nicely */
.card-text {
  color: #555;
  margin-bottom: 0;
  font-size: 0.9em;
}

/* Styling the button */
.btn-primary {
  display: block;
  margin: 40px auto 0;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .popular-card {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .popular-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* main body */

/* body-color */

body {
  color: #333;
  font-size: 18px;
}



a {
  color: #004d40;
}



.package {
  padding-block: var(--section-padding);
}

.package-list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px; /* Reduce the spacing between cards */
}

.package-list > li {
  flex: 1 1 calc(33.333% - 10px); /* Ensure three cards per row with equal spacing */
  max-width: calc(33.333% - 10px);
}

.package-card {
  background: var(--cultured);
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}

.package-card .card-banner {
  height: 200px; /* Reduce the height of the image */
}

.package-card .card-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card .card-content {
  padding: 20px 15px;
  flex-grow: 1; /* Ensure the content grows to fill the available space */
}

.package-card .card-title {
  margin-bottom: 10px;
}

.package-card .card-text {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: var(--fs-6); /* Adjust font size for better fit */
}

.card-meta-list {
  background: var(--white);
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px;
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.15);
  border-radius: 50px;
  margin-bottom: 15px; /* Add spacing below meta list */
}

.card-meta-item {
  position: relative;
}

.card-meta-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -1px;
  bottom: 4px;
  width: 1px;
  background: hsla(0, 0%, 0%, 0.3);
}

.meta-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-inline: 9px;
  color: var(--black-coral);
  font-size: var(--fs-8);
}

.meta-box > ion-icon {
  color: var(--bright-navy-blue);
  font-size: 13px;
}

.package-card .card-price {
  background: var(--united-nations-blue);
  color: var(--white);
  padding: 20px 15px;
  text-align: center;
}

.package-card .card-price .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 15px;
  margin-bottom: 10px;
}

.package-card .card-price .reviews {
  font-size: var(--fs-5);
}

.package-card .card-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  font-size: 14px;
}

.package-card .card-rating ion-icon:last-child {
  color: hsl(0, 0%, 80%);
}

.package-card .price {
  font-size: var(--fs-2);
  font-family: var(--ff-montserrat);
  font-weight: var(--fw-800);
  margin-bottom: 10px;
}

.package-card .price span {
  font-size: var(--fs-7);
  font-weight: initial;
}

.package .btn {
  margin-inline: auto;
}

.text-center {
  text-align: center;
}

/* main nav */

nav {
  background: white;
  box-shadow: none;
  height: 0;
}



nav i {
  padding: 0 15px;
  position: relative;
  top: 5px;
}



main {
  background: url(../../assets/img/bg.png) repeat;
  padding-left: 190px;
}

dl {
  margin-top: 0.5rem;
}

dd {
  display: inline-block;
  font-weight: 500;
  margin-left: 0;
}

dt {
  display: inline-block;
  margin-left: 0.5rem;
}

ul.side-nav {
  width: 190px;
}

ul.side-nav li {
  padding: 0;
}



ul.side-nav.fixed a {
  box-sizing: content-box;
  color: rgb(16, 202, 56);
  display: block;
  line-height: 100%;
  padding: 10px 0 12px;
}

ul.table-of-contents li.logo a.active, ul.table-of-contents li.logo a:hover {
  border: none;
  font-weight: 200;
}


ul.side-nav.fixed li.logo {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  min-height: 90px;
  padding: 30px 30px 40px;
}

ul.side-nav.fixed li.logo a {
  font-weight: 200;
  line-height: 100%;
}

ul.table-of-contents li:not(.logo) a.active, ul.table-of-contents li:not(.logo) a:hover {
  background-color: #fafafa;
  border-left: 3px solid;
}

ul.side-nav.fixed.table-of-contents li:not(.logo) a span, ul#slide-out li:not(.logo) a span {
  color: #333 !important;
}

li.logo span {
  display: block;
  font-size: 14px;
}

.brand-logo h1 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  font-weight: inherit;
}

.container {
  width: 95%;
}

h3 {
  font-weight: 200;
  margin-bottom: 60px;
  margin-top: 0;
  padding: 30px 40px;
  text-transform: uppercase;
}

.section {
  padding-bottom: 30px;
  padding-top: 0;
  position: relative;
}

.full-height {
  height: 100vh;
}



#intro.section {
  background: #a7ffeb repeat;
  position: relative;
}

#intro.section .container {
  color: white;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
}



#intro.section .container *:not(span) {
  font-weight: 300;
  /* font-weight: 400; */
  line-height: 150%;
  /* padding: 0 0px; */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#intro.section .underline {
  border-bottom: 5px solid #24305e;
}

#intro.section .teal {
  padding: 0 10px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.waves-effect.waves-blue .waves-ripple {
  /* The alpha value allows the text and background color
   of the button to still show through. */
  background-color: rgba(33, 150, 243, 0.2);
}

.card {
  margin-bottom: 60px;
}

.card .role {
  font-size: 1.25rem;
  position: absolute;
  right: 38px;
  top: 35px;
}

.card li a {
  margin-right: 0;
  color: #333;
  border-bottom: 2px solid #ffab40;
}

.card li a:hover {
  color: #333;
  font-weight: 500;
}

.card .card-content {
  padding-bottom: 30px;
}

.card .card-content p {
  padding: 5px 0 0;
}

.card h5 {
  font-size: 1.5rem;
  margin-bottom: -0.5rem;
  margin-top: 2rem;
}

.card h6 {
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 2rem;
  text-transform: uppercase;
}

#experience .card-action {
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
}

#experience .card .col.s12.m2 a {
  display: block;
}

#experience .card .col.s12.m2 a img {
  max-height: 60px;
}

.card-action span {
  font-size: 85%;
  color: #666;
}

.card ul {
  margin-bottom: 0;
}

.card ul li {
  line-height: 200%;
  list-style-type: disc;
  margin-left: 24px;
}

.card ul li li {
  color: #666;
  font-size: 13px;
}

.card .card-title {
  font-size: 24px;
}

.card .card-content .card-title {
  line-height: 2.5rem;
}

.card i.right {
  margin-left: 10px;
}

a.hoverline {
  border-bottom: 3px solid transparent !important;
  padding: 3px 3px 0 3px;
  transition: 0.25s all;
  -moz-transition: 0.25s all;
  -webkit-transition: 0.25s all;
}


a.hoverline:hover {
  border-bottom: 3px solid #004d40 !important;
}

#skills .card.large {
  height: 360px;
}

#skills h4 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#skills .col img.responsive-img {
  margin: 0 auto;
  max-height: 100px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.card.large .card-content p {
  color: inherit;
  margin: 0;
  padding: 30px 0;
}

#experience .card-content .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.card.large .card-image {
  height: 230px;
}

.card.large .card-content {
  height: auto;
}

.card.medium .card-image {
  height: 240px;
}

.card-action a.btn-floating {
  margin-bottom: 0;
}

#contact a:not(.btn-floating) {
  bottom: 6px;
  left: 20px;
  position: relative;
}

#experience .col.s12.m2 {
  text-align: center;
}

.fa-external-link:before {
  left: 3px;
  position: relative;
  top: 2px;
}


#contact-form {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
textarea {
  height: 100px;
}
button[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}
button[type="submit"]:hover {
  background-color: #0056b3;
}
small {
  display: none;
}

.grey-text {
  color: #666 !important;
}

/* main .teal-text */

.teal-text {
  color: #008073 !important;
}

/* .teal-text {
  color: #0b5e86 !important;
} */

/* .teal */

.teal {
  background-color: #008073 !important;
}
.users-feedback {
  padding: 50px 0;
  text-align: center;
}

.user-review {
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 100, 0.2);
  padding: 20px;
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  min-width: 250px; /* Ensures the reviews stay side by side on smaller screens */
}

.user-review p {
  padding: 20px 10px 10px 10px;
  position: relative;
}

.users-feedback img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: -30px 0 20px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.user-review p::before {
  content: '\201d';
  display: block;
  position: absolute;
  font-size: 50px;
  color: #6495ed;
  font-family: sans-serif;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}

.users-feedback h1 {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.users-feedback h1::after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #6495ed;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.reviews-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Allows wrapping for smaller screens */
}

/* about */

#About {
  display: flex;
  justify-content: center;
  margin-top: 120px;
  align-items: center;
  gap: 3rem;
}
#About h2 {
  font-size: var(--title-font-size);
}
#About p {
  width: 556px;
  font-size: 1.6rem;
  margin-top: 3rem;
}
#About .section-button {
  width: 130px;
}

/* book section */
#book{
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./assets/img/explore-bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}
.book-content-par{
  display: flex;
}
.book-counter{
  flex: 1;
}
.book-form{
  flex: 1;
}
.book-counter h3{
  font-size: 100px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
div#clockdiv{
  color: #fff;
  font-size: 40px;
  text-align: center;
  display: inline-block;
}
div#clockdiv > div{
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  padding:10px;
  border-radius: 5px;
  box-shadow: 2px 2px 30px #fff ;
  margin-right: 20px;
}
.smalltext{
  font-size: 25px;
  padding-top: 5px;
}
div#clockdiv span{
  padding:15px;
  border-radius: 3px;
  display: inline-block;
}
input[type="text"]:focus, select:focus, textarea:focus{
  border:2px solid #00a8b4;
  outline: none;
}
input[type="text"], select, textarea{
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  color: #00a8c5;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
input[type="submit"]:hover{
  background-color: rgba(255, 255, 255, 0.5);
}
input[type="submit"]{
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  padding:12px 0px;
  transition: all 0.5s ease;
  cursor: pointer;
}


/* Slides Section */
.slides{
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.slide_1{
  /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/recipe_slides/recipe1.jpg); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  min-width: 60px;
  height: 300px;
  border-radius: 40px;
  margin: 0 15px;
  position: relative;
  transition: all 0.5s ease;
}
.slide_1:hover{
  min-width: 250px;
}
.slide_1:hover .slide-info{
  transform: rotate(0deg);
  font-size: 22px;
  left: 20px;
  bottom: 20px;
}
.slide-info{
  position: absolute;
  bottom: 50px;
  right: 0;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 13px;
  font-weight: 700;
  transition: all 0.5s ease;
}

.slide_2{ 
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./assets/img/recipe1.jpg);
}
.slide_3{ 
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./assets/img/recipe2.jpg);
}
.slide_4{ 
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./assets/img/recipe3.jpg);
}
.slide_5{ 
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./assets/img/recipe4.jpg);
}
.slide_6{ 
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./assets/img/recipe5.jpg);
}
.slide_7{ 
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./assets/img/recipe6.jpg);
}
.slide_8{ 
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./assets/img//recipe7.jpg);
}
/* .teal {
  background-color: #00695c !important;
} */

@media (max-width: 768px) {
  #About {
      flex-direction: column;
      text-align: center;
  }

  #About p {
      margin-top: 1.5rem;
  }

  #About .about-img {
      margin-top: 1.5rem;
  }
}


@media (min-width: 1200px) {
  #experience .container {
    width: 860px;
  }
}

@media (max-width: 1360px) {
  .card ul li {
    font-size: 14px;
    line-height: 200%;
    margin-left: 20px;
  }
}

@media (max-width: 1160px) {
  .card ul li {
    line-height: 150%;
  }
}

@media (max-width: 992px) {
  main {
    padding-left: 0px;
    padding-top: 64px;
  }
  ul.side-nav a {
    line-height: 100%;
    padding: 0;
    width: 100%;
  }
  nav {
    background: #fff;
    height: 64px;
    position: absolute;
  }
  nav a.button-collapse, nav a.button-collapse i {
    color: #009688;
    height: 56px;
    line-height: 56px;
  }
  h3 {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
  .container {
    margin: 0 auto;
  }
  nav.hide-on-large.only.trigger {
    display: block;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .name-title {
    display: block;
    height: 100%;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    position: absolute;
  }
  .name-title>span, .name-title>a {
    position: relative;
    line-height: 20px;
  }
  .name-title a {
    font-size: 22px;
    display: block;
  }
  .name-title span {
    display: block;
    font-size: 14px;
  }
  h3, .container {
    position: relative;
    top: 64px;
  }
  section#intro {
    margin-bottom: -64px;
  }
  .card .role {
    position: relative;
    right: initial;
    top: initial;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 22px;
    line-height: 200%;
    margin: 30px 0 0;
  }
  #intro.section .container *:not(span) {
    padding: 0;
  }
  .card .card-content .card-title {
    font-size: 20px;
    line-height: 24px;
  }
  #experience span.card-title {
    text-align: center;
    display: block;
  }
  #experience span.card-title a {
    margin: 0;
  }
  i.mdi-navigation-close.right {
    position: relative;
    bottom: 15px;
  }
  #contact a:not(.btn-floating) {
    text-align: center;
    display: block;
    left: initial;
    bottom: initial;
  }
  #contact a.btn-floating.btn-large {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #intro.section {
    background-position-x: 30%;
  }
}