/*----------------------
NorthStar Boats CSS
Author : Öztürk Ekinci, A. Fatih SEZER (BRO)
------------------------*/
/* IMPORTS ve FONTLAR */
@import url('../vendor/font-awesome/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('../fonts/gilroy.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* ROOT */
:root{
    --font-roboto:'Roboto', sans-serif;
    --font-gilroy:'Gilroy', sans-serif;
    --font-inter:'Inter', sans-serif;
    --primary-color:#07101a;
    --primary-dark-color:#9ca0a3;
    --primary-darkest-color:#bb1718;
    --primary-light-color:#979797;
    --primary-green:#003945;
    --primary-red:#bb1718;
    --transition1:0.4s all;
    --light-grey: #f5f5f5;
    --color-title: #282828;
    --color-description: #9ca0a3;
    --color-hover: #bb1718;
    --color-small:#bb1718;
    --btn-more:#f5f5f5;
}
::-webkit-scrollbar {
  background: #9ca0a3;
  width: 10px;
}
::-webkit-scrollbar-thumb{
  background: #bb1718;
}
/* components */
html{
  max-width: 100%;
  overflow-x: hidden;
}
body{
  background: url('../images/ornstar.svg') bottom center no-repeat;
}
main{
  background: url('../images/orn-1.svg') center center no-repeat;
}
main.product-detail-page{
  background: url('../images/orn-1.svg') top center no-repeat;
}
a{
  color:var(--primary-color);
  text-decoration: none;
}
a:hover{
  color: var(--color-hover);
}
hr {
  color: var(--primary-light-color);
}
p{
  color: var(--primary-light-color);
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
h1{
  color:var(--primary-color);
  font-family: var(--font-gilroy);
  font-size: 48px;
  font-weight: 500;
  line-height: 38px;
}
li{
  list-style: none;
}
section{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form-control{
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}
.red-text{
  margin-right: 10px;
  color: var(--primary-red);
  font-weight: 600;
}
.northstar{
  font-weight: 700;
  position: relative;
}
.northstar:after{
  content:"";
  background:url('../images/icons/icon-northstar.png') center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -5px;
  right: -20px;
  width: 24px;
  height: 24px;
  display: block;
}
.carousel-indicators li{
  background-color: var(--light-purple);
}
.carousel-indicators li.active{
  background-color: var(--primary-color);
}

.hidden{
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.three-parter{
  column-count: 3;
}
.image-full img{
  width: 100%;
  }
.link-secondary{
  text-decoration: none;
}
.bg-purplelight{
  background-color: var(--primary-dark-color);
}
.btn{
  border-radius: 0;
  min-width: 174px;
  font-size: 14px;
  letter-spacing: -0.8235294px;
  transition: var(--transition1);
}
.btn-primary{
  background-color:var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover{
  background-color:var(--primary-dark-color);
  border-color: var(--primary-color);
}
.btn-red {
  color: #fff;
  background-color: var(--primary-red);
  border-color: var(--primary-red);
}
.btn-more{
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 22px;
  background: var(--btn-more);
  display: block;
  text-align: center;
  line-height: 34px;
  margin: 1.25em auto;
}
.btn-more img{
  position: absolute !important;
  width: 17px !important;
  top: 9px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.btn-accordion{
  position: absolute;
  right: 1em;
  top: 0px;
  width: 34px;
  height: 34px;
  border-radius: 22px;
  background: var(--btn-more);
  font-size: 10px;
  display: block;
  text-align: center;
  line-height: 34px;
}
.btn-submit{
  position: relative;
  width: 100%;
  height: 46px;
}
.btn-submit img{
  position: absolute;
  left: 1.5em;
  top: 1em;
  width: 17px;
}
.btn-download{
  width: 228px;
  height: 46px;
  border-radius: 23px;
  border: solid 1px #ed743b;
  line-height: 46px;
  color: #ed743b;
  font-family:var(--font-roboto);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
  position: relative;
  display: block;
}
.btn-download::before{
  content: "";
  position: absolute;
  left:1.5em;
  top: 1em;
  width: 17px;
  height: 14px;
  background: url(../images/icons/icon-download.svg) no-repeat;
  background-size: cover;
}
.pdf-button{
  font-weight: bold;
  border: 2px solid rgba(0,0,0,1);
  min-width: 170px;
  line-height: 35px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.pdf-subitem{
}
.btn-doc {
  float: right;
  font-size: 12px;
  transition: all 0.4s;
}
input,
select,
textarea{
  border-radius: 8px !important;
  border:1px solid rgba(0,0,0,0.3) !important;
  color: var(--color-description) !important;
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
}

input,
select{
  height: 50px !important;
}
input[type="checkbox"]{
  height: auto !important;
}
textarea{
  min-height: 94px !important;
}
.input-group{
  position: relative;
}
.input-group input{
  padding: 0.375rem 0.75rem;
}
.input-group-addon{
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 24px;
  z-index: 9;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color-description) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--color-description) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--color-description) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--color-description) !important;
}
.form-group{
  margin: 0.5em 0;
}
/*Modal*/
.modal{
  z-index: 999999;
}
.modal-open .modal{background: rgb(237 240 255 / 64%);}
.modal-open .container-fluid, .modal-open  .container {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.modal-content{
  width: 100%;
  height: 90vh;
  background: #ffffff url(../images/border.png) no-repeat;
  box-shadow: 0px 10px 40px rgba(2,10,44,0.15);
  border-radius: 0px;
}
.modal-content .btn-close{
  width: 17px !important;
  padding: 0px;
  height: 17px !important;
  background-size: cover;
  float: right;
}
.modal-content h2{
  color: var(--color-title);
  font-family: var(--font-roboto);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -1.2px;
}
.modal-dialog{
  max-width: 80vw;
}
.cookie_quest{
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  opacity: 1 !important;
}
.toast{
  position: fixed;
  bottom: 0;
  display: inline;
}
/*Header*/
.logo {
  width: auto;
  height: 38px;
  max-height: 38px;
}
#offcanvaser{
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
}
#offcanvaser i{
  font-size: 1.5em;
  color: #bb1718;
}
#offcanvaser:focus{box-shadow: none;}
.header-content {
  position: relative;
  width: 100%;
  z-index: 99;
  background: rgb(255 255 255 / 100%);
  box-shadow: 0px 10px 40px rgb(2 10 44 / 0%);
  transition: 0.2s all;
}
.header-content.sticky {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 99999;
  background: rgb(255 255 255 / 100%);
  box-shadow: 0px 10px 40px rgb(2 10 44 / 15%);
  transition: 0.2s all;
}
.site-header{
  min-height: 60px;
}
.header-content.sticky #offcanvaser{

}
.nav-righter{
  margin-top: 1.5rem;
  float: right;
  transition:0.2s all;
}
.header-content.sticky .nav-righter{
  margin-top: 10px;
}
nav.main-header .mheader-item,
nav.main-header .mheader-item .mheader-a{
  position: relative;
  font-family: var(--font-gilroy);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.25px;
  text-decoration: none;
  margin-right: 5px;
}
nav.main-header .mheader-item:hover,
nav.main-header .mheader-item:hover .mheader-a{
  color: var(--color-hover);
}

nav.main-header .mheader-item.has-sub .mheader-sub{
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  background: #ffffff url(../images/border.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0px 10px rgba(2,10,44,0);
  padding: 15px;
  border-radius: 0px;
  visibility: hidden;
  overflow: hidden;
}
nav.main-header .mheader-item.has-sub:hover .mheader-sub{
  position: absolute;
  visibility: visible;
  width: fit-content;
  height: fit-content;
  overflow: visible;
  box-shadow: 0px 10px 40px rgba(2,10,44,0.15);
  opacity: 1;
  display: flex;
}
nav.main-header .mheader-sub .mheader-subitem{
  padding: 15px;
  list-style: none;
  display: inline-flex;
  transition: var(--transition1);
}
nav.main-header .mheader-sub .mheader-subitem a{
  text-decoration:none;
}
nav.main-header .mheader-item.has-sub .mheader-subitem:hover{
  background: var(--light-purple);
  border-radius: 23px;
}
nav.main-header .mheader-sub .mheader-subicon{
  width: 120px;
  height: 80px;
  display: block;
  position: relative;
  text-align: center;
}
nav.main-header .mheader-sub .mheader-subicon img{
  width: 100%;
}

nav.main-header .mheader-sub .mheader-subtitle{
  font-family: var(--font-roboto);
  color: var(--color-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  text-align: center;
}

nav.main-header .mheader-sub .mheader-subdescr{
  display: block;
  color: var(--color-description);
  font-family: var(--font-roboto);
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
/* FOOTER */
.social-link a{
  font-size: 24px;
  color: var(--color-title);
  margin-right: 15px;
}
.copyright,
.copyright .copyright-menu a{
  color: var(--color-title);
  font-family: var(--font-roboto);
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  line-height: 14px;
}
.copyright-menu a{
  margin-left: 15px;
}

.footer .mfooter-item,
.footer .mfooter-item .mfooter-a{
  font-family: var(--font-roboto);
  color: var(--color-title);
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1px;
  text-decoration: none;
}
.footer .mfooter-item:hover,
.footer .mfooter-item:hover .mfooter-a{
  color: var(--color-hover);
}
.footer-nav-container {
  padding-top: 1em;
  padding-bottom: 1em;
  align-items: center;
  justify-content: center;
}
.footer-nav a{
  margin-right: 30px;
}
.footer-nav,
.footer-nav a{
  color: #9ca0a3;
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 200;
  line-height: 14px;
}
.footer-info img{
  display: block;
  margin-bottom: 30px;
}
.footer-info,
.footer-info a{
  color: var(--color-description) !important;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
  display: block;
}
.footer-menu h4{
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  padding-top: 30px;
}
.footer-menu a{
  color: var(--color-description);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
  display: block;
}
.pt-100{
  padding-top: 100px;
}
.pt-150{
  padding-top: 150px;
}
.ml-15{
  margin-left: 15px;
}

p>img,
.raw-html-embed img{
  max-width: 100%;
}
/*---------------
ANA ALANLAR
---------------*/
.demo-button{
  position: fixed;
  bottom: 10px;
  right: 10px;
}
/*BRO SLİDER*/
.carousel{
  display: block;
}
#bro_slider .carousel-item{
  background: #fff;
  opacity: 0;
  transition: 0.6s opacity;
}
#bro_slider .carousel-item.active{
  opacity: 1;
  transition: 0.6s opacity;
}
.carousel-item.image-full.active{
  height: 50vh;
}
.carousel-item.image-full .slider-image{
  position: absolute;
  transform: translateY(-30%);
  width: 100%;
}
.slider-image-mobile{
  display: none;
}

#bro_slider h1{
  color: #07101A;
  font-family: var(--font-gilroy);
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  max-width:30vw;
}
#bro_slider p{
  font-family: var(--font-gilroy);
  font-size: 14px;
  line-height: 24px;
  max-width:30vw;
}
.slider-caption{
  position: absolute;
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: block;
  left: 0;
  right: 0;
}
.slider-caption .white-caption{
  max-width: 30vw;
  padding: 15px;
  background: rgba(255,255,255,0.9);
}
.slider-branding{
  width: 100%;
  position: relative;
  margin-bottom: 10vh;
}
#bro_slider .carousel-caption{
  position: relative;
  left: 0;
}
/* BRO PRODUCTS*/
#bro_products {
}
#bro_products .products-title p{
  display: none;
}
#bro_products .products-title{
  margin-bottom: 30px;
}
.specs-tabs,
.product-tabs{
  margin-top: 30px;
}
.specs-tab-item,
.product-tab-item{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  padding: 0 15px;
  padding-bottom: 5px;
  border-bottom: 4px solid var(--light-grey);
}
.specs-tab-item.active,
.product-tab-item.active{
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-red);
}
.product-detail{
  background: var(--light-grey);
}
.product-detail p{
  color: #282828;
}
#bro_products .product-icon img{
  display: block;
  transition: 0.4s all;
}
#bro_products .product-item:hover .product-icon img{
  transform: scale(1.1);
  transition: 0.4s all;
}
#bro_products .products-title{
    max-width: 590px;
}

