/* - table of content - start
==================================================================================================== */
/* --------------------------------------------------

Website Name  :     Devawy. Main Website

File          :     CSS
Version       :     1.0
Developed By  :     Devawy

/* - table of content - end
==================================================================================================== */

/* - 1 - fonts-load & global-area
==================================================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;700;900&family=Poppins:wght@400;600;700;900&display=swap');

:root {
  --main-color: #01d2f4;
  --main-Font: "Poppins", "Noto Kufi Arabic", sans-serif;
  --heading-color: #212d31;
  --paragraph-color: #494a4b;
  --heading-size: 35px;
  --paragraph-size: 14px;
  --font-weight: 700;
  --line-height: 1.7;
  --line-height-heading: 1.3;
  --border-radius: 4px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--main-Font);
  font-size: var(--paragraph-size);
}

a {
  color: var(--heading-color);
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--heading-color);
}

ul {
  padding: 0;
  margin: 0;
}

h1,
h2 {
  margin: 0;
  font-size: var(--heading-size);
  font-weight: var(--font-weight);
  color: var(--heading-color);
  line-height: var(--line-height-heading);
}

p {
  margin: 0;
  font-size: var(--paragraph-size);
  color: var(--paragraph-color);
  line-height: var(--line-height);
}

:focus {
  outline: none;
}

[dir="ltr"] .slick-slide {
  float: left;
}

.main-btn {
  padding: 15px 30px;
  border-radius: 40px;
  position: relative;
  text-transform: uppercase;
  background-color: var(--main-color);
  border: 2px solid transparent;
  color: #fff;
  transition: 0.3s;
  font-weight: var(--font-weight);
}

.main-btn:hover,
.main-btn:hover .semicircle:after {
  color: var(--main-color);
  box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
  background-color: transparent;
  border: 2px solid var(--main-color);
}

.main-btn:hover .semicircle:after {
  border: 2px solid var(--main-color);
}

.main-btn .semicircle {
  position: absolute;
  top: 9px;
  left: 16px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.main-btn .semicircle:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.btn-2 {
  background-color: #010f2d;
}

.btn-2:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-2:hover .semicircle:after {
  border: 2px solid #fff;
}

.ptb-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-top: 60px;
}

.overlay {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.space {
  height: 147px;
}

.marker {
  color: var(--main-color);
}

.show {
  right: 0 !important;
}

.active-list {
  background-color: var(--main-color);
  color: #fff;
}

.title-section {
  text-align: center;
  padding-bottom: 50px;
}

/* .title-section h2 {
  color: var(--main-Font);;
  font-family: var(--main-Font);
  font-size: var(--heading-size);
  font-weight: var(--font-weight);
} */

.title-section P {
  width: 700px;
  margin: 0 auto;
}

.is-invalid {
  border: 2px solid #dc3545 !important;
  background: none !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}

/* - 2 - header-section
==================================================================================================== */

.wrapper__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.wrapper__header .top__bar {
  padding: 16px 0;
  background-color: #151414;
  color: #797676;
  transition: 0.3s;
}

.wrapper__header .top__bar .top__bar-item {
  width: calc(100% / 5);
  position: relative;
  text-align: center;
}

.wrapper__header .top__bar .top__bar-item:not(:last-child):after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  color: #acacac;
}

.wrapper__header .top__bar .top__bar-item:last-child {
  width: 30%;
}

.top__bar-language img {
  width: 22px;
  height: 22px;
  border-radius: 30%;
  overflow: hidden;
  margin-right: 5px;
  display: inline-block;
}

.top__bar-email a {
  color: #797676;
  border-bottom: 1px dashed #797676;
  transition: 0.3s;
}

.top__bar-email a:hover {
  color: var(--main-color);
  border-bottom: 1px dashed var(--main-color);
}

.top__bar-opening span,
.social__media span {
  color: #504c4c;
}

.social__media ul {
  margin-left: 20px;
}

.social__media a {
  width: 16px;
  height: 16px;
}

