@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Instrument Sans", sans-serif;
}

h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -4.2px;
	padding-bottom: 0 !important;
}

h2 {
	font-size: 40px;
	line-height: normal;
	color: rgb(156, 134, 134);
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 0 !important;
}

h3 {
	color: #000;
	font-family: "Instrument Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 0 !important;
}

h4 {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 0 !important;
	font-weight: 600;
}

h5,
h6 {
	font-family: "Montserrat", sans-serif;
	padding-bottom: 0 !important;
	font-size: 20px;
	font-weight: 500;
	color: rgb(156, 134, 134);
}

p {
	font-family: "Instrument Sans", sans-serif;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

a {
	font-family: "Instrument Sans", sans-serif;
}

.made {
    position: fixed;
    bottom: 90px;
    right: 60px;
    max-width: 95px !important;
}

.scroll-section {
  height: 1000px;      
  max-width: 1100px;
  margin: 0 auto;
  overflow-y: auto;       
}
@media (max-width: 768px) {
  .scroll-section {
    height: auto !important;       
    overflow-y: visible !important; 
  }
}


/*hov*/
.product-box {
  position: relative;
}

.image1 {
  width: 100%;
  height: 100%;
 }
 
.title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  color: white;
  transition: all .5s;
}

.product-box:hover .title {
  top: 0;
  background: rgba(0, 0, 0, .5) !important;
 }
 
 
 /*bounce animation*/
.project-link i {
  transition: transform 0.25s ease;
}

.project-link:hover i {
  animation: arrow-bounce 0.6s ease;
}

@keyframes arrow-bounce {
  0%   { transform: translateX(0); }
  30%  { transform: translateX(6px); }
  60%  { transform: translateX(-2px); }
  100% { transform: translateX(0); }
}

@media(max-width:600px){
    h2 {
	    font-size: 35px !important;
    }
    .hero>h1{
        font-size: 60px !important;
        line-height: 55px !important;
    }
    .all1{
        flex-direction:column !important;
    }
    .all1>.first{
        margin-top:0 !important;
    }
    .all{
        flex-direction:column-reverse !important;
    }
    #app\ companyadmin\.webapp-page\.publish > div:nth-child(7) > div.is-overlay > div{
        background-position: 70% -35% !important;
    }
    .no-left{
        left:0 !important;
    }
    .team1{
        margin: 50px 40px 0px !important;
    }
    .team1>h1{
        text-align:center !important; 
        font-size: 59px !important;
    }
    .second-pics{
        flex-direction:column !important;
    }
    .second-pics > img:nth-child(1), .second-pics > img:nth-child(2){
        max-width:100% !important;
    }
    .project-link{
        font-size:50px !important;
    }
    .link2{
        padding-left:20px !important;
    }
    .nav.navbar-nav{
        justify-content: start !important;
        flex-direction: column !important;
        align-items: start !important;
    }
    .made {
        right: 20px;
    }
    .navbar-nav {
        margin: 0 -10px !important; 
    }
    .porftolio{
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
    }
}

@media (max-width: 1024px){
    .all1{
        flex-direction:column !important;
    }
    .all1>.first{
        margin-top:0 !important;
    }
    .all{
        flex-direction:column-reverse !important;
    }
    
}

.packages-accordion {
	border-top: 1px solid #d7c9c9;
}

.accordion-item {
	border-bottom: 1px solid #d7c9c9;
}

.accordion-header {
	width: 100%;
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 20px;
	letter-spacing: 0.02em;
}

.accordion-header span {
	text-align: left;
}

.accordion-header i {
	margin-left: 12px;
}

.accordion-body {
	padding: 16px 0 24px;
}

.package-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}

.package-list li {
	margin-bottom: 6px;
}

.package-list i {
	margin-right: 8px;
}

.package-description {
	color: #000;
	font-family: "Instrument Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*end of first section*/

/*steps*/
.steps {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.pricing {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

}

/*team*/
@media(max-width:600px) {
	.team {
		flex-direction: column !important;
		justify-content: center !important;
	}
}

/*general*/
@media (min-width: 768px) {
	.is-boxes.is-navigation-box .navbar-nav {
		padding-left: 0px !important;
	}
}

.navbar a>img {
	max-width: 260px !important;
}

.is-btn-ghost2,
.is-btn-ghost1 {
	padding: 12px 20px !important;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 0 !important;
	background: rgb(156, 134, 134);
	border-color: rgb(156, 134, 134);
	color: #fff;
	text-transform: none !important;
}

.form-control {
	border: 1px solid #666 !important;
	background:transparent !important;
	border-radius:0 !important;
}
#message{
    height:100px !important;
}

.rendered-form .form-group>label {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #000000 !important;
}

.rendered-form .form-control:focus {
	outline: 0;
	box-shadow: none !important;
	border: 1px solid #666 !important;
	border-radius: 0 !important;
}

.contact>a {
	padding: 12px 20px !important;
	border: 0 !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	letter-spacing: 0 !important;
	color: #fff !important;
	border-radius: 0px !important;
	background: rgb(156, 134, 134);
}

.contact>a>i {
	color: #fff;
	margin-left: 5px;
}

.contact>a:hover {
	background: rgb(156, 134, 134) !important;
	color: #fff !important;
}

.send-btn {
	padding: 15px 20px !important;
	border: 1px solid rgb(156, 134, 134) !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 0 !important;
	color: #fff !important;
	border-radius: 0px !important;
}

.send-btn:hover {
	background: rgb(156, 134, 134) !important;
	border: 1px solid rgb(156, 134, 134) !important;
	color: #fff !important;
}
.active > .is-pills-btn{
    color: #fff;
    background-color: #9C8686 !important; 
    border-radius: 0 !important;
}
.is-pills-btn{
    border-radius: 0 !important;
    letter-spacing: 0.4px !important;
    background:transparent !important;
}
.is-pills-btn:hover{
    color:#000 !important;
}

.navbar {
	padding: 20px 0;
}

.navbar-nav>li>a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	color: #000;
}
.navbar-brand {
    padding: 15px 0 !important;
}

.footer {
	display: none !important;
}

.footer-text,
.footer-text>a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}
.modal-body > .container{
    max-width: -webkit-fill-available  !important;
}