#bro_products .product-item{
  background: url("../images/triangle.png") center center no-repeat;
  background-size: 100% 100%;
  width: 329px;
  height: 277px;
  padding: 0px;
  transition: 0.4s all;
}
#bro_products .product-item:hover{
}
#bro_products .product-item h2{
  color: var(--primary-green);
  font-family: var(--font-gilroy);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  letter-spacing: 1px;
  text-align: left;
  max-width: 226px;
  margin-left: 70px;
  margin-bottom: 24px;
}
#bro_products .product-item:hover h2{
  color: var(--primary-color);
}
#bro_products .product-item .description{
  position: absolute;
  top: 0;
  text-align: right;
  right: 0;
  color: var(--primary-green);
  font-family: var(--font-gilroy);
}
#bro_products .product-item:hover .description{
  color: #fff;
}
#bro_products .product-item .btn.btn-more{
  opacity: 0;
  transition: 0.4s all;
}
#bro_products .product-item:hover .btn-more{
  opacity: 1;
  transition: 0.4s all;
}
/* BRO LOGOS*/
#bro_logos .logo-item{
  filter: grayscale(1);
  transition: 0.4s all;
}
#bro_logos .logo-item:hover{
  filter: grayscale(0);
  transition: 0.4s all;
}
/* BRO Description*/
#bro_description{
  position: relative;
  background: var(--primary-color);
  z-index: 0;
}
#bro_description:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  opacity: 0.9;
  z-index: -1;
}
#bro_description h2{
  position: relative;
  color: #ffffff;
  font-family: var(--font-gilroy);
  font-size: 129px;
  font-weight: 600;
  line-height: 129px;
  z-index: 2;
}

