@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/raleway-5');

::-moz-selection {
  color: #fff;
  background: #008ED6;
}

::selection {
  color: #fff;
  background: #008ED6;
}

html {
  height: 100%;
}

body {
	background-color: #fff;
	color: #000;
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
  overflow-x:hidden;
  letter-spacing: 0.075em;
  -webkit-font-smoothing : antialiased;
}

body.no-scroll {
    overflow: hidden;
}

p {
  text-align: justify;
}

h2 span {
  color: #008ED6;
}

.container {
  width: 85%!important;
}

.animated {
  opacity: 0;
}

.animated.visible {
  opacity: 1;
}

.bg-fixed {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  text-shadow: 0 0 15px rgba(121, 121, 121, 0.6);
}

.overlay {
  /* background-color: rgba(0, 0, 0, 0.185); */
  /* background-image: url(../img/overlay-pattern.png) !important; */
  background-repeat: repeat;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*BOOTSTRAP RESET*/

a, a:active, a:hover, a:focus{
  outline: 0;
  text-decoration: none;
  color: #00B2FF;
}

a {
  color: #008ED6;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

.row {
  margin: 0;
}

@media (min-width: 768px) {
  .row.table-row {
    display:table;
    width:100%;
    margin:0 auto;
  }

  .row.table-row > [class*="col-"] {
    float:none;
    float:none;
    display:table-cell;
    vertical-align:top;
  }
}


/*LOADER SVG*/

.pageload-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 99;
}

.pageload-overlay.show {
  visibility: visible;
}

.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pageload-overlay svg path {
  fill: #f7f7f7;
}

.pageload-overlay::before {
  content: '';
  position: absolute;
  top: 36%;
  left: 50%;
  width: 50px;
  height: 50px;
  visibility: hidden;
  opacity: 0;
  margin: 60px 0 0 -25px;
  z-index: 98;
  background-image: url(../img/bars.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: top center;
}

@media(min-width: 768px){
  .pageload-overlay::before {
    margin-top: 0;
  }
}

.pageload-loading.pageload-overlay::before {
  opacity: 1;
  visibility: visible;
}


/*NAVIGATION STYLE*/

.align-items-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar-fixed-top,
.navbar-fixed-top.bottom {
  background-color: rgb(255,255,255);
  position: fixed;
  bottom: inherit;
  padding: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #008ED6;
}

.navbar-fixed-top .navbar-brand {
  font-size: 30px;
}

.navbar-fixed-top.bottom .navbar-brand,
.navbar-fixed-top.bottom .navbar-nav > li > a {
  color: #000;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #008ED6;
}

.navbar-fixed-top .navbar-toggle {
  border-color: transparent;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #aaa;
}

.navbar-fixed-top .navbar-toggle:hover .icon-bar,
.navbar-fixed-top .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
  background-color: #008ED6;
}

@media (min-width:768px) {
  .navbar-fixed-top{
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(7px);
    border: none;
    margin: 0;
    padding: 0 !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition : .2s;
    -moz-transition : .2s;
    transition : .2s;
  }

  .navbar-fixed-top.bottom{
    background-color: rgba(21, 21, 21, 0.51);
    position: absolute;
    left: 0;
    bottom: 0;
    top: inherit;
    box-shadow: 0 0 0;
  }

  .navbar-fixed-top.bottom .navbar-brand,
  .navbar-fixed-top.bottom .navbar-nav > li > a {
    color: #fff;
  }
}

.navbar img {
  cursor: pointer;
}

/*HEADER STYLE*/

#header{
  position: relative;
  height: 100%;
  padding: 0;
}

.nav-slide a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 97;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-slide a:hover{
  z-index: 98;
}

.nav-slide a.prev {
  left: 0;
}

.nav-slide a.next {
  right: 0;
}

