/*

TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. Main Nav
3. Home
4. About
5. Work
6. Single Work
7. Pricing
8. Contact
--------------------------------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}
html {font-family: 'Open Sans', sans-serif;
  scroll-behavior:smooth !important
}
/* Typography */
p, a {font-weight: 400;}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-300 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
}
.regular-400 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #fff;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
/* Main Nav */
#main_nav .nav-item .nav-link:hover {color: #fff;}
/* Home */

.banner-wrapper{
  position: relative;
}
#index_banner {
  background-image: url('./../img/banner1.jpg');
  background-position: right 35%; 
  background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  /* z-index: 2; */
}
.banner-heading{
  color: #fff;
}

.banner-heading span{
  font-weight: 500;
}

.banner-body{
  color: #fff;
  font-size: larger;
}

div#header {
  padding: 0;
}				
.header-top{
background: #000 ;
}
ul.d-flex.flex-column.flex-md-row.account_login-area {
  margin: 0;
}
.header-top ul.header-contact {
  text-align: right;
}
.account_login-area a {
  color: white;
  text-decoration: none;
}
.header-top li {
  display: inline-block;
  padding:15px;
  color:#fff;
}
.header-top li i {
  padding-right: 5px;
  color: #fff;
}
.header-top .account_login-area a {
padding: 0 10px;
display: inline-block; 
}
.header-top .account_login-area a:hover {
color: #fff;
text-decoration: none;
}

#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #6266ea !important;
}
.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
	background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(0,0,0,1) 66.666%, rgba(255,255,255,0) 99.999%);
  /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);  ; */
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* About */
#work_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  height: 150px
}
/* Footer */
footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}

.navbarFix>div{
  width:100%;
}
.aboutSection{
  background: #000;
}
.aboutSection img{
  height: 450px;
  width: 100%;
}
.aboutSection .imageSection{
  padding:0;
}

.aboutSection .contentSection{
  padding: 100px 100px 100px 60px;
}

.aboutSection .contentSection h2{
  margin-bottom: 30px;
}
.whySection a{
  height: 350px;
}
.whySection .card-img{
  height: 100%;
  object-fit: cover;
}

.movingSection{
  background-color: #000;
}

.btn-outline-primary{
  color: #fff !important;
  border-color: #fff !important;
}

.btn-outline-primary:hover{
  background-color: #000;
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #fff !important;
}
.copyRight{
  background-color: #000;
}

.contactForm .quote-section .container .row{
  align-items: center;
}

.contactForm .quote-section .detailSection .innerSection{
  display: flex;
  gap: 20px;
  /* align-items: center; */
}

.contactForm .quote-section .detailSection .innerSection i{
  font-size: 30px;
}

.quote-form-section{
  padding: 60px;
  background-color: rgba(0,0,0,0.2);
  border-radius: 6px;
}
.quote-section .detailSection .innerSection .content a{
  text-decoration: none;
  color: #212529;
}
footer p a{
  text-decoration: none;
  color: #fff
}
footer p .contactSupport{
  margin-right: 10px;
}
footer p a:hover{
  color: #fff
}

.footer-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-link {
  text-decoration: none;
  color: #c4c5c7;
  margin-bottom: 8px;
  transition: color 0.3s ease-in-out;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.copyright-text img {
  vertical-align: middle;
}