/* BRO VIDEO AREA*/
#bro_video {
  position: relative;
}
#bro_video .refer-image{
  width: 100%;
}
#bro_video .video-bg{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 0px;
}
#bro_video .video-bg::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0 2 10 / 48%), rgb(2 10 44 / 76%));
}
#bro_video a{
  text-align: center;
  cursor: zoom-in;
  transition: 0.4s all;
}
#bro_video a:hover{
  transform: scale(0.99);
}

/* Bro Services*/
#bro_services .services-title{
  max-width: 578px;
}
#bro_services .services-title h2{
  color: var(--color-title);
  font-family: var(--font-roboto);
  font-size: 36px;
    font-weight: 700;
    line-height: 38px;

}
#bro_services .services-title p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
.services-wrap {
  padding: 30px 0;
}
#bro_services .service-item {
  width: 48%;
  padding: 0;
  border: 4px solid var(--light-grey);
  margin-bottom: 15px;
  margin-right: 1%;
}
#bro_services .service-item .service-info{
}
#bro_services .service-item .service-icon {
  width: 170px;
  height: 118px;
  background: var(--light-grey);
  text-align: center;
  line-height: 1;
  transition: 0.4s all;
}
#bro_services .service-item .service-icon img {
  height: 54px;
  top: 50%;
  position: relative;
  margin-top: -27px;
}
#bro_services .service-item:hover .service-icon{
  background: var(--color-title);
  transition: 0.4s all;
}
#bro_services .service-item:hover .service-icon img{
  filter: brightness(0) invert(1);
  transition: 0.4s all;
}
#bro_services .service-item h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 30px;
}

#bro_services .service-item p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#bro_services .service-extra{
  position: relative;
  width: 50%;
  padding: 2em;
}
#bro_services .service-extra::before{
  content: "";
  position: absolute;
  border-radius: 16px;
  background: var(--light-purple);
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  display:block;
  z-index: -1;
}
#bro_services .service-extra h2{
  color: var(--btn-more);
  font-family: var(--font-gilroy);
  font-size: 36px;
    font-weight: 700;
    line-height: 38px;

}
/* testimonials*/
#bro_testimonials .testimonial-title{
  max-width: 578px;
  text-align: center;
  margin: 0 auto;
}
#bro_testimonials .testimonial-title h2{
  color: #003945;
  font-family: var(--font-gilroy);
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;

}
#bro_testimonials .testimonial-title p{
  color: #99B0B5;
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

#bro_testimonials .testimonial-item h2{
  color: #003945;
  font-family: var(--font-gilroy);
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: -0.9px;
}
#bro_testimonials .testimonial-item p{
  font-size: 12px;
  line-height: 1.1;
  color: #99B0B5;
  font-family: var(--font-gilroy);
}

#bro_testimonials .person-image{
  position: relative;
  margin-left: -30px;
  border-radius: 100%;
  width: 24px;
  overflow: hidden;
}
#bro_testimonials .testimonial-rate{
 color:#F9B407;
  margin-bottom: 10px;
}

#bro_testimonials .testimonial-person h4{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  letter-spacing: -0.9px;
}
#bro_testimonials .testimonial-person span{
  color:  var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 12px;
  font-weight: 300;
  margin: 0px;
}
/*Dealer*/
.dealer-wrap {
  padding: 30px 0;
}
#marker-info {
  width: 400px;
  min-height: 170px;
}
#bro_dealers .dealer-item {
  display: inline-flex;
  padding: 0;
  border: 4px solid var(--light-grey);
  background: #fff;
  margin-bottom: 15px;
}
#bro_dealers .dealer-item .dealer-info{
  width: 70%;
  padding: 10px;
}
#bro_dealers .dealer-item .dealer-info h5{
  font-size: 18px;
  margin-bottom: 10px;
}
#bro_dealers .dealer-item .dealer-info p{
  font-size: 14px;
  margin-bottom: 0;
}
#bro_dealers .dealer-item .dealer-icon {
  width: 170px;
  height: 150px;
  overflow: hidden;
  background: var(--light-grey);
  padding-left: 2px;
  text-align: center;
  line-height: 1;
  transition: 0.4s all;
}
#bro_dealers .dealer-item .dealer-icon img {
  height: 100%;
  width: 100%;
  position: relative;
}
/*Team Member*/

