
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family:'muli-regular';  
    src: url('../fonts/Muli-Regular.ttf');
}
@font-face {
    font-family:'muli-bold';  
    src: url('../fonts/Muli-Bold.ttf');
}
@font-face {
    font-family:'arial';  
    src: url('../fonts/arial.ttf');
}
@font-face {
    font-family:'FuturaPT-Book';  
    src: url('../fonts/FuturaPT-Book.woff');
}
@font-face {
    font-family:'segoe';  
    src: url('../fonts/segoe-ui.ttf');
}
:root {
    --muli-regular:'muli-regular';   
    --muli-bold:'muli-bold';   
    --arial:'arial';   
    --FuturaPT-Book:'FuturaPT-Book';   
    --segoe:'segoe';   
    
}

.hero-section{
    background-image: url('../images/genai-ebook/genai_ebook.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 75vh;
display: flex;
align-items: center;
}
.hero-content{
    color: white;
}
.hero-content{
    margin-left: 20px;
    font-family: var(--segoe) !important;
}
.hero-content h2{
    font-size: 30px;
}
.hero-content h5{
    font-size: 15px;
}
.genai-form{
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 5px;
    margin: 10px;
    padding: 20px;
    /* margin-top: -134px; */
    background: white;
    height: 100%;
 }
.genai-form h2{
    text-align: center;
    font-size: 22px;
    font-family: var(--muli-bold);
}
.genai-form  input{
    width: 100%;
    height: 40px;
    border: 1px solid #CFCECE;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 5px;
    font-size: var(--FuturaPT-Book);
}
.downArrow-img{
    display: flex;
    justify-content: end;
}
.download-btn{
    display: flex;
    justify-content: center;
}
.download-btn button{
    padding: 0.4rem 1rem;
    border: 1px solid #2DBFC7;
    /* width: 152px; */
/* height: 40px; */
background-color: white;
color: #2DBFC7;
/* font-size: 23px; */
/* display: flex; */
padding-left: 6px;
margin-top: 20px;
border-radius: 5px;
}
.hero-content h5{
    display: flex;
}
.genai-icon{
    transform: rotate(271deg);
    position: relative;
    bottom: -4px;
    margin-left: 23px;
    display: none;
    width: 60px !important;

}
.download-btn button span{
display: flex;
position: relative;
bottom: -11px;
right: -10px;
}
.white-section-content {
    padding: 12px;
}
.white-section-content h2{
    font-size: 18px !important;
    font-family: var(--muli-bold);
}
.white-section-content p,.genai-casestudies p{
    font-size: 16px;
}
.white-section-content p{
    font-family: var(--arial);
    font-size: 18px;
}
.genai-casestudies h5{
    font-size: 16px;
    font-family: var(--muli-bold);
}
.genai-casestudies p{
    font-family: var(--arial);
}
.genai-casestudies p img{
    width: 7px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.white-img{
    display: none;
}
.download-btn:hover button{
    background: transparent linear-gradient(228deg, #2F2B44 0%, #2CEAED 100%) 0% 0% no-repeat padding-box !important;
    color: white;
    border: none;

}
.download-btn:hover .colored-img{
 display: none;
}
.download-btn:hover .white-img{
 display: block;
}
@media only screen and (min-width: 576px) {
.hero-content h2{
    font-size: 36px;
    display: flex;
}
.hero-content h5{
    font-size: 18px;
    line-height: 30px;
}

}
@media only screen and (min-width: 992px) {
    .genai-icon{
        display: flex;
    }
    .white-section-content h2 {
        font-size: 30px !important;
    }
    .white-section{
        display: flex;
    }
    .hero-section {
    height: 65vh;

}
.genai-form {
 
    margin-top: -267px;
}
.hero-content h2 {
    font-size: 52px;
    font-weight: bold;
}
.hero-content h5 {
    font-size: 29px;
    line-height: 62px;
    font-weight: bold;
}
}

@media only screen and (min-width: 1280px) {
    .white-section{
        display: flex;
        margin: 0px 25px
    }
    .genai-form{
        width: 52%;
    }
    .white-section-content h2 {
        font-size: 35px !important;
        width: 71%;
    }
}