/* Start Global Rules */

body {
  font-family: "open  sans", sans-serif;
}
html {
  scroll-behavior:smooth;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

:root {
  --mian-color: #19c8fa;
  --secondary-color: #a2a2a2;
  --transparent-color: rgb(15 116 143 / 50%);
  --padding: 50px 0;
  --margin-top: 100px;
  --section-bgcolor: #f6f6f6;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Mobile */
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* End Global Rules */
/* Start Componets */
.main-heading {
  text-align: center;
  color: rgba(0, 0, 0, 0.774);
  margin-top: 100px;
}
.main-heading h2 {
  font-weight: normal;
  font-size: 35px;
  position: relative;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.main-heading h2::before {
  content: "";
  height: 2px;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.774);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.main-heading h2::after {
  content: "";
  border: 2px solid rgba(0, 0, 0, 0.774);
  background-color: white;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
}
.main-heading p {
  width: 550px;
  margin: 0 auto 100px;
  max-width: 100%;
  line-height: 1.5;
}

/* End Componets */

/* Start Header */
header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 76px;
}
header .container::after {
  content: "";
  background-color: #a2a2a2;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
header .logo img {
  border-style: none;
  height: 50px;
}
header .container nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
header .container nav .bergar-menu {
  color: var(--secondary-color);
  font-size: 20px;
}
.fa-search {
  color: #f6f6f6;
}
@media (min-width: 768px) {
  header .container nav .bergar-menu {
    display: none;
  }
}
header nav ul {
  display: flex;
}
@media (max-width: 767px) {
  header nav ul {
    display: none;
  }
  .bergar-menu {
    margin-right: -50px;
  }
  header nav .bergar-menu:hover + ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  header nav .bergar-menu:hover + ul li a {
    padding: 15px;
  }
}
header nav ul li a {
  position: relative;
  z-index: 2;
  display: block;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3;
  padding: 30px 20px;
}
header nav ul li .active {
  color: var(--mian-color);
}
header nav ul li a:hover {
  color: var(--mian-color);
  border-bottom: 1px solid var(--mian-color);
  padding-bottom: 29px;
}
header nav .form {
  width: 40px;
  height: 30px;
  position: relative;
  margin-left: 100px;
  border-left: 1px solid var(--secondary-color);
}
header nav .form i {
  color: var(--secondary-color);
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
/* End Header */

/* Start landing */
.landing {
  background: url(../image/landing\ \(1\).jpg);
  min-height: 100vh;
  background-size: cover;
}
.landing::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0 0 0 / 20%);
}

.landing .text {
  color: white;
  position: absolute;
  left: 0;
  top: 57%;
  transform: translateY(-57%);
  width: 55%;
  background-color: rgb(15 116 143 / 40%);
  font-weight: normal;
  display: flex;
  justify-content: flex-end;
  padding: 50px;
  z-index: 1;
}

.landing .text .content {
  max-width: 400px;
}
@media (max-width: 767px) {
  .landing .text {
    width: 100%;
  }
  .landing .text .content {
    max-width: 100%;
  }
  .change-background {
    display: none;
  }
}
.landing .text h2 {
  font-weight: normal;
  line-height: 1.5;
}
.landing .text p {
  font-weight: normal;
}
.landing .change-background {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  color: var(--secondary-color);
  font-size: 22px;
}
.landing .fa-angle-left {
  left: 15px;
}
.landing .fa-angle-right {
  right: 15px;
}
.landing .bullets {
  position: absolute;
  left: 48%;
  transform: translateY(-50%);
  bottom: 15px;
  display: flex;
}
.landing .bullets li {
  width: 13px;
  height: 13px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  margin-left: 5px;
}
.landing .bullets .active {
  background-color: var(--mian-color);
  border-color: var(--mian-color);
}
/* End landing */
/* Start Services */

@media (min-width: 768px) {
  .services .services-container {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  }
}
.services .srv-box {
  display: flex;
}
.services .srv-box i {
  margin-right: 40px;
}
.services .srv-box h3 {
  margin-bottom: 20px;
  color: var(--mian-color);
}
.services .srv-box p {
  line-height: 1.5;
  color: #777;
  max-width: 400px;
}

/* End Services */
/* Start Design */
.design {
  margin-top: var(--margin-top);
  margin-bottom: 50px;
  height: 600px;
  position: relative;
  background-image: url(../image/design.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .design .image {
    display: none;
  }
  .design .text h2 {
    font-size: 23px;
  }
  .services .srv-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .services .srv-box i {
    margin: 0 0 10px 0;
  }
}
.design::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}
.design .image,
.design .text {
  position: relative;
  z-index: 2;
  flex: 1;
}
.design .image {
  text-align: center;
}
.design .image img {
  position: relative;
  bottom: -130px;
}
.design .text {
  color: white;
  padding: 50px;
  background-color: rgba(0, 252, 252, 0.2);
  font-weight: normal;
}
.design .text h2 {
  margin-bottom: 60px;
}

.design .text ul li {
  margin-bottom: 20px;
  font-size: 17px;
}
.design .text ul li::before {
  content: "\f26c";
  font-family: "font awesome 5 free";
  font-weight: 800;
  font-size: 20px;
  margin-right: 35px;
  position: relative;
  top: 4px;
}
/* End Design */
/* Start Portfolio */

.portfolio .shuffle {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .portfolio .shuffle {
    gap: 10px;
  }
}
.portfolio .shuffle li {
  padding: 10px;
  transition: 0.3s;
}
.portfolio .shuffle li:hover {
  cursor: pointer;
  color: white;
  background-color: var(--mian-color);
  padding: 0 30px;
  align-content: center;
  border-radius: 20px;
}
.portfolio .shuffle li.active {
  background-color: var(--mian-color);
  color: white;
  padding: 0 30px;
  align-content: center;
  border-radius: 20px;
  transition: 0.3s;
}

.portfolio .portfolio-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.portfolio .portfolio-content .box {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-content .box:hover img {
  transform: rotate(3deg) scale(1.1);
}
.portfolio .portfolio-content .box:hover .caption {
  bottom: 0;
}

@media (min-width: 768px) {
  .portfolio .portfolio-content .box {
    flex-basis: 50%;
  }
}

@media (min-width: 1199px) {
  .portfolio .portfolio-content .box {
    flex-basis: 25%;
  }
}
.portfolio .portfolio-content .box img {
  max-width: 100%;
  transition: 0.3s;
}
.portfolio .portfolio-content .box .caption {
  position: absolute;
  left: 0;
  bottom: -100%;
  padding: 15px;
  background-color: white;
  width: 100%;
  transition: 0.3s;
}
.portfolio .portfolio-content .box .caption h4 {
  margin-bottom: 5px;
  font-weight: bold;
}
.portfolio .portfolio-content .box .caption p {
  color: var(--mian-color);
  font-weight: bold;
}
.portfolio .more {
  background-color: var(--mian-color);
  padding: 10px 40px;
  width: fit-content;
  color: white;
  display: block;
  margin: 20px auto;
  border-radius: 20px;
}
/* End Portfolio */
/* Start Video */
.video {
  position: relative;
  margin-top: 80px;
}
.video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 99%;
  background-color: rgb(0 0 0 / 40%);
}
.video video {
  width: 100%;
}
.video .text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
  color: white;
  background-color: var(--transparent-color);
  text-align: center;
}
.video .text h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.video .text p {
  margin-bottom: 40px;
}
.video .text button {
  background-color: rgba(0, 0, 0, 0.712);
  color: white;
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 20px;
}
/* End Video */
/* Start About */
.about {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about img {
  position: relative;
  bottom: -120px;
  margin-left: -70px;
  margin-top: -120px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .about img {
    bottom: -60px;
    margin-top: -60px;
    margin-left: 0;
  }
}
/* End About */
/* Start Stats */
.stats .img {
  padding: 50px 0;
  text-align: center;
  background-image: url("../image/stats.png");
  background-size: cover;
  position: relative;
}

.stats::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
}
.stats .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.stats .container .box {
  color: white;
  padding: 50px 0;
  background-color: var(--transparent-color);
}
@media (max-width: 767px) {
  .stats .container .box {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .stats .container .box {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .stats .container .box {
    flex-basis: 25%;
  }
}
.stats .container .box i {
  width: 30px;
  height: 30px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.stats .container .box .number {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}
.stats .container .box p {
  font-size: 14px;
}
/* End Stats */
/* Start Skills */
.our-skills {
  padding: 50px;
}
.our-skills .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 110px;
}
@media (min-width: 992px) {
  .our-skills .container > div {
    flex-basis: 41%;
  }
}

@media (max-width: 767px) {
  .our-skills .container {
    gap: 10px;
  }
}
.our-skills .testimonials .cont {
  margin-top: 20px;
}
.our-skills .container .testimonials .content img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 50px;
}
.our-skills .container .testimonials p,
.skills h3 + p {
  text-align: center;
}

.our-skills .container .testimonials .content {
  display: flex;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: normal;
  line-height: 2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .our-skills .container .testimonials .content {
    flex-direction: column;
    text-align: center;
  }
  .our-skills .container .testimonials .content img {
    margin: 0 auto 20px;
  }
  .our-skills .container > div > p {
    text-align: center;
  }
}
.our-skills .container .testimonials .content .text {
  border-bottom: 1px solid #777;
}
.our-skills .container .testimonials .content .text p {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: right;
  color: #777;
}

.our-skills .container > div > h3 {
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.our-skills .container > div > p {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 2;
}
.our-skills .testimonials {
  position: relative;
}
.our-skills .testimonials .bullets {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  position: relative;
}
.our-skills .testimonials .bullets li {
  width: 12px;
  height: 12px;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin-right: 10px;
}

.our-skills .testimonials .bullets li.active {
  background-color: var(--mian-color);
  border-color: var(--mian-color);
}
.our-skills .skills .prog-holder {
  margin-bottom: 30px;
}
.our-skills .skills .prog-holder h4 {
  margin-bottom: 10px;
  font-weight: normal;
}
.our-skills .skills .prog-holder .prog {
  border-radius: 20px;
  height: 30px;
  background-color: #dedadc;
}
.our-skills .skills .prog-holder .prog span {
  border-radius: 20px;
  height: 100%;
  background-color: var(--mian-color);
  position: relative;
  display: block;
}
.our-skills .skills .prog-holder .prog span::before {
  content: attr(data-progress);
  position: absolute;
  background-color: black;
  color: white;
  top: -35px;
  right: -24px;
  text-align: center;
  width: 50px;
  padding: 4px 0;
}
.our-skills .skills .prog-holder .prog span::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px;
  border-color: black transparent transparent transparent;
  right: -8px;
  top: -11px;
}
/* End Skills */
/* Start Quote */
.quote {
  padding: 100px;
  background-image: url("../image/Quote.png");
  background-size: cover;
  height: 350px;
  line-height: 1.5;
  color: white;
}
.quote .container {
  width: 70%;
}
.quote q {
  font-size: 25px;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .quote q {
    font-size: 18px;
    width: 100%;
  }
  .quote .container {
    width: 100%;
  }
}
.quote p {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}
/* End Quote */
/* Start Pricing */
.pricing {
  padding: 0 50px;
}
.pricing .box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}
.pricing .box .plan {
  text-align: center;
}
.pricing .box .plan .head {
  padding: 40px;
  border-top: 1px solid var(--mian-color);
  border-bottom: 1px solid var(--mian-color);
}
.pricing .box .plan .head h3 {
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pricing .box .plan .head span {
  font-weight: 600;
  font-size: 50px;
  position: relative;
}
.pricing .box .plan .head span::before {
  content: "$";
  font-size: 18px;
  position: relative;
  top: -30px;
  margin-right: 15px;
  font-weight: normal;
}
.pricing .box .plan .head span::after {
  content: "/Mo";
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
}
.pricing .box .plan ul {
  border-bottom: 1px solid var(--mian-color);
}
.pricing .box .plan ul li {
  padding: 20px;
  position: relative;
}
.pricing .box .plan ul li:not(:last-child)::after {
  content: "";
  background-color: var(--mian-color);
  height: 1px;
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pricing .box .plan .foot > a {
  margin: 30px auto;
  display: block;
  color: black;
  padding: 10px 20px;
  border: 1px solid var(--mian-color);
  width: fit-content;
  border-radius: 20px;
}
.pricing .container p.contact {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}
.pricing .container p.contact + a {
  border-radius: 20px;
  display: block;
  width: fit-content;
  text-align: center;
  color: white;
  background-color: var(--mian-color);
  padding: 15px 30px;
  font-size: 16px;
  margin: 10px auto;
}

/* End Pricing */
/* Start Subscribe */
.subscribe {
  position: relative;
  margin-top: 100px;
  background-image: url(../image/subscribe.jpg);
  background-size: cover;
  color: white;
  height: 350px;
}
.subscribe .container {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 30px;
}
@media (max-width: 991px) {
  .subscribe .container {
    flex-direction: column;
  }
}
.subscribe .container form {
  display: flex;
  position: relative;
  width: 600px;
  max-width: 100%;
}
.subscribe .container form i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe .container form input[type="email"] {
  width: calc(100% - 130px);
  padding: 15px 15px 15px 60px;
  border: 1px solid white;
  border-right: none;
  background: none;
  caret-color: var(--mian-color);
  border-radius: 40px;
}
.subscribe .container form input[type="email"]::placeholder {
  color: white;
}
.subscribe .container form input[type="email"]:focus::placeholder {
  color: #777;
}
.subscribe .container form input[type="submit"] {
  border-radius: 25px;
  margin-left: -40px;
  width: 130px;
  color: white;
  background-color: var(--mian-color);
  border: 1px solid white;
  border-left: none;
}
.subscribe .container form input[type="email"]:focus,
.subscribe .container form input[type="submit"]:focus {
  outline: none;
}

.subscribe .container form input[type="submit"]:hover {
  cursor: pointer;
}
.subscribe .container p {
  position: relative;
  top: 5px;
  width: 500px;
  text-align: center;
}
@media (max-width: 767px) {
  .subscribe .container p {
    width: 100%;
  }
}
/* End Subscribe */
/* Start Contact */

.contact-us .content {
  display: flex;
  justify-content: space-between ;
  width: 80%;
  margin: auto;
}
@media(max-width:767px) {
  .contact-us .content {
    flex-direction: column;
    width: 100%;
  }
}
.contact-us .content form {
  flex-basis: 70%;
}
.contact-us .content form .main-input {
  padding: 20px;
  display: block;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  width: 100%;
  border-radius:30px;
}
.contact-us .content form .main-input:focus {
  outline: none;
}
.contact-us .content form textarea.main-input {
  height: 200px;
}
.contact-us .content form input[type="submit"] {
  background-color: var(--mian-color);
  color: white;
  border: none;
  padding:15px 30px;
  display: flex;
  margin-left: auto;
  border-radius: 20px;
  margin-top: 50px;
  cursor: pointer;

}
@media(max-width:767px) {
 .contact-us .content form input[type="submit"]  {
    margin: auto;
  }
}
.contact-us .content .info {
  flex-basis: 25%;
}
@media(max-width:767px) {
  .contact-us .content .info {
    order: -1;
    text-align: center;
  }
}
.contact-us .content .info h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}
.contact-us .content .info .phone{
  display: block;
  color: #777;
  margin-bottom: 10px;
}
.contact-us .content .info h4:nth-of-type(2) {
  margin-top: 85px;
}
@media(max-width:767px) {
 .contact-us .content .info h4:nth-of-type(2) {
    margin-top: 30px;
  }
}
.contact-us .content .info address {
  color: #777;
  line-height: 1.7;
}
@media(max-width:767px) {
.contact-us .content .info address {
    margin-bottom: 30px;
  }
}
/* End Contact */
/* Start Footer */
.footer {
  background-image: url(../image/footer2.png);
  background-size: cover;
  position: relative;
  margin-top: 100px;
  height: 400px;
  color: white;
  text-align: center;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
}
.footer .container {
  position: relative;
  top: 60%;
  transform: translatey(-50%);
}
.footer .container img {
  height: 50px;
  margin-bottom: 20px;
}
.footer .container p:not(.copyright) {
  padding:20px 40px;
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 3px solid white;
  width: fit-content;
  margin: 0 auto;
}

.footer .container .social {
  margin-top: 25px;
  
}
.footer .container .social i:not(:nth-child(4)) {
  padding-right:50px;
}
.footer .container .social i:hover {
  cursor: pointer;
}
.footer .container .copyright {
  margin-top: 80px;
}
.footer .container .copyright span {
  font-weight: bold;
  color: var(--mian-color);
}
.footer .container .copyright span:hover {
  cursor: pointer;
}
/* End Footer */

