/* General Style Start */

@font-face {
  font-family: "montserrat_medium";
  src: url(../fonts/static/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "montserrat_bold";
  src: url(../fonts/static/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "montserrat_regular";
  src: url(../fonts/static/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "montserrat";
  src: url(../fonts/static/Montserrat-VariableFont_wght.ttf);
}

html {
  overflow-x: hidden !important;
}

body {
  background-color: #f5f5f5;
}

* {
  font-family: "montserrat", sans-serif;
}


.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-slider {
  overflow: hidden;
}
:root {
  --main_color: #23A6F0;
  --text_color:#252B42;
  --green_color:#2DC071;
  --yellow_color: #F3CD03;
  --dark_color:#252B42;
  --red_color:#eb2123;
}
a{
  text-decoration: none;
}
/* General Style End */

.headerSection{
  background-color: var(--text_color);

}

.header{
  padding: 10px 0;
  background-color: transparent;
  z-index: 2;
  position: relative;
}

.topHeader{
  height: 35px;
}

.topHeader .phone{
  font-size: 14px;
  font-weight: 500;
  color: #737373;
}

.topHeader .phone i{
  font-size: 14px;
  margin-right: 5px;
  rotate: 90deg;
  padding-bottom: 1px;
}


.topHeader .linkedin i{
  font-size: 18px;
  color: #737373;
}

.header .menuButton i{
  font-size: 22px;
  color: white;
  margin-bottom: 5px;
  padding: 10px;
}

.searchBarArea{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: blur(5px);
  overflow: hidden;
}

.searchBarArea .subtext{
  color: #c5c5c5;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.mobileMenu .productsTitle,
.mobileMenu a{
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.dropdownMobileMenu{
  display: none;
  background-color: #f5f5f5;
  padding: 10px 0;
}

.dropdownMobileMenu a{
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  color: #202020;
  width: 100%;
}

.logoMenu{
  width: 175px;
  height: 50px;
}

#mobileMenu{
  width: 100%;
}

#mobileMenu .offcanvas-header{
  background-color: #202020;
}

#mobileMenu .offcanvas-body{
  background-color: #202020;
  padding: 0;
  padding-top: 20px;
}

.menuBtnClose{
  border: none;
  background-color: transparent;
  color: white;
  background-color: transparent;
}

.menuBtnClose i{
  font-size: 24px;
}

.searchBtn i{
  font-size: 24px;
  color: black;
  cursor: pointer;
}
.searchBtn1 i{
  color: white!important;
}

.searchBarArea .title{
  color: white;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}

.searchBarArea input{
  background: white;
  border: none;
  border-radius: 3px;
  height: 50px;
  padding: 10px;
  font-weight: 500;
  outline: none;
  color: black;
}

.searchBarArea .searchBtn{
  margin-left: -40px;
}

.searchBarArea .closeBtn{
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}
.searchBarArea .closeBtn i{
  font-size: 32px;
  color: white;
}

.header .logo{
  width: 187px;
  height: 64px;
  cursor: pointer;
}

.header .logo_allianz{
  width: 187px;
  height: 55px;
  background-color: white;
  border-radius: 7px;
  cursor: pointer;
}

.homepage_image{
  background-image: url('../images/system/background.png');
  background-size: 100%;
  width: 100%;
  height: 115vh;
  background-repeat: no-repeat;
  margin-top: -85px;
}

.header .navbar{
  gap: 15px;
}

.header .navbar .productsTitle,
.header .navbar a{
  color: white;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.header .navbar .productsTitle:hover,
.header .navbar a:hover{
  color: var(--red_color);
  transition: 0.2s ease;
}
.header .header-right{
  gap: 20px;
}
.header .btnTakeOrder a{
  padding: 10px 18px;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
}
.header .btnTakeOrder a:hover{
  color: white;
  background-color: var(--main_color);
  border-color: var(--main_color);
  transition: 0.3s ease;
}

.banner{
  user-select: none;
}

.banner .title{
  color: white;
  font-size: 28px;
  font-weight: 700;
  text-shadow: .1em .1em 0 hsl(0, 0%, 22%);
}

/* .banner .title::before{
  content: " ";
  height: 3px;
  background-color: white;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: -120%;
}

.banner .title::after{
  content: " ";
  height: 3px;
  background-color: white;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  right: -120%;
} */

.banner img{
  filter: brightness(0.5);
  min-height: 125px;
  margin-top: -85px;
}

#homepageCarousel{
  margin-top: -85px;
}
#homepageCarousel .carousel-indicators{
  bottom: -65px;
  gap: 15px;
}
#homepageCarousel .carousel-indicators button{
  width: 100px;
  height: 100px;
  text-indent:0;
  background-color: transparent;
}
#homepageCarousel .carousel-indicators [data-bs-target]{
  opacity: 1;
}
#homepageCarousel .carousel-indicators button:hover{
  margin-top: -7px;
  opacity: 0.8;
  transition: 0.3s ease;
}
#homepageCarousel .carousel-indicators img{ 
 width: 100%;
 border-radius: 50%;
 object-fit: cover;
 border: 2px solid white;
}
#homepageCarousel .imageWrapper{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid var(--main_color);
}
.sloganArea{
  position: absolute;
  top: 30%;
  left: 6%;
}
.sloganArea .sloganTitle{
  font-size: 58px;
  font-weight: 700;
  color: white;
  width: 75%;
}
.sloganArea .sloganText{
  width: 50%;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 25px;
}

