@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&amp;family=Piazzolla:wght@600;900&amp;display=swap');

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
    
    scroll-behavior: smooth;
}

:root {
  /* dark shades of primary color*/
  --clr-white: #fff;
  --clr-primary-1: #EDF9FD;
  --clr-primary: #022464;
  --clr-secondary: #DF2935;
  --clr-start-yellow: #F1C40F;
  --clr-dark: #333333;
  --ff-primary: 'Montserrat', sans-serif;
  --ff-secondary: 'Piazzolla', serif;
  --transition: all 0.3s linear;
  --spacing: 0.20rem;
  --radius: 10rem;
  --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  --max-width: 1170px;
}

body {
  font-family: var(--ff-primary);
  background: #eeeeeeee;
  color: var(--clr-dark);
  line-height: 1.5;
  font-size: 0.875rem;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

/*
=============== 
Global Styles
===============
*/

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  letter-spacing: var(--spacing);
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 0.875rem;
}

p {
  margin-bottom: 1.25rem;
  color: var(--clr-grey-5);
}

@media screen and (min-width: 800px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1rem;
  }

  body {
    font-size: 1rem;
  }

  h1,
  h2,
  h3,
  h4 {
    line-height: 1;
  }
}

/*  global classes */
.core-btn {
  text-transform: uppercase;
  background: var(--clr-secondary);
  color: var(--clr-white);
  padding: 10px 0.95rem;
  letter-spacing: var(--spacing);
  display: inline-block;
  font-weight: 700;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 0.875rem;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: var(--radius);
  white-space: nowrap;
}
.core-btn:focus {
  outline: none;
}

.core-btn:hover {
  background: var(--clr-white);
  color: var(--clr-secondary);
  border: solid 2px var(--clr-secondary);
}

/* section */
.section {
  padding: 5rem 0;
}

.section-center {
  width: 90vw;
  margin: 0 auto;
  max-width: 1170px;
}

@media screen and (min-width: 992px) {
  .section-center {
    width: 95vw;
  }
}

/* added during recording */
.underline {
  width: 5rem;
  height: 0.25rem;
  margin-bottom: 1.25rem;
  background: var(--clr-primary-5);
  margin-left: auto;
  margin-right: auto;
}

/* .section-title {
  text-align: center;
} */

.ticker {
  background: #fff;
  padding-top: 2rem;
  color: #333;
}

.title-container {
  width: 60%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4rem;
  font-family: var(--ff-secondary);
}
.section-title {
  font-family: var(--ff-secondary);
}

.container {
  width: 90% !important;
  height: auto;
  margin: 0 auto !important;
}

/*  */
.who-section .text {
  text-align: left;
  margin-top: 2rem;
  padding-left: 2rem;
}

.who-section .img {
  padding-right: 2rem;
  margin-top: 1rem;
}

.who-section .text .section-title {
  text-align: left;
  margin-bottom: 2rem;
}


/* Offer Section */

.offer-section .title-container {
  margin-bottom: 0rem;
}

.offer-section .offer-card {
  /* clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 0); */
  border-radius: 30vw 8vw 10vw 3vw;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 400px;
  width: 400px;
  padding: 30px;
  position: relative;
  box-shadow: var(--dark-shadow);
  margin: 4rem auto;
}

.offer-section .bg-col-3 {
  background: #d1b958;
}

.offer-section .bg-col-2 {
  background: #e47d84;
}

.offer-section .bg-col-1 {
  background: #EDF9FD;
}

.offer-section .bg-col-4 {
  background: #4a7ad4bb;
}

/* .row-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
} */

.offer-card .text {
  position: absolute;
  right: 2rem;
  top: 4rem;
  width: 40%;
  font-weight: 700;
}

.offer-card .text h2 {
  font-weight: bold;
  font-family: var(--ff-secondary);
}

.offer-card .img img {
  position: absolute;
  left: -6rem;
  top: 9rem;
  width: 18em;
}

/* Investment PLans */