#bro_teams .border {
  height: 290px;
  width: 290px;
  background: transparent;
  border-radius: 10px;
  transition: border 1s;
  position: relative;
  display: none;
}
#bro_teams .border:hover {
  border: 1px solid #fff;
}
#bro_teams .team-member {
  height: 300px;
  width: 300px;
  background: #808080;
  border-radius: 10px;
  transition: background 0.8s;
  overflow: hidden;
  background: #000;
  box-shadow: 0 70px 63px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
#bro_teams .team-member {
  background:#fff center center no-repeat;
  background-size: 300px;
}
#bro_teams .team-member:hover {
  background:#fff top center no-repeat;
  background-size: 320px;
}
#bro_teams h2,
#bro_teams p{
  margin: 0;
}
#bro_teams h2{
  margin-top: 30px;
}
/*Contact Form*/
#bro_form{
}
#bro_form .contact-form-wrap{
  position: relative;
}
#bro_form .contact-info{
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#bro_form .contact-title{
  text-align: center;
}
#bro_form .contact-title h2,
#bro_form .contact-info h2{
  color: var(--primary-color);
  font-family: var(--font-gilroy);
  font-size: 48px;
  font-weight: 700;
  line-height: 38px;
}
#bro_form .contact-title p{
  color: var(--primary-color);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
  margin:0 auto;
  margin-bottom: 50px;
  width: 580px;
}
#bro_form .contact-info p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}
#bro_form .contact-info p strong{
  font-weight: 700;
}
#bro_form .contact-info p a{
  color:  var(--color-title);
}
#bro_form .contact-form {
}
#bro_form .contact-form h2{
  color:  var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -1.2px;
  margin-bottom: 1em;
}
/*Blog*/
.blog-image.page-banner{
  width: 100vw;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40vh;
  overflow: hidden;
}
.blog-detail-image{
  width: 100%;
}
.blog-image img{
  width: 100vw;
}
#bro_blog .blog-title{
  max-width: 578px;
}
#bro_blog .blog-title h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
}
#bro_blog .blog-title p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#bro_blog .blog-item{
  width: 23%;
  margin: 1%;
  padding: 1em;
  background: #ffffff url(../images/border.png) no-repeat;
  background-size: cover;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0px;
  box-shadow: 0 2px 2px 0px rgb(0 0 0 / 10%);
  display: inline-block;
  transition: 0.4s all;
}

#bro_blog .blog-item h2{
  font-family: var(--font-gilroy);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
}
#bro_blog .blog-item p{
  font-family: var(--font-gilroy);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
#bro_blog .blog-item img{
  width: 100%;
  margin-bottom: 1em;
}


/*SSS*/
#bro_sss .sss-title{
  max-width: 578px;
}
#bro_sss .sss-title h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 36px;
    font-weight: 700;
    line-height: 38px;

}
#bro_sss .sss-title p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#bro_sss .sss-item{
  position: relative;
  border-radius: 16px;
  border: solid #f7f7f8;
  background: #ffffff;
  padding: 2em 1em;
}
#bro_sss .sss-header{
  position: relative;
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

/*Blog Details*/
#bro_blog_detail .blog-image img{
  width: 100%;
}
#bro_blog_detail .blog-content h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 36px;
    font-weight: 700;
    line-height: 38px;

}
#bro_blog_detail .blog-content h2::after{
  content: "";
  width: 75px;
  height: 2px;
  display: block;
  margin: 1em 0;
  border-radius: 1px;
  background: #282828;
}
#bro_blog_detail .blog-content p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
/* BRO Product Description*/
.product-image{
  position: relative;
}
.product-image h4{
  font-size: 36px;
  text-align: center;
}
.product-image img{
}
#bro_product_description .description-image{
  width: 50%;
  position:relative;
}

#bro_product_description .description-image img{
    border-radius: 16px;
    width: 100%;
    /*max-width: 847px;
    transform: translateX(-25%);
    */
    max-height: 506px;
}

#bro_product_description .description-caption p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
/*BRO Description*/
#bro_description_slider .carousel-inner{
  border-radius: 16px;
  background: #ed743b;
  width: 100%;
  height: 230px;
}
#bro_description_slider .carousel-item{
  height: 100%;
  opacity: 0;
  transition: 0.6s opacity;
}
#bro_description_slider .carousel-item.active{
  opacity: 1;
  transition: 0.6s opacity;
}

#bro_description_slider h1{
  color: #ffffff;
  font-family: var(--font-gilroy);
  font-size: 36px;
    font-weight: 700;
    line-height: 38px;

}

#bro_description_slider p{
  font-family: var(--font-gilroy);
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#bro_description_slider .carousel-controller{
  position: absolute;
  margin: 0 auto;
  left: 0;
  right:0;
  bottom:4em;
  width: 80px;
}
#bro_description_slider .carousel-control-prev,
#bro_description_slider .carousel-control-next{
  width: 34px;
  height: 34px;
  border-radius: 22px;
  background: #f5f5f5;
  text-align: center;
  opacity: 1 !important;
}
#bro_description_slider .carousel-control-prev-icon{
  background: url(../images/icons/icon-long-arrow-left.svg) center no-repeat;
}
#bro_description_slider .carousel-control-next-icon{
  background: url(../images/icons/icon-long-arrow-right.svg) center no-repeat;
}
/* advantage*/
#bro_advantages .advantage-items{
  position: relative;
  padding: 2em;
}
#bro_advantages .advantage-icon{
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #f5f5f5;
  text-align: center;
  line-height: 42px;
  margin-bottom: 1em;
  transition: 0.4s all;
}
#bro_advantages .advantage-items:before{
  content: "";
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  position: absolute;
  border-radius: 16px;
  background:var(--light-purple);
  z-index: -1;
}
#bro_advantages .advantage-item{
  width: 49%;
  display: inline-block;
}
#bro_advantages .advantage-item h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
#bro_advantages .advantage-item h2:after{
  content:"";
  width: 34px;
  height: 2px;
  border-radius: 1px;
  display: block;
  margin: 1em 0;
  background-color: var(--btn-more);
  transition: 0.4s all;
}
#bro_advantages .advantage-item ul{
  padding: 0px;
  padding-left: 1em;
}
#bro_advantages .advantage-item li{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
/* Pricer */
#bro_price .container{
  padding: 4em;
  border-radius: 16px;
  background: #edf0ff;
}
#bro_price .price-title h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 36px;
    font-weight: 700;
    line-height: 38px;

  margin-bottom: 1em;
}
#bro_price .price-list{
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
#bro_price .price-note{
  color: #ed743b;
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#bro_price .price-list ul{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  padding: 0 !important;
}
#bro_price .price-list li::before{
  content: "";
  background: url(../images/icons/icon-checked.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  float: left;
  top:9px;
}
#bro_price .price-card{
  border-radius: 16px;
  background: #ffffff;
  padding: 1em;
}
#bro_price .switch{
  width: 192px;
  height: 38px;
  border-radius: 23px;
  border: solid #ed743b;
  background: #ffffff;
  text-align: center;
  margin: 1em  auto;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}
