body {
  background-color: #e1e1e1;
  font-family: 'PT Sans Caption';
}

/* navbar */

.logo {
  width: 150px;
  margin-left: 20px;
  margin-top: 30px;
  font-weight: bolder;
}

.nav-effect {
  font-family: 'PT Sans Caption';
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
}

.nav-effect li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.5em;
  padding: 0;
}

.nav-effect a {
  padding: 0.5em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}

.nav-effect a:before, .nav-effect a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (min-width: 576px) {
  .nav-effect a:before {
    bottom: 0;
    display: block;
    height: 4px;
    width: 0%;
    content: "";
    background-color: #1b1b1b;
  }
}

.nav-effect a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}

.nav-effect a:hover:before, .nav-effect .current a:before {
  opacity: 1;
  width: 40%;
}

.nav-effect a:hover:after, .nav-effect .current a:after {
  max-width: 100%;
}

/* section one */

#sec-one img {
  width: 80%;
  margin: auto;
}

@media (max-width: 576px) {
  #sec-one img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#sec-one h1 {
text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #595959;
}

@media (max-width: 768px) {
  #sec-one h1 {
text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #cb2026;
  }
}

@media (max-width: 576px) {
  #sec-one h1 {
    font-size: 32px;
    font-weight: 600;
    color: #cb2026;
  }
}

#sec-one .one-text {
  margin-top: 50px;
}

.two-text {
text-align: center;s
  margin-top: 55%;
}

@media (max-width: 576px) {
  .two-text {
    margin-top: 3%;
    margin-left: 40%;
  }
}

.btn-shine {
  position: relative;
  text-transform: uppercase;
  font-size: 1.9em !important;
  font-weight: 900 !important;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #f26a53, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@media (min-width: 992px) {
  .btn-shine {
    position: relative;
    text-transform: uppercase;
    font-size: 1.6em !important;
    font-weight: 900 !important;
    overflow: hidden;
    background: linear-gradient(90deg, #000, #f26a53, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
}

@media (max-width: 768px) {
  .btn-shine {
    position: relative;
    text-transform: uppercase;
    font-size: 1.2em !important;
    font-weight: 900 !important;
    overflow: hidden;
    background: linear-gradient(90deg, #000, #f26a53, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
}

@media (max-width: 576px) {
  .btn-shine {
    /*margin-left: 40%;*/
    position: relative;
    text-transform: uppercase;
    font-size: 1.2em !important;
    font-weight: 900 !important;
    overflow: hidden;
    background: linear-gradient(90deg, #000, #f26a53, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
}

@media (max-width: 576px) {
  .twy {
    margin-left: 40%;
  }
}

.main-img {
  animation: upy infinite 3s 0.5s;
  border-radius: 50%;
}

#cardy a {
  text-decoration: none;
  /*color: #000000;*/
}

@keyframes upy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* cards */

#cardy {
  margin-top: 20px;
}

.cardy {
  text-align: center;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

.cardy h4 {
  font-weight: 500;
}

@media (max-width: 768px) {
  .cardy h4 {
    font-weight: 500;
    font-size: 16px;
  }
}

.cardy p {
  color: #656565;
}

@media (max-width: 576px) {
  .cardy p {
    color: #cd2027;
    font-size: 12px;
  }
}

.cardy img {
  width: 50%;
}

.f-col:hover {
  transform: scale(1.1);
}

/* about */

#about {
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

#about h1 {
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 10px;
}

.texty {
  padding-left: 10%;
  padding-right: 10%;
  text-align: justify;
}

/* section two */

.backy {
  /*background-image: linear-gradient(90deg, rgb(3,3,75) 0%, rgb(3,3,84) 50%, rgb(18,18,129) 95%);*/
  linear-gradient(90deg, rgba(20,20,23,1) 0%, rgba(22,22,23,1) 50%, rgba(43,43,43,1) 95%);: cover;
  background-repeat: no-repeat;
  /*width: 100% !important;*/
  /*height: 100vh !important;*/
  color: whitesmoke;
}

#sec-two h1 {
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 10px;
  color: black;
}

#sec-two {
  text-align: center;
  margin: 0;
  padding: 20px;
}

#sec-two .mid img {
  width: 60% !important;
}

#sec-two h2 {
  color: #cd2027;
  font-weight: 600;
}

@media (min-width: 992px) {
  #sec-two img {
    width: 30% !important;
  }
}

#sec-two img {
  width: 40%;
}

#sec-two p {
  font-size: 16px;
}

@media (max-width: 576px) {
  #sec-two p {
    font-size: 12px;
  }
}

/* animate img */

.anim-img img {
  z-index: -1;
  width: 30%;
  margin-top: -20%;
  animation: circle 15s infinite linear;
}

@media (max-width: 576px) {
  .anim-img img {
    z-index: -1;
    width: 60%;
    margin-top: -20%;
    animation: circle 15s infinite linear;
  }
}

@keyframes circle {
  0% {
    transform: rotate(0deg) translate(-45px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-45px) rotate(-360deg);
  }
}

/* contact section */

#contact img {
  width: 100%;
}

@media (max-width: 576px) {
  #contact img {
    width: 60%;
  }
}

.submit-now {
  margin-top: 100px;
  font-size: 16px;
  height: 50px;
  background-color: #373737;
  border-color: transparent;
}

.form-control.input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid silver;
  border-radius: 0px !important;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  border-radius: 0 !important;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  border-radius: 8px !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #393939;
  border-color: #f1604d;
  /*box-shadow: 0px 10px 15px rgba(157,157,157,0.4);*/
  transform: scale(1.1);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f05e4c;
  border-color: #db2027;
}

.modern-form__form-container {
  padding: 20px;
}

.modern-form__form-group--padding-r {
  padding-right: 20px;
}

.modern-form__form-group--padding-t {
  padding-top: 50px;
}

.modern-form__form-control--textarea {
  height: 95px !important;
  resize: none;
}

/* footer */

.cont {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.footer-basic {
  padding: 40px 0;
  background-color: #151517;
  color: #717273;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
  transform: scale(1.1);
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

/* scrollbar */

*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: rgb(43,43,43);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(142,142,142);
  border-radius: 90px;
  border: 1px solid rgb(30,30,30);
}

a {
  color: rgba(255,255,255,0.5);
}

a:hover {
  color: #ffffff;
}



































.close {
  font-size: 1.5rem;
}

.col-12 img {
  opacity: 0.7;
  cursor: pointer;
  margin: 2rem;
  width: 100%;
}

.col-12 img:hover {
  opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}