@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,300;1,500;1,600&display=swap");
/*CSS Table Of Content Starts Here*/
/*
01. General CSS
---------------------------
Section css
---------------------------
---------------------------
02. Header Section CSS
---------------------------
03. Banner Section CSS
---------------------------
04. Footer Section CSS
---------------------------
---------------------------
05. About Section CSS
---------------------------
06. Dashboard Section CSS
---------------------------
07. Alert Section CSS
---------------------------
08. Auction Section CSS
---------------------------
09. Testimonial Section CSS
---------------------------
10. Pricing Section CSS
---------------------------
15. Support Section CSS
---------------------------
12. Contact Section CSS
---------------------------
13. Error Section CSS
---------------------------
14. Working Location CSS
---------------------------
15. Bidding Section CSS
---------------------------
16. Winning Details Section CSS
---------------------------
17. Team Section CSS
---------------------------
19. Blog Section CSS
---------------------------
---------------------------
20. Blog Details Section CSS
---------------------------
---------------------------
21. Personal Profile Section CSS
---------------------------
---------------------------
22. Product Details Section CSS
---------------------------
---------------------------
23. Favorites Section CSS
---------------------------
---------------------------
24. FAQ Section CSS
---------------------------
---------------------------
24. FAQ Section CSS
---------------------------
---------------------------
25. Animate CSS
---------------------------
*/
/*CSS Table Of Content Ends Here*/
:root {
  --theme-color: #ff00e0;
  --theme-one: #f7fefa;
  --theme-two: #99754566;
  --primary-color: #ff00e0;
  --section-bg: #f9f8f8;
  --button-color: #0d4bbc;
  --secoundary-color: #1e19cf;
  --secoundary-one: #2f16;
  --white-color: #fff;
  --black-color: #002642;
  --ratting-color: #ffd247;
  --pragraph-color: #fff;
  --box-bg: #242471;
  --border-color: #a2a6c7;
  --radius: #3e3ec9;
  --border: #6100ff;
  --border-two: #e8dff8;
  --placehol: #b0bcde;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: auto;
  background-color: #24263B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-color);
}

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 91.2px;
  margin-top: -7px;
}

h2 {
  font-weight: 700;
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -12px;
}

h3 {
  font-size: 43px;
  line-height: 57px;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  line-height: 48.2px;
  margin-top: -15px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -3px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  margin-top: -1px;
  font-weight: 600;
  line-height: 31.2px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--theme-color);
}

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

input:focus {
  color: var(--white-color);
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--pragraph-color);
}

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

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

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

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

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

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

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

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pt-70 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--box-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/*-Responsive-*/
/*-Responsive-*/
.text-base {
  color: var(--primary-color);
}

.text-base-2 {
  color: var(--secoundary-color);
}

.theme {
  color: var(--theme-one);
}

.title-white {
  color: var(--white-color);
}

.section-bg {
  background: var(--section-bg);
}

.section-bg-two {
  background: var(--section-bg-two);
}