#bro_price .switch span{
  width: 96px;
  height: 38px;
  color: #ed743b;
  font-family: var(--font-gilroy);
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  display: inline-block;
}
#bro_price .switch span.monthly {
    position: absolute;
    left: -3px;
    top: -3px;
}
#bro_price .switch span.yearly {
    position: absolute;
    right: -3px;
    top: -3px;
}
#bro_price .switch span.active{
    background: #ed743b;
    color:#ffffff;
}
#bro_price .product-name{
  color: #ed743b;
  font-family: var(--font-gilroy);
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  width: 100%;
  display:block;
  text-align: center;
}
#bro_price .price{
  width: 100%;
  text-align: center;
  margin: 1em;
  display: block;
}
#bro_price .price b{
  color: var(--color-title);
  font-family: Helvetica;
  font-size: 36px;
  font-weight: 600;
  margin-right: 5px;
  line-height: 24px;
}
#bro_price .price small{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
}
#bro_price .pricer{
  border-radius: 16px;
  background: #edf0ff;
  padding: 1em;
  margin: 2em 0;
}
#bro_price .first-pricer{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  display: block;
}
#bro_price .first-pricer b{
  display: block;
}
#bro_price .first-pricer small{
  font-size: 13px;
}
#bro_price .second-pricer{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-top: 1em;
  display: block;
}
#bro_price .second-pricer span{
  color: #ed743b;
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  display: block;
}
/*Product Management*/
#bro_management .management-title{
  max-width: 578px;
}
#bro_management .management-title h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 36px;
    font-weight: 700;
    line-height: 38px;
}
#bro_management .management-title p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#bro_management .management-item{
  width: 50%;
  padding: 2em;
}
#bro_management .management-item ul{
  padding-left: 1em;
}
#bro_management .management-item ul li{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#bro_management .management-item .management-icon{
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: var(--light-purple);
  text-align: center;
  line-height: 42px;
  margin-bottom: 1em;
  transition: 0.4s all;
}
#bro_management .management-item:hover .management-icon{
  background: var(--color-title);
  transition: 0.4s all;
}
#bro_management .management-item h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.9px;
}
#bro_management .management-item h2::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 1px;
  display: block;
  margin: 1em 0;
  background-color: var(--light-purple);
  transition: 0.4s all;
}
#bro_management .management-item:hover h2::after{
  content: "";
  background-color: var(--color-title);
  transition: 0.4s all;
}
#bro_management .management-item p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

/*Galeri*/
.gallery-item{
  cursor: zoom-in;
  display: inline-block;
  overflow: hidden;
}
.gallery-item img{
  width: 100%;
}
.gallery-image-item{
  position:relative;
  overflow: hidden
}
.gallery-image{
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
/* BRO VIDEO AREA*/
#bro_refer {
  position: relative;
}
#bro_refer .refer-item:nth-child(odd) .refer-image,
#bro_refer .refer-item:nth-child(odd) .refer-caption{
  float: left;
}
#bro_refer .refer-item:nth-child(even) .refer-image,
#bro_refer .refer-item:nth-child(even) .refer-caption{
  float: right;
}
#bro_refer .refer-image{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 0px;
  width: 50%;
}
#bro_refer .refer-image::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0 2 10 / 48%), rgb(2 10 44 / 76%));
  transition: 0.4s all;
}
#bro_refer .refer-image:hover::before{
  background: linear-gradient(180deg, rgba(0 2 10 / 28%), rgb(2 10 44 / 66%));
  transition: 0.4s all;
}
#bro_refer .refer-image>img{
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s all;
}
#bro_refer .refer-image:hover>img{
  transform: scale(1.1);
  transition: 0.4s all;
}
#bro_refer .refer-caption{
  position: relative;
  width: 50%;
  padding: 1.5rem;
}
#bro_refer .refer-caption h2 {
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
#bro_refer .refer-caption ul{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  padding: 0 !important;
}
#bro_refer .refer-caption li::before{
  content: "";
  background: url(../images/icons/icon-checked.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  float: left;
  top:9px;
}

/*Documents*/
.document-tree{
  padding: 0;
}
.doc-header{
  font-family: var(--font-gilroy);
  color: var(--color-title);
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: all 0.4s;
}
.current>.doc-header,
.doc-header.activer{
  color: var(--color-hover);
  border-bottom: 1px solid rgb(0 0 0 /10%);
  transition: all 0.4s;
}
.doc-suberitem a,
.doc-suberitem{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  padding: 0 !important;
}
.doc-suberitem a:before {
  content: "";
  background: url(../images/icons/icon-calendar.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  float: left;
  top: 5px;
}

.docer-title h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 36px;
    font-weight: 700;
    line-height: 38px;
}

.docer-title h2:after {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 1px;
  display: block;
  margin: 1em 0;
  background-color: var(--color-title);
  transition: 0.4s all;
}


