@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}
html{
    font-size: 62.5%;
}
.header{
    height: 95vh;
    background: linear-gradient(rgba(0,0,0,0.5) , rgba(0,0,0,0.5)) ,url("/janko-ferlic-sfL_QOnmy00-unsplash.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   
   
}

.navbar{
    
    padding: 1rem;
}
 .logo ,.navbar a{
    color: white;
}
 .navbar.logo{
    float: left;
}
 .navbar .nav-items{
    float: right;
    margin-top: 1rem;
}
 .navbar .nav-item{
    display: inline-block;
    padding: 1rem;
    text-transform: uppercase;
}
.navbar::after{
    content: "";
    display:block ;
    clear: both;

}

.navbar a{
    padding-bottom: 0.3rem;
}

.navbar a:hover{
    border-bottom: 1px solid white;
}
.btn-primary{
    border-radius: 1em;
   
    padding: 0.5em;
    background-color: white;
}
ul li{
    list-style: none;
}
a{
    font-size: 1.6rem;
    text-decoration: none;
}
p,li{
    font-size: 1.6rem;
    margin-bottom:0.5em;
    letter-spacing: 0.15em;

}
h1,h2,h3{
    margin-bottom: -1.5em;
    letter-spacing: 0.15em;
    font-weight: 500;
}
.container{
    max-width: 1200px;
    width:90% ;
    margin:0 auto ;
}
.lg-heading{
    font-size: 3.5rem;
}
.md-heading{
    font-size:2.2rem ;
}
.text-red{
    color: #e63946;
}
.text-light{
    color: #f4f4f4;
}
.text-black{
    color: #333333;
}
.text-gray{
    color: #555555;
}
.header-content{
   
    margin: 0 140px;
    text-align: center;
    margin-top: 110px;
}
.showcase{
    
    background-color: #ddd;
    padding: 10rem 0 ;
    
}
.row{
    height: 350px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    
    
}
.row1{
    margin-bottom: 10rem;
    background-color: white;

}

.row1 .image-box,.row2 .text-box{
    float: left;
    width: 50%;
}

.row2 .image-box,.row1 .text-box{
    float: right;
    width: 50%;
}
.row2{
    margin-bottom: 10rem;
    background-color: white;
}
.row .image-box{
    
    height: 100%;
}
.row .text-box{
    
    padding: 3rem;
}
.row .image-box img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.btn-secondry {
 border-radius: 1em;
 padding:0.5em ;
background-color: white;
border: 2px solid red;
}
 .btn-primary:hover{
     background-color: cornsilk;
 }
 .btn-secondry:hover{
     background-color:wheat;
 }
 .row::after{
     content: "";
     display: block;
     clear: both;
 }
 .features{
     padding: 10rem 0;
 }
 .box-wrapper{
     box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5)
    
 }
 .box{
     width: 33.3%;
     float: left;
     padding: 2rem;
     text-align: center;
     

 }
 .box-1, .box-3{
     background-color: #263238;
     color: #fff;
     
 }
 .box-2{
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 54%, rgba(252,176,69,1) 100%);
     color: #fff;
    
     
   
     
     
 }
 .box-wrapper::after{
     content: "";
     display: block;
     clear: both;
 }
 .footer{
     background-color: #263228;
     color: #f4f4f4;
     padding: 1rem;
     text-align: center;
 }
 
 .social-media-links i{
     margin: 1rem;
     color: #ddd;
 }
 .bg-dark{
     background-color: #263238;
 }
 .about{
     padding: 5rem 0;
 }
 .about-heading{
     border-bottom:  3px solid #e63946;
 }
 .about-wrapper{
     
     text-align: center;
     margin-top: 2rem;
 }
 .about-wrapper .left{
     float: left;
     width: 50%;
 }
 .about-wrapper .right{
    float: right;
    width: 50%;
}
.about-wrapper ::after{
    content: "";
    display: block;
    clear: both;

}
.about-wrapper li::before{
    content: "\2713";
    color: #e63946;
    font-weight: bold;
    padding-right: 1rem;
}
.counts{
    margin-top: 12rem;
    
}
.count-items{
    float: left;
    
    width: 25%;
    text-align: center;
}
.counts::after{
    content: "";
    display: block;
    clear: both;
}
.count-items span {
    font-size: 3rem;
    font-weight: 700;
    color: #e63946;
}
.count-items p{
    font-size: 1.8rem;
    font-weight: 700;
}
.cta-banner{
    border: 3px solid red;
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 54%, rgba(252,176,69,1) 100%);
    text-align: center;
    color: #f4f4f4;
    box-shadow: 5px 5px 10px #00000057;
    margin-top: 3rem;
}
.cta-banner-left{
    float: left;
    
    width: 60%;
}
.cta-banner-right{
    float: right;
    text-align: right;
    font-weight: bold;
    width: 40%;
}
.cta-banner::after{
    content: "";
    display: block;
    clear: both;
}
.cta-line{
    font-weight: 700;
    font-size: 2rem;
    margin-top: 1.5rem;
}
.btn-cta{
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font-size: 3rem;
    border: 4px solid white;
    padding: 0.3rem 2.5rem;
    letter-spacing: 0.5rem;
    color: white;
}
.contact-form{
    padding: 5rem 0;
    background: #f7f7f7;
    

}
       