.bg-white {
  background: var(--white-color);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.section-header {
  position: relative;
}
.section-header h6 {
  text-transform: uppercase;
  color: var(--theme-color);
}
.section-header .section-title {
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .section-center {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-center {
    margin: 0 auto 30px;
  }
  .section-header p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .section-header p {
    font-size: 13px;
  }
}
/*--Section Header End--*/
/*--Section Header End--*/
/*========== About Start  ==========*/
.about-section {
  overflow: hidden;
}
.about-section .about-thumb img {
  width: 100%;
  height: 100%;
}
.about-section .about-content .about-tittle {
  text-transform: capitalize;
  color: var(--white-color);
  letter-spacing: 2px;
}
.about-section .about-content .about-info {
  margin-top: 20px;
  padding-bottom: 30px;
}
.about-section .about-content .about-info .about-info-items {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.about-section .about-content .about-info .about-info-items span {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--white-color);
  font-weight: 600;
  position: relative;
  width: 30%;
  display: inline-block;
}
.about-section .about-content .about-info .about-info-items span::after {
  position: absolute;
  content: ":";
  right: 20px;
}
.about-section .about-content .about-info .about-info-items p {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--white-color);
  font-weight: 600;
}

/*========== About End  ==========*/
/*========== Footer-section Start ==========*/
.one-page-footer {
  overflow: hidden;
  padding: 30px 0px;
}
.one-page-footer .one-page-items .one-page-footer-text {
  text-align: center;
}
.one-page-footer .one-page-items .one-page-footer-text p {
  color: var(--white-color);
}
.one-page-footer .one-page-items .one-page-footer-text p a {
  color: var(--theme-color);
  font-size: 16px;
  letter-spacing: 2px;
}
.one-page-footer .one-page-items .one-page-icon {
  padding: 25px 0px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one-page-footer .one-page-items .one-page-icon li {
  margin-right: 20px;
}
.one-page-footer .one-page-items .one-page-icon li i {
  color: var(--theme-color);
  font-size: 18px;
}

/*========== Footer-section End ==========*/
/*-----navber-----*/
.header {
  background-color: transparent;
  z-index: 999;
  display: block;
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.header--fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #1F2235;
}

@media screen and (max-width: 1240px) {
  .header {
    background-color: var(--theme-color);
  }
}
@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
}
@media screen and (max-width: 372px) {
  .navbar-brand {
    font-size: 32px !important;
  }
}
.fas.fa-bars {
  color: #fff;
}

.header .navbar {
  padding-block: 0.35rem;
}

@media (min-width: 992px) {
  .header .navbar {
    padding-block: 0.35rem;
  }
}
@media (min-width: 1200px) {
  .header .navbar-collapse {
    margin-top: 0;
  }
}
.nav-link {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-brand {
  padding:25px 0px;
}

.navbar-brand:hover {
  color: white;
}

@media (min-width: 1200px) {
  .nav-link {
    text-align: left;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.nav-link--active, .nav-link:hover, .nav-link:focus {
  color: #fff;
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler--icon {
  background-color: #fff;
  height: 2px;
  width: 27px;
  -webkit-transform: rotate(45deg) translateY(-5px);
  -moz-transform: rotate(45deg) translateY(-5px);
  -ms-transform: rotate(45deg) translateY(-5px);
  -o-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
}

.navbar-toggler--icon:after, .navbar-toggler--icon:before {
  background-color: #fff;
  height: 2px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.navbar-toggler--icon:after {
  bottom: 7px;
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(-6px);
  -moz-transform: rotate(-90deg) translateX(-6px);
  -ms-transform: rotate(-90deg) translateX(-6px);
  -o-transform: rotate(-90deg) translateX(-6px);
  transform: rotate(-90deg) translateX(-6px);
}

.navbar-toggler--icon:before {
  top: 7px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.navbar-toggler.collapsed .navbar-toggler--icon {
  transform: none;
}

.navbar-toggler.collapsed .navbar-toggler--icon:after {
  transform: none;
}

.navbar-toggler.collapsed .navbar-toggler--icon:before {
  opacity: 1;
  transform: none;
}

.navbar-nav {
  max-height: calc(100vh - 130px);
  overflow-y: auto;
}

.social-btns {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .social-btns {
    margin-left: 20px;
    flex-direction: row;
    margin-top: 0;
  }
}
.social-btns .default-btn {
  border-radius: 99px;
}

.social-btns .default-btn:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: linear-gradient(0deg, #FB6567 0%, #EC008B 101.5%);
}

/*=-=-=-======< Section header start here >==========-=-=-=-*/
.section-header {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header p {
  max-inline-size: 63ch;
  margin: auto;
}

/*-----navber-----*/
/*------Banner Section Start--------*/
.banner-section {
  overflow: hidden;
  padding: 250px 0px;
  position: relative;
  background-color: #1F2235;
}
.banner-section .banner-content h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-section .banner-content h1 {
  text-transform: capitalize;
}
.banner-section .banner-content h1 span {
  color: var(--white-color);
}
.banner-section .banner-content p {
  margin-bottom: 20px;
}
.banner-section .banner-thumb {
  position: absolute;
  bottom: 0;
  right: 15px;
  max-width: 750px;
  height: 700px;
  z-index: 4;
}
.banner-section .banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------Banner Section End--------*/
/*========== Services Start  ==========*/
.services-section {
  overflow: hidden;
  background-color: #1F2235;
}
.services-section .services-items {
  background-color: #24263B;
  padding: 60px 40px;
}
.services-section .services-items .services-icon {
  text-align: center;
}
.services-section .services-items .services-icon i {
  color: var(--theme-color);
  font-size: 32px;
}
.services-section .services-items .services-content {
  margin-top: 25px;
  text-align: center;
}
.services-section .services-items .services-content h5 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.services-section .services-items .services-content h5 a {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}
.services-section .services-items .services-content h5 a:hover {
  color: var(--theme-color);
}

/*========== Services End  ==========*/
/*========== Gallery Section Start  ==========*/
.gallery-section {
  overflow: hidden;
  position: relative;
}
.gallery-section .galley-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery-section .galley-wrapper .gallery-items .g-items {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 25px;
}
.gallery-section .galley-wrapper .gallery-items .g-items img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 34, 53, 0.8588235294);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.7s;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--theme-color);
  text-transform: capitalize;
  font-weight: 600;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 10%;
  display: block;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .link a:not(:last-child) {
  margin-right: 10px;
}
.gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .link a i {
  color: var(--theme-color);
  font-size: 17px;
}
.gallery-section .galley-wrapper .gallery-items .g-items:hover {
  cursor: pointer;
}
.gallery-section .galley-wrapper .gallery-items .g-items:hover .link-solcial {
  opacity: 1;
}
.gallery-section .galley-wrapper .gallery-items-two {
  margin: 0 20px;
}

/*========== Gallery Section End  ==========*/
/*========== Testimonial Section Start  ==========*/
.testimonial-section {
  overflow: hidden;
  background-color: #1F2235;
}
.testimonial-section .testimonial-items {
  background-color: #24263B;
  padding: 60px 40px;
}
.testimonial-section .testimonial-items .testi-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.testimonial-section .testimonial-items .testi-wrap .testi-thumb img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.testimonial-section .testimonial-items .testi-wrap .testi-content {
  margin-left: 15px;
}
.testimonial-section .testimonial-items .testi-wrap .testi-content h6 {
  text-transform: capitalize;
  color: var(--white-color);
}
.testimonial-section .testimonial-items .testi-wrap .testi-content p {
  margin-top: -5px;
}
.testimonial-section .testimonial-items .testi-wrap ul {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.testimonial-section .testimonial-items .testi-wrap ul li {
  margin-right: 10px;
}
.testimonial-section .testimonial-items .testi-wrap ul li i {
  color: var(--theme-color);
}

/*========== Testimonial Section End  ==========*/
/*========== Contact Section Start  ==========*/
.contact-section {
  overflow: hidden;
  background-color: #1F2235;
}
.contact-section .contact-icon-items {
  background-color: #24263B;
  padding: 60px 40px;
  text-align: center;
}
.contact-section .contact-icon-items .contact-icon i {
  font-size: 52px;
  color: var(--theme-color);
}
.contact-section .contact-icon-items .content {
  margin-top: 15px;
}
.contact-section .contact-items {
  margin-top: 30px;
}
.contact-section .contact-items .contact-right .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  color: var(--white-color);
  background-color: #24263B;
}
.contact-section .contact-items .contact-right .form-clt ::placeholder {
  color: var(--white-color) !important;
}
.contact-section .contact-items .contact-right .form-clt select {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.contact-section .contact-items .contact-right .form-clt-big input {
  padding: 14px 15px 120px;
}

/*========== Contact Section End  ==========*/
/*========== Map Section Start  ==========*/
.map-section {
  overflow: hidden;
}
.map-section .googpemap iframe {
  width: 100%;
  height: 650px;
}
.footer-logo{
	text-align:center;
}
/*========== Map Section End  ==========*/
@keyframes zoominout {
  0% {
    transform: scale(0.69);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(0.69);
  }
}
@keyframes zoominout2 {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rounded {
  0% {
    transform: rotate(-25deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes RightiLeft {
  0% {
    transform: translateY(60px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateY(60px);
  }
}
@keyframes RightiLeft2 {
  0% {
    transform: translateY(120px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateY(120px);
  }
}
@keyframes RightiLeft3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes RightiLeft4 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes run {
  100% {
    transform: rotate(360deg);
  }
}
/*========== Blog Section Start  ==========*/
.blog-section {
  overflow: hidden;
}
.blog-section .blog-items {
  transition: all 0.4s ease-in-out;
}
.blog-section .blog-items .blog-thump img {
  width: 100%;
  height: 100%;
}
.blog-section .blog-items .blog-content {
  background-color: #1F2235;
  padding: 30px 20px;
}
.blog-section .blog-items .blog-content h5 {
  text-transform: uppercase;
}
.blog-section .blog-items .blog-content h5 a {
  color: var(--white-color);
  transition: all 0.4s ease-in-out;
}
.blog-section .blog-items .blog-content p {
  margin-bottom: 15px;
}
.blog-section .blog-items:hover {
  transform: translateY(-15px);
}
.blog-section .blog-items:hover .blog-content h5 a {
  color: var(--theme-color);
}

/*========== Blog Section End  ==========*/
/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: var(--white-color);
  text-transform: capitalize;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border: 1px solid var(--theme-color);
}
.cmn--btn:hover {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--theme-color);
}

.cmn--border {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  position: relative;
  z-index: 1;
}
.cmn--border:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}

.cmn--link {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  width: 100%;
  font-weight: 600;
  display: inline-block;
  color: var(--white-color);
  text-transform: capitalize;
  background: var(--theme-color);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border: 1px solid var(--theme-color);
}
.cmn--link:hover {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.cmn--menu {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  position: relative;
  z-index: 1;
}
.cmn--menu:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 1px solid var(--white-color);
}

/*--Button Area End--*/
/*--Button Area End--*/
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
    line-height: 65.8px;
  }
  h2 {
    font-size: 48px;
    line-height: 68.1px;
  }
  h3 {
    font-size: 38px;
    line-height: 49px;
  }
  h5 {
    font-size: 22px;
    line-height: 29.2px;
  }
  h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 47px;
    line-height: 64.1px;
  }
  h3 {
    font-size: 34px;
    line-height: 42px;
  }
  h4 {
    font-size: 29px;
    line-height: 50.2px;
  }
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60.8px;
  }
  h5 {
    font-size: 19px;
    line-height: 29.2px;
  }
  h4 {
    font-size: 26px;
    line-height: 42.2px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 44px;
    line-height: 60.8px;
  }
  h2 {
    font-size: 37px;
    line-height: 54.1px;
  }
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 22px;
    line-height: 38.2px;
  }
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 38px;
    line-height: 42.8px;
  }
  h2 {
    font-size: 30px;
    line-height: 44.1px;
  }
  h5 {
    font-size: 20px;
    line-height: 24.2px;
  }
  #cover {
    font-size: 36px;
  }
  .run {
    width: 90px;
  }
  .run img {
    width: 60px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 30px;
    line-height: 40.8px;
  }
  h2 {
    font-size: 27px;
    line-height: 36.1px;
  }
  h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
  }
  h4 {
    font-size: 19px;
    line-height: 30.2px;
  }
  h5 {
    font-size: 18px;
    line-height: 27.2px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 13px;
  }
}
/*========== Banner Section Three Start  ==========*/
@media screen and (max-width: 1199px) {
  .banner-section {
    padding: 200px 0px;
  }
  .banner-section .banner-thumb {
    max-width: 450px;
    height: 480px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section {
    padding: 150px 0px;
  }
  .banner-section .banner-thumb {
    display: none;
  }
}
/*========== Banner Section Three End  ==========*/
/*========== About Start  ==========*/
@media screen and (max-width: 1199px) {
  .about-section .about-content .about-info .about-info-items span {
    font-size: 16px;
  }
  .about-section .about-content .about-info .about-info-items p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .about-section .about-content .about-info .about-info-items span {
    font-size: 14px;
    width: 42%;
  }
  .about-section .about-content .about-info .about-info-items p {
    font-size: 14px;
  }
}
/*========== About End  ==========*/
@media screen and (max-width: 1199px) {
  .gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-section .galley-wrapper {
    flex-wrap: wrap;
  }
  .gallery-section .galley-wrapper .gallery-items-two {
    margin: 0;
  }
  .gallery-section .galley-wrapper .gallery-items-three {
    margin-top: -25px;
  }
  .gallery-section .galley-wrapper .gallery-items {
    width: 48.5%;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items {
    margin: 20px;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 580px) {
  .gallery-section .galley-wrapper {
    flex-wrap: wrap;
  }
  .gallery-section .galley-wrapper .gallery-items-two {
    margin: 0;
  }
  .gallery-section .galley-wrapper .gallery-items-three {
    margin-top: 0px;
  }
  .gallery-section .galley-wrapper .gallery-items {
    width: 95%;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items {
    margin: 10px;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items:not(:last-child) {
    margin-bottom: 25px;
  }
  .gallery-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=main.css.map */