@font-face {
  font-family: myfont;
  src: url("../../assets/Adam-Bold.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
}
* .allteam {
  font-family: myfont;
  font-weight: 500;
}

/* ==================hero section============== */
.nav-item {
  padding: 20px 28px;
}

.nav-item a {
  font-size: 20px;
  color: #000;
  transition: all 0.5s;
}

.nav-item a:hover {
  color: #3f497d;
}

#navbarNav > ul > li > a .active::after {
  color: #09d9f0;
}

.mobile-logo {
  max-width: 100%;
  height: 20px;
}

.outter {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-container {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}

.video-container:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute;
  width: 50%;
  height: 80%;
  position: absolute;
  top: 12%;
  left: 10%;
  border-radius: 30px;
  box-shadow: 10px 10px 18px 0px rgba(76, 87, 135, 0.838);
}

.h1 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 2.2;
  font-size: 3vw;
  font-weight: 700;
}
@media (max-width: 400px) {
  .h1 {
    font-size: 0.5vw;
  }
}
@media (min-width: 1200px) {
  .h1 {
    font-size: 0.8vw;
  }
}

.desc {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-top: 1.5rem;
}

.callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 70%;
  margin: auto;
  color: #fff;
}

.button {
  background-color: #02162be8;
  color: white;
  border: 2px solid white;
  border-radius: 40px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 30px 0;
  cursor: pointer;
  box-shadow: 0px 0px 10px #010e0e;
}

