.body{
  margin: 0px;
  padding: 0px;
  background-image:url("https://goldensot.com/tenor.gif");
}
html {
  scroll-behavior: smooth;
}



body{

    background-image:url("https://goagolden.xyz/4.jpeg");
    background-size: cover;
    color: white;
    text-align: center;
    margin: 0px;
    font-size: 15px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
    color: #727272;
    /* font-size: 14px; */
    font-family: 'Poppins', sans-serif !important;
    /* line-height: 1.6; */
    background: rgba(10, 12, 22, 0.911);
    word-wrap: break-word;
    /* font-weight: 400; */
}
body p{
  font-weight: 300 !important;
}

.navbar{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    /* margin-top: 03%; */
    /* background-color: #fff; */
    background-image: linear-gradient(to right top, #0a1b18, #1b2729, #022b35, #040a09, #161616);
    -webkit-box-shadow: 0 1px 1px 0 #f0f0f0;
    box-shadow: 0 1px 1px 0 #f0f0f0;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    padding: 18px 7rem 10px !important;
    font-family: Poppins, Arial, sans-serif !important;

}
.navbar-light .navbar-nav .nav-link{
    color: #253f8e;
    padding-bottom: 15px;
    font-weight: 800;
    display: block;
    text-decoration: none;
}

.navbar-light .navbar-nav .activenav{
  color: #333333;
  padding-bottom: 15px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  /* border-bottom: 5px solid #253f8e; */
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    padding-bottom: 15px;
    /* border-bottom: 5px solid #253f8e; */
    /* transition: 0.5s; */
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
    color: #fff;
    padding-bottom: 15px;
    /* border-bottom: 5px solid #253f8e; */
    /* transition: 0.5s; */
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2rem;
    padding-left: .5rem;
}



.nav {
    background-color: #253f8e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 7rem 0rem 7rem !important;
    list-style: none;
}

.imagebox {
    background: black;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .imagebox img {
    opacity: 0.9;
    transition: 0.5s opacity;
  }
  
  .imagebox .imagebox-desc {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    /* padding: 10px 15px; */
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
    width: 100%;
  }


  .imagebox:hover img {
    opacity: 0.7;
  }
  
  .imagebox:hover .imagebox-desc {
    padding-bottom: 10%;
  }

  
  

  /* Slide Image*/
  .imgcontainer {
    position: relative;
    width: 100%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px 0px 20px 0px;

  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #253f8e;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
    width: 0%;
    height: 100%;
    transition: .5s ease;
  }
  
  .imgcontainer:hover .overlay {
    width: 100%;
    left: 0;
  }
  
  .imgtext {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  /*End*/

  .imagebox {
    background: black;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .imagebox img {
    opacity: 1;
    transition: 0.5s opacity;
  }
  
  .imagebox .imagebox-desc {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    padding: 10px 15px;
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
    width: 100%;
  }
  
  .imagebox:hover img {
    opacity: 0.7;
  }
  
  .imagebox:hover .imagebox-desc {
    padding-bottom: 10%;
  }

  
.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }

.card-mytitle {
    margin-bottom: 0.75rem;
    font-weight: 700 !important;
    color: #253f8e;
}

.headmytitle {
  color: #253f8e;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 0.5rem;
  /* border-bottom: 3px solid black;
  border-bottom-width: medium; */
}

.section-title-line.centered {
  margin-top: 05px;
  margin-right: auto;
  margin-left: auto;
}

.section-title-line {
  width: 100px;
  height: 3px;
  margin-top: 10px;
  background-color: #273349;
}


.cen-color{
    color: #ffc012;
}

.bg-mycolor{
    background-color: #f2f2f2;
}

.myfont {
    font-size: 16px;
    color: black;
}

.mybtn {
    display: inline-block;
    background-color: #ffc012;
    padding: 05px 50px 05px 50px;
    border-radius: 20px 20px 20px 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid white;
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mybtn:hover {
    background-color: #253f8e;
    color: white;
    text-decoration: none;
}

#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ee0979;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

#msform .form-ved {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}


.mycard {
  height: 100px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 0px 0px 20px 5px lightgrey;
}

.btnn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px;
    border-bottom-width: 0;
    border-radius: 3px;
    background-color: #45295d;
    box-shadow: 0 5px 3px -1px rgba(0,0,0,.1);
    -webkit-transition: border .2s ease,-webkit-transform .2s ease,-webkit-filter .2s ease;
    transition: border .2s ease,-webkit-transform .2s ease,-webkit-filter .2s ease;
    transition: border .2s ease,transform .2s ease,filter .2s ease;
    transition: border .2s ease,transform .2s ease,filter .2s ease,-webkit-transform .2s ease,-webkit-filter .2s ease;
    line-height: 18px;
}

.btngreen {
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #253f8e;
  font-size: 15px;
  line-height: 20px;
}

.btngreen:hover {
  box-shadow: 0 10px 20px -5px rgba(0,0,0,.2);
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transform: translate(0,-2px);
  -ms-transform: translate(0,-2px);
  transform: translate(0,-2px);
  color: #fff;
  text-decoration: none;
}


.small-info-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400 !important;
}

.how-it-works-info-block {
  position: relative;
  margin-bottom: 28px;
  padding-left: 80px;
}
.how-it-works-number-block {
  left: 0;
  top: 0;
  bottom: auto;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding-top: 14px;
  border-style: solid;
  border-width: 0;
  border-color: #9141d8;
  border-radius: 100%;
  color: #fff;
  font-size: 19px;
  line-height: 13px;
  font-weight: 500;
  text-align: center;
}

.how-it-works-number-block, .how-it-works-vert-line {
  position: absolute;
  right: auto;
  background-color: #45295d;
}

.block-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
  color: #253f8e;
}
.paragraph {
  margin-bottom: 0;
  text-align: left;
}

.stline {
  border-left: 2px solid black;
}

.large{
  color: #253f8e;
  font-size: 30px;
  line-height: 40px;
}

.footer-para{
  color: #9ba4b6;
  font-size: 10px;
  line-height: 21px;
}


.img-fluid{
mix-blend-mode: screen;
}
