@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');

:root{
  --darkblue : #0e1e2c ;
  --darkblue2 : #132738 ;
  --lightbg : #f5f5f5 ;
  --ligthbg2 : #F4F8FB ;
  --linkcolor : #0a66c2 ;
   --bordercolor : #DBE1E5 ;
   --cardbg : #fff ;
   --textcolorlight : #595959 ;
   --textcolordark : #212221 ;
   --cardinnerborder : #CFDDFF ;
   --cardinnerbg : #cfddff33 ;
   --titlecolor1 : #f16922 ;
   --cardinnerbg : #f6f8ff ;
   --fontfamily : 'Muli', sans-serif ;
}

body{
  font-family: var(--fontfamily) !important;
  margin: 0px;
  padding: 0px;
}

#home-con-sec{
    max-width: 1320px;
    margin: 20px auto;
}
.home-con-decs{
    padding: 0px 0px;
}
#home-con-sec .row{
   
    --bs-gutter-x: 0rem ;
}
.home-con-decs h2{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 28px;
}

.home-con-decs p{
    text-align: justify;
    color: var(--textcolorlight);
    margin: 10px 0px 15px 0px !important;
    max-width: 500px;
}

.home-con-decs h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.home-con-btn-number-sec{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.home-con-btn-number-sec a{
    text-decoration: none;
}

.home-con-btn-number-sec button{
    margin: 0px 0px ;
    border: none;
    background-color: transparent;
}

.home-con-btn-number-sec button a{
    text-decoration: none;
    color: var(--lightbg);
    background-color: var(--darkblue);
    padding: 10px 50px;
    border-radius: 5px;
}

.home-con-btn-number-sec h3{
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

.full-height-img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.width-img{
    width: 100%;
    height: 230px;
    border-radius: 10px;
    margin-top: 15px;
}

.home-con-img .row{
   
    --bs-gutter-x: 1.5rem !important;
        margin-right: 0px !important;
    margin-left: 0px !important;
}

@media (max-width:1330px)
{
    #home-con-sec 
    {
        padding: 0px 10px;
    }
}

@media (max-width:920px)
{
    .home-con-decs p
    {
        margin: 10px 0px 20px 0px !important;
        width: 100%;
        max-width: 100% !important;
    }
    .home-con-img
    {
        margin-top: 30px;
    }
    .home-con-decs h2 {
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 25px;
    }
}

@media (max-width:430px)
{
   .home-con-btn-number-sec {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 20px;
   }
}