

html {
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  color: aquamarine;
  background-attachment: fixed; /* This prevents the background from scrolling */
  background-image: url('../img/back.jpg');
  width: 100%;
  height: 100%;
  font-family: "Montserrat", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}

/* Media query for larger screens */
@media screen and (min-width: 1200px) {
  body {
    font-size: 18px; /* Adjust font size for larger screens */
  }
}
/*---hEADER SLOVA---*/
.header-container {
  font-family:  "Montserrat", serif;
  font-size: 35px;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 0; /* Adjust z-index as needed */
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stage {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper {
  position: relative;
  color: #000000;
  font-size: 5.0rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  padding-top: 0.65rem;
  padding-left: 0.5rem;
  padding-right: 0.36rem;
  padding-bottom: 0.2rem;
}
.slash {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
          transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 0.15rem;
  height: 145%;
  background: #00000000;
  z-index: 4;
  -webkit-animation: slash 6s ease-in infinite;
          animation: slash 6s ease-in infinite;
}
.slash:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 120%;
  background: #ffffff00;
  z-index: -1;
}
.slash:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f87a035e;
}
.sides {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sides .side {
  position: absolute;
  background: #000000;
}
.sides .side:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 0.15rem;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-animation: side-top ease 6s infinite;
          animation: side-top ease 6s infinite;
}
.sides .side:nth-child(2) {
  top: 0;
  right: 0;
  width: 0.15rem;
  height: 100%;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  -webkit-animation: side-right ease 6s infinite;
          animation: side-right ease 6s infinite;
}
.sides .side:nth-child(3) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.15rem;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-animation: side-bottom ease 6s infinite;
          animation: side-bottom ease 6s infinite;
}
.sides .side:nth-child(4) {
  top: 0;
  left: 0;
  width: 0.15rem;
  height: 100%;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-animation: side-left ease 6s infinite;
          animation: side-left ease 6s infinite;
}
.text {
  position: relative;
}
.text--backing {
  opacity: 0;
}
.text--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 51%;
  height: 100%;
  overflow: hidden;
}
.text--left .inner {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: text-left 6s ease-in-out infinite;
          animation: text-left 6s ease-in-out infinite;
}
.text--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.text--right .inner {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-animation: text-right 6s ease-in-out infinite;
          animation: text-right 6s ease-in-out infinite;
}
@-webkit-keyframes slash {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
  6% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
  }
  13% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
  }
  16.6% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
}
@keyframes slash {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
  6% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
  }
  13% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
  }
  16.6% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
            transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
}
@-webkit-keyframes text-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  58% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes text-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  58% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes text-right {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  10% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  58% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  70% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@keyframes text-right {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  10% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  58% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  70% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@-webkit-keyframes side-top {
  0%, 14% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  24%, 55% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes side-top {
  0%, 14% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  24%, 55% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@-webkit-keyframes side-right {
  0%, 14%, 23% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  30%, 62% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  72% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  100% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
@keyframes side-right {
  0%, 14%, 23% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  30%, 62% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  72% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  100% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
@-webkit-keyframes side-bottom {
  0%, 14%, 24%, 28% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
  37%, 70% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  79% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}
@keyframes side-bottom {
  0%, 14%, 24%, 28% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
  37%, 70% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  79% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}
@-webkit-keyframes side-left {
  0%, 14%, 24%, 34%, 35% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  44%, 79% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  86% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}
@keyframes side-left {
  0%, 14%, 24%, 34%, 35% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  44%, 79% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  86% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}


.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px; /* Adjust width as needed */
  height: 100%;
  background-color: #0000006c;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center items horizontally */
  transition: transform 0.3s ease; /* Add transition for smooth animation */
}

/* Styles for the hamburger menu button */
.hamburger {
  position: fixed;
  top: 20px;
  left: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  z-index: 1001; /* Ensure hamburger menu button appears above sidebar */
  cursor: pointer;
  display: none; /* Initially hide the hamburger menu button */
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  /* Show the hamburger menu button */
  .hamburger {
    display: block;
  }

  /* Hide the sidebar by default */
  .sidebar {
    transform: translateX(-250px);
  }

  /* Adjust position of sidebar and hamburger menu button for smaller screens */
  .sidebar.open {
    transform: translateX(0);
  }

  /* Center the navigation links when the sidebar is open */
  .sidebar.open .sidebar-nav {
    align-items: center;
  }

  /* Adjust margin top of sidebar header */
  .sidebar-header {
    padding: 20px;
    text-align: center;
  }

  /* Adjust padding and margin of sidebar nav items */
  .sidebar-nav {
    margin-top: 20px; /* Add margin to the top of nav links */
  }

  .sidebar-nav li {
    padding: 15px;
    margin-bottom: 5px;
    text-align: center; /* Center the text within the list item */
  }
  
  /* Adjust padding of sidebar nav links */
  .sidebar-nav li a {
    padding: 10px;
  }
}

/* Media query for larger screens */
@media screen and (min-width: 1200px) {
  /* Show hamburger menu button for larger screens */
  .hamburger {
    display: none;
  }
}


/* Media query for larger screens */
@media screen and (min-width: 1200px) {
  /* Reset width and height for larger screens */
  .sidebar {
    width: 250px;
    height: 100%;
    flex-direction: column;
  }

  /* Show hamburger menu button for larger screens */
  .hamburger {
    display: none;
  }
}

/* Adjust position of sidebar and hamburger menu button for smaller screens */
.sidebar.open {
  transform: translateX(0);
}

/* Center the navigation links when the sidebar is open */
.sidebar.open .sidebar-nav {
  align-items: center;
}

.sidebar-header {
  background-color: #22222200;
  padding: 30px;
  text-align: center;
}

.sidebar-header h1 {
  margin: 0;
  font-size: 24px;
}

.sidebar-nav {
  list-style-type: none;
  padding: 0;
  margin: auto; /* Center the list vertically */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center items horizontally */
}

.sidebar-nav li {
  padding: 30px;
  text-align: center; /* Center the text within the list item */
  margin-bottom: 10px; /* Adjust margin bottom between each link */
}

.sidebar-nav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
  margin-top: 10px; /* Add margin to the top of the links */
  border-radius: 10px; /* Add border-radius for rounded corners */
}

.sidebar-nav li a:hover {
  background-color: #00000056;
}



.close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #f20505;
}

.text-container {
  width: 60%;
  margin: 0 auto; /* Centers the container horizontally */
  margin-top: -260px; /* For example, set it 100px from the top */
  margin-left: 290px; /* For example, set it 20px from the left */
  padding: 50px;
  background-color: #000000d7;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(236, 71, 5, 0.542);
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: none; /* Hide the text container by default */
  color: #ffffff;
  top: 500px; /* Adjust this value to move the container lower */
}
/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .text-container {
    width: 80%; /* Adjust width for smaller screens */
    margin-top: 50px; /* Adjust margin-top for smaller screens */
    margin-left: auto; /* Center the container horizontally */
    margin-right: auto; /* Center the container horizontally */
    padding: 20px; /* Adjust padding for smaller screens */
    font-size: 14px; /* Adjust font size for smaller screens */
    line-height: 1.3; /* Adjust line height for smaller screens */
    max-height: 80%;
  }
}

/* Media query for larger screens */
@media screen and (min-width: 1200px) {
  .text-container {
    width: 50%; /* Adjust width for larger screens */
    margin-top: -260px; /* Reset margin-top for larger screens */
    margin-left: 290px; /* Reset margin-left for larger screens */
    right: auto; /* Reset right position for larger screens */
    left: auto; /* Reset left position for larger screens */
    top: 500px; /* Reset top position for larger screens */
    bottom: auto; /* Reset bottom position for larger screens */
  }
}
.text-container.show {
  display: block;
}

  
.logo {
  width: 150px; /* Adjust width as needed */
  display: block; /* Ensures the logo behaves as a block element */
  position: fixed; /* Positions the logo relative to the viewport */
  top: 80%; /* Moves the logo 20px down from the top of the viewport */
  left: 20px; /* Aligns the logo to the left edge of the viewport */
  padding: 20px; /* Adds padding around the logo (optional) */
  z-index: 1000; /* Adjust z-index as needed to ensure the logo appears above other content */
}

/* Media query for larger screens */
@media screen {
  .logo {
    width: 150px; /* Adjust width for larger screens */
    top: 80%; /* Reset top position for larger screens */
    left: 30px; /* Reset left position for larger screens */
  }
}

.copyright {
  position: fixed; /* Position the text relative to the viewport */
  bottom: 10px; /* Adjust vertical position as needed */
  left: 50%; /* Center the text horizontally */
  transform: translateX(-50%); /* Center the text horizontally */
   font-family: "Barow", sans-serif; /* Change the font-family to the desired font */
  color: #000000;
  font-size: 20px;
}


.copyright a {
  color: rgb(0, 0, 0); /* Change the color value to the desired color */
}


.naslov {
  color: #000000;
  text-align: center;
  font-size: 34px;
  font-family: 'Montserrat', Courier, monospace;
  position: fixed; /* Position relative to the viewport */
  top: 50%; /* Moves 50% down from the top of the viewport */
  left: 50%; /* Moves 50% across from the left of the viewport */
  transform: translate(-50%, -50%); /* Center the element both horizontally and vertically */
  padding: 50px;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  #naslov {
    font-size: 10px; /* Adjust font size for smaller screens */
    top: 30%; /* Adjust top position for smaller screens */
    left: 20px; /* Adjust left position for smaller screens */
    margin-top: 0; /* Reset margin-top for smaller screens */
    margin-left: 0; /* Reset margin-left for smaller screens */
    padding: 20px; /* Adjust padding for smaller screens */
  }
}

/* Media query for larger screens */
@media screen and (min-width: 1200px) {
  #naslov {
    font-size: 32px; /* Adjust font size for larger screens */
    top: 70%; /* Reset top position for larger screens */
    left: 515px; /* Reset left position for larger screens */
    margin-top: -350px; /* Reset margin-top for larger screens */
    margin-left: 20px; /* Reset margin-left for larger screens */
    padding: 50px; /* Reset padding for larger screens */
  }
}
/*---contact---*/
#contact-container.text-container {
  background-color: #000000; /* Adjust the color as needed */
  position: absolute;
  top: 100%; /* Align to the top */
  left: 50%; /* Align to the left */
  transform: translate(-50%, -50%); /* Center horizontally and vertically */
  padding: 20px;
  max-width: 840px;
  width: 100%; /* Set the width to 80% */
}
/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  #contact-container {
    width: 90%; /* Adjust width for smaller screens */
  }
}