/* Noyax announcement*/
#bro_announcements .announcements-title{
  max-width: 578px;
}
#bro_announcements .announcements-title h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;

}
#bro_announcements .announcements-title p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#bro_announcements .announcement-item{
  width: 48%;
  padding: 1%;
  display: inline-block;
}
#bro_announcements .announcement-item .announcement-icon{
  width: 128px;
  height: 128px;
  border-radius:100%;
  background: var(--light-purple);
  text-align: center;
  line-height: 126px;
  margin-bottom: 1em;
  transition: 0.4s all;
}
#bro_announcements .announcement-item:hover .announcement-icon{
  background: var(--color-title);
  transition: 0.4s all;
}
#bro_announcements .announcement-item .announcement-content{
}
#bro_announcements .announcement-item h2{
  color: var(--color-title);
  font-family: var(--font-gilroy);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.9px;
}
#bro_announcements .announcement-item h2::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 1px;
  display: block;
  margin: 1em 0;
  background-color: var(--light-purple);
  transition: 0.4s all;
}
#bro_announcements .announcement-item:hover h2::after{
  content: "";
  background-color: var(--color-title);
  transition: 0.4s all;
}
#bro_announcements .announcement-item p{
  color: var(--color-description);
  font-family: var(--font-gilroy);
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
#bro_announcements .announcement-extra{
  position: relative;
  width: 50%;
  padding: 2em;
}
#bro_announcements .announcement-extra::before{
  content: "";
  position: absolute;
  border-radius: 16px;
  background: var(--light-purple);
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  display:block;
  z-index: -1;
}
#bro_announcements .announcement-extra h2{
  color: var(--btn-more);
  font-family: var(--font-gilroy);
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;

}

/*Media Queries*/
@media (max-width: 1399px) {
  /*Description*/
  #bro_product_description .description-image,
  #bro_product_description .description-caption,
  #bro_product_description .description-image img,
  #bro_description .description-image,
  #bro_description .description-caption,
  #bro_description .description-image img{
    width: 100%;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .professional-boats-linker{
    text-align: center !important;
  }
  .slider-image{
    display: none;
  }
  .slider-image-mobile{
    display: block !important;
  }
  .slider-caption{
    top: 100px;
  }
  .slider-caption .container{
    width: 100%;
    max-width: 100%;
  }
  #bro_slider h1,
  #bro_slider p{
    width: 100% !important;
    max-width: 100% !important;
  }
  /*
  #bro_slider .carousel-item{
    height: 100vh;
    background: #f5f5f5;
  }
   */
  #offcanvaser{
    display: block;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    background-color:var(--primary-color);
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    min-height: 100vh;
    min-width: 100vw;
    padding: 10vh 2vh;
  }
  .footer-nav a{
    display: block;
  }
  .subcategory-menu-content {
    padding: 0 10% !important;
  }
  /*header-footer*/
  .mheader-sub{display: none}
  .copyright .d-block,
  .copyright-menu{
    text-align: center;
    margin: 1em 0;
  }
  .nav-righter{
    float: none!important;
  }
  nav.main-header .mheader-item, nav.main-header .mheader-item .mheader-a{
    display: block;
    width: 100%;
    color: #000;
    transition: 0.4s all;
  }
  nav.main-header .mheader-item{
    position: relative;
    width:75vw;
    margin-left: -20px;
    padding-left: 30px;
    transition: 0.4s all;
  }
  nav.main-header .mheader-item:hover{
    background: #fff;
    color: #000;
    width: 100vw;
    transition: 0.4s all;
  }
  nav.main-header .mheader-item.has-sub:hover .mheader-sub{
    position: relative;
    display: block;
    padding: 0;
    background: none;
    box-shadow: none;
  }

  /*components*/
  /*slider*/
  #bro_slider .slider-image{
    width: 100%;
  }

  #bro_slider small{
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #bro_slider h1{
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  #bro_slider p{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  /*Products*/
  #bro_products .products-title{
    text-align: center;
  }
  #bro_products .product-item{
  }
  /*Logolar*/
  #bro_logos .logo-item{
    text-align: center;
  }
  /*Description*/
  #bro_product_description .description-image,
  #bro_product_description .description-caption,
  #bro_product_description .description-image img,
  #bro_description .description-image,
  #bro_description .description-caption,
  #bro_description .description-image img{
    width: 100%;
    transform: none;
  }
  /*bro Video*/
  #bro_video .video-bg .caption{
      padding: 2em;
      text-align: center;
  }
  #bro_video .refer-image{
    width: 100%;
  }
  #bro_video .video-bg .caption p{
    display: none;
  }
  #bro_video .video-bg .caption h2{
    font-size: 30px;
    line-height: 30px;
  }
  /*Services*/
  #bro_services .services-title{
    text-align: center;
  }
  #bro_services .service-item{
    width: 50%;
  }
  #bro_services .service-item h2::after,
  #bro_services .service-item .service-icon{
    margin: 1em auto;
  }
  #bro_services .service-extra,
  #bro_services .service-extra::before{
    width: 100%;
  }
  /*testimonial*/
  #bro_testimonials .testimonial-title{
    width: 100%;
    text-align: center;
  }
  #bro_testimonials .testimonial-item{
    width: 100%;
  }
  /*Blog*/
  #bro_blog .blog-title{
    text-align: center;
  }
  #bro_blog .blog-title+.text-right{
    flex: 1 0 100%;
    text-align: center;
  }
  #bro_blog .blog-title+.text-right .doc-content{
    padding-left: 0;
  }
  #bro_blog .blog-item{
    width: 100%;
  }
  /*product management*/
  #bro_product_description .description-caption h2,
  #bro_product_description .description-caption h2:after,
  #bro_product_description .description-caption p,
  #bro_product_description .description-caption a,
  #bro_management .management-title,
  #bro_management .management-icon,
  #bro_management .management-item p,
  #bro_management .management-item h2,
  #bro_management .management-item h2:after{
    margin: 1em auto;
    display: block;
    text-align: center;
  }
  #bro_management .management-item{
    width: 100%;
  }
  /*Carousel Description*/
  #bro_description_slider .carousel-inner,
  #bro_description_slider .carousel-caption{
    position: relative;
    padding: 1em;
    left:0;
    right: 0;
    bottom:0;
    height: auto;
  }
  #bro_description_slider h1{
    font-size: 27px;
    line-height: 30px;
  }
  /*advantages*/
  #bro_advantages .advantage-title{
    text-align: center;
  }
  #bro_advantages .advantage-items:before,
  #bro_advantages .advantage-item{
    width: 100%;
  }
  /*Price*/
  #bro_price .price-list{
    width: 100%;
  }
  #bro_price .price-card{
    margin-top: 2em;
  }
  #bro_price .container{
    padding: 2em;
  }
  /*Contacts*/
  .contact-form-container,
  .contact-info-container{
    width: 100%;
    margin-bottom: 1em;
  }
  .contact-info .caption{
    padding: 1em !important;
  }
  .contact-info .caption h2{
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .contact-info .caption p{
    font-size: 15px !important;
    line-height: 17px !important;
  }
  /*Reference Videos*/
  #bro_refer .refer-item .refer-image,
  #bro_refer .refer-item .refer-caption{
    float: none;
    width: 100%;
  }
  .left-title{
    display: none;
  }
  .footer-nav,
  .footer-nav a{
    margin-bottom: 0.5em;
  }
  .social-link{
    text-align: center !important;
  }
}