.support {
  position: fixed;
  bottom: 60px;
  right: 20px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  text-align: right;
  position: relative;
  z-index: 10;
}
.support a {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.support a:before {
  display: block;
  position: absolute;
  content: "";
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.support a:hover:before {
  width: 100%;
}

.option2 {
  margin-top: 50px;
}
.option2 .callout {
  text-align: left;
  align-self: flex-start;
}
.option2 .callout h1 {
  text-align: left;
  width: 100%;
}
.option2 .callout .button {
  margin-right: auto;
}
.option2 .callout .desc {
  max-width: 500px;
  text-align: left;
  align-self: flex-start;
}

.hero-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
}

.hero-text h1 {
  font-size: 40px;
  font-weight: 700;
  padding: 25px 0;
}

.desc {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .hero-section {
    margin-top: 20px;
  }
  .desc {
    width: 70%;
  }
  .desc {
    font-size: 18px;
  }
  .video-container:after {
    content: "";
    width: 70%;
    height: 70%;
  }
}
@media (max-width: 900px) {
  .desc {
    font-size: 18px;
  }
  .hero-text h1 {
    font-size: 35px;
    padding: 20px 0;
  }
  .video-container:after {
    content: "";
    width: 70%;
    height: 70%;
  }
}
@media (max-width: 650px) {
  .hero-text {
    width: 80%;
  }
  .callout h1 {
    font-size: 30px;
    padding: 15px 0;
  }
  .desc {
    font-size: 15px;
  }
  .button a {
    display: flex;
    justify-content: left;
    text-decoration: none;
  }
  button a {
    text-decoration: none;
  }
  .video-container:after {
    content: "";
    width: 70%;
    height: 88%;
    top: 6%;
  }
}
@media (max-width: 500px) {
  .callout h1 {
    font-size: 25px;
    padding: 10px 0;
  }
  .desc {
    width: 85%;
  }
  .logo {
    padding: 10px 20px;
  }
}
.logo img {
  width: 100%;
  height: 20px;
}

@media (max-width: 600px) {
  .logo img {
    height: 15px;
  }
  .button {
    padding: 6px 6px;
    font-size: 16px;
    margin: 30px 30px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #010e0e;
    text-decoration: none;
  }
  button a {
    text-decoration: none;
  }
}
.logo a {
  font-size: 20px;
}

.img-fluid {
  padding-right: 40px;
}

@media (min-width: 220px) and (max-width: 320px) {
  #navbar > div > a > img {
    max-width: 100%;
    height: 20px;
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .img-fluid {
    padding-right: 0;
  }
}
@media (max-width: 430px) {
  .callout h1 {
    font-size: 18px;
  }
  .button {
    font-size: 9px;
    padding: 5px 10px;
    text-decoration: none;
  }
  button a {
    text-decoration: none;
  }
  .desc {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .callouth h1 {
    font-size: 16px;
  }
  .desc {
    font-size: 10px;
  }
  .button {
    font-size: 8px;
    padding: 5px 5px;
  }
  button a {
    text-decoration: none;
  }
  .video-container:after {
    content: "";
    width: 70%;
    height: 75%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-section {
    margin-top: 50px;
  }
  .callout h1 {
    font-weight: 700;
    padding: 20px 0;
    font-size: 17px;
  }
  .desc {
    font-size: 12px;
  }
  .button {
    padding: 6px 6px;
    font-size: 10px;
    margin: 10px 0;
    text-decoration: none;
  }
  .button a {
    text-decoration: none;
  }
  .video-container:after {
    content: "";
    width: 70%;
    height: 80%;
  }
}
@media (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
  .logo a {
    font-size: 13px;
  }
  .hero-section {
    margin-top: 55px;
  }
  .callout h1 {
    font-weight: 700;
    padding: 24px 0;
    font-size: 19px;
  }
  .desc {
    font-size: 9px;
  }
  .button {
    padding: 6px 12px;
    font-size: 8px;
    margin: 10px 0;
    text-decoration: none;
  }
  button a {
    text-decoration: none;
  }
  .video-container:after {
    content: "";
    background: rgba(3, 13, 45, 0.7);
    z-index: 1;
    position: absolute;
    width: 60%;
    height: 83%;
    position: absolute;
    top: 12%;
    left: 10%;
  }
}
@media (min-width: 652px) and (max-width: 654px) and (orientation: landscape) {
  .hero-section {
    margin-top: 45px;
  }
  .callout h1 {
    font-weight: 700;
    padding: 16px 0;
    font-size: 16px;
  }
  .desc {
    font-size: 8px;
  }
  .button {
    padding: 6px 6px;
    font-size: 8px;
    margin: 10px 0;
    text-decoration: none;
  }
  .video-container:after {
    content: "";
    width: 60%;
    height: 94%;
  }
}
/* ================struggle section==================== */
.book {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../assets/img/uuuoo.webp");
  background-attachment: fixed;
  background-size: cover;
  margin: 0 0 50px 0;
  background-position: center;
  width: 100%;
  min-height: 70vh;
  /* position: fixed; */
}

.book-text {
  background-color: rgba(11, 10, 10, 0.2);
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin: 0 10px; */
}

.book-text .book-span {
  width: 60%;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.book-main {
  font-size: 25px;
  font-weight: 600;
}

.book-para {
  width: 60%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 20px;
}

@media (max-width: 800px) {
  .book-text .book-span {
    font-size: 25px;
    width: 80%;
  }
  .book-text .book-para {
    font-size: 20px;
    width: 80%;
  }
  .book-main {
    font-size: 22px;
  }
}
@media (max-width: 650px) {
  .book-text .book-span {
    font-size: 22px;
  }
  .book-text .book-para {
    font-size: 20px;
  }
  .book-main {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .book-text .book-span {
    font-size: 16px;
    width: 90%;
  }
  .book-text .book-para {
    font-size: 13px;
    width: 90%;
  }
  .book-main {
    font-size: 14px;
  }
}
.book-text a {
  position: relative;
  padding: 20px 40px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  /* background-color: #fff; */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  font: 200 20px consolas;
  overflow: hidden;
  transition: all 0.4s;
}

@media (max-width: 700px) {
  .book-text a {
    font: 200 17px consolas;
    padding: 15px 25px;
  }
}
a span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #171618, #fff);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #171618, #fcfcfc);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #171618, #fff);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #171618, #fff);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@media (max-width: 800px) {
  .content {
    width: 90%;
  }
  .heading {
    padding: 20px;
    font-size: 25px;
  }
  .para {
    font-size: 17px;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .content {
    width: 100%;
  }
  .heading {
    padding: 20px;
    font-size: 14px;
  }
  .para {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
  .book-text .book-span {
    font-size: 20px;
    width: 80%;
    text-align: center;
  }
  .book-text .book-para {
    font-size: 13px;
    width: 80%;
  }
  .book-main {
    font-size: 17px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .book-text .book-span {
    font-size: 18px;
    width: 80%;
    text-align: center;
  }
  .book-text .book-para {
    font-size: 13px;
    width: 80%;
  }
  .book-main {
    font-size: 15px;
  }
}
@media (min-width: 652px) and (max-width: 654px) and (orientation: landscape) {
  .book-text .book-span {
    font-size: 12px;
    width: 80%;
    text-align: center;
  }
  .book-text .book-para {
    font-size: 8px;
    width: 80%;
  }
  .book-main {
    font-size: 10px;
  }
}
.tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../assets/img/Arc.png");
  background-size: cover;
  background-position: center;
  min-width: 100%;
  min-height: 100vh;
}

.tagline-container {
  background-color: rgba(70, 70, 70, 0.281);
  box-shadow: 10px 10px 18px 0px rgba(67, 66, 66, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  border-radius: 20px;
}

.tagline-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tagline-text h1 {
  display: flex;
  justify-content: left;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 3px;
}

.tagline-text p {
  font-size: 30px;
}

.tagline-para {
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tagline-para p {
  font-size: 18px;
}

@media (max-width: 430px){
  .tagline-para p  {
    font-size: 12px;
  }
}


/*========================= 3 steps ====================*/
.shape-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 400px;
  height: 500px;
  margin: 0 20px 20px 20px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  width: 29.333%;
}

@media (max-width: 900px) {
  .shape-box {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .shape-box {
    width: 79%;
  }
}
.shape-box_half {
  overflow: hidden;
  text-align: center;
}

.show-cont h3 {
  color: #fff;
}

.show-cont h4 {
  color: #fff;
}

.shape-box_half:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewY(90deg);
  transform-origin: top left;
  transition: transform 0.4s;
  background: #07555e;
  z-index: 1;
}

.shape-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
}

.bg-black {
  background-color: #000;
}

.shape-box_half figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px;
  transition: transform 0.4s;
  transform: translateY(100%);
  z-index: 3;
}

.shape-box_half figcaption .show-cont {
  position: absolute;
  bottom: calc(100% + 30px);
  left: 30px;
  right: 30px;
  transition: bottom 0.4s;
}

.card-no {
  font-size: 36px;
  color: #000;
  padding: 0;
  margin: 10px 0;
}

.card-main-title {
  margin-top: 8px;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  color: #292b2c;
}

.card-content {
  color: #fff;
  margin-top: 20px;
  line-height: 22px;
  font-size: 15px;
}

.read-more-btn {
  border: 2px solid #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
  background: #043439;
  color: #fff;
  border-radius: 2px;
  margin-top: 25px;
  text-decoration: none;
}

.read-more-btn:hover {
  background: transparent;
  color: #fff;
}

.shape-box_half > .after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #033c43;
  opacity: 0;
  transition: opacity 0.4s;
}

/*On hover*/
.shape-box_half:hover:before {
  transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
  transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
  bottom: 100%;
}

.shape-box_half:hover > .after {
  opacity: 1;
}

.chefs .chef-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
}

.chefs .chef-member .member-img {
  position: relative;
  overflow: hidden;
}

.chefs .chef-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /* background: url(team-shape.svg) no-repeat center bottom; */
  background-size: contain;
  z-index: 1;
}

.chefs .chef-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.chefs .chef-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.chefs .chef-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.chefs .chef-member .social i {
  font-size: 18px;
}

.chefs .chef-member .member-info {
  padding: 10px 15px 20px 15px;
}

.chefs .chef-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.chefs .chef-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.img-sect {
  position: relative;
  padding: 50px;
  width: 100%;
}

.sect-images {
  position: relative;
  overflow: hidden;
}

.img1 img {
  width: 400px;
  height: 400px;
  float: left;
  margin: 20px;
  align-items: center;
  -webkit-clip-path: circle();
          clip-path: circle();
}

.img2 img {
  width: 300px;
  height: 300px;
  float: right;
  margin: 20px;
  -webkit-clip-path: circle();
          clip-path: circle();
}

.img-sect p {
  position: relative;
  font-size: 30px;
  text-align: justify;
}

/*--------------------------------------------------------------*/
.menu-image {
  min-height: 80vh;
  background: url("../../assets/img/ourstory.jpg") center/cover fixed no-repeat;
}

.menu-text {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: #03253e;
  -moz-columns: rgba(0, 0, 0, 0);
       columns: rgba(0, 0, 0, 0);
  padding: 40px 0;
}

.menu-text-center {
  width: 90%;
  margin: 0 auto;
}

.menu-text h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.menu-text p {
  margin: 20px 0;
  line-height: 2;
}

.menu-text a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 20px;
  border-radius: 200px;
  font-weight: bold;
  background: rgb(10, 10, 10);
  color: #03253e;
  cursor: pointer;
  border: 2px solid #000;
  margin-top: 10px;
}

.menu-text a:hover {
  color: #032223;
  background: #fff;
  border: none;
}

@media screen and (min-width: 776px) {
  .menu {
    display: flex;
  }
  .menu-text {
    flex: 0 0 30%;
  }
  .menu-image {
    flex: 0 0 70%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
  }
  .menu {
    background: #03253e;
  }
}
.menu_group {
  text-align: center;
}

/* ------------------MEDIA SIZING--------------------------------- */
@media screen and (max-width: 800px) {
  /*OUR STORY*/
  header h1 {
    padding-top: 450px;
  }
  /*SECTION ONE FOR 15 YEARS PIC*/
  section.one {
    background-position: top center;
    margin-top: 20px;
  }
  /*FOR 15 YEARS TITLE */
  section.one h2 {
    padding-top: 355px;
    margin: auto;
    text-align: center;
  }
  /*FOR 15 YEARS TEXT */
  section.one p {
    margin-left: 0px;
    margin: auto;
    text-align: justify;
    padding: 20px 10px 0 10px;
  }
  /* ALIGNS 3 AWARD ARTICLES */
  article.d {
    margin-bottom: 0px;
  }
}
/*-----------------------------500px------------------------*/
@media screen and (max-width: 500px) {
  /*NAV BAR */
  header li {
    display: block;
    padding: 5px 5px;
    text-align: center;
  }
  /*OUR STORY*/
  header h1 {
    padding-top: 450px;
    margin-left: 10px;
  }
}
.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}

