/* Fonts */

@font-face {
	font-family: GoogleSans-Bold;
	src: url(../fonts/GoogleSans-Bold.ttf)
}

@font-face {
	font-family: GoogleSans-Regular;
	src: url(../fonts/GoogleSans-Regular.ttf)
}

@font-face {
	font-family: GoogleSans-Medium;
	src: url(../fonts/GoogleSans-Medium.ttf)
}

/* Global CSS */

.no-padding,
.row .col {
	padding: 0!important
}
body {
    font-family: 'GoogleSans-Regular', sans-serif;
    color:#fff;
    font-size: 16px;
    position: relative;
    top:0 !important;
    background-color: #000;
}
ul {
    list-style-type: none;
}
.pb-150 {
    padding-bottom: 150px;
}
.mt-50{
    margin-top: 50px;
}
.btn{

    min-width: 188px;
    line-height: 48px;
    /* border-style: solid; */
    /* border-width: 2px; */
    border-radius: 30px;
    padding: 0 35px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    /* box-shadow: 0px 13px 27px 0px rgb(163 48 53 / 25%); */
    
}
.btn-primary{
    border: none!important;
    background: #4a8fde;
    box-shadow: 0px 13px 27px 0px hsl(200deg 49% 46% / 25%);
}
::-webkit-scrollbar {
    width: 0.6em;
}

::-webkit-scrollbar-track-piece {
    /* background-color: rgba(255, 255, 255, 0.2); */
    background: rgb(255 255 255 / 15%);
    -webkit-border-radius: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #3bf0e4;
}

.section a {
    color: #e1a34c;
    text-underline-position: under;
    text-decoration: underline;
}

/* Scroll to top */

.scroll-top {
    width:25px;
    height:25px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: none;
    cursor: pointer;
    border-radius: 3px;
  }
  .scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/* Menu */

.navbar-brand img {
    width: 200px;
}
.blur {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 100000;
}
.isle-menu {
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.isle-menu .fixed-top {
    position: fixed !important;
    background: rgb(255 255 255 / 10%);
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.isle-menu .navbar-nav .nav-item .nav-link {
    color: #fff;
    position: relative;
}

.isle-menu .navbar-nav .nav-link {
    padding: 10px 15px;
}

.isle-menu .navbar-nav .nav-link:hover,
.navbar-nav .nav-item a:hover {
    /* text-decoration: underline; */
    color: #fff;
}

.isle-menu .dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.isle-menu .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.isle-menu .dropdown-menu {
    margin-top: 0;
}

.isle-menu .dropdown-toggle::after {
    border: none;
}
.navbar-toggler{
    color: #fff;
}
.navbar-collapse {
    flex-grow: 0 !important;
}
nav ul li a.active {
    color: #e1a34c !important;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; 
    text-decoration: underline;
}
.dropdown-menu {
    color: #fff !important;
    background-color: #101010;
    border: 1px solid rgba(255,255,255,0.1);
}
.dropdown-item{
    color: #fff;
    padding: .7rem 1rem;
    /* border: 0.1px solid rgba(255,255,255,0.2); */
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #e1a34c !important;
    background-color: #101010;
}

/* Footer */

ul.footer_main li a:hover {
    color: #e1a34c!important;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; 
    text-decoration: underline;
}

img.footer_logo {
    width: 240px;
  }
  
  ul.footer_main li {
      display: inline;
  }
  
  ul.footer_main li a {
      color: #E7E8E9!important;
      margin-left: 40px
  }
  
  
  ul.footer_main li a:last-child {
      padding-right: 0
  }
  
  .footer_title {
      color: #E7E8E9;
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 0;
      margin-top: 20px;
      line-height: 24px;
      font-family: GoogleSans-Medium
  }
  
  .hr_footer {
      border-top: 1px solid rgba(255,255,255,0.1);
      margin: 30px 0
  }
  
  .display_box_footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0;
  }
  .social_icons_display{
      padding: 20px;
      font-size: 32px;
      color: #fff;
  }
  .social_icons_display_new {
    padding: 0px 20px;
    font-size: 24px;
    color: #fff;
}
.social_icons_display_new .fa{
    color: #fff;
}
  .social_icons_display .fa{
      color: #fff;
  }
  body .solid-button-one.button-rose:before {
      background: var(--rose-gr-reverse);
      transform: scale(1);
      opacity: 0;
  }
  img.footer-location{
      width: 150px;
      margin: 0 auto;
  }
  .copyrights a{
      color: #e3e3e3;
      padding-bottom: 40px;
  }
  
  /* Landing Page Banner */

.landing-page .main-title h1 {
    font-size: 60px;
    /* color: #fff; */
    background: -webkit-linear-gradient(-70deg, #ff7170 0%, #ffe57f 100%);;
    /* background: -webkit-linear-gradient( -70deg, #3bf0e4 0%, #bca1f7 100%); */

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
    line-height: 90px;
    /* text-transform: uppercase; */
    font-family: GoogleSans-Bold;
}

.landing-page .main-title h2 {
    font-size: 50px;
    color: #fff;
    /* text-decoration: underline; */
    line-height: 80px;
    font-family: GoogleSans-Bold;
}

.landing-page .lead {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
}
.landing-page .services img {
    width: 100px;
}

/* Clients */

#clients.isle-clients h4 {
	margin-bottom: 1.13em;
	font-size: 28px;
}

#clients.isle-clients img {
	max-height: 110px;
	filter: grayscale(100%);
	transition: .2s ease-in;
	/* opacity: 5; */
}