.swiper {
  width: 100%;
  height: 100%;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #bb1718;
}
#bro_products .swiper-container{
  height: 330px;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  align-items: flex-end;
  display: flex;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.current-prod{
  box-shadow: 10px 30px 20px -10px rgba(0,0,0,0.3);
}
.current-prod h2{
  font-size: 26px !important;
}
.swipe-card{
  display: block;
}
.swiper-slide {
  width: 80%;
}

.swiper-slide:nth-child(2n) {
  width: 60%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
}
.refer-item{
  overflow: hidden;
}
@media (min-width: 991.99px) {
  .swiper-slide {
    margin: 0 0.5rem !important;
    width: 25% !important;
  }

  .header-content.sticky .py-4{
    padding-top: 0.5rem !important;
    transition:0.2s all;
  }
  .mainlogo-container{display: inline-block;}
  .logo-container{
    display: none;
  }
}
@media (max-width: 991.98px) {
  nav.main-header .mheader-item, nav.main-header .mheader-item .mheader-a{
    line-height: 1;
    padding: 0;
    padding-left: 30px;
  }
  nav.main-header .mheader-item .mheader-a{
    color: #fff;
    font-size: 25px;
  }
  #bro_video h2,
  #bro_description h2,
  .slider-branding h2,
  .slider-branding h4{
    line-height: 1;
    margin-bottom: 1em;
    text-align: center;
  }
  #bro_video h2{
    margin-bottom: 0;
  }
  .header-content{
    position: relative;
    background: #fff;
    width: 100%;
  }
  .mainlogo-container,
  #bro_testimonials .person-image,
  .slider-branding.text-start,
  .go-down{
    display: none;
  }
  .logo-container{
    width: 100vw;
    text-align: center;
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 4px;
    left: 0px;
    position: absolute;
  }
  .carousel-caption{
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #bro_products{
    height: auto !important;
    padding: 4em 0;
  }
  #bro_products .swiper{
    position: relative;
    width: 100%;
  }
  #bro_description{
    height: auto;
    padding: 4em 0;
  }

  #bro_video {
    position: relative;
    height: auto;
    padding: 4em 0;
  }
  #bro_form,
  #bro_testimonials,
  #bro_blog{
    height: auto !important;
  }
  /*services*/
  #bro_services .service-item{
    width: 100%;
    text-align:center;
  }
  .disabled-onepage-scroll,
  .disabled-onepage-scroll .wrapper{
    overflow-x: hidden;
  }
}
iframe .css-11cewt9{
  display: none;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  grid-auto-rows: minmax(215px, 1fr);
  grid-auto-flow: dense;
  grid-gap: 15px;
  padding: 0px;
}
.grid-container .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor:zoom-in;
}

.grid-container .xs {
  grid-column-end: span 1;
  grid-row-end: span 1;
}

