
/*css varibles*/
@import url(./variables.css);

@font-face {
  font-family: 'Monteserrat';
  src: url();
}

body, html{
  height: auto; 
  overflow-x: hidden; 
  font-family: 'Montserrat', sans-serif !important;
  margin: 0;
  padding: 0;
}

.color-red{
  color:red;
}

.banner{
  width: 100%;
  height:92vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/banner1.jpg);
}

::selection {
  background-color: rgb(247, 29, 29);  
  color: white;  
}
/* start navigation*/
.navbar {
  background-color: rgba(255, 255, 255, 0.281); 
  backdrop-filter: blur(5px); 
  border-bottom: 1px solid rgba(192, 192, 192, 0.5); 
}

.nav-item{
  color: white;
  margin-right: 30px;
}

.get-quote{
  background-color: red !important; 
  display: inline-block;
  border-radius: 0;
}

.get-quote:hover {
  background-color: #CC0000 !important;
  transition:  0.3s ease;
}

.navbar-nav .nav-item.dropdown .nav-link::after {
  display: none;
}
.dropdown-menu{
  border-radius: 0 !important;
  border: none;
  padding: .5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-menu ul{
  list-style: none;
  padding: 0;
}
.dropdown-item:focus, 
.dropdown-item:active {
    background-color: transparent !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}
.dropdown-item:hover {
  color: red !important;
}


.dropdown-menu.show{
  display: flex;
}

.dropdown-menu li a{
  color: gray;
  padding: .5em 1em;
}
.dropdown:hover .dropdown-menu {
  display: block;

}


/****** site-title *********/
.site-title {
  padding: 200px 380px;
}

.title-text {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.subtitle-text {
  font-size: 1.2rem;
  color: white;
  margin: 1rem 0;
}

.buttons .btn {
  padding: 0.8rem 1.5rem;
  border-radius: 0;
}

.primary-button {
  background-color: red !important;
  color: white !important;
  border: none;
}

.secondary-button {
  background-color: white !important;
  color: red !important;
  border: 2px solid white;
}

.primary-button:hover{
  background-color: #CC0000 !important;
  transition:  0.3s ease;
}
.secondary-button:hover{
  background-color: rgba(0, 0, 0, 0.842) !important;
  color: white !important;
  transition:  0.3s ease;
}


.service-area{
  padding: 120px 0 20px 0;
}

.services-hover{
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition:all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  will-change: transform;

}
.services-hover1{
  box-shadow: 0 3px 20px 0px rgb(0 0 0 / 12%);
  padding-top: 1.875rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem ;
}.services-hover1::before{
  position: absolute;
  
}

.services-hover1:before{
  position: absolute;
  content: '';
  width: 0.063rem;
  height: 0.125rem;
  top: 0rem;
  left: 0rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition:all .2s ease-out ;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.services-hover1:hover::before{
  width: 100%;
  background: red;
}


.services-hover2{
  box-shadow: 0 3px 20px 0px rgb(0 0 0 / 12%);
  padding-top: 1.875rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem ;
}.services-hover1::before{
  position: absolute;
}

.services-hover2:before{
  position: absolute;
  content: '';
  width: 0.063rem;
  height: 0.125rem;
  top: 0rem;
  left: 0rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition:all .2s ease-out ;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.services-hover2:hover::before{
  width: 100%;
  background: red;
}

.services-hover3{
  box-shadow: 0 3px 20px 0px rgb(0 0 0 / 12%);
  padding-top: 1.875rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem ;
}
.services-hover1::before{
  position: absolute;
}

.services-hover3:before{
  position: absolute;
  content: '';
  width: 0.063rem;
  height: 0.125rem;
  top: 0rem;
  left: 0rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition:all .2s ease-out ;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.services-hover3:hover::before{
  width: 100%;
  background: red;
}

.services-hover4{
  box-shadow: 0 3px 20px 0px rgb(0 0 0 / 12%);
  padding-top: 1.875rem ;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem ;
}
.services-hover1::before{
  position: absolute;
}

.services-hover4:before{
  position: absolute;
  content: '';
  width: 0.063rem;
  height: 0.125rem;
  top: 0rem;
  left: 0rem;
  -webkit-transition: all .2s ease-out;
  -moz-transition:all .2s ease-out ;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.services-hover4:hover::before{
  width: 100%;
  background: red;
}

/*************************form area***************************/
.form-banner{
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/banner1.jpg);
  overflow-y: hidden;
}
.info-text{
  margin-left: 300px;
  padding-top: 100px;
  color: white;
  
}
.title-info{
  font-weight: bold;
}


.tabcont{
  background-color: white;
  box-sizing: border-box;
  overflow: hidden; 
  width: 84%;
 
}
.tab_box{
  display: flex;
  padding: 30px 0;
  overflow-y: hidden ;
  background-color: rgb(41, 40, 40);
 
  position: relative;
}
.tab_btn{
  background: none;
  border: none;
  color: white;

}

.content{
  display: block;
}
.line{
  position: absolute ;
  top: 89px;
  left: 17px;
  width: 200px;
  height: 5px;
  background-color: red;
  transition: all .3s ease-in-out;
}
.btn-primary {
  width: 780px; 
  height: 50px; 
  border-radius: 0px !important;
  background-color: red;
  border: none !important;
}

button.btn-primary {
  background-color: red;
  color: white;
}
button.btn-primary:hover {
  background-color: #CC0000;
}

.form2{
  border-radius: 0 !important;
  width: 1200px !important;
}

.form3{
  border-radius: 0 !important;
  width: 1200px !important;
  height: 100px;
 
}


.about-area{
  margin: 100px 0;
}

.about-text p {
  margin-right: 30px;
}

.prices-area{
  margin-top: 100px;
}
.price-row h1 span{
  color: red;
}


.pack-type{
  text-align: center;
  transition: box-shadow 0.5s ease; 
  margin-bottom: 70px;
}
.pack-type:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
}

.pack-type:hover .buy-plan-btn {
  background-color: white; 
  color: red; 
  border: 1px solid red;
}

.start-pack p, .regular-pack p, .adv-pack p {
  font-weight: bold;
  font-size: large;
  margin-top: 70px;
}
.pack-type h1{
  color: red;
  font-size: 3.2em ;
  font-weight: 550;
}

.info-pack{
  line-height: 2.2; 
  color: rgb(82, 108, 131);
}

.month{
  color: red;
  margin: 30px 0;
}

.buy-plan-btn {
  background-color: red;
  color: white;
  border: 1px solid red;
  border-radius: 0; 
  padding: 10px 80px; 
  transition: all 0.5s ease;
  margin: 20px 0 40px 0;
}


/*********************************services overview area****************************/
.services-banner{
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/background-1536x733.png);
  overflow-y: hidden;
}


.services-overview h1{
  font-size: 3.8rem;
  font-weight: 800;
  color: white;
  padding-top: 100px;
  padding-left: 130px;
}

.service-p p{
  color: white;
  padding: 130px 80px 0 80px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.service-list {
  padding: 130px ;
  color: white;
}

.service-list span{
  margin-right: 20px;
  padding: 0 2px 0 8px;
  line-height: 2.6;
  color: red;
  font-weight: bold;
  font-size: large;
  background-color: rgba(114, 112, 112, 0.336);
  border-radius: 50%;
}
/**************************************home services area********************************************/

.icon-hover img {
  transition: filter 0.3s ease-in-out; 
  padding: 60px 0;

}

.icon-hover img:hover {
  filter: brightness(0);
}

.transport-info h1 span{
  color: red;
}

.transport-info a {
  text-decoration: none; 
  color: red;
  transition: filter 0.5s ease-in; 
}

.transport-info a:hover{
  color: black ;
}

.transport-info-area ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 3;
}

.transport-info p{
  padding-right: 130px;
}


.map-class {
  width: 100%;
}

.map-area {
  width: 100%; 
  padding: 0;
}

.map iframe {
  width: 100%; 
  height: 40vh; 
  border: none; 
}
/**************************FOOTER**********************************/
.footer-area{
  background-color: black;
  overflow-x: hidden;
  padding: 0;
  padding-top: 10px;
}

.kontakt .nav-link {
  color: black!important;
}

.footer-address{
  line-height: 2.2;
  color: white;
}

.footer-links {
  list-style: none;
  padding: 0;
  line-height: 2.2;
  color: rgb(146, 144, 144);
}

.footer-links a:hover{
  color: white;
}


.footer-links a {
  text-decoration: none;
  color: inherit;
}
.thin-line {
  border: none;
  height: 1px;
  background-color: rgba(128, 128, 128, 0.5); 
}
.icon-container {
  display: flex;
  gap: 15px; 
  align-items: center; 
  transition: all .5s ease-in-out;
}
/***********************************************location.html****************************************************************/
.navbar-area{
  overflow: visible !important;
  overflow-y: auto;
}

.m-banner{
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

}


.flag-type a{
  color: black;
  font-size: larger;
  text-decoration: none;
  transition: all .6s ease-in-out;
  
}
.flag-type a:hover{
  color: red;
}

.pack-type:hover button a {
  color: red!important;
}
.quote{
  margin-top:100px;
}
.quote h1{
  font-weight: 750;
}
.quote h1 span{
  color: red;
  font-size: 3rem;
}
.quote a{
  text-decoration: none;
  color: white;
  background-color: red;
  padding: 20px;
  transition: all .5s ease-in-out;
}
.quote a:hover{
  background-color: #CC0000;
}

/********************************************contact-us.html*******************************************************/
.form-control, .form-select {
  border: none !important; 
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent; 
}
.my-link {
  text-decoration: none;
  color: white;
 padding: 20px;
  background-color: red;
  transition: all .5s ease-in-out;

  
}
.row-spacing {
  margin-bottom: 40px; 
}
.contact-info h5{
  padding: 0 150px 0 0;
}

.icon-circle {
  padding: 5px 7px;
  background-color: red; 
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; 
}
.contact-area{
  padding: 100px 0 100px 0;
}
.contact-info h1 span{
  color: red;
}
/***********************warehouse.html*********************/
.warehouse-banner{
  width: 100%;
  height:60vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/warehouse.jpg);
}
.warehouse{
  padding: 150px 0 0 0 ;
  color: white;
}
.warehouse h1{
  font-weight: 900;
  font-size: 4rem;
}
.warehouse h1 span{
  color: #CC0000;
}
.service-container{
  padding: 100px 0;
}
.service-container h5{
  line-height: 1.5;
}
.service-container h1{
  font-weight: 760;
  margin-bottom: 20px;
}

.service-container h1 span{
  color: red;
}
.text-s h2{
  font-weight: 800;
  margin-top: 100px;
}
.img-s{
  padding-top: 60px;
}
/******************************************distribution.html******************************************/
.distribution-type h3{
  font-weight: 750;
}
.distribution-info-area{
  margin: 100px 0 0 0;
}

.d-text{
  padding: 120px 0;
}
.d-text h2{
  font-weight: 780;
}
.d-text p{
  line-height: 1.5;
  letter-spacing: 1.2px;
}
.d-text a{
  letter-spacing: 2px;
  color: red;
  font-weight: bold;
}
/****************************value-added.html****************************************************/
.v-title{
  font-weight: 800;
}
.v-desp{
  line-height: 1.5;
}
.v-service{
  padding-top: 120px;
}
.v-service h5{
  font-weight: 780;
}
.value-overview-banner{
  width: 100%;
  height:40vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/warehouse.jpg);
}
.value-overview-text{
  padding-top: 150px;
  color: white;
}
.value-overview-text h1{
  font-weight: 780;
}
/******************************************company-profile.html***********************************************************/
.company-banner{
  width: 100%;
  height:80vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/company-banner.avif);
}
.company-profile{
  padding: 210px 0 0 0 ;
  color: white;
}
.company-profile h1{
  font-weight: 900;
  font-size: 7rem;
}
.company-intro h1{
  font-weight: 760;
}
.company-intro p{
  line-height: 1.6;
  padding-right: 50px;
}
.achievement-area{
  margin: 200px 0;
}
.achievement-row h1{
  font-weight: 650;
}
.achievement-row h5{
  font-weight: 720 ;
}
.achievement-row a{
  color: black;
  text-decoration: none;
  transition: all .5s ease-in-out;
  font-weight: 600;
  letter-spacing: 2px;
}
.achievement-row a:hover{
  color: rgba(0, 0, 0, 0.39);
}
.our-services h1{
  font-size: 2.8rem;
  font-weight: 700;
}
.our-services a{
  color: black;
  text-decoration: none;
  transition: all .5s ease-in-out;
  font-weight: 600;
  letter-spacing: 2px;
}
.our-services a:hover{
  color: rgba(0, 0, 0, 0.39);
}
.service-type h4{
  font-weight: 750;
}
.service-type a{
  color: black;
  text-decoration: none;
  transition: all .5s ease-in-out;
  font-weight: 600;
  letter-spacing: 2px;
}
.service-type a:hover{
  color: rgba(0, 0, 0, 0.39);
}

