/* fonts */


/* main */
body{
  width: 100%;
}

p{
  font-size: 1.2rem;
}

/* background */


.svg-circle{
  fill: #F7F2FB;
  position: absolute;
    top: 0px;
    right: 750px;
    z-index: -1;
    margin: 0px;
    padding: 0px;
    width: 1130px;
    height: 1130px;
    
  }

  .svg-circle-2{
    fill: #F7F2FB;
    position: absolute;
      top: -150px;
      right: 200px;
      z-index: -1;
      margin: 0px;
      padding: 0px;
      width: 500px;
      height: 500px;
      
    }

  .svg-circle-3{
    fill: #F7F2FB;
    position: absolute;
      top: 800px;
      right: 350px;
      z-index: -1;
      margin: 0px;
      padding: 0px;
      width: 300px;
      height: 300px;
    }
  
    .svg-circle-4{
      fill: #F7F2FB;
      position: absolute;
        top: 175%;
        right: 10%;
        z-index: -1;
        margin: 0px;
        padding: 0px;
        width: 500px;
        height: 500px;
      }

.svg-rectangle-2{
  fill: #F7F2FB;
  position: absolute;
    top: 500px;
    right: 50%;
    z-index: -1;
    margin: 0px;
    padding: 0px;
    width: 20rem;
    height: 20rem;
 
  }

  .svg-rectangle{
    fill: #F7F2FB;
    position: absolute;
      top: 100px;
      right: 80%;
      z-index: -1;
      margin: 0px;
      padding: 0px;
      width: 20rem;
      height: 20rem;
   
    }

/* pg1 landing ----------------- */

.why-us{
  text-align: center;
  color:#ffffff;
}

.why-us p{
  font-size:1.2rem;
}

.landing-form-section{
  width: 100%;
  margin-top:15%;
  margin-bottom: 5%;
}

.landing-section{
  height: 90vh;
  width: 100%;
  margin-top: 25%;
}
#land-text{
  font-size: 3rem;
  text-align: center;
  /* position: relative; */
  top: 30vh;
  left: 0px;
  /* margin-top: 70%; */
  /* z-index: 0; */
}

/* button */
.landing-section button.btn.btn-lg{
  background:#FDE34E;
  border-radius: 90px;
  font-size: 1.7rem;
  /* position: relative;
  top: 30vh;
  left: 0px; */
  /* margin-top: 70%; */
  /* z-index: 0; */
  margin-left:10% ;
  margin-bottom: 10%;
  padding: 5px 20px;
  text-decoration: none;
}
.landing-section button.btn.btn-lg a{
  text-decoration: none;
  color: black;
}
.landing-section button.btn.btn-lg a:hover{
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.main-image img{
  
  width: 90%;
  /* position: relative;
  top: 20vh;
  left: 5vh; */

}

.main-image video{
  /* border-radius: 20px;
  box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.2); */
  width: 70%;

}


.land-text-2 h2{
  text-align: center;
  color: rgb(0, 0, 0);
  
}

.land-text-2 p{
  text-align: left;
  color: #000000;
  
}

.land-text-2{
  padding: 100px 0px;
}

#purple-text{
  text-align: center;
  color: #6C34AC;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  
}

.cards-pg-1 .card{
  text-align: center;
  box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.08);
  padding: 10px 0px;
  width: 100%;
  border: none;
}


.cards-pg-1 .card .card-img-top{
  width: 70%;
  margin: 10% auto;
  
}



/* third section pg1 */

.third-section{
  padding: 5% 0%;
  z-index: 1;
}

.third-sec-title{
  font-size: 3rem;
  text-align: center;
  color: #6C34AC;
 
  /* background-color: yellowgreen; */
}

.third-sec-paragraph{
  font-size: 1.5rem;
  text-align: center;
}

.third-section img{
  width: 80%;
}

.third-sec-box{
  margin: 5rem auto;
}
 
/* navigation Menu Over Ride --------------------------- */

nav .navbar{
  width: 100%;
  padding: 1% 5% 1% 5%;
 
}

.navbar-brand {
  margin: 0 2rem 0 0;
  padding: 0;
}

/* .logo {
  width: 10px;
  
}
nav .logo a{
text-decoration: none;
border-style: solid 2px #000000;

} */

nav {
  background: #6C34AC;
  
}