.nav-slide a svg {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.nav-slide .icon-wrap {
    position: relative;
    z-index: 97;
    display: block;
    padding: 16px 10px;
    border: 0px solid #008ED6;
    background: #008ED6;
    -webkit-transition: border-width 0.3s 0.15s;
    transition: border-width 0.3s 0.15s;
}

.nav-slide svg.icon {
    fill: #fff;
}

.nav-slide div {
    position: absolute;
    top: 50%;
    padding: 20px;
    width: 440px;
    height: 144px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-slide a.prev div {
    left: 0;
    padding: 20px 140px 20px 70px;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
    transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-slide a.next div {
    right: 0;
    padding: 20px 70px 20px 140px;
    -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
    transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-slide span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.7em;
    line-height: 1.2;
}

.nav-slide h3 {
    margin: 0;
    padding: 8px 0 10px;
    color: #000;
    font-weight: 300;
    font-size: 1.325em;
    line-height: 1.2;
}

.nav-slide div p {
    color: #008ED6;
    font-family: "Lucida Bright",Georgia,serif;
    font-size: 75%;
    font-style: italic;
    margin: 0;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.nav-slide img {
    position: absolute;
    top: 20px;
    width: 104px;
    height: 104px;
    object-fit : cover;
}

.nav-slide a.prev img {
    right: 20px;
}

.nav-slide a.next img {
    left: 20px;
}

.nav-slide a:hover .icon-wrap {
    border-top-width: 40px;
    border-bottom-width: 40px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-slide a:hover div {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1);
}

.header-slide {
  height: 100%;
}

.header-slide > section {
	text-align: center;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.header-slide .image-slide,
.header-slide .image-slide a {
  color: #aaa;
}

.header-slide .image-slide .overlay {
  padding-top: 20vh;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

@media(min-width: 768px){
  .header-slide .image-slide .overlay {
    padding-top: 50px;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
  }
}

.header-slide .image-slide .overlay .container {
  width: initial;
}

.header-slide .image-slide .logo {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
}

.header-slide .image-slide .top-social{
  margin: 17px auto 0 auto;
}

.header-slide .image-slide .top-social li {
  width: 30px;
  padding: 5px 0;
  margin: 10px 5px 2px;
  background-color: rgba(98, 98, 98, .3);
}

.header-slide .image-slide .top-social li a {
  font-size: 15px;
  text-shadow: 0 0 0;
}

.header-slide .image-slide a:hover {
  color: #008ED6 !important;
}

.header-slide .image-slide .slider-content {
  padding: 0;
  padding-top: 10vh;
  padding-bottom: 50px;
}

@media(min-width: 768px) {
  .header-slide .image-slide .slider-content {
    padding-top: 10vmin;
  }
}

.header-slide .image-slide .slider-content h1 {
  font-size: 10vmin;
  line-height: inherit;
  margin: 0 0 0 0;
  text-align: center;
  font-weight: bold;
  font-family: 'Dancing Script';
}

.header-slide .image-slide .slider-content h1 em {

  text-shadow: 0 0 12px rgb(255, 0, 0);
}

.header-slide .image-slide .slider-content p {
  color: #fff;
  font-size: 15px;
}

.svg-wrap {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}


/*CONTENT TEMPLATE*/

.container-fluid > section{
  padding-bottom: 60px;
  padding-top: 10vh;
}

.light {
  background-color: #fff;
  color: #000;
}

.dark {
  background-color: #161616;
  background-position: top left;
  background-repeat: repeat;
  color: #fff;
}

.light .title,
.dark .title{
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  padding: 0 25px 55px;
}

.light .title h2:after,
.dark .title h2:after{
  content: "";
  display: block;
  background-color: #222222;
  width: 50%;
  height: 1px;
  margin: 15px auto 0;
}

.dark .title h2:after{
  background-color: #fff;
}

header.title h2 {
  font-size: 6rem;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0;
  font-family: 'Dancing Script';
  color: #e21d41;
  font-weight: bolder;
}

.light h2 span {
  color: #008ED6;
}

.dark strong,
.dark h2 span{
  color: #2187E7;
}

.separator {
  padding: 0 !important;
  color: #fff;
}

.separator.blue::before {
  content: "";
  background: rgba(182, 182, 182, 0.205);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.separator.blue {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-image: url('../images/sea.jpeg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.separator.blue .blue {
  background: rgba(0, 124, 255, 0.52);
  border-radius: 20px;
  padding: 45px;
  margin-bottom: 40px;
}

.separator.blue .red {
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  padding: 45px;
  margin-bottom: 40px;
  padding-top: 0 !important;
}

.separator.blue h2 span {
  color: #000;
}

.separator .bg-fixed .overlay,
.separator .bg-fixed > .container {
  padding: 160px 0 120px;
}

.separator h2.quot-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.4em;
  padding: 0 10px;
}

.separator h2.quot-title:before,
.separator h2.quot-title:after {
  font-family: "FontAwesome";
  font-size: 18px;
  display: inline-table;
  vertical-align: top;
  margin-top: -10px;
}

.separator h2.quot-title:before {
  content: "\f10d";
  margin-right: 5px;
}

.separator h2.quot-title:after {
  content: "\f10e";
  margin-left: 5px;
}

.separator h2.quot-title i {
  font-size: 18px;
  display: none;
  vertical-align: top;
  margin-top: 2px;
}

.separator span.quot-name {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

span.quot-name:after {
  content: "-";
  margin-left: 5px;
}

span.quot-name:before {
  content: "-";
  margin-right: 5px;
}


/*ABOUT STYLE*/

.section-content:before,
.section-content:after,
.about-content:before,
.about-content:after {
  content: " ";
  display: table;
}

.section-content:after,
.about-content:after {
  clear: both;
}

#about .big-image {
  position: absolute;
  left: 0;
  width: 95%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1
}

.about-content {
  margin-bottom: 25px;
  color: #666;
}

.about-content.left > .about-icon,
.about-content.left > .about-detail {
  float: left;
  text-align: left;
}

.about-content.right > .about-icon,
.about-content.right > .about-detail {
  float: right;
  text-align: right;
}

.about-content.left > .about-icon {
  margin-right: 4%;
}

.about-content.right > .about-icon {
  margin-left: 4%;
}

.about-icon {
  font-size: 45px;
  color: #888987;
}

.about-detail {
  width: 70%;
}

.about-content h4 {
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
}


/*EXPERTIES STYLE*/

.container.experties {
  padding-top: 30px;
}

.skill {
  width:95%;
  position: relative;
  line-height: 2em;
}

.skill-bar li {
    margin-bottom: 10px;
    background: #000;
    height: 10px;
    border-radius: 3px;
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 100.5%;
    text-transform: uppercase;
}

.skill-bar p {
  margin-bottom: 70px;
  color: #b6f5ff;
}

.skill-bar li em {
  position: relative;
  top: -30px;
  font-style: normal;
}

.percentage {
  height: 5px;
  margin: 2px 1px;
  background: #2187e7;
  position: absolute;
  box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.4);
}

.percentage:before,
.percentage:after {
  content: "";
  position: absolute;
  right: -3px;
  top: -10px;
}

.percentage:before {
  content: attr(data-value);
  right: -20px;
  top: -35px;
  padding: 0px 5px;
}

.percentage:after {
  border-top: 4px solid #008ED6;
  border-left: 4px solid rgba(0,0,0,0);
  border-right: 4px solid rgba(0,0,0,0);  
}


/*CREATIVE TEAM STYLE*/

#team .wrap {
  margin: 75px auto 0;
  max-width: 275px;
  padding: 40px 10px;
  background: #F7F7F7;
  box-shadow: 0px 8px 6px -8px rgba(0, 0, 0, 0.54);
}

#team .img-team {
  margin: -100px 0 0 0;
  padding: 0;
}

.img-circle {
  border-radius: 50%;
}

#team .wrap img {
  border: 5px solid #EDEDED;
  height: 150px;
  width: 150px;
}

#team .wrap h3 {
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

#team .wrap h5 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 12px;
  color: #666;
}

#team .wrap p {
  font-size: 12px;
  min-height: 70px;
  color: #666;
}

.team-social {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  height: 16px;
}

.team-social:before {
  content: "";
  display: block;
  background-color: #ccc;
  width: 50px;
  height: 1px;
  margin: 15px auto;
}

.social-list li {
  padding: 0;
  list-style: none;
  width: 24px;
  display: inline-block;
}

.social-list li a {
  font-size: 16px;
  line-height: 16px;
  color: #AAA;
  width: 24px;
  opacity: 1;
  margin: 0;
  padding: 0;
}

.social-list li a:hover {
  color: #008ED6
}


/*COUNTER*/

.counter {
  margin: 25px 0;
}

.counter:before,
.counter:after {
  content: " ";
  display: table;
}

.counter:after {
  clear: both;
}

.counter-icon {
  width: 30%;
  text-align: center;
  margin-right: 5%;
  float: left;
  font-size: 30px;
}

@media(min-width: 768px) {
  .counter-icon {
    font-size: 50px;
  }
}

.counter-content {
  float: left;
  width: 65%;
}

.counter-content .value {
  display: block;
  font-size: 30px;
}

.counter-content small {
  text-transform: uppercase;
}


/*PORTFOLIO STYLE*/

#portfolio {
  padding-bottom: 0;
}