.company-profile h5{
  line-height: 1.5;
}
/**************************************************why-us.html******************************************************/
.why-us-container{
  margin: 120px 0;
}
.why-us-container h2{
  font-weight: 750;
}
.why-us-container p{
  letter-spacing: 1px;
}
/*********************************quote.html****************************************/
.quote-banner{
  width: 100%;
  height:100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/company-banner.avif);
}
.quote-container{
  margin-top: 140px;
  color: white;
}
.quote-text h1{
  font-weight: 800;
  font-size: 3rem;
}
.quote-text h5{
  letter-spacing: 1px;
  line-height: 1.4;
}
.social-link {
  color: white; 
  text-decoration: none; 
  font-weight: 600;
  transition: color 0.3s ease; 
}

.social-link i {
  transition: color 0.3s ease; 
}

.social-link:hover,
.social-link:hover a i {
  color:#CC0000; 
}

.quote-info{
  width: 38rem;
  height: 60vh;
  background-color: white;
}
.quote-info h1{
  color: #000000;
  font-weight: 730;
}
.f-c{
  width: 200px;
  margin: 0px 0 0 51px;
}



@media only screen and (max-width: 1024px) and (min-width: 991px)  {
    .company-profile, .warehouse {
         padding: 40px 0 0 0;   
    }
    .company-profile h1, .warehouse h1 {
    font-weight: 900;
    font-size: 4em;
}
.site-title {
    padding: 2px;
    margin-top: 20px;
}

    
}