.grid-container .sm {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.grid-container .md {
  grid-column-end: span 3;
  grid-row-end: span 2;
}
.grid-container .lg {
  grid-column-end: span 5;
  grid-row-end: span 2;
}
.grid-container .md-v {
  grid-column-end: span 2;
  grid-row-end: span 3;
}
.grid-container .md-h {
  grid-column-end: span 3;
  grid-row-end: span 2;
}
.grid-container h1 {
  font: 100% Gilroy, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
}
.grid-container p {
  font: 100% Gilroy, sans-serif;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*Skewed Products*/
.professional-boats-linker{
  text-align: right;
}
.professional-boats-link{
  line-height: 50px;
}
.subcategory-menu {
  width: 100%;
}
.subcategory-menu-content {
  display: flex;
  padding: 0 2%;
}
.subcategory-menu-item {
  transform: skew(-15deg);
  overflow: hidden;
  margin-bottom: 5px;
  transition: 0.3s;
}
.subcategory-menu-item:not(:last-of-type) {
  border-right: 4px solid transparent;
}
.subcategory-menu-item:hover {
  transform:  skew(-15deg) scale(0.97);
  opacity: 0.9;
}
.subcategory-menu-img {
  display: block;
  height: 220px;
  margin-left: 50%;
  transform: skew(15deg) translate(-50%);
}
.subcategory-menu-item h4 {
  color: #fff;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 5px;
  font-size: 22px;
  padding: 2px 10px;
  background: rgba(187, 23, 24, 0.81);
  transition: 0.2s all;
}
.subcategory-menu-item:hover h4 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  min-height: 40px;
  max-height: fit-content;
  padding: 0;
  font-size: 30px;
  text-align: center;
}
/*Render Gallery*/
.render-small-img img
{
  height: 92px;
  margin: 10px 0;
  cursor: pointer;
  display: block;
  opacity: .6;
}

.render-small-img img:hover
{
  opacity: 1;
}

.render-small-img
{
  float: left;
}

.render
{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.render-img-container img
{
  height: 400px;
}

.render-img-container
{
  float: right;
  padding: 10px;
}
.select2-container{
  width: 100% !important;
  display: block;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 0.375rem 0.75rem;
  line-height: 2.1;
}
.select2-container--default .select2-selection--single{
  height: 50px;
  border-radius: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 45px;
}

.fancybox__container{
  z-index: 99999;
}

/*Custom Boats*/
.selecter-tab-area{
  width: fit-content;
  height: 50px;
  margin: 30px auto;
  text-align: center;
}
.selecter-item-area {
  width: fit-content;
  margin: 30px auto;
  text-align: center;
}
.selecter-part-item{
  width: fit-content;
}
.selecter-tab-item{
  padding:0 30px;
  border-bottom: 4px solid #e9e9e9;
}
.selecter-tab-item h4{
  white-space: nowrap;
}
.selecter-tab-item.active{
  border-bottom: 4px solid var(--color-hover);
}
.selecter-step1-back{
  margin: 15px 0;
}
.circle-icon-item{
  position: relative;
  width: 52px;
  height: 52px;
  margin: 15px 0;
  display: inline-flex;
}
.circle-icon-item img{
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.circle-icon-item:before{
  content:"";
  position: absolute;
  border: 2px solid #e9e9e9;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  left: -8px;
  top: -8px;
  transition: 0.4s all;
}
.selecter-part-item.selected .circle-icon-item{
  transform: scale(1.3);
  transition: 0.4s all;
}
.selecter-part-item.selected .circle-icon-item:after{
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  color: #fff;
  left: -8px;
  right: 0;
  bottom: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  transition: 0.4s all;
}

.selecter-part-item.iconless {
  border: 2px solid #e9e9e9;
  margin-right: 15px;
  padding: 20px 30px;
}
.selecter-part-item.iconless h4{
  padding: 0;
  margin: 0;
}
.selecter-part-item.iconless.selected{
  border:4px solid var(--color-hover);
  color: var(--color-hover);
}
.selecter-part-item.disable{
  display: none !important;
}
.navigataion{
  flex-direction: row;
  justify-content: space-between;
}
.navigataion span{
  width: 170px;
}
.custom-boat-prev,
.custom-boat-next{
  background:#e9e9e9;
  width: 100%;
  line-height: 50px;
  display: inline-block;
  text-align: center;
}
.custom-boat-next{
  background: var(--color-hover);
  color: #fff;
}
.custom-boat-next:hover{
  color: #fff;
}
.language-switcher a img{
  position: relative;
  border-radius: 100%;
  top: -3px;
  width: 24px;
  margin-left: 25px;
}
.language-switcher a span{
  color: #fff;
  margin-left: 5px;
}

.cookie-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  max-width: 340px;
  width:100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 300ms ease-out;
  border-radius:5px;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 400ms;
}

.container{
  position:relative;
}
.cookie-settings
{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  max-width:100%;
  background: #ffffffd9;
  z-index:9999;
  display:none;
}

.cookie-settings .card {
  max-width: 400px;
  padding: 1.2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  /* height: 100%; */
  max-height: 645px;
}
.cookie-settings .card h3 {
  font-size: 21px;
  padding: 10px;
}
.cookie-settings .card p{
  font-size: 14px;
  color: rgba(0,0,0,.8);
  padding-bottom:20px;
}
.cookie-settings .buttons{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  border-top: solid 1px #e5e5e5;
  padding-top: 20px;
}
.cookie-settings .btn{

}
.cookie-settings .bg{
  background-color:#007bff;
  color:#FAFBFB;
  border-color:#007bff;
  box-shadow: 5px 5px 15px -6px #D48EA6;
}
.cookie-settings .setting .header{
  display:flex;
  align-items:center;
}
.cookie-settings .setting .header .back img
{
  max-width: 25px;
  position: relative;
  top: -4px;
  opacity: 0.5;
}
.cookie-settings .setting .header .back img:hover,
.cookie-settings .setting .header .back img:focus
{
  opacity:1;
}
.cookie-settings .setting .contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
  flex-direction: column;
  text-align: left;
}
.cookie-settings .switch .contents .content{
  display:flex;
  justify-content:space-evenly;
  align-items:center;
}
.cookie-settings .cookie-text
{

}
.cookie-settings .cookie-text h6
{
  color:#007bff;
  margin-bottom:15px;
  margin-top:15px;
}
.cookie-settings .cookie-text ul
{
  padding-left: 16px;
}
.cookie-settings .cookie-text ul li
{
  margin-bottom:10px;
}
.cookie-settings .cookie-text ul li.extra
{

}
.cookie-settings .content span{

  font-weight: 500;
  margin-right:5px;
}
.cookie-settings .content span.desc
{
  position: relative;
  top: 3px;
  font-size: 13px;
}
.cookie-settings .switch {
  position:relative;
  display:inline-block;
  width:60px;
  height:30px;
}
.cookie-settings .switch input{
  width:0;
  height:0;
  opacity:0;
}

.cookie-settings .switch input:disabled:checked + .rounded
{
  cursor: not-allowed;
}
.cookie-settings .rounded{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#ccc;
  border-radius:50px !important;
  transition:.2s ease-in-out;
  box-shadow: inset 0 0 10px #00000008;
  cursor:pointer;
}
.cookie-settings .rounded::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  /* margin: 3px; */
  background-color: #fff;
  border-radius: 50%;
  left: 5px;
  bottom: 3.8px;
  transition: inherit;
}
.cookie-settings .switch input:checked + .rounded {
  background-color:#007bff;
}
.cookie-settings .switch input:focus + .rounded {
  box-shadow: 0 0 1px #2196F3;
}
.cookie-settings .switch input:checked + .rounded:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
.cookie-settings .setting .actions {
  margin-top:20px;
  padding-top:10px;
  padding-right:20px;
  background:#FAFBFB;
  display:flex;
  justify-content:flex-end;
}

@media only screen and (max-height: 650px) {
  .cookie-settings .card {
    height: calc(100% - 50px);
  }
}