/* .sign-nav .nav-link::first-line {
color:#FDE34E;
border-style: dashed; 
  } */
  
 .navbar-nav .nav-link {
  display: inline-block;
  font-size: .8rem;
  font-weight: 400;
  padding: 1rem 0 0;
} 

 .navbar-nav .nav-mark:hover {
  border-bottom: 2px solid #FDE34E;
} 
.navbar-nav .selected {
  border-bottom: 2px solid #FDE34E;
}
/* .dropdown-menu {
  background: rgba(95, 3, 156, 0.795);
  margin: .46rem 0 0;
} */

/* .dropdown-item {
  color: #fff;
  font-size: .8rem;
  padding: .25rem .7rem;
  
}
    .dropdown-item:hover {
       color: #788591;
    } */

.dropdown-toggle::after {
   display: none;
}

/* Button Over Ride -------------------------------*/

/* card button */
.card-step-item-caption .crd-button{
  border:2px  solid #FDE34E;
  background-color: #FDE34E;
  color: #000000;
  border-radius: 40px;
  margin-bottom: 10%;
}

.card-step-item-caption .crd-button:hover{
  border:2px  solid #FDE34E;
  background-color: #6C34AC;
  color:#ffffff;
  border-radius: 40px;
}

.card-body .crd-button{
  border:2px  solid #FDE34E;
  background-color: #FDE34E;
  color: #000000;
  border-radius: 40px;
}

.card-body .crd-button:hover{
  border:2px  solid #FDE34E;
  background-color: #6C34AC;
  color:#ffffff;
  border-radius: 40px;
}

/* above footer contact button*/
button.btn.btn-lg{
  border:2px  solid #FDE34E;
	background:#FDE34E;
  color:#000000;
  border-radius: 40px;
 margin: 2% 0%;
}
button.btn.btn-lg:hover{
  border:2px  solid #FDE34E;
	background:#6C34AC;
  color:#ffffff;
  border-radius: 40px;
  box-shadow: 0px 0px 15px rgba(253, 227, 78, 0.404);
}

button.btn.btn-lg a{
  text-decoration: none;
  color: #000000;
}
button.btn.btn-lg a:hover{
  text-decoration: none;
  color: #ffffff;
}
/* above footer contact button--------------------------  */


.contact{
	background:#FDE34E;
  border-radius: 40px;
  height: 1.8rem;
  position: relative;
  top: .6rem;
  left: 0px;  
}



#navbarSupportedContent > ul > li.nav-item.contact > a{
  color: #000000;
  position: relative;
  top: -.6rem;
  
}

.signUp .btn:hover{
  box-shadow: 0px 0px 15px #FDE34E;
}

/* About section page ---------------------------------- */

.main-image-about img{
  border-radius: 20px;
  width: 80%;
  margin-top: 5rem;
  /* position: relative;
  top: 20vh;
  left: 5vh; */
}

.landing-about-section{
  height: 100%;
  width: 100%;
  margin-bottom: 20%;
  margin-top:12%;
}

/* button */
.landing-about-section button.btn.btn-lg{
  background:#FDE34E;
  border-radius: 90px;
  font-size: 1.7rem;
  /* position: relative;
  top: 30vh;
  left: 0px;
  margin-top: 70%;
  z-index: 0;
  margin-left:10% ; */
  padding: 5px 20px;
  text-decoration: none;
}
.landing-about-section button.btn.btn-lg a{
  text-decoration: none;
  color: black;
}
.landing-about-section button.btn.btn-lg a:hover{
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.landing-about-section button.btn.btn-lg:hover{
  border:2px  solid #FDE34E;
	background:#6C34AC;
  color:#ffffff;
  border-radius: 40px;
  box-shadow: 0px 0px 15px rgba(253, 227, 78, 0.404);
}

#about-text{
  margin-top: 6rem;
}

#about-text>h1{
  font-size: 3rem;
  text-align: center;
  
}

#about-text>p{
  font-size: 1.2rem;
  text-align: left;
}




/* # cards-section ------------------ */







/* What DO */
.gmb-services{
  background-color: #6C34AC;
  padding: 5% 0%;

}
.gmb-services h2{
  color:#fff;
}
.gmb-services ul{
  color: #fff;
  
}

.gmb-services li{
  line-height: 2rem;
}
.what-do{
  text-align: center;
  padding-bottom: 5%;
}

 .gmb-services ul {
  list-style: none;
}

.gmb-services ul li::before {
  content: "\2022";
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}



 /* Form ---------------------------------------------------------------------------*/

 .talk{
   text-align: center;
   font-size: 1rem;
   margin: .5rem 0rem;
 }

 .form-one input{
border-radius: 50px;
 }

 
 form .form-control:focus{
    border-color: #6C34AC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(108, 52, 172, 0.5);
}
 

 form .form-one input{
   margin-top: 1rem;
 }

 form .g-recaptcha{
   margin-top: 1rem;
 }

 .call-btn-section{
  padding: 1rem 0rem;
 }

 .call-btn{
  background: #6C34AC;
  border-radius: 30px;
  border-style: solid;
  border-color: #6C34AC;
  border-width: .5px;
  margin: 1rem 0rem;
  padding: .2rem 2rem;
  text-decoration: none;
  letter-spacing: 2px;
  color: #ffffff;
}