.plans-section {
  /* background: var(--clr-primary-1);
  border-top-left-radius: 40%;
  border-bottom-right-radius: 50%; */
  background-image: linear-gradient(to right, rgba(2, 14, 42, 0.712), rgba(4, 24, 80, 0.897)), url(../img/plans.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.plans-section .text {
  color: #fff;
  text-align: left;
  font-family: var(--ff-secondary);
  width: 100%;
}
.plans-section .text h2 {
  font-size: 3.5rem;
  margin-top: 4rem;
}

.plans-section .title-container {
  color: #fff;
}

.plans-section .invest-card {
  height: 100%;
  padding: 4rem 3rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--dark-shadow);
  transition: var(--transition);
  margin-bottom: 1.5rem;
}

.plans-section .invest-card:hover {
  background: var(--clr-dark);
  color: #fff;
}

.invest-card .plan {
  font-weight: 700;
  color: var(--clr-start-yellow);
  font-family: var(--ff-secondary);
}

.invest-card:nth-of-type(2) .plan {
  color: var(--clr-start-yellow);
}

.invest-card:nth-of-type(3) .plan {
  color: var(--clr-secondary);
}

.invest-card .amount {
  font-family: var(--ff-secondary);
  font-weight: 900;
  margin: 1.5rem 0;
}

.invest-card .amount sub {
  font-size: medium;
}

.invest-card ul {
  margin: 2rem 0;
}

.invest-card ul li h6 {
  font-weight: 700;
  letter-spacing: var(--spacing);
  font-family: var(--ff-secondary);
  line-height: 1.5;
}

.invest-card a {
  width: 100%;
  text-align: center;
}

/* Customer Section */
.customer-section {
  /* background-image: linear-gradient(to right, rgba(2, 14, 42, 0.897), rgba(4, 24, 80, 0.897)), url(/img/bg.jpg); */
}

.customer-section .customer {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--dark-shadow);
  padding: 20px;
}

.typed-cursor {
  display: none;
}

.customer-section .customer img {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  border: solid 10px var(--clr-primary-1) !important;
  object-fit: cover;
}

.customer-section .customer .text {
    font-size: 1rem;
}

.customer-section .customer .text .name {
  font-weight: 900;
  padding-top: 1rem;
}

.customer-section .customer .text .country {
  font-weight: 900;
}


/* Invest Section */
.drive-section {
  background-image: linear-gradient(to right, rgb(2, 14, 42), rgba(4, 24, 80, 0.897));
}
.drive-section .title-container {
  color: #fff;
}
.card-invest {
  padding: 2rem;
  background: #fff;
  text-align: center;
  width: 30%;
  border-radius: 30px;
  box-shadow: var(--dark-shadow);
  font-weight: 700;
  border-bottom: solid 8px #DF2935;
  transition: var(--transition);
  margin-bottom: 1rem;
}

.card-invest .fa-bitcoin {
  margin-bottom: 1rem;
  color: #DF2935;
  padding: 10px;
  border: solid 2px #DF2935;
  border-radius: 50%;
}

.card-invest:nth-of-type(1):hover {
  background: #DF2935;
  color: #fff;
  cursor: pointer;
  border-bottom: solid 8px #ffff;
}

.card-invest:nth-of-type(1):hover .fa-bitcoin {
  border: solid 2px #ffff;
  color: #fff;
  cursor: pointer;
}

.card-invest:nth-of-type(2) {
  border-bottom: solid 8px #0e76a8;
  border: solid 2px #0e76a8;
  cursor: pointer;
}

.card-invest:nth-of-type(2) .fa-bitcoin {
  border: solid 2px #0e76a8;
  color: #0e76a8;
}

.card-invest:nth-of-type(2):hover {
  border-bottom: solid 8px #fff;
  cursor: pointer;
  background: #0e76a8;
  color: #fff;
}

.card-invest:nth-of-type(2):hover .fa-bitcoin {
  border: solid 2px #fff;
  color: #fff;
}

.card-invest:nth-of-type(3) {
  border-bottom: solid 8px #3b5998;
  transition: var(--transition);
}

.card-invest:nth-of-type(3):hover {
  background: #3b5998;
  color: #fff;
  border-bottom: solid 8px #fff;
}

.card-invest:nth-of-type(3):hover .fa-bitcoin {
  color: #fff;
  border: solid 2px #fff;
}

/* .card-invest:nth-of-type(3) .fa-bitcoin {
  border: solid 2px  #3b5998;
  color: #3b5998;
} */

.collapse-container .card{
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: var(--dark-shadow);
  padding: 00;
}

.collapse-container .card .card-header {
  padding: 0;
}

