@import url('https://fonts.cdnfonts.com/css/satoshi?weight=400;500;700');

html{
    font-size: 10px;
}


body{
    margin: 0;
    font-size: 1.6rem;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
 a{
    text-decoration: none;
 }
button, .button{
    border: none;
    padding: 10px;
    font-family: 'Satoshi', sans-serif;
 
}
button:hover, .button:hover{
    cursor: pointer;
}
footer{
   font-size: 14px;
   font-weight: 400;
   margin-top: 40px;
   margin-bottom: 40px;
}


* {
    box-sizing: border-box;
}
h1,h2,h3,h6{
  margin: 0;
}
h2{
    font-size: 6.4rem;
}
h3{
    font-size: 4rem;
}
img { 
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page__wrapper{
    padding-top: 64px;
    /* max-width:2560px;
    margin: 0 auto; */
}

.small{
    font-size: 1.6rem;
    font-weight: 400;
    color: #737373;
}
.section_pad{
    padding: 0 240px;
}
.page__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    position: fixed;
    z-index: 10;
    top: 0;
    left:0;
    height: 64px;
    border-bottom: .01px solid #eee;
}

.logo__div{
    width: 100px;
    height: 22px;
}

.contact_btn{
    border-radius: 50px;
    background: #171717;
    color:#ffffff;
    height: 40px;
    font-weight: 500;
    font-size: 1.4rem;
}
.jumbotron{
    display: flex;;
    position: relative;
    align-items: center;
    padding-left: 240px ;
    height: 584px; 
    color: #2B2B3D; 
    overflow: hidden;
    
}

.jumbotron__title{
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 20px;
}

.bg__img_div{
  
    width: 67.52%;
    height: 436.65px;
    flex-shrink: 0;

}

.section_pad.info{
  display: flex;
  padding-top: 80px;
  justify-content: center;
  background-color: #171717;
  color: #ffffff;

}

.info__wrapper > .small{
  color: #ffffff;
  display: inline-block;
  margin:  12px 0px 40px 0px;
  
}

.info__wrapper{
    text-align: center;
     width: 681px;
}

.social_div{
    margin-top: 20px;
    display: inline-block;
    display: flex;
    justify-content: center;
    gap: 20px;

}

.footer__img{
    height:147px;
    background-image: url('/assets/footer-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:  bottom;
    background-color: #171717;

}


 @media only screen and (max-width: 1024px) {

   .section_pad{
     padding: 0 100px;
    }

    .section_pad.info{
        padding-top: 40px;
    }
    .jumbotron{
        padding-left: 100px;
    }
    .bg__img_div{
      width: 57.52%;
    }

 }

 @media only screen and (max-width: 768px) {


    h2{
       font-size: 4.8rem;
    }
    h3{
    font-size: 2.5rem;
}
    .section_pad{
        padding: 0 40px;
    }
    .section_pad.info{
        padding-top: 40px;
    }
    .jumbotron{  
        
        height: auto;
        padding-left: 40px ;
       
    }
    .bg__img_div{
        height: 350px;
        flex-shrink: 1;

    }

    .small{
        font-size: 1.4rem;
    }
 
  }

   @media only screen and (max-width: 500px) {
    
    h3{
        font-size: 3.2rem;
    }
    .contact_btn{
       font-size: 1.2rem;
    }

    .jumbotron{
        flex-wrap: wrap;
        padding:  16px 0px;
        padding-bottom: 0px;
        
       
    }

     .jumbotron > .left__div{
      padding: 0 16px;
      
    }
   
    .section_pad{
        padding: 0 16px;
    }
    
     .section_pad.info{
        padding-top: 20px;
    }
    .bg__img_div{
        width: 100%;
        height: 250px;
       

    }

    .footer__img{
        height: 47px;
        background-size: cover;
    }
    
    footer{
      font-size: 12px;
      margin-bottom: 20px;
    }
 
  }

 