#filters {
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}

#filters > li {
  display: inline-block;
  position: relative;
  padding: 8px 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

#filters > li.active {
  color: #008ED6;
  font-weight: 700;
}

#filters > li:after {
  content: "::";
  color: #ccc;
  font-weight: 700;
  padding-left: 15px;
  cursor: default;
}

#filters > li:last-child:after {
  content: "";
}

.container-portfolio .portfolio-view {
  position: relative;
  float: left;
  display: none;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
}

.container-portfolio .portfolio-view img {
  position: relative;
  display: block;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 10px);
  height: 100%;
  opacity: .8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px,0,0) scale(1.12);
  transform: translate3d(-30px,0,0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container-portfolio .portfolio-view:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}

.container-portfolio .portfolio-view figcaption,
.container-portfolio .portfolio-view figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-portfolio .portfolio-view figcaption {
  padding: 2em;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container-portfolio .portfolio-view h2,
.container-portfolio .portfolio-view p {
  margin: 0;
}

.container-portfolio .portfolio-view h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
  word-spacing: -0.15em;
  font-weight: 300;
  text-align: right;
}

.container-portfolio .portfolio-view h2 span {
  font-weight: 800;
  color: #fff;
}

.container-portfolio .portfolio-view p {
  max-height: 70px;
  overflow: hidden;
  letter-spacing: 1px;
  font-size: 68.5%;
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #FFF;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.container-portfolio .portfolio-view:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.container-portfolio .portfolio-view figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}


/*CONTACT SYTLE*/

#contact {
  position: relative;
  margin: 0;
  padding: 40px 0 0;
  height: 100%;
}