.collapse-container button {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-family: var(--ff-secondary);
  font-size: 1rem;
  border-radius: 10px;
}
.collapse-container button:hover {
  color: #333;
  text-decoration: none;
}

.collapse-container button h3 {
  font-size: 1.3rem;
}

.collapse-container button .fa-arrow-down {
  font-size: 1.2rem;
  padding: 10px;
  border: solid 2px var(--clr-secondary);
  border-radius: 50%;
}

/*==========================
 =========Mobile Screen Start========
 ========================================*/


/*==========================
 =========Mobile Screen End========
 ========================================*/


/*==========================
 =========Large Screen Start========
 ==========================================*/

header .toggle {
  display: none;
}

header .top-header {
  background: #f3f3f3;
  border-top: solid 2px var(--clr-secondary);
}

header .top-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 15px;
}

header .info-links a {
  color: var(--clr-dark);
  margin-right: 1rem;
}



header .socail-icons a {
  color: var(--clr-dark);
  margin-left: 1.5rem;
  font-size: 0.8rem;
  white-space: nowrap;
}

.fa-facebook {
  color: #3b5998;
  padding: 6px;
  border-radius: 50%;
  border: solid 1px #3b5998;
  transition: var(--transition);
}

.fa-facebook:hover {
  background: #3b5998;
  color: var(--clr-white);
}

.fa-twitter {
  color: #00acee;
  padding: 6px;
  border-radius: 50%;
  border: solid 1px #00acee;
  transition: var(--transition);
}

.fa-twitter:hover {
  background: #00acee;
  color: var(--clr-white)
}

.fa-instagram {
  color: #3f729b;
  padding: 6px;
  border-radius: 50%;
  border: solid 1px #3f729b;
  transition: var(--transition);
}

.fa-instagram:hover {
  background: #3f729b;
  color: var(--clr-white);
}

.fa-linkedin-in {
  color: #0e76a8;
  padding: 6px;
  border-radius: 50%;
  border: solid 1px #0e76a8;
  transition: var(--transition);
}

.fa-linkedin-in:hover {
  background: #0e76a8;
  color: var(--clr-white);
}

/* header nav */
header {
  width: 100%;
}
header .header {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: var(--light-shadow);
}

nav .nav-icon {
  font-size: 1.2rem;
  display: none;
}

.branding h3 {
  font-family: var(--ff-secondary);
  font-weight: 900;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-left: 0.2rem;
}

.branding {
    display: flex;
    align-items: center;
}

.branding .logo {
    width: 140px;
}