#clients.isle-clients img:hover {
	opacity: 1;
	filter: grayscale(0);
}

/* About  */


.title-name {
    position: relative;
    font-size: 50px;
    color: #fff;
    font-family: GoogleSans-Bold;
}

.sub-title-name{
    position: relative;
    font-size: 36px;
    color: #fff;
    font-family: GoogleSans-Medium;
}

.title-name span {
    color: #e1a34c;
}

.isle-counter .single-counter-box {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    width: 226px;
    height: 226px;
    padding-top: 62px;
}
.isle-counter .single-counter-box.bx-one {
    top: 40px;
    left: 50px;
}
.isle-counter .single-counter-box.bx-two {
    width: 246px;
    height: 246px;
    padding-top: 80px;
    top: 210px;
    left: 130px;
    z-index: 1;
}
.isle-counter .single-counter-box.bx-three {
    width: 180px;
    height: 180px;
    padding-top: 48px;
    top: 80px;
    left: 250px;
    z-index: 1;
}
.lead{
    font-size: 18px;
    line-height: 32px;
}

/* Services */

.our-service-portfo .service-block {
    background: #101010;
    position: relative;
    padding: 30px;
    margin-top: 70px;
    z-index: 1;
}

.our-service-portfo {padding-bottom: 200px;}
.our-service-portfo .title-wrapper {margin-bottom: 60px;}
.our-service-portfo .title-wrapper p {
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  margin: -30px 0 0;
  line-height: 32px;
}
.our-service-portfo .service-block {
  background: #101010;
  position: relative;
  padding: 30px;
  margin-top: 70px;
  z-index: 1;
}
.our-service-portfo .service-block .title a {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  display: block;
  margin: 30px 10px 30px 0;
  text-decoration: none;
}
.our-service-portfo .service-block p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255,255,255,0.7);
}
.our-service-portfo .service-block .read-more {
  font-size: 35px;
  color: #fff;
  margin-top: 20px;
}
.our-service-portfo .service-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  border-left:1px solid #e1a34c;
  border-right:1px solid #e1a34c;
  background: rgba(255, 255, 255, 255,0.1);
  z-index: -1;
  transform: scale(1,0);
  transition: all .4s ease-in-out;
}
.our-service-portfo .service-block:after {
  content: '';
  height: 100%;
  position: absolute;
  top:0;
  left:1px;
  right: 1px;
  border-top:1px solid #e1a34c;
  border-bottom:1px solid #e1a34c;
  background: rgba(255, 255, 255, 255,0.1);
  z-index: -1;
  transform: scale(0,1);
  transition: all .4s ease-in-out;
}

.our-service-portfo .service-block:hover:before,
.our-service-portfo .service-block:hover:after {transform: scale(1,1);}
.our-service-portfo .service-block:hover .read-more,
.our-service-portfo .service-block:hover .title a {color: #e1a34c;}
.service-block .fa{
    color: rgba(255, 255, 255, 0.4) !important;
}


/* Page Title */

.page-header {padding-bottom: 100px;}


/* Contact */

.contact-section .service-block{
    margin-top: 0px !important;
}
.form-control{
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.form-control:focus {
    color: #fff;
    background: #000;
    border: 1px solid #e1a34c;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    outline: 0;
}
.technical-stack .title{
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    display: block;
    margin: 30px 10px 30px 0;
    text-decoration: none;
}
.technical-stack p {
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    line-height: 32px;
}