
:root{
    --main-bg-color:#104c64;
    --main-text-color: #104c64;
    --second-bg-color:#c1efde;
    --second-text-color: #bbbec5;
    --saction-color:rgb(240, 231, 218);
    --primary:#fff;
    --secondary: #111;
    --accent: #e5e911;
    --text-secondary:#a2a2a2;
}
html{
    scroll-behavior: smooth;
}
body{
    
    
    overflow-x: hidden;
    
}
*{box-sizing: border-box;}
/* ==== scrollbar ==== */
/* width */ 
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background:var(--secondary) ;
}
::-webkit-scrollbar-thumb{
    background:var(--accent) ;
}

.main-box{
    margin:76px 0 0;
    width: 100%;
}
#mainsaction{
    height:92vh;
}
.main-box img {
    height:900px;
    object-fit: cover;
    position: static;
}
.carousel-item{
   display:flex;
   position: absolute;
}

.carousel-control:hover{
    background-color: rgba(54, 51, 51, 0.2); 
    
}

#mainsaction2{
    margin-top: 0;
}

.logo-bar{
    box-sizing: inherit;
    height: 50px;
    margin: 0 ;
}
.lastcaption{
    color: #fffafa;
    text-shadow: 8px 4px 20px #2c1111;
}

@media only screen
  and (min-device-width: 650px)
  and (max-device-width: 920px) { 
    .main-box img {
        height:980px;
        object-fit: cover;
        position: static;
    }
    #mainsaction{
        height:83vh;
    }
    #carouselExampleIndicators > div.carousel-inner > div.carousel-item.active > div > h5,
    #carouselExampleIndicators > div.carousel-inner > div.carousel-item.active > div > p{
        font-size:1em;
        text-shadow: 5px #111;
    }
    #service > div > div > div > div.conimg.col-lg-6.col-md-6.col-12.my-4 > img{
        height:600px;
        width:350px;
        margin-top:15px ;
    }

  }
  

  
  @media only screen
  and (min-device-width: 340px)
  and (max-device-width: 650px) { 
    .main-box img {
        height:745px;
        object-fit: cover;
        position: static;
    }
    #mainsaction{
        height:83vh;
    }
    #carouselExampleIndicators > div.carousel-inner > div.carousel-item.active > div > h5,
    #carouselExampleIndicators > div.carousel-inner > div.carousel-item.active > div > p{
        font-size:1em;
        text-shadow: 5px #111;
    }
    #service > div > div > div > div.conimg.col-lg-6.col-md-6.col-12.my-4 > img{
        height:400px;
        width:350px;
        margin-top:50px ;
    }

  }
  @media only screen
  and (min-device-width: 320px)
  and (max-device-width: 375px) { 
    .main-box img {
        height:745px;
        object-fit: cover;
        position: static;
    }
    #mainsaction{
        height:83vh;
    }
    #carouselExampleIndicators > div.carousel-inner > div.carousel-item.active > div > h5,
    #carouselExampleIndicators > div.carousel-inner > div.carousel-item.active > div > p{
        font-size:1em;
        text-shadow: 5px #111;
    }
    #service > div > div > div > div.conimg.col-lg-6.col-md-6.col-12.my-4 > img{
        height:600px;
        width:350px;
        margin-top:100px ;
    }
    #section2 > div > div > div > div.conimg.col-lg-6.col-md-6.col-12.my-4 > img{
        height:600px;
        width:350px;
        margin-top:100px ;
    }

  }
  
  .whats-app-bubble {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 17;
    display: flex;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: #00000026 0 4px 12px;
    
}
#service{
    align-items: center;
    height: auto;
    width: 100%;
   background-color:var(--saction-color);
}

#service > div > div.heading {
box-sizing: border-box;
position: relative;
top: 15px;
margin: 0 0 15px 0;
padding: 0;
text-align: center;
align-items: center;
}
#service h4,
#service h1,
#section2 h4 ,
#section2 h1 {
    margin-bottom: 5px;
    color: cornflowerblue;
}
#service p,
#section2 p{
    margin-top: 50px;
}
.contractcontint img{
    height:400px;
    width:500px;
    margin:15px 20px 50px 15px;
}
#section2{
    align-items: center;
    text-align: left;
    height: auto;
    width: 100%;
   direction: rtl;
}

#button-addon1 {
    color: #ffc371;
  }
  
  i {
    color: #ffc371;
  }
  
  .form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
  }
  
  .form-control.shadow-0:focus {
    box-shadow: none;
  }