.form-control, .btn.submit {
  margin-bottom: 20px;
  border-radius: 0;
  border-color: #555;
  color: #fff;
  background-color: rgba(0, 0, 0, .1);
}

.form-control:focus {
  border-color: #008ED6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(0, 142, 214, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(0, 142, 214, 0.6);
}

textarea.form-control {
  max-width: 100%;
}

.btn.submit {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  padding-right: 40px;
  padding-left: 40px;
  color: #999;
  z-index: 1;
}

.btn.submit:hover {
  color: #fff;
  border-color: #aaa;
}

.btn.submit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #008ED6;
  width: 0;
  z-index: -1;
  transition: all .3s;
}

.btn.submit:hover:after {
  width: 100%;
}

address span {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

address span .fa {
  color: #008ED6;
  margin-right: 10px;
}

address span a,
address span a:hover,
address span a:focus {
  color: #fff;
}

address span a {
  text-decoration: underline;
}

.btn-map {
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.btn-map:after, .btn-map:before {
  content: "";
  display: block;
  width: 97%;
  height: 1px;
  background-color: #333;
  margin: 10px auto;
}

.btn-map:hover {
  color: #008ED6;
}

#google_map {
  width: 100%;
  height: 400px;
  display: none;
}

.map-tooltip h2 {
  color: #000;
  font-family: "Raleway";
  font-weight: 700;
}


/*FOOTER STYLE*/

#footer {
  padding-bottom: 10px;
  padding-top: 15px;
  background-color: #000;
  color: #aaa;
}