@media only screen and (max-width: 991px) {
    
       .company-profile, .warehouse {
         padding: 90px 0 0 0;   
    }
    .company-profile h1, .warehouse h1 {
    font-weight: 900;
    font-size:45px;
} 
.navbar-brand {
    margin-left:0px!important;
}
.site-title {
    padding: 2px;
    margin-top: 20px;
}
.about-text h1 {
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
}

.about-text p {
    margin-right: 0px;
    width: 100%;
    text-align: center;
}
.quality-text p {
    text-align:center;
}

.transport-info p {
    padding-right: 0px;
}

.services-overview h1 {
    font-size: 25px;
    font-weight: 800;
    color: white;
    padding-top: 30px;
    padding-left: 0px;
    text-align: center;
}

.service-p p {
    color: white;
    padding: 0px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    margin-top: 10px;
    text-align: center;
}

.services-banner {
    height:100%;
}
.service-list {
    padding: 0px;
    color: white;
}
.service-list p {
       text-align: center;
}
.navbar-toggler {
            background-color: red !important;
}

}

@media only screen and (max-width: 660px) {
    
      .why-us-container p {
    letter-spacing: 1px;
    margin-top: 20px;
}
.contact-info h5 {
    padding: 0px;
}
.about-area img {
    width:100%;
    height:auto;
}
    .why-us-container img {
      height: auto;
    width: 100%;
} 
}