.call-btn:hover{
  background: #FDE34E;
  border-radius: 30px;
  border-style: solid;
  border-color: #6C34AC;
  border-width: .5px;
  margin: 1rem 0rem;
  text-decoration: none;
  color: #000000;
}

 .form-button-one button{
   background: #FDE34E;
   border-radius: 30px;
   border-style: solid;
   border-color: black;
   border-width: .5px;
   margin: 1rem 0rem;
   padding: .3rem 3rem;
   
 }

 


 .form-button-one button:hover{
  background-color: rgb(122, 62, 190);
  border-radius: 30px;
  border-style: none;
  border-width: .5px;
  padding: .3rem 3rem;
  margin: 1rem 0rem;
  box-shadow: 0px 0px 8px rgba(70, 69, 69, 0.5);

}

 /* contact pg */
 .contact-title{
   margin-top: 8rem;
   margin-bottom: .5rem;
   font-size: 1.3rem;
   text-align: center;
 }

 /* Thank you page */
/* .thank-background{
  
background-color: #6C34AC;  
} */

.thank-follow{
  margin-bottom: 40%;
}
 .thank-section.container{
   
   width: 100%;
   height: 100Vh;
  }

  
 
 .thank-section h1{
   margin-top: 20%;
 }

 .thank-image img{
   width: 200px;
   margin: 10% 0% 0% 20%;

 }

 .social-wrapper-thanks i{
  font-size: 2.8rem;
  color: #000000;
  margin: 1.5rem;
 }

 .social-wrapper-thanks{
   padding: 5% 0%;
   margin-left: 10%;
 }
 
/* Service page \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.service-main-image img{
  border-radius: 15px;
  box-shadow:10px 25px 40px rgba(108, 52, 172, 0.2);
  width: 60%;
}

.service-section{
  margin-bottom: 10rem;
}

/* Footer ---------------------------------------------------------------------------------------*/


footer {
  background: #6C34AC;
  padding: 20px 0px;
  
  
}

footer .col-md-4{
  padding-bottom: 1rem;
}



footer a {
  color: #fff;
}
footer a:hover {
  color: #FDE34E;
  text-decoration: none;
}

i {
  font-size: 1.5rem;
  padding: 0rem .5rem 0rem 0rem;
}

i:first-child {
  padding: 0rem .5rem 0rem 0rem;
}

ul{
  list-style-type: none;
}

footer .copyright{
font-size: .8rem;
}
/* 360 page section------------------------------------------------------------------ */

/* vr buttons */

.a-enter-ar{
  display: none!important;
}

.a-enter-vr{
  display: none!important;
}

.threeSixty-title{
  color:#6C34AC;
}
._360-image{
margin-top: 4%;
}

._360-button{
  position: relative;
  top:-5rem;
  left: 0px;
}

.threeSixty-section{
  margin: 7rem 0rem;
}

.threeSixty-content {
  padding: .6rem;
  margin: .8rem;
  /* border: 1px solid #6C34AC;
  background-color: #6C34AC; */
  border-radius: 5px;
  box-shadow: 8px 8px 12px #6c34ac26;
}

.threeSixty-content h5{
  font-size: 2.2rem;
}

.threeSixty-tour{
  background-color: #6C34AC;
  border-radius: 5px;
  padding: 2%;
  color: #ffffff;
}

.m-circle{
  position: relative;
  overflow: hidden;
}
.circular{
  font-size: 10rem;
}

.bg-circle-5 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

.our-process-section{
  padding-top:2rem;
}

.our-process-section h2{
  font-size: 2.5rem;
}

.card-step-item-figure {
  background: #fff;
  box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.08);
}

.card-step-item-figure-inner {
  padding: 45px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20rem;
}

.card-step-item-figure-inner img{
  width: 100%;
}

.card-step-item-figure-title.figure-primary {
  background: #6C34AC;
  color: #fff;
}

.card-step-item-figure-title {
  text-align: center;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  padding: 10px;
}

.card-step-item-caption {
  padding-top: 40px;
  text-align: center;
}

/* web design page ------------------------------------------------------------------------------------- */

.w-d-main{
  width: 100%;
  background: linear-gradient(180deg, #f1ebf7, transparent);
  padding: 10rem 0rem 7rem 0rem;
}

.w-d-main h2{
 font-weight: 100;
 margin-bottom: 2rem;
}

.wds-process{
  margin-top: 10%;
}

.wds-info{
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10rem 5rem 5rem 5rem;
  padding: 2rem 3rem;
  background: #F7F2FB;
  box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.08) ;
}

.wds-process-title{
  padding: 2rem 0rem;
}

.wds-block{
  margin: 10% 0%;
  padding: 10% 0%;
  background-color: #6C34AC;
  color: #ffffff;
}

.wds-inner{
  display: flex;
}
.wds-inner-image{
  display: flex;
  margin: 0px .8rem;
}

.wds-inner img{
  width: 100%;
}

.wds-inner video{
  width: 100%;
  box-shadow: 0px 0px 60px rgba(108, 52, 172, 0.36);
}

/* button */
.btn.btn-vid{
  background: #F7F2FB;
  border-radius: 90px;
  font-size: .8rem;
  border-color: #6C34AC;
  text-decoration: none;
}

.btn.btn-vid:hover{
  background: #6C34AC;  
}

.btn.btn-vid a{
  text-decoration: none;
  color: black;
}
.btn.btn-vid a:hover{
  text-decoration: none;
  color: rgb(255, 255, 255);
  
}

/* button.btn.btn-lg{

  
} */



.wds-inner .wds-inner-image i{
  width: 100%;
}

.service-lists {
  padding: .8rem;
}
.service-lists .row {
  overflow: hidden;
}

no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.service-lists .content-item {
  padding: 40px;
  background-color: #F7F2FB;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  /* margin: -1px; */
}

/* content service page ------------------------------------------------------------------------------------- */

.sm-main-image img{
  /* border-radius: 15px; */
  /* box-shadow:10px 25px 40px rgba(108, 52, 172, 0.2); */
  width: 75%;
}
.sm-content-main{
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10rem 0rem 7rem 0rem;
}

.sm-content-main h2{
 font-weight: 350;
 margin-bottom: 2rem;
}

.sm-content-main::before {
  content: '';
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #f1ebf7;
  transform: skewY(135deg);
}

.sm-intro{
  padding: 5rem 0rem;
}

.sm-intro-box{
  background-color: #6C34AC;
  padding: 2rem;
  border-radius: 10px;
}

.sm-txt-content{
  color: #FFFFFF;
  padding-top: 1.5rem;
}

.live-title{
  font-size: 4.3rem;
}

.sm-items-section{
  padding-top:2rem;

}

.sm-items-section h2{
  font-size: 2.5rem;
}

.card-sm-item-figure {
  background: #fff;
  box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.08);
  margin: .5rem 0rem;
}

.card-sm-item-figure-inner {
  /* padding: 45px 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20rem;
}

.card-sm-item-figure-inner img{
  width: 100%;
}

.card-sm-item-figure-inner img:hover{
  width: 110%;
  
}

.card-sm-item-figure-title.figure-primary {
  background: #6C34AC;
  color: #fff;
}

.card-sm-item-figure-title {
  text-align: center;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  padding: 10px;
}

.smc-btn-sale{
  background:#F7F2FB;
  border-radius: 90px;
  font-size: 1.3rem;
  padding: .3rem 2.8rem;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
}

.smc-btn-sale:hover{
text-decoration: none;
color: #000000;
background-color: #FDE34E;
}
.sm-wedge{
  background-color: #F7F2FB;
  padding: .5rem 0rem;
}

.sm-wedge-1{
  background-color: #F7F2FB;
  padding: 3.5rem 0rem;
  margin-top: 3rem;
}

.sm-wedge-1 ul{
    list-style-type: disc;
  }

.fb-shop{
  margin: 5rem 0rem;
}

.wds-inner img{

  box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.2);
}


/* custom video page --------------------------------*/
.custom-main{
  width: 100%;
  padding: 6rem 0rem 0rem 0rem;
}

.custom-main h2{
 font-weight: 100;
 margin-bottom: 2rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* terms page --------------------------------------*/
.terms-content-main{
  width: 100%;
  padding: 7rem 0rem 1rem 0rem;
  background-color: #F7F2FB;
}

.terms-section{
  
  margin: 2rem 0rem;
  padding: .5rem 0rem;
}

/* Insta landing -----------------------------------*/
.insta{
  margin-top: 5rem;
}


/* @ media mobile -----------------------------------------------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////-*/



@media only screen and (max-width: 600px) {
  .main-image img{
    border-radius: 15px;
    box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.2);
    width: 70%;
    /* position: relative;
    top: 30vh;
    left: 6vh; */
  }

  .main-image video{
    /* border-radius: 20px;
    box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.2); */
    width: 50%;
  
  }

  .service-main-image img{
    border-radius: 15px;
    box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.2);
    width: 70%;
  }

  .mobile-contact{
    background:#FDE34E;
    border-radius: 40px;
    height: 1.8rem;
    margin-top: .8rem;
    margin-right:72%;
    padding-left: 5px;
    position: relative;
    top: 0px;
    left: 0px;
  }

  #land-text{
    font-size: 2rem;
    text-align: center;
    /* position: relative; */
    top: 20vh;
    left: 0px;
    /* margin-top: 70%; */
    /* z-index: 0; */
  }

  .land-text-2 h2{
    text-align: left;
    color: rgb(0, 0, 0);
  }

  .land-text-2 p{
    text-align:left;
    color: rgb(0, 0, 0);
    
  }

  
  
  /* .land-text-2 {
    margin-top: -10rem;
    margin-bottom: 1px;
  } */

 
  .cards-pg-1 .card{
    text-align: center;
    padding: 10px 0px;
    width: 80%;
    border: none;
  }
  
  .cards-pg-1 .card .card-img-top{
    width: 60%;
    margin: 5% auto;
  }

  .second-section .cards-pg-1{
   margin-left: 3rem;
   padding-bottom: .5rem;
  }

  .cards-pg-1 .card{
    box-shadow:10px 25px 40px rgba(108, 52, 172, 0.08);
  }

  .cards-pg-1 .card-text{
    font-size: 1.0rem;
  }

  .third-sec-paragraph{
    font-size: 1.5rem;
    text-align: center;
  }

  .main-image-about img{
    border-radius: 20px;
    width: 55%;
    margin-top: 2rem;
    margin-left: 5rem;
    margin-right: auto;
    /* position: relative;
    top: 10vh;
    left: 10vh; */
  }

  .landing-about-section{
    height: 100%;
    width: 100%;
  }

     
  #about-text>h1{
    /* font-size: 1.0rem; */
    text-align: left;
    /* position: relative;
    top: 20vh;
    left: 0px;
    z-index: 0; */
  }

  #about-text>p{
    /* font-size: 1.0rem; */
    text-align: left;
    /* position: relative;
    top: 20vh;
    left: 0px;
    z-index: 0; */
  }

  .bg-circle-1{
    display: none;
  }
 
  .w-d-main h1{
    font-size: 1.5rem;
  }

  .w-d-main h2{
    font-size: 1.2rem;
    font-weight: 150;
  }

  .wds-inner{
    /* display: flex; */
    padding: 10% 0%;
  }

  .wds-info{
    font-size: 1.1rem;
    /* font-weight: 200; */
    margin: 10rem 0rem 5rem 0rem;
    padding: .5rem .5rem;
    background: #F7F2FB;
    box-shadow: 10px 25px 40px rgba(108, 52, 172, 0.095) ;
  }

  .card-step-item-caption{
    text-align: left;
  }

  .masthead-heading {
    font-size: 4rem;
    text-align: left;
  }
  /* .masthead-subheading {
    font-size: 1rem;
  } */

  .why-us{
    text-align: left;
  }

  .sm-content-main h1{
    font-size: 1.5rem;
  }

  .sm-content-main h2{
    font-size: 1.2rem;
    font-weight: 400;
  }

  .sm-main-image img{
    width: 80%;
  }

  .card-sm-item-figure-inner img:hover{
    width: 100%;
    
  }

  .live-title{
    font-size: 2.3rem;
  }

}



/* -================================================================================================================ */

.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background: linear-gradient(0deg, rgb(60, 43, 95) 0%, rgb(0, 0, 0) 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
  .masthead-content {
    z-index: 1;
    position: relative;
  }
    .masthead-heading {
      font-size: 3rem;
    }
    .masthead-subheading {
      font-size: 2rem;
      font-weight: 100;
    }
  
  .bg-circle {
    z-index: 0;
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(0deg, rgb(134, 100, 173) 0%, #6C34AC 100%);
  }
  .bg-circle-1 {
    height: 90rem;
    width: 90rem;
    bottom: -63rem;
    left: -55rem;
  }
  
  .bg-circle-3 {
    height: 20rem;
    width: 20rem;
    bottom: -10rem;
    right: 5%;
  }
 


@media (min-width: 992px) {
  .masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
    .masthead-content {
      font-size: 6rem;
    }
      
  
}