#footer p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  margin: 0;

}

#footer .fa {
  color: #008ED6;
}

.navbar-collapse li {
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
}

.navbar-collapse img {
  width: 100px;
  height: 100px;
}

.nav-item.dropdown {
  cursor: pointer;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

	border-color: #337ab7;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 3px;
	border-radius: 10px;
	padding: 10%;
	margin-bottom: 3px;
	background: #ffffffde;
	backdrop-filter: blur(40px);
}

.dropdown-menu p {
  font-size: 1.5rem;
  text-align: start!important;
  margin: 0px 0 5px!important;
}

.container-portfolio {
  display: flex;
  justify-content: space-around;
}

/* partners */
#partners .container {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 85%;
}

#partners .row {
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}

#partners .partner-logo {
  align-items: center;
  align-items: center;
  display: inline-block;
  margin-right: 30px;
}

#partners .partner-logo img {
  width: 100%;
  height: 80px;
  margin-right: 50px;
}

@keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
  0% {
    transform: translateX(100%);
  }
}

section.location-map {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

address div {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: start;
	gap: 20px;
}

#cv #flag {
  width: 100%;
  box-shadow: 0 0 15px rgb(0, 23, 81);
}

.separator.blue h2 {
	font-size: 6rem;
	display: inline-block;
	margin-right: 50px;
	margin-bottom: 25px;
	font-family: 'Dancing script';
}

/* Slide carousel css */
.carousel-indicators {
  bottom: 16%!important;
}

.carousel-caption {
  position: absolute;
  top: 37%;
  left: 20%;
}

.carousel-caption h2 {
  font-size: 10vmin;
  line-height: inherit;
  margin: 0px;
  font-family: 'Dancing Script';
  font-weight: bold;
}

.carousel-caption p {
  text-align: center!important;
  font-size: 3vmin;
  color: #fff;
  line-height: inherit;
  margin: 0 0 20px 0;
  text-shadow: 0 0 12px rgb(0, 0, 0);
}

.carousel-inner {
  height: 100vh;
}

.carousel-inner .item {
  height: 100%;
}

.carousel-inner .item img {
  height: 100%;
}

.carousel-control {
  width: 10%!important;
  font-size: 45px!important;
}

.carousel-control span{
  font-size: 45px!important;
}

.nav-content {
  display: flex;
  justify-content: center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #e0003d;
  border-color: #e0003d;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  padding: 10px 17px;
  line-height: 1.42857143;
  color: #e0003d;
  text-decoration: none;
  background-color: #fff;
  border: none;
}

.island-img {
  width: 100%;
  border-radius: 20px;
  max-height: 600px;
}

.p-25 {
  padding: 25px;
}

@media (max-width: 768px) {
  .p-25 {
    padding: 0px!important;
    margin-bottom: 15px;
  }
}

.navbar-nav > li > a {
    border-radius: 10px;
}

.navbar-bottom .dropdown-menu {
    top: 100%;
    bottom: auto;
}

.navbar-top .dropdown-menu {
    top: auto;
    bottom: 100%;
}