h1 {
  text-align: center;
  font-size: 3em;
  color: #07555e;
}

#team {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 3;
}

.card {
  width: 33%;
  min-width: 250px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0 0.5% 1% 0;
  display: inline-block;
}

.card:nth-of-type(3n) {
  margin-right: 0;
}

.card img {
  width: 100%;
  min-height: 100%;
  transition: all 0.9s;
}

.card:hover img {
  transform: scale(1.2, 1.2);
}

.data {
  position: absolute;
  bottom: 5%;
  background: #8e9394;
  text-align: center;
  width: 90%;
  height: 80px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px 5%;
  box-sizing: border-box;
  opacity: 0.8;
  transition: all 0.4s;
}

.card:hover .data {
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0.9;
  padding: 90px 10%;
}

.data h2 {
  margin: 0 0 5px 0;
  transition: color 0.4s;
}

.data p {
  opacity: 0;
  text-align: justify;
  transition: all 0.2s;
  color: #fff;
}

.card:hover .data p,
.card:hover .data a {
  opacity: 1;
}

.data a {
  color: #09d9f0;
  text-decoration: none;
  padding: 20px;
  opacity: 0;
}

.data a:hover {
  color: rgba(3, 240, 200, 0.641);
}

.card:hover h2 {
  color: rgb(7, 224, 252);
}