.top__bar-item .nice-select {
  padding: 0 40px 0 0;
  background-color: transparent;
  margin-bottom: 0;
  float: none;
  height: auto;
  line-height: 1.4;
  border: none;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus,
.nice-select:hover {
  border-color: transparent;
}

.nice-select {
  color: var(--main-color);
}

.nice-select .list {
  background-color: #151414;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #424444;
}

header {
  background-color: #fff;
}

.logo .logo__img {
  margin-top: 14px;
  margin-right: 0px;
  width: 60px;
}

.logo .logo__text {
  padding-top: 24px;
}

.logo .logo__text h5 {
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.logo .logo__text p {
  font-size: 10px;
  text-transform: uppercase;
  color: #acacac;
}

nav {
  position: relative;
}

nav .list-inline-item:not(:last-child) {
  margin-right: 21px;
}

nav a {
  padding: 34px 0;
  font-weight: 600;
  font-size: 17px;
  color: #2f2c2c;
  transition: 0.3s;
}

nav a:hover {
  color: var(--main-color);
}

.menu-info {
  width: 50px;
  height: 50px;
  border: 4px solid #2f2c2c;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.menu-info {
  bottom: -21px;
  right: 12px;
}

.menu-info:hover .menu-lines span {
  width: 75%;
}

.menu-lines {
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
}

.close-menu-x i::before {
  color: #fff;
  margin-left: 0;
}

.menu-lines span {
  display: block;
  height: 3px;
  background-color: #fff;
  margin: 3px auto;
  border-radius: 10px;
  transition: 0.3s;
}

.menu-lines span:first-of-type {
  width: 25%;
}

.menu-lines span:nth-of-type(2) {
  width: 50%;
}

.menu-lines span:last-of-type {
  width: 40%;
}

.menu__right {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu__right .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.menu__right .close-menu {
  width: 50px;
  height: 50px;
  border: 4px solid #2f2c2c;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.close-menu-x {
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
}

.wrapper-logo {
  padding: 60px 40px;
}

.menu__right .close-menu i:before {
  font-size: 22px;
}

.menu__right .logo .logo__text {
  margin-bottom: 30px;
}

.menu__right-logo img {
  width: 50%;
}

.menu__right ul {
  text-align: center;
  font-size: 18px;
  margin: 50% auto;
}

.menu__right ul li a {
  margin-bottom: 20px;
  color: #000;
}

/* - 3 - slider-section
==================================================================================================== */

.slider {
  background-image: url(../images/slider/slider-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
}

.slide__content h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
}

/* - 4 - features-section
==================================================================================================== */

.features .features__info {
  padding-top: 30px;
}

.features .features__info .feat {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 350px;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}

.features .features__info .feat h3 {
  font-size: 18px;
  font-weight: var(--font-weight);
}

.features .features__info .feat p {
  margin-top: 5px;
}

/* - 5 - services-section
==================================================================================================== */

.services__item {
  width: 100%;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid rgba(45, 45, 66, 0.1);
  border-radius: var(--border-radius);
}

.services__item-img {
  width: 30%;
  display: inline-block;
}

.services__item-txt .title {
  margin: 9px;
  font-size: 18px;
  font-weight: var(--font-weight);
  color: var(--heading-color);
}

/* - 6 - get-started-section
==================================================================================================== */

.get-started {
  height: 350px;
  padding: 20px 0;
  background-image: url("../images/get-started.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.get-started__txt {
  padding-top: 35px;
}

.get-started__txt h2 {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.4;
}

.get-started__txt a:not(:last-child) {
  margin-right: 20px;
}

.get-started__img {
  padding-top: 30px;
  text-align: center;
}

.get-started__img img {
  max-width: 50% !important;
  height: auto;
}

/* - 7 - hosting-section
==================================================================================================== */

.hosting__txt {
  padding-top: 70px;
}

.hosting__txt h2,
.hosting__txt p {
  margin-bottom: 40px;
}

.hosting__img {
  width: 100%;
  text-align: right;
}

.hosting__img img {
  width: 90%;
}

/* - 8 - our-work-section
==================================================================================================== */

.our-work ul li {
  padding: 10px 22px;
  margin-bottom: 10px;
  border: 1px solid rgba(45, 45, 66, 0.15);
  border-radius: 30px;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: 500;
  background: #fff;
}

.our-work ul li:hover,
.our-work ul li.active-list {
  background-color: var(--main-color);
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.our-work .gallery {
  padding-top: 40px;
  min-height: 750px;
}

.our-work .gallery .mix {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 350px;
}

.our-work .gallery .mix img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(0);
  transition: transform 4s ease-in-out;
  object-fit: cover;
  object-position: center top;
}

.our-work .gallery .mix:hover img {
  transform: translateY(calc(-100% + 350px));
}

.our-work .show-work {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  z-index: 5;
}

.our-work .mix:hover .show-work {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.our-work .show-work a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
  display: block;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
}

.our-work .show-work a:hover {
  color: var(--main-color);
}

.our-work .show-work span {
  font-size: 13px;
  color: #eaeaea;
  display: block;
  transition: 0.3s ease;
}

/* - 9 - pricing-section
==================================================================================================== */

.pricing .pricing__box {
  width: 100%;
  padding: 40px 10px;
  margin-bottom: 30px;
  border: 1px solid rgba(45, 45, 66, 0.1);
  border-radius: var(--border-radius);
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.pricing .pricing__box:hover {
  border: 1px solid var(--main-color);
}

.pricing .pricing__box:hover .h-pricing {
  background-color: var(--main-color);
  color: #fff !important;
}

.pricing .pricing__box .h-pricing {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: var(--font-weight);
  color: #212d31;
  border-radius: 4px 0 40px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}

.pricing .pricing__box .box__title {
  text-align: center;
  margin-bottom: 50px;
}

.pricing .pricing__box .box__title img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding-right: 5px;
}

.pricing .pricing__box .box__title h4 {
  color: #212d31;
  margin-top: 20px;
  font-size: 50px;
  font-weight: var(--font-weight);
}

.pricing .pricing__box .box__title h4 span {
  font-size: 27px;
}

.pricing .pricing__box .box__title .s-span {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: var(--font-weight);
}

.pricing .pricing__box .box__title p {
  color: var(--paragraph-color);
  margin-top: 10px;
}

.pricing .pricing__box .detils-box div {
  padding: 15px 20px;
}

.pricing .pricing__box .detils-box .s-det {
  background-color: rgba(196, 196, 196, 0.1);
}

.pricing .pricing__box .detils-box button {
  margin: 40px auto 0;
  padding: 10px 20px;
  display: block;
  font-weight: var(--font-weight);
  border: 1px solid var(--main-color);
  border-radius: var(--border-radius);
  background-color: transparent;
  color: var(--main-color);
  transition: 0.3s;
}

.pricing .pricing__box .detils-box button:hover {
  background-color: var(--main-color);
  color: #fff;
}

.pricing .b-box {
  border: 1px solid var(--main-color);
}

.pricing .h-plan {
  background-color: var(--main-color);
  color: #fff !important;
}

/* - 10 - our team-section
==================================================================================================== */

.team__box {
  width: 100%;
  border-radius: var(--border-radius);
  margin-bottom: 30px;
  cursor: pointer;
}

.team__box:hover .team__img img {
  transform: scale(1);
}

.team__box .team__img {
  overflow: hidden;
}

.team__box .team__img img {
  transition: all 2s ease-out;
  max-width: 100%;
  height: auto;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  transform: scale(1.1);
}

.team__box .team__txt {
  padding: 20px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team__box .team__txt h5 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: var(--font-weight);
}

.team__box .team__txt span {
  color: var(--paragraph-color);
}

.team__box ul {
  margin: 10px;
  font-size: 18px;
}

.team__box ul a {
  color: var(--paragraph-color);
}

/* - 11 - testimonials-section
==================================================================================================== */

.testimonials__box {
  width: 100%;
  max-height: 312px;
  padding: 20px 23px;
  margin-top: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.box__title .box__img {
  width: 37%;
  display: inline-block;
}

.box__title .box__img img {
  max-width: 100px;
  max-height: 100px;
  border-radius: var(--border-radius);
  border: 1px solid rgba(45, 45, 66, 0.1);
  display: block;
  position: absolute;
  top: -6%;
  left: 5%;
}

.box__title .box__info {
  width: 55%;
  display: inline-block;
}

.box__title .box__info h4 {
  margin: 0 0 5px;
  color: var(--heading-color);
  font-weight: var(--font-weight);
  font-size: 15px;
}

.box__title .box__info p {
  color: var(--paragraph-color);
  font-size: 13px;
  margin: 0;
}

.box__title .box__info ul {
  margin: 6px 0;
}

.box__title .box__info ul li a {
  color: var(--paragraph-color);
}

.box__txt {
  padding: 25px 0 0;
  margin-top: 20px;
  border-top: 1px solid rgba(45, 45, 66, 0.1);
  position: relative;
}

.box__txt:after {
  content: "\f100";
  font-family: Flaticon;
  width: 125px;
  height: 146px;
  font-size: 126px;
  opacity: 0.1;
  transform: rotate(45deg);
  position: absolute;
  top: -57px;
  right: 0;
}

.box__txt p {
  color: var(--paragraph-color);
  line-height: 1.6;
  font-style: italic;
}

#testi-slider .owl-item {
  padding: 0 15px;
}

/* - 12 - clients-section
==================================================================================================== */

.client-item {
  width: 200px;
}

.client-item a img {
  width: 150px;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.client-item a:hover img {
  filter: grayscale(0);
}

.contact-us {
  width: 100%;
  position: relative;
}

.contact-us .overlay-bac {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url(../images/bg-map.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-us .contact-title p {
  width: 90%;
  margin-top: 30px;
}

.contact-us .contact__info {
  margin-top: 63px;
}

.contact-us .contact__info .info {
  width: 70%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(45, 45, 66, 0.1);
  border-radius: var(--border-radius);
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 50px;
}

.contact-us .contact__info .info img {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 20px;
}

.contact-us .contact-form {
  padding-top: 50px;
}

.contact-us .contact-form .form-box input {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(45, 45, 66, 0.1);
  border-radius: var(--border-radius);
  margin-bottom: 20px;
  padding-left: 20px;
}

.contact-us .contact-form .form-box input:focus {
  outline-color: #01d2f4 !important;
}

.contact-us .contact-form .form-box textarea {
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(45, 45, 66, 0.1);
  border-radius: var(--border-radius);
  padding: 20px;
  margin-bottom: 20px;
  resize: none;
  outline-color: var(--main-color);
}

.contact-us .contact-form .form-box button {
  width: 100%;
  outline-color: var(--main-color);
}

.bg-services {
  background-image: url(../images/services/services.jpg);
}

.bg-about {
  background-image: url(../images/about/bg-about-page.jpg);
}

.bg-work {
  background-image: url(../images/portfolio/our-work.jpg);
}

.header-Page {
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  height: 300px;
  position: relative;
}

.header-Page h1 {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-info {
  padding: 50px 0;
}

.services-info .info-txt {
  width: 100%;
}

.services-info .info-txt h2 {
  margin-bottom: 30px;
  line-height: 1.4;
}

.services-info .info-img {
  width: 100%;
}

.services-info .info-img img {
  max-width: 100%;
  height: auto;
}

#skill {
  padding-top: 20px;
  margin-bottom: 0;
}

.skills .progress {
  height: 70px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", "Noto Kufi Arabic", sans-serif;
  color: #050d18;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #01d2f4;
  border-radius: 5px;
}

.skill-text h2 {
  font-size: 30px;
}

.about-info .info-box {
  width: 100%;
  height: 150px;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px;
}

.about-info .info-box i:before {
  margin: 0;
  font-size: 50px;
}

.about-info .info-box span {
  display: inline-block;
  font-size: 50px;
}

.about-info .info-box h4 {
  font-size: 18px;
}

.about__txt {
  padding-left: 83px;
}

/* - 13 - footer-section
==================================================================================================== */

footer {
  background-color: #000;
  color: #fff;
}

footer .footer-txt h3,
footer .footer-service h3,
footer .instagram-photo h3,
footer .news-footer h3 {
  margin-bottom: 30px;
  font-weight: var(--font-weight);
  font-size: 18px;
}

footer .news-footer p,
footer .footer-txt p {
  margin-bottom: 30px;
  color: #fff;
}

footer .footer-txt img {
  max-width: 100%;
  max-height: 100%;
  width: 100px;
  margin-bottom: 30px;
}

footer .footer-txt ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
  text-align: center;
  border-radius: var(--border-radius);
  margin-right: 10px;
}

footer .footer-txt ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}

footer .footer-service ul li {
  font-size: 13px;
  margin-bottom: 10px;
}

footer .footer-service ul li a {
  color: #fff;
}

footer .instagram-photo .row {
  padding: 0;
}

footer .instagram-photo .row .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}

footer .instagram-photo .row .col-6 .insta-img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  margin-bottom: 10px;
}

footer .instagram-photo .row .col-6 .insta-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--border-radius);
}

footer .news-footer {
  padding: 0 10px;
}

footer .news-footer input {
  width: 60%;
  border: 2px solid var(--main-color);
  background-color: transparent;
  padding: 10px;
  color: #fff;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

footer .news-footer input:focus {
  outline: none;
}

footer .news-footer ::-webkit-input-placeholder {
  color: #fff;
}

footer .news-footer ::-moz-placeholder {
  color: #fff;
}

footer .news-footer :-ms-input-placeholder {
  color: #fff;
}

footer .news-footer :-moz-placeholder {
  color: #fff;
}

footer .news-footer button {
  width: 30%;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 20px;
}

footer .news-footer button:hover {
  color: #fff;
}

.copyright {
  width: 100%;
  padding: 10px 0;
  background-color: #0a0a0a;
  color: #797676;
  text-align: center;
}

.copyright a {
  color: #797676;
  font-weight: var(--font-weight);
}

.scroll {
  right: 20px;
  bottom: 20px;
  display: none;
}

.scroll {
  width: 40px;
  height: 40px;
  background-color: #01d2f4;
  color: #fff;
  border-radius: 4px;
  border: 2px solid transparent;
  text-align: center;
  position: fixed;
  z-index: 15;
  transition: 0.5s;
  cursor: pointer;
}

.scroll:hover {
  border: 2px solid #01d2f4;
  background-color: transparent;
  color: #01d2f4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.scroll i {
  display: inline-block;
  line-height: 37px;
}

.chat-btn {
  left: 50px;
  bottom: 50px;
  display: none;
}

.chat-btn {
  width: 60px;
  height: 60px;
  background-color: #0f9d00;
  color: #fff;
  border-radius: 100px;
  border: 2px solid transparent;
  text-align: center;
  position: fixed;
  z-index: 15;
  transition: 0.5s;
  cursor: pointer;
}

.chat-btn:hover {
  border: 2px solid #0f9d00;
  background-color: transparent;
  color: #0f9d00;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.chat-btn i {
  display: inline-block;
  line-height: 57px;
}

/* - blog-page
==================================================================================================== */

.blogo__info .img-author {
  padding: 5px;
  margin-right: 20px;
  background-color: #ddd;
  border-radius: 50%;
}

.blogo__info .img-author img {
  border-radius: 100%;
}

.blogo__info .author-name h5 {
  margin-top: 20px;
  font-size: 16px;
}

.blogo__info span {
  color: #ababab;
}

.blog__details p {
  max-height: 100px;
  overflow: hidden;
}

.blog__content p {
  line-height: 1.8;
}

.date-blog {
  padding-top: 20px;
  margin-left: 20px;
}

.recent-post {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.recent-post h5 {
  padding: 0 30px;
}

.recent-img {
  margin-right: 15px;
}

.recent__item {
  padding: 15px 30px;
}

.recent__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.recent-title a {
  font-weight: var(--font-weight);
  margin-bottom: 10px;
}

.recent-title span {
  color: #6b6b6b;
}