.sloganBtns{
  gap: 15px;
}

.sloganBtns .showOrderBtn{
  padding: 12px 20px;
  color: white;
  background-color: var(--main_color);
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
}

.sloganBtns .showAllOrdersBtn{
  padding: 12px 20px;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
}

.homepage{
  padding-bottom: 75px;
  padding-top: 125px;
  background-color: white;
}

.subTitle{
  color: gray;
}

.subTitleWhite{
  color: white;
}

.referenceTitle,
.teamTitle,
.homepageTitle{
  font-size: 26px;
  font-weight: 600;
  color: var(--text_color);
  margin-bottom: 20px;
  text-align: center;
}

.homepage .box{
  padding: 20px;
  border-radius: 12px;
  user-select: none;
  transition: 0.3s ease;
}
.homepage .box:hover{
  background-color: var(--main_color);
  margin-top: -15px;
}
.homepage .box:hover .boxContent,
.homepage .box:hover .boxIcon i,
.homepage .box:hover .boxTitle{
  color: white;
}

.homepage .box .boxIcon i{
  font-size: 32px;
  color: var(--main_color);
}

.homepage .box .boxTitle{
  font-size: 18px;
  font-weight: 600;
  color: var(--text_color);
}

.homepage .box .boxContent{
  font-size: 13px;
}

.references{
  padding: 65px 0;
}

.references .box{
  margin: 0 20px;
}

.references .image{
  height: 200px;
  display: flex;
  align-items: center;
}

.references .image img{
  object-fit: cover;
}

.team{
  background-color: #f5f5f5;
  padding-top:25px;
  padding-bottom: 75px;
}

.team .box{
  position: relative;
}

.team .box .personDetails{
  position: absolute;
  bottom: 2%;
  left: 6%;
  background-color: white;
  padding: 6px 12px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  user-select: none;
}

.personDetails .name{
  font-weight: 600;
  font-size: 14px;
}

.personDetails .subtext{
  font-size: 12px;
  font-weight: 500;
  color: gray;
}

.about{
  padding-top: 25px;
  padding-bottom: 200px;
  background-color: var(--dark_color);
}