/* Style for the "Read More" and "Read Less" links */
.read-more-link,
.read-less-link {
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.read-more-link-2,
.read-less-link-2 {
    color: white;
    cursor: pointer;
    font-weight: bold;
}

/* Style to hide the full text by default */
.full-text {
    display: none;
}

.navbar-collapse img:hover {
  width: 95px;
  height: 95px;
}

.img-container {
  width: 100px;
  height: 100px;
  display: flex;
  align-content: center;
}

.navbar-fixed-top.bottom .navbar-nav > li > a:hover {
  color: #ffd900;
}

.navbar.bottom .dropdown.open .dropdown-menu {
  bottom: 100%!important;
  top: auto!important;
}

.navbar-fixed-top.bottom .form-control {
  margin-top: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  border-radius: 23px;
  font-size: large;
  width: 100px;
  margin-left: 5px;
}

.navbar-fixed-top .form-control {
  margin-top: 10px;
  color: #5c5c5c;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  border-radius: 23px;
  font-size: large;
  width: 100px;
  margin-left: 5px;
}

.navbar-fixed-top.bottom .bl {
    border-left: 1px solid white;
    margin-right:10px;
}

.navbar-fixed-top .bl {
    border-left: 1px solid #5c5c5c;
    margin-right:10px;
}

.lang {
  padding: 15px 5px!important;
  font-size: 15px!important;
}
@media (max-width: 768px) {
    .navbar-fixed-top.bottom .navbar-right .form-control {
         color: #5c5c5c!important;
    }
    
    .video-small {
        width: 100%!important;
    }

    .navbar-fixed-top.bottom .bl {
        display: none;
    }

    .navbar-fixed-top .bl {
       display: none;
    }

    .ps-25 {
        padding-left: 25px !important;
    }
    
    .skill-bar li em {
      position: relative;
      top: -50px;
      font-style: normal;
      margin-bottom: 20px;
    }
    
    #team .contentBx .cardTeam .textBx h2 {
      position: relative;
      text-align: center;
      line-height: 1em;
      font-weight: 600;
      font-family: 'Dancing script';
      font-size: 20px !important;
      margin-top: 0px !important;
    }
}

.flex-center {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 30px;
}

.clock {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  position: relative;
}

.clock__second,
.clock__minute,
.clock__hour, 
.clock__indicator {
  position: absolute;
  left: 50%;
  width: 2px;
  background: #008ED6;
  transform-origin: bottom center;
  z-index: 2;
  border-radius: 1px;
}

.clock__second {
  height: 90px;
  margin-top: 10px;
  background: red;
  animation: time 60s infinite steps(60);
  z-index: 3;
}

.clock__minute {
  height: calc(100px - 20px);
  margin-top: 20px;
  opacity: 0.75;
  animation: time 3600s linear infinite;
}

.clock__hour {
  height: 60px;
  margin-top: 40px;
  animation: time 43200s linear infinite;
}

.clock__indicator {
  height:100px;
  border-top: 2px solid #008ED6;
  background: none;
}

.clock__indicator:nth-of-type(5n) {
  opacity: 1;
  height: 100px;
  border-top: 7px solid red;
}

.clock__axis {
  background: red;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  z-index: 4;
  top: 98px;
}

@keyframes time {
  to {
    transform: rotateZ(360deg);
  }
}