.form-wrapper::after{
    content: "";
    display: block;
    clear: both;
}
.form-wrapper .company-address{
    width: 49%;
    float: left;
     display: inline-block;
     background-color: rgb(255, 255, 255);
     padding: 1rem;
     height: 760px;
}
.form-wrapper .company-address i{
  display: inline-block;
  margin-right: 1rem;
}
.form-wrapper .company-address h2{
    display: inline-block;
    text-transform: uppercase;
}

.form-wrapper .form{
    
    width: 49%;
    float: right;
    background-color: rgb(255, 255, 255);
    font-size: 1.6rem;
    padding: 1rem;
    height: 760px;
}
.form-wrapper .address-group{
    margin-bottom: 3rem;
}
.form-wrapper .company-address img{
   max-width: 90%;
    min-height: 40rem;
    object-fit: cover;
    object-position:right ;
}
.form h2::after{
    content: "";
    display: block;
    border: 3px solid #e63946;
    width: 100%;
}
.form-wrapper label{
    display: block;
}
.form-wrapper .form input{
    padding: 0.5rem;
    width: 100%;

}.form-wrapper .form label::after{
    content: "*";
    color: #e63946;
}
.form-wrapper .form textarea{
    width: 100%;
    height: 350px;
    padding: 1rem;
}
.form-btn{
    display: block;
    margin: 0 auto;
    padding: 0.5em 3em;
    font-size: 1.5rem;
    text-transform: uppercase;
    background-color: #e63946;
    color: white;
    outline: none;
    bottom: none;
    cursor: pointer;
}
ul {list-style-type: none;}
body {font-family: Verdana, sans-serif;}

/* Month header */
.month {
  padding: 70px 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}

/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color:#ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

/* Days (1-31) */
.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}
.lion{
    text-align: center;
    padding-left: 12rem;
}


.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}
.xxxx{
    width: 100%;
}


/*
That part is just for the form
*/
.colorfulForm{
  width: 350px;
  margin: 60px auto;
}
.colorfulForm input, .colorfulForm textarea, .colorfulForm select{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 350px;
  padding: 5px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 2px; 
}

.colorfulForm label{
  display: block;
  font-family: Verdana, Arial;
  margin: 10px 0 5px 0;
}
.colorfulForm button{
  width: 100px;
  margin: 3px 7px;
  padding: 5px;
  color: #fff;
  border-style: none;
}
.icon-bar {
    width: 90px; /* Set a specific width */
    background-color: #555; /* Dark-grey background */
  }
  
  .icon-bar a {
    display: block; /* Make the links appear below each other instead of side-by-side */
    text-align: center; /* Center-align text */
    padding: 16px; /* Add some padding */
    transition: all 0.3s ease; /* Add transition for hover effects */
    color: white; /* White text color */
    font-size: 36px; /* Increased font-size */
  }
  
  .icon-bar a:hover {
    background-color: #000; /* Add a hover color */
  }
  
  
  .active {
    background-color: #04AA6D; /* Add an active/current color */
  }

  
  


  

/* Highlight the "current" day */
.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}
.icon-bar {
    width: 50px; /* Set a specific width */
    background-color: #555; /* Dark-grey background */
  }
  
  .icon-bar a {
    display: block; /* Make the links appear below each other instead of side-by-side */
    text-align: center; /* Center-align text */
    padding: 16px; /* Add some padding */
    transition: all 0.3s ease; /* Add transition for hover effects */
    color: white; /* White text color */
    font-size: 20px; /* Increased font-size */
  }
  
  .icon-bar a:hover {
    background-color: #000; /* Add a hover color */
  }
  
  .active {
    background-color: #04AA6D; /* Add an active/current color */
  }
  
 
  

  
   
   
 

@media(min-width:300px) and (max-width:500px){
    html{
        font-size: 8px;
    }

.navbar .nav-items, .navbar .logo{
    float: none;
    display: block;
    width: 100%;
    text-align: center;
}
.row{
    height: auto;
    width: 100%;

}
.row .image-box,
.row .text-box{
    float: none;
    width: 100%;
    text-align: center;
}
.text-light {
    font-size: 10px;
    text-align: auto;
    width: 100%;
    float: none;
}
.text-red{
    font-size: 8px;
}
.features .box{
    float: none;
    width: 100%;
    text-align: center;

}
.features .box-2,
.features .box-3{
    margin-top: 7rem;
}
.cta-banner-left,
.cta-banner-right{
    float: none;
    width: 100%;
    text-align: center;
}
.form-wrapper .company-address{
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 5rem;
}
.form-wrapper .form{
    float: none;
    width: 100%;
    height: auto;
}

    
    
}
@media(min-width:769px)and(max-width:1200px){
    html{
        font-size: 56.25%;

    }
    .row .text-box h2{
        font-size: 2.2rem;
        font-weight: 500;
    }
    
}
@media(orientation:landscape)and(max-height:500px){
    .header{
        height: 90vmax;
    }
}

 

