/* Start Global Rules: */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "PT Sans", sans-serif;
}
html {
scroll-behavior:smooth;
}
/* End Global Rules: */
/**Start Header*/

.header {
  background: url("../img/03.jpg") no-repeat top center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  color: #fff;
}
.header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgb(0 0 0 / 90%);
}
.nav {
display: flex;
justify-content: center;
gap: 10px;
color: #fff;
align-items: center;
height: 10%;

}

@media(max-width:767px) {
.nav {
flex-direction: column;
margin: 100px !important;
}
}
.nav li a:hover {
color:#0b0;
}
a { 
color:inherit;
text-decoration: none;
font-size: 20px;
}
.header .overlay h1 {
  font-size: 60px;
  margin-top: 100px;
}
.header .overlay .plan {
  border: 4px solid #fff;
  font-size: 24px;
  width: 48%;
  padding: 20px;
  margin-right: 1%;
  margin-left: 1%;
}
.header .overlay .order {
  border: 4px solid #fff;
  font-size: 24px;
  padding: 20px;
  margin: 30px 1% 0;
  width: 98%;
}
@media (max-width: 767px) {
  .header .overlay h1 {
    margin-top: 40px;
  }
  .header .overlay .plan {
    float: none;
    margin: 0 auto 20px;
    font-size: 22px;
  }
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 420px) /*Custom Media */ {
  .header .overlay h1 {
    margin-top: 20px;
    font-size: 30px;
  }
  .header .overlay .plan {
    float: none;
    margin: 0 auto 20px;
    font-size: 22px;
  }
  .header .overlay .plan {
    width: 100%;
  }
}
/**End Header */
/* Start Features */
.features {
  padding: 30px;
}
.features .h1 {
  font-size: 50px;
  color: #555;
}
.features .feat {
  color: #555;
  padding: 0 20px 0 0;
  margin-bottom: 30px;
}
.features .feat h3 {
  margin: 10px 0 5px;
}
.features .feat .des {
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .features .feat {
    text-align: center;
  }
  .features .feat:nth-of-type(even) {
    background-color: #ddd;
  }
}
@media (min-width: 768px) {
  .features .feat {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .features .feat {
    width: 33.333%;
  }
}

/* End Featuers */
/* ? Start About us */

.about-us {
  background-color: #ececec;
  padding: 30px 0;
}
.about-us .h1 {
  color: #848484;
  font-size: 50px;
  margin: 0;
}
.about-us .res-paragraph {
  color: #848484;
}
/* End About Us */
/* Start: Our Works */
.our-works img {
  filter: brightness(0.5) grayscale(100%);
  transition: 0.3s filter linear;
  border-radius: 10px;
}
.our-works img:hover {
  filter: unset;
}

@media (min-width: 768px) {
  .our-works .image {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .our-works .image {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .our-works .image {
    width: 25%;
  }
}

/* End: Our Works */

/*Start: pricing-table */
.pricing-table {
  background-color: #444;
  color: #fff;
  padding: 50px 0;
}
.pricing-table .h1 {
  text-transform: capitalize;
  margin: 0 0 20px;
  font-size: 50px;
}
.pricing-plan {
  border: 3px solid #fff;
  padding: 20px 0;
  position: relative;
}
.pricing-plan h3 {
  margin: 0 0 40px;
  font-size: 26px;
}
.pricing-plan .pricing {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 26px;
  color: #bfbfbf;
}
.pricing-plan ul {
  line-height: 2;
  font-size: 18px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .pricing-table .pricing-plan {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-table .pricing-plan {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .pricing-table .pricing-plan {
    width: 32.6666%;
  }
  .pricing-table .pricing-plan.plus {
    left: 33.6666%;
  }
  .pricing-table .pricing-plan.premium {
    right: 33.6666%;
  }
  .pricing-table .pricing-plan:not(.ultimate) {
    margin-right: 1%;
  }
}

/*End: pricing-table */

/*Start: Testimonial */
.testimonial {
  padding: 50px 0;
}
.testimonial .h1 {
  font-size: 50px;
  margin: 0 0 20px;
  color: #666;
}
.testimonial .person {
  background-color: #eee;
  padding: 20px;
  margin: 0 0 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .testimonial .person .avatar {
    float: none;
    margin: auto;
  }
  .testimonial .person h3 {
    float: none;
    text-align: center;
  }
  .testimonial .container .person p {
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .testimonial .person:first-of-type {
    width: 100%;
  }
  .testimonial .person:not(:first-of-type) {
    width: 49%;
  }
  .testimonial .person:last-of-type {
    margin-left: 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial .person:not(:first-of-type) .avatar {
    float: none;
    margin: auto;
  }
  .testimonial .person:not(:first-of-type) h3 {
    float: none;
    text-align: center;
  }
  .testimonial .person:not(:first-of-type) p {
    float: none;
    width: 100%;
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .testimonial .person:first-of-type {
    width: 80%;
    margin-left: 10%;
  }
}
.person .avatar {
  width: 120px;
  margin-right: 20px;
}

.testimonial .person h3 {
  margin: 5px 0 10px;
}
.testimonial .person p {
  margin: 0;
  line-height: 1.6;
  width: calc(100% - 140px);
}
/*End: Testimonial */

/* Start Information: */
.information {
  background-color: #ececec;
  padding: 30px 0;
  font-size: 18px;
}
.information .h1 {
  color: #848484;
  font-size: 50px;
}
.information .info-list li {
  display: inline-block;
  background-color: #ddd;
  padding: 15px;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s linear background-color, color 0.3s linear;
}
.information .info-list li.active {
  background-color: white;
  color: #0b0;
  font-weight: bold;
}
.information .info-content {
  margin-bottom: 30px;
}
.information .info-content > div {
  background-color: #fff;
  padding: 10px;
  line-height: 2;
  transition: 0.3s linear opacity;
}
.information .info-content > div:not(:first-of-type) {
  display: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .information .info-list li {
    display: block;
    text-align: center;
  }
}
/* End Information: */
/* Start Footer */
footer {
  background-color: #333;
  color: #eee;
  padding: 20px;
  text-align: center;
}
footer span {
  color: #0b0;
}
@media (max-width: 767px) {
  footer .copyright,
  footer .desgin {
    /* padding: 20px; */
    width: 100%;
  }
}
@media (min-width: 768px) {
  footer .copyright,
  footer .desgin {
    /* padding: 20px; */
    width: 50%;
  }
}
/* End Footer */
/* Respnosive All Media */
/* ? Mobile & Tablet Rules Extra Small-->*/
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .res-paragraph {
    text-align: center !important;
    font-size: 20px !important;
  }
}
/* ? Small Screen Rules -->*/
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}

/*? Medium Screen Rules -->*/
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

/* ? Large Screen Rules --> */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}

/* End Responsive All Media */
/* Start My FrameWork */
.text-center {
  text-align: center;
}
.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.clearfix {
  clear: both;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none;
}
.float-l {
  float: left;
  direction: ltr;
}
.float-r {
  float: right;
}
.h1 {
  font-size: 2em;
}

.res-paragraph {
  line-height: 1.8;
  font-size: 22px;
}
.responsive-image {
  width: 100%;
}
.classic-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.img-circle {
  border-radius: 50%;
}
.img-thumbnail {
  padding: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 0 #000;
}
/* End My FrameWork */