.clock section:nth-of-type(1) {
  transform: rotateZ(calc(6deg * 1));
}
.clock section:nth-of-type(2) {
  transform: rotateZ(calc(6deg * 2));
}
.clock section:nth-of-type(3) {
  transform: rotateZ(calc(6deg * 3));
}
.clock section:nth-of-type(4) {
  transform: rotateZ(calc(6deg * 4));
}
.clock section:nth-of-type(5) {
  transform: rotateZ(calc(6deg * 5));
}
.clock section:nth-of-type(6) {
  transform: rotateZ(calc(6deg * 6));
}
.clock section:nth-of-type(7) {
  transform: rotateZ(calc(6deg * 7));
}
.clock section:nth-of-type(8) {
  transform: rotateZ(calc(6deg * 8));
}
.clock section:nth-of-type(9) {
  transform: rotateZ(calc(6deg * 9));
}
.clock section:nth-of-type(10) {
  transform: rotateZ(calc(6deg * 10));
}
.clock section:nth-of-type(11) {
  transform: rotateZ(calc(6deg * 11));
}
.clock section:nth-of-type(12) {
  transform: rotateZ(calc(6deg * 12));
}
.clock section:nth-of-type(13) {
  transform: rotateZ(calc(6deg * 13));
}
.clock section:nth-of-type(14) {
  transform: rotateZ(calc(6deg * 14));
}
.clock section:nth-of-type(15) {
  transform: rotateZ(calc(6deg * 15));
}
.clock section:nth-of-type(16) {
  transform: rotateZ(calc(6deg * 16));
}
.clock section:nth-of-type(17) {
  transform: rotateZ(calc(6deg * 17));
}
.clock section:nth-of-type(18) {
  transform: rotateZ(calc(6deg * 18));
}
.clock section:nth-of-type(19) {
  transform: rotateZ(calc(6deg * 19));
}
.clock section:nth-of-type(20) {
  transform: rotateZ(calc(6deg * 20));
}
.clock section:nth-of-type(21) {
  transform: rotateZ(calc(6deg * 21));
}
.clock section:nth-of-type(22) {
  transform: rotateZ(calc(6deg * 22));
}
.clock section:nth-of-type(23) {
  transform: rotateZ(calc(6deg * 23));
}
.clock section:nth-of-type(24) {
  transform: rotateZ(calc(6deg * 24));
}
.clock section:nth-of-type(25) {
  transform: rotateZ(calc(6deg * 25));
}
.clock section:nth-of-type(26) {
  transform: rotateZ(calc(6deg * 26));
}
.clock section:nth-of-type(27) {
  transform: rotateZ(calc(6deg * 27));
}
.clock section:nth-of-type(28) {
  transform: rotateZ(calc(6deg * 28));
}
.clock section:nth-of-type(29) {
  transform: rotateZ(calc(6deg * 29));
}
.clock section:nth-of-type(30) {
  transform: rotateZ(calc(6deg * 30));
}
.clock section:nth-of-type(31) {
  transform: rotateZ(calc(6deg * 31));
}
.clock section:nth-of-type(32) {
  transform: rotateZ(calc(6deg * 32));
}
.clock section:nth-of-type(33) {
  transform: rotateZ(calc(6deg * 33));
}
.clock section:nth-of-type(34) {
  transform: rotateZ(calc(6deg * 34));
}
.clock section:nth-of-type(35) {
  transform: rotateZ(calc(6deg * 35));
}
.clock section:nth-of-type(36) {
  transform: rotateZ(calc(6deg * 36));
}
.clock section:nth-of-type(37) {
  transform: rotateZ(calc(6deg * 37));
}
.clock section:nth-of-type(38) {
  transform: rotateZ(calc(6deg * 38));
}
.clock section:nth-of-type(39) {
  transform: rotateZ(calc(6deg * 39));
}
.clock section:nth-of-type(40) {
  transform: rotateZ(calc(6deg * 40));
}
.clock section:nth-of-type(41) {
  transform: rotateZ(calc(6deg * 41));
}
.clock section:nth-of-type(42) {
  transform: rotateZ(calc(6deg * 42));
}
.clock section:nth-of-type(43) {
  transform: rotateZ(calc(6deg * 43));
}
.clock section:nth-of-type(44) {
  transform: rotateZ(calc(6deg * 44));
}
.clock section:nth-of-type(45) {
  transform: rotateZ(calc(6deg * 45));
}
.clock section:nth-of-type(46) {
  transform: rotateZ(calc(6deg * 46));
}
.clock section:nth-of-type(47) {
  transform: rotateZ(calc(6deg * 47));
}
.clock section:nth-of-type(48) {
  transform: rotateZ(calc(6deg * 48));
}
.clock section:nth-of-type(49) {
  transform: rotateZ(calc(6deg * 49));
}
.clock section:nth-of-type(50) {
  transform: rotateZ(calc(6deg * 50));
}
.clock section:nth-of-type(51) {
  transform: rotateZ(calc(6deg * 51));
}
.clock section:nth-of-type(52) {
  transform: rotateZ(calc(6deg * 52));
}
.clock section:nth-of-type(53) {
  transform: rotateZ(calc(6deg * 53));
}
.clock section:nth-of-type(54) {
  transform: rotateZ(calc(6deg * 54));
}
.clock section:nth-of-type(55) {
  transform: rotateZ(calc(6deg * 55));
}
.clock section:nth-of-type(56) {
  transform: rotateZ(calc(6deg * 56));
}
.clock section:nth-of-type(57) {
  transform: rotateZ(calc(6deg * 57));
}
.clock section:nth-of-type(58) {
  transform: rotateZ(calc(6deg * 58));
}
.clock section:nth-of-type(59) {
  transform: rotateZ(calc(6deg * 59));
}
.clock section:nth-of-type(60) {
  transform: rotateZ(calc(6deg * 60));
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
th {
  background-color: #0066cc;
  color: white;
  padding: 12px;
  text-align: left;
}
td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
tr:nth-child(even) {
  background-color: #f8f9fa;
}
tr:hover {
  background-color: #e9f5ff;
}
.included {
  color: #28a745;
  font-weight: bold;
}
.not-included {
  color: #dc3545;
}
.days {
  font-weight: bold;
  color: #0066cc;
}
.price {
  font-weight: bold;
  color: #ff5722;
}
.note {
  font-style: italic;
  font-size: 0.9em;
  color: #6c757d;
}

h2.excursoes {
  font-size: 3rem!important;
  letter-spacing: 0;
  font-family: 'Raleway', sans-serif!important;
  color: darkred;
}

/* Enhanced Mouse Scroll Indicator */
.mouse-scroll-container {
  position: absolute;
  bottom: 20% !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

.mouse {
  width: 30px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid rgba(255,255,255,0.8);
  position: relative;
  margin: 0 auto 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mouse:hover {
  border-color: white;
}

.mouse-wheel {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  border-radius: 2px;
  background: white;
  animation: mouseScroll 2s infinite;
}

.mouse-text {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
}

@keyframes mouseScroll {
  0%, 20% {
      transform: translateY(0);
      opacity: 1;
  }
  100% {
      transform: translateY(10px);
      opacity: 0;
  }
}

.sa-font-color {
  color: #9abb00;
  text-shadow: 0 0 20px rgb(25, 32, 3);
}

.sv-font-color {
  color: #ae9364;
  text-shadow: 0 0 20px rgb(41, 52, 7);
}

.sl-font-color {
  color: #ececec;
  text-shadow: 0 0 20px rgb(37, 39, 47);
}

.sn-font-color {
  color: #b7927d;
  text-shadow: 0 0 20px rgb(62, 51, 40);
}

.sal-font-color {
  color: #2bd1d5;
  text-shadow: 0 0 20px rgb(16, 6, 62);
}

.bv-font-color {
  color: #dbae85;
  text-shadow: 0 0 20px rgb(30, 19, 13);
}

.mo-font-color {
  color: #7dd5d7;
  text-shadow: 0 0 20px #0f1637;
}

.st-font-color {
  color: #669735;
  text-shadow: 0 0 20px rgb(20, 62, 23);
}

.fg-font-color {
  color: #ae7e58;
  text-shadow: 0 0 20px rgb(0, 0, 0);
}

.br-font-color {
  color: #eac14b;
  text-shadow: 0 0 20px rgb(47, 46, 8);
}
.about-font-color {
  color: #99fffb;
  text-shadow: 0 0 20px #004f8c;
}

.buggy-font-color {
  color: #f4e4b6;
  text-shadow: 0 0 20px #4a2c01;
}

.service-font-color {
  color: #ececec;
  text-shadow: 0 0 20px rgb(37, 39, 47);
}



/* Estilos para o layout de colunas */
.tour-list-item {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.tour-list-item:hover {
    transform: translateY(-5px);
}

.tour-list-item img {
    /* Estilo principal para a imagem */
    width: 100%; /* Largura fixa para a imagem */
    height: 150px; /* Altura fixa para a imagem */
    object-fit: cover; /* **Muito importante**: Garante que a imagem preencha o espaço sem ser distorcida */
    object-position: center; /* Centraliza o foco da imagem */
    flex-shrink: 0; /* Impede que a imagem encolha se o texto for muito longo */
}

.tour-info {
    padding: 15px;
    flex-grow: 1;
}

.tour-info h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.tour-info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

/* Para telas menores (celulares) */
@media (max-width: 768px) {
    .tour-list-item {
        flex-direction: column; /* Empilha a imagem e o texto verticalmente */
    }
    .tour-list-item img {
        width: 100%; /* A imagem ocupa a largura total do cartão */
        height: 200px;
    }

    .container {
header.title h2
}