/* Media query for even smaller screens */
@media screen and (max-width: 576px) {
  #contact-container {
    width: 100%; /* Adjust width for even smaller screens */
  }
}
#contact {
    width: 100%;
    height: 100%;
  }


.contact-form-container {
  display: none;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
  background-color: #000;
}

.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control, 
textarea {
  max-width: 400px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
}


.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 15px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 2;
  color: #aaa;
}

.contact-text {
  font: 250 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 10px 5px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}
/* Media query for smaller screens */
@media (max-width: 768px) {
  .social-media-list {
    font-size: 5px; /* Adjusted font-size for smaller screens */
  }

  .social-media-list li {
    height: 30px; /* Further adjustment for smaller screens */
    width: 30px; /* Further adjustment for smaller screens */
    line-height: 40px; /* Further adjustment for smaller screens */
  }

  .social-media-list li:after {
    width: 30px; /* Further adjustment for smaller screens */
    height: 30px; /* Further adjustment for smaller screens */
    line-height: 40px; /* Further adjustment for smaller screens */
  }
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgb(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
.text { 
    font-size: 8px; /* Default font size */
}

/* Media query for very small screens */
@media (max-width: 576px) {
    .text { 
        font-size: 6px; /* Adjusted font size for very small screens */
    }
}
.text-container {
  width: 60%;
  margin: -260px auto 0 auto; /* Centers the container horizontally */
  padding: 20px;
  background-color: #000000d7;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(236, 71, 5, 0.542);
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: none; /* Hide the text container by default */
  color: #ffffff;
  top: 500px; /* Adjust this value to move the container lower */
}

img {
  width: 300px;
  height: auto;
  position: center;
  top: 50px; /* Adjust vertical position */
  left: -180px; /* Adjust horizontal position */
  max-width: 100%; /* Set maximum width to 100% */
}