.about .aboutTitle{
  color: white;
  font-size: 26px;
  font-weight: 600;
}
.about .aboutText{
  color: white;
  font-size: 13px;
  width: 85%;
}
.contactArea .contact{
  margin-top: -125px;
  background-color: white;
  width: 65%;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.contactArea{
  margin-bottom: 100px;
}
.contactPageContent .title,
.contact .title{
  font-size: 24px;
  font-weight: 600;
  color:var(--text_color);
}
.contactPageContent .formArea label,
.contact .formArea label{
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.contactPageContent .formArea input,
.contact .formArea input{
  border: none;
  background-color: #ededed;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  outline: none;
  margin-bottom: 10px;
}
.contactPageContent .formArea textarea,
.contact .formArea textarea{
  border: none;
  background-color: #ededed;
  font-size: 14px;
  padding: 10px;
  height: 75px;
  outline: none;
  resize: none;
  margin-bottom: 25px;
}
.contactPageContent .formArea .submitBtn,
.contact .formArea .submitBtn{
  color: white;
  background-color: var(--text_color);
  width: 45px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  border-radius: 7px;
  border:1px solid transparent;
  cursor: pointer;
}
.contactPageContent .formArea .submitBtn:hover,
.contact .formArea .submitBtn:hover{
  background-color: white;
  color: var(--text_color);
  border-color: var(--text_color);
  transition: 0.3s ease;
}
.contactPageContent .mapArea{
  height: 100%;
}
.aboutPageArea{
  padding: 20px;
}
.contactPageContent{
  padding: 20px;
  margin: 25px;
  background-color: white;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.aboutPageArea .title{
  font-size: 26px;
  font-weight: 600;
  color: var(--text_color);
  margin-bottom: 10px;
}

.aboutPageArea p{
  font-size: 14px;
}

.products{
  padding-top: 25px;
  padding-bottom: 75px;
  background-color: var(--main_color);
}

.products .box{
  padding: 20px;
  background-color: white;
  border-radius: 7px;
  margin: 0 15px;
}

.products .productsTitle{
  font-size: 26px;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.products .title{
  font-size: 15px;
  font-weight: 600;
  color: var(--text_color);
}

.products .takeOrderBtn{
  background-color: var(--main_color);
  color: white;
  border: 1px solid transparent;
  padding: 8px 14px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 7px;
  margin-top: 5px;
  cursor: pointer;
}
.products .takeOrderBtn:hover{
  background-color: white;
  color: var(--main_color);
  border-color: var(--main_color);
  transition: 0.3s ease;
}
.products .slick-prev{
  left: 0;
  top: 36%;
}
.products .slick-next{
  right: 0;
  top: 36%;
}
.products .slick-dots{
  position: relative;
  bottom: -25px;
}
.products .slick-dots li button:before{
  color: white;
  opacity: 1;
}
.products .slick-dots li.slick-active button:before{
  color: black;
  opacity: 0.75;
}
.products .slick-dotted.slick-slider{
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.footer{
  padding: 45px 0;
  background-color: var(--dark_color);
}
.footer .companyDetails .logo{
  width: 187px;
  height: 64px;
}
.footer .companyDetails .text{
  color: white;
  font-size: 13px;
}
.footerMenu .title{
  color: white;
  font-weight: 600;
}
.footerMenu .navbar a{
  font-size: 13px;
  color: white;
  font-weight: 500;
  padding: 5px 0px;
}
.footerMenu .navbar a:hover{
  color: var(--red_color);
  transition: 0.3s ease;
}
.footerMenu .item .icon img{
  width: 24px;
  height: 24px;
}
.footerMenu .item .text{
  color: white;
  margin-left: 10px;
  font-weight: 500;
  font-size: 12px;
}
.footerBottom{
  padding: 15px 0;
}

.footerBottom .footerText{
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
}
.footerBottom a{
  color: var(--main_color);
}

.takeOfferModal{
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow-y: scroll;
  background-color: #f6f6f6;
  z-index: 6;
  padding: 25px;
  display: none;
}
.takeOfferModal::-webkit-scrollbar{
  display: none;
}

.takeOfferModal .takeOfferFormArea input{
  padding: 8px 10px;
  font-size: 14px;
  border: none;
  outline: none;
  border-radius: 7px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.takeOfferModal .closeBtn i{
  font-size: 32px;
  color: var(--text_color);
  cursor: pointer;
}

.takeOfferModal .checkboxArea span{
  font-size: 13px;
  margin-left: 5px;
  margin-top: -3px;
}
.takeOfferTitle{
  color: var(--text_color);
  font-size: 32px;
  font-weight: 600;
  border-radius: 3px;
}

.takeOfferModal .subtext{
  font-size: 16px;
  font-weight: 400;
  color: gray;
  margin-bottom: 25px;
}

.takeOfferModal .takeOrderBtn{
  margin-top: 20px;
  background-color: var(--text_color);
  width: 150px;
  height: 35px;
  color: white;
  border-radius: 7px;
  font-size: 13px;
  cursor: pointer;
}

.dropdownMenu{
  top: 70%;
  left: 13%;
  gap: 10px;
  padding: 15px 10px;
  display: none;
}

.dropdownMenu .dropDownItems {
  gap: 15px;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 7px;
}

.dropdownMenu .dropDownItems a{
  text-align: left;
  padding: 5px 10px;
  color: var(--text_color);
}

.productsTitle:hover .dropdownMenu{
  display: flex;
}
.referencesArea .item{
  width: 250px;
  height: 200px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-teamArea .title,
.productDetailContainer .title{
  font-size: 26px;
  font-weight: 600;
  margin-top: 25px;
  color: var(--text_color);
}
.productPageArea .content{
  padding: 15px 0;
  font-size: 14px;
}
/* Responsive Area */

@media(max-width:1199px){
  .footerMenu .navbar a,
  .footer .companyDetails .text,
  .contactPageContent .formArea textarea,
  .contactPageContent .formArea input,
  .contactPageContent .formArea label,
  .contact .formArea textarea,
  .contact .formArea input,
  .contact .formArea label,
  .header .navbar .productsTitle,
  .about .aboutTitle,
  .products .title,
  .header .navbar a{
    font-size: 12px;
  }
  .header .navbar{
    gap: 12px;
  }
  .sloganArea .sloganTitle{
    font-size: 32px;
  }
  .footerMenu .title,
  .sloganArea .sloganText{
    font-size: 14px;
  }
  .referenceTitle, .teamTitle, .homepageTitle,.about .aboutTitle{
    font-size: 24px;
  }
  .contact .title{
    font-size: 18px;
  }
  .contactPageContent .formArea .submitBtn,
  .contactPageContent .formArea input,
  .contact .formArea .submitBtn,
  .contact .formArea input{
    height: 35px;
  }
  .contactPageContent .formArea input,
  .contact .formArea input{
    margin-bottom: 0;
  }
  .contactPageContent .formArea textarea,
  .contact .formArea textarea{
    margin-bottom: 15px;
    height: 65px;
  }
  .footerMenu .item .icon img{
    width: 18px;
    height: 18px;
  }
}

@media(max-width:991px){
  .header .navbar{
    display: none!important;
  }
  .sloganArea .sloganTitle{
    font-size: 24px;
  }
  .sloganArea .sloganText{
    font-size: 13px;
    line-height: 24px;
  }
  .homepage .box .boxTitle{
    font-size: 15px;
    text-align: center;
  }
  .homepage .box .boxContent{
    font-size: 12px;
  }
  .products .productsTitle,
  .referenceTitle, .teamTitle, .homepageTitle, .about .aboutTitle{
    font-size: 20px;
  }
  .team .box{
    margin-bottom: 25px;
  }
  .team .boxRight .personDetails{
    left: 50%;
  }
  .about .aboutText{
    font-size: 11px;
  }
}

@media(max-width:820px){
  .searchBarArea .title{
    font-size: 32px;
  }
  .searchBarArea .subtext{
    font-size: 16px;
  }
  .searchBarArea .inputArea{
    width:100%!important;
  }
}

@media(max-width:767px){
  .sloganArea .sloganText{
    font-size: 12px;
    width: 75%;
    margin-top: 10px;
  }
  .sloganBtns .showAllOrdersBtn,
  .sloganBtns .showOrderBtn{
    font-size: 12px;
    padding: 10px 15px;
  }
  .products .title{
    text-align: center;
  }
  .team .boxRight .personDetails{
    left: 30%;
  }
  .footerBottom .footerText,
  .personDetails .name{
    font-size: 12px;
  }
  .personDetails .subtext{
    font-size: 11px;
  }
  .footerMenu{
    align-items: start!important;
    margin-top: 25px;
  }
  .header .logo{
    width: 150px;
    height: 55px;
  }
  .header .logo_allianz{
    width: 150px;
    height: 45px;
  }
  .header .btnTakeOrder a{
    font-size: 11px;
    padding: 7px 10px;
  }
  #homepageCarousel .imageWrapper{
    width: 75px;
    height: 75px;
  }
  #homepageCarousel .carousel-indicators{
    gap:0;
  }
  .homepage{
    padding-top: 75px;
  }
  .references{
    padding: 25px 0;
  }
  #homepageCarousel{
    margin-top: -75px;
  }
  .contactPageContent .formArea{
    width: 100%!important;
  }
  .contactPageContent .contactLeft{
    order: 2;
  }
  .contactPageContent .contactRight{
    order: 1;
  }
  .banner .title{
    font-size: 22px;
  }
  .banner img{
    margin-top: -75px;
  }
}
@media(max-width:500px){
  #homepageCarousel{
    margin-top: 0;
  }
  .headerSection{
    background-color: var(--text_color);
  }
  .sloganArea{
    top: 13%;
  }
  .sloganArea .sloganTitle{
    font-size: 18px;
  }
  .sloganArea .sloganText{
    font-size: 11px;
    line-height: 15px;
  }
  .sloganBtns .showAllOrdersBtn, .sloganBtns .showOrderBtn{
    padding: 6px 12px;
    font-size: 11px;
  }
  #homepageCarousel .carousel-indicators{
    bottom: -75px;
  }
  .about .image{
    margin-top: 35px;
  }
  .about .aboutText{
    width: 100%;
  }
  .footerBottom .footerText{
    text-align: center!important;
    margin-bottom: 10px;
  }
  .contactArea .contact{
    width: 90%;
  }
  .CarouselArea .carousel-inner img{
    height: 275px;
  }
  .team .boxRight .personDetails{
    left:10%;
  }
  .header .logo_allianz{
    width:100px;
    height: 35px;
  }
  .header .logo{
    width: 115px;
    height: 45px;
  }
  .header .header-right{
    gap: 10px;
  }
  .banner .title{
    font-size: 16px;
  }
  .searchBarArea .title{
    font-size: 24px;
  }
  .searchBarArea .subtext{
    font-size: 14px;
  }
  .searchBarArea input{
    height: 45px;
    font-size: 12px;
  }
  .takeOfferModal{
    width: 100%;
  }
  .searchBtn i{
    font-size: 18px;
  }
  .sloganArea .sloganText{
    font-weight: 400;
  }
  .header .logo_allianz{
    position: absolute;
    margin-top: 125px;
  }
  .banner img{
    margin-top: -65px;
  }
}
.footerBottomLinks{
  color: gray!important;
  font-size: 13px;
  font-weight: 500;
}
.accordion-button:not(.collapsed){
  color: white;
  background-color: #252B42;
}