.header .container {
  display: flex;
  /* flex-direction: row; */
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

header nav ul li {
  display: inline;
  padding-left: 1.5rem;
  white-space: nowrap;
}

header nav ul li a {
  color: var(--clr-primary);
  text-transform: capitalize;
  font-weight: bold;
  font-size: 15px;
}

header nav ul li a:hover {
  border-bottom: solid 2px var(--clr-secondary);
}

.reg-btn {
  text-transform: uppercase;
  background: var(--clr-secondary);
  color: var(--clr-white);
  padding: 0.375rem 0.75rem;
  letter-spacing: var(--spacing);
  display: inline-block;
  font-weight: 700;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 0.675rem;
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: var(--radius);
}

header nav ul li .reg-btn:hover {
  background: var(--clr-white);
  color: var(--clr-secondary);
  border: solid 2px var(--clr-secondary);
}

/* Landing Section */

.landing-section {
  display: flex;
  flex-direction: row;
  background-image: linear-gradient(to right, rgba(2, 14, 42, 0.397), rgba(4, 24, 80, 0.164)), url(../img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.landing-section .text-container {
  width: 70vw;
  shape-outside: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  shape-margin: 30px;
  /*background: var(--clr-primary);*/
  background: linear-gradient(to right, rgba(2, 14, 42), rgba(4, 24, 80));
  /* border-bottom-left-radius: 30%; */
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  font-family: var(--ff-secondary);
  shape-image-threshold: 0.5;
  color: #fff;
}

.landing-section .text-container h1 {
  font-weight: 900;
  color: #fff;
}

.landing-section .text-container h6 {
  padding: 1rem 5rem 1rem 0;
}

.landing-section .image-container {
  width: 45vw;
  padding: 3rem;
  /* shape-image-threshold: 0.5; */
  display: flex;
  align-items: center;
}

.image-container img {
  /* width: 45vw; */
  width: 500px !important;
  height: auto;
}

/* Contact Section */
.contact-section .contact-img {
  width: 40%;
}

.contact-section .form {
  width: 40%;
  background: #fff;
  padding: 30px;
  box-shadow: var(--dark-shadow);
  border-radius: 10px;
}

.contact-section h5 {
  color: #DF2935;
}

.contact-section .form h4 {
  font-weight: 900;
  font-family: var(--ff-secondary);
  margin-bottom: 2rem;
}

textarea:focus, input[type=email]:focus, input[type=text]:focus, input[type=password]:focus {
  outline: none;
  border-bottom: solid 2px #DF2935;
}

form input, textarea {
  padding: 15px 2rem;
  border: none;
  border-bottom: solid 1px #cccc;
  border-radius: 10px;
  box-shadow: var(--dark-shadow);
}

.contact-section form input, textarea, button{
  display: block;
  width: 100%;
  margin: 1rem 0;
}

.about-img {
  border-radius: 50px;
  box-shadow: var(--light-shadow);
  margin-top: 1rem;
}

/* About Page */
.about-landing {
  background: var(--clr-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
.about-heading h1 {
  font-family: var(--ff-secondary);
  color: #fff;
}

@media screen and (max-width: 768px) {
    
    
  .about-heading h1 {
    font-family: var(--ff-secondary);
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
  }
  .about-landing {
    padding-top: 8rem;
  }
}

/* Login */
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6rem 1rem;
}

.form-title {
  font-family: var(--ff-secondary);
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.form {
  text-align: center;
  background: #fff;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: var(--dark-shadow);
}
.form .form-group {
  text-align: left;
}
.pass-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.pass-container small a {
  color: var(--clr-secondary);
  font-weight: bold;
}
form .signup-link {
  font-weight: bold;
}
form .signup-link a{
 color: var(--clr-primary);
 text-transform: uppercase;
 font-family: var(--ff-secondary);
}
.form .form-group label {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: -10px;
}
.form .form-group input {
  width: 100%;
  padding: 15px 2rem;
  border: none;
  /* border-bottom: solid 1px #333; */
  border-radius: 10px;
  box-shadow: var(--light-shadow);
  border: solid 1px #ccc;
  transition: var(--transition);
}

.form .form-group input:focus {
  outline: none;
  border: solid 1px var(--clr-primary);
}

footer {
  background-image: linear-gradient(to right, rgba(2, 14, 42, 0.897), rgba(4, 24, 80, 0.897)), url(../img/bg.jpg);
  background-position: cover;
  color: #fff;
}

footer .quick-links ul li {
  margin-top: 1rem;
}

footer .quick-links ul li .core-btn {
  display: block;
  text-align: center;
  border: solid 2px #fff;
}

footer .quick-links ul li a {
  color: #fff;
}

.social .socail-icons a{
  font-size: 1rem;
  padding: 10px;
  color: #fff;
}

.social .socail-icons .footer-icon {
  border: solid 1px #fff;
  background: transparent;
  padding: 10px;
  color: #fff;
  transition: var(--transition);
}
footer h3 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

footer .social .info-links a{
  display: block;
  color: #fff;
  margin-top: 1rem;
}

footer .small-footer {
  text-align: center;
  padding: 10px 0;
  background: #ffff;
}

footer .small-footer h6 {
  color: #333;
  font-weight: bold;
}

/*==========================
 =========Large Screen End========
 ==========================================*/
.grid-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.plans-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-grow: 1;
}

/* Today Code */
.message-icon {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  width: 70px;
  height: 70px;
  border: solid 2px var(--clr-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--dark-shadow);
  transform: var(--transition);
}

.message-icon i{
  font-size: 2.5rem;
  color: var(--clr-primary);
}

.message-icon:hover {
  color: #fff;
  border: solid 2px #fff;
}

@media screen and (max-width: 726px) {
    .message-icon {
      z-index: 99;
      width: 50px;
      height: 50px;
    }
    
    .message-icon i{
      font-size: 2rem;
      color: var(--clr-primary);
    }
    
  .grid-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .plans-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
  }

  header .top-header {
    /*display: none;*/
  }
  
  header .top-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 6px 15px;
}

.branding h3 {
    display: none;
}

  header .toggle {
    display: block;
    font-size: 2rem;
    color: #DF2935;
  }
  
  header .info-links .website {
    display: none;
}

header .info-links a {
    white-space: nowrap;
}

  header .header {
    border-top: solid 2px var(--clr-secondary);
    display: block;
  }

  nav .nav-icon {
    font-size: 1.2rem;
    display: inline-block;
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  main section {
    z-index: 0 !important;
  }

  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    padding: 3rem 7px;
    border-top: solid 2px #DF2935;
    transform: translate(-100%);
    transition: var(--transition);
  }

  .show-nav {
    transform: translate(0);
  }
  
  header .bugger-show {
    display: block;
    margin-top: -0.5rem;
   }
   .bugger-show .line {
     width: 40px;
     height: 4px;
     background: #022464;
     margin-bottom: 4px;
     transition: var(--transition);
   }
 
   .bugger-style .line:nth-child(1) {
     width: 30px;
     transform: rotate(60deg);
     background: var(--clr-secondary);
     margin-bottom: 0;
   }
   .bugger-style .line:nth-child(2) {
     display: none;
   }
   .bugger-style .line:nth-child(3) {
     width: 30px;
     transform: rotate(-60deg);
     background: var(--clr-secondary);
     margin-top: 0;
   }

  header nav ul li {
    display: block;
    line-height: 4;
  }

  .reg-btn {
    text-transform: uppercase;
    padding: 0.1rem 0.75rem;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 0.675rem;
    border: 2px solid transparent;
    cursor: pointer;
    margin-top: 20px;
  }


  .offer-section .offer-card {
    width: 100%;
    padding: 10px;
    height: 330px;
  }

  .offer-card .img img {
    position: absolute;
    left: -2rem;
    top: 9rem;
    width: 13em;
  }

  .offer-card .text {
    position: absolute;
    right: 0.5rem;
    top: 2rem;
    width: 43%;
    font-weight: 700;
  }

  .title-container {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4rem;
  }

  .plans-section {
    background-image: linear-gradient(to right, rgba(2, 14, 42, 0.712), rgba(4, 24, 80, 0.897)), url(../img/plans.jpg);
  }

  .plans-section .invest-card {
    height: 90%;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--dark-shadow);
    transition: var(--transition);
    margin-bottom: 2rem;
  }

  .plans-section .text h2{
    font-size: 2.5rem;
    margin-top: 0rem;
  }

  .customer-section .customer {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
  }

  .customer-section .customer img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    border: solid 10px var(--clr-primary-1);
    object-fit: cover;
    /*top: -2rem;*/
    left: 0rem;
  }

  .customer-section .customer .text {
    position: relative;
    /*top: -2rem;*/
  }

  .card-invest {
    padding: 2rem;
    background: #fff;
    text-align: center;
    width: 100%;
    border-radius: 30px;
    box-shadow: var(--dark-shadow);
    font-weight: 700;
    border-bottom: solid 8px #DF2935;
    transition: var(--transition);
    margin-bottom: 1rem;
  }

  .landing-section .text-container {
    width: 100vw;
    clip-path: none;
    shape-margin: 30px;
    background: linear-gradient(to right, rgba(2, 14, 42), rgba(4, 24, 80, 0.89));
    text-align: center;
    padding: 5rem 1rem;
    display: flex;
    align-items: center;
    color: #fff;
    /* display: none; */
  }

  .landing-section .text-container h1 {
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
    margin-top: 2rem;
  }

  .landing-section .text-container h6 {
    padding: 1rem 0rem 1rem 0;
  }

  .core-btn {
    text-transform: uppercase;
    background: var(--clr-secondary);
    color: var(--clr-white);
    padding: 10px 0.95rem;
    letter-spacing: var(--spacing);
    display: inline-block;
    font-weight: 700;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 0.675rem;
    border: 2px solid transparent;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: var(--radius);
    white-space: nowrap;
  }

  .landing-section .image-container {
    display: none;
  }

  .contact-section .contact-img {
    width: 80%;
  }
  .contact-section .form {
    width: 100%;
    background: #fff;
    padding: 30px;
    box-shadow: var(--dark-shadow);
    border-radius: 10px;
    margin-top: 2rem;
  }
}