@media (max-width: 799px) {
  .card {
    width: 100%;
    margin-right: 0;
  }
}
/* follow me @nodws */
.btn-twtr {
  color: #ddd;
  border: 2px solid;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 600;
  margin-top: 100px;
  opacity: 0.8;
}

/* Default styles for the table */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 20px;
  text-align: left;
  font-size: 15px;
}

/* Styles for smaller screens */
@media screen and (max-width: 600px) {
  .responsive-table th,
  .responsive-table td {
    padding: 8px;
    font-size: 10px;
  }
}
@media (min-width: 279px) and (max-width: 480px) {
  .responsive-table th,
  .responsive-table td {
    padding: 7px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .responsive-table th,
  .responsive-table td {
    padding: 8px;
  }
}
@media (min-width: 769px) and (max-width: 920px) {
  .responsive-table th,
  .responsive-table td {
    padding: 8px;
  }
}
.containerwidth {
  width: 80%;
  margin: 50px auto;
}

.wrapper {
  background-color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

.toggle {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #111130;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
}

.content {
  position: relative;
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background: url("../img/footer-img.jpg") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
}

.footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: var(--color-primary);
}

div > div > ul > li > a {
  text-decoration: none;
}

div > div > ul > li > a:hore {
  text-decoration: none;
}

.contact2 {
  margin-top: 30px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #033E3E;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #033E3E;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

@media (max-width: 600px) {
  .input-container label {
    font-size: 0.5rem;
  }
}
.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contactbtn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #033E3E;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.contactbtn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

@media (max-width: 600px) {
  .input-container span {
    font-size: 0.4rem;
  }
}
.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #033E3E;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #033E3E;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #033E3E);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #033E3E;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #033E3E);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }
  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }
  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }
  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }
  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }
  .text {
    margin: 1rem 0 1.5rem 0;
  }
  .social-media {
    padding: 1.5rem 0 0 0;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }
  .contact-info:before {
    display: none;
  }
  .square,
  .big-circle {
    display: none;
  }
  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }
  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }
  .title {
    font-size: 1.15rem;
  }
  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .icon {
    width: 23px;
  }
  .input {
    padding: 0.45rem 1.2rem;
  }
  .contactbtn {
    padding: 0.45rem 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */