/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
}
nav.navbar {
  background-color: blueviolet !important;
  font-weight: bold;
  letter-spacing: 3px;
}
.navbar .navbar-nav a {
  color: #fffaff !important;
  font-family: "Roboto", sans-serif;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(design.png);
}
.fa.fa-phone {
  transform: scaleX(-1);
  margin-right: 10px;
}
.masthead {
  height: 90vh;
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
p.top_text {
  margin-top: 100px;
  color: #fffaff;
  font-weight: bold;
  font-size: 6.4em;
  text-shadow: 6px 0px 27px rgba(0, 0, 0, 0.85);
  
}
p.lead {
  font-weight: bold;
  font-size: 1.8em;
  color: #fffaff !important;
  text-shadow: 6px 0px 27px rgba(255, 255, 255, 0.85);
}
.header-btn {
  background-color: blueviolet;
  color: #fffaff;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
  border-color: blueviolet;
}
.black {
  padding: 40px;
  font-size: 1.5rem;
  color: #ebf2fa;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.header-btn:hover {
  color: blueviolet;
  border-color: blueviolet;
}
.text {
  text-align: center;
  color: blueviolet;
}
h2.text-center.text-1 {
  text-align: center;
  color: #fffaff !important;
  padding-top: 30px;
}
section {
  background: #f3eaea;
}
.part-one {
  background: #fffaff;
  border-radius: 10px;
}
.bodyText {
  font-family: "Open Sans", sans-serif;
  line-height: 33px;
  word-spacing: 5px;
  letter-spacing: 1px;
  font-size: 1.2em;
}
.border {
  border: 2px solid blueviolet;
}
.text-center p.my-5.colortext {
  color: blueviolet;
  font-size: 1.4em;
  letter-spacing: 1px;
}
.text-center p.my-5 {
  font-size: 1em;
  letter-spacing: 1px;
}
.p5 {
  padding-left: 200px;
  padding-right: 200px;
}
.rounder {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: circle(180vh at 50% -80vh);
}
.content {
  text-align: center;
}
.rounder .content h2 {
  font-size: 6.4em;
  color: #fffaff;
  font-weight: 700;
}
.container-fluid {
  background-color: blueviolet;
}
.container-fluid .row {
  color: #fffaff;
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
}
.border {
  border: 1px solid dimgrey;
  text-align: center;
}
footer {
  background-color: blueviolet;
}
footer .text {
  text-align: center;
  color: #fffaff;
}
.fixed-left {
  position: fixed;
  bottom: 10px;
  left: 10px;
  color: #fffaff;
  background-color: blueviolet;
  border: 2px solid #fffaff;
  padding: 5px 15px;
}
.fixed-right {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #fffaff;
  background-color: blueviolet;
  border: 2px solid #fffaff;
  padding: 5px 15px;
}
.link_one {
  color: #fffaff;
}
.link_one:hover,
active {
  color: #fffaff;
  text-decoration: none;
}
.fixed-right i {
  font-size: 1.5em;
  margin-right: 10px;
}
.end {
  width: 100%;
  background-color: #201f20;
  color: #fffaff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 0.9em;
}
.end i {
  margin-left: 5px;
  font-size: 2em;
}
.contact {
  text-align: center;
  font-size: 1em;
}
.ask {
  border: 2px solid #e0a800;
}
.modal-content {
  background-color: blueviolet;
}
.form-control {
  margin-top: 10px;
}
.submit {
  float: left;
  color: #ebf2fa;
  background-color: #3d2b56;
  padding: 2% 6%;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.submit1 {
  visibility: hidden;
}
.close {
  color: #fffaff;
}
.modal-title {
  color: #fffaff;
  font-size: 1.3em;
}
svg {
  color: #fffaff;
  width: 50px;
  height: 50px;
  margin-top: 25px
}
h4.text.pt-5.my-5{margin-top: 0 !important;}
.end a{
  color: #fffaff !important;
}
.invalid-feedback{
  color: #fffaff;
}
/*.btn-warning:hover{
    background-color: #42e2b8;
}*/
/*--------------------Responsive-------------------------*/
@media (max-width: 990px) {
  .submit {
    visibility: hidden;
  }
  .submit1 {
    float: left;
    color: #ebf2fa;
    background-color: #3d2b56;
    padding: 2% 6%;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    visibility: visible;
  }
}
@media(max-width:600px){
  p.text-center.mx-5.px-5.py-2.bodyText{
    padding: 8px 0px !important;
    margin: 0px 0px 16px !important;
  }
  
}
@media(min-width:382px){
    a.p-5.mob{
        padding: 0rem!important;
    }
}
@media only screen and (max-width: 1000px) {
  .logo {
    width: 30%;
    padding-left: 0px;
    margin-left: 0px;
  }
  p.top_text {
    font-size: 1.4em;
    text-shadow: 6px 0px 27px rgba(0, 0, 0, 0.85);
  }
  p.lead {
    font-weight: bold;
    font-size: 1.1em;
  }
  .header-btn {
    font-size: 0.9em;
    letter-spacing: 0px;
    font-family: "Roboto", sans-serif;
    border-color: blueviolet;
  }
  .p5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rounder .content h2 {
    font-size: 2.4em;
  }
  
}
@media only screen and (max-width: 1000px) {
  .logo {
    width: 100px;
    padding-left: 0px;
    margin-left: 0px;
  }
}
