/* Goggle Fonts */
.azeret-mono-font {
  font-family: "Azeret Mono", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* sets default margin and padding to 0 */
*{
    margin: 0;
    padding: 0;
}
/* sets custom default setting */
#web_dev_section, #my_inspiration_section, #my_current_target_section,
#my_next_target_section, #support_section{
    margin: 90px 150px;
}
/* Shared Styles */
.heading1{
    font-size: 48px;
    font-weight: 800;
    color: #0d1321;
}
.heading2{
    font-size: 32px;
    font-weight: 800;
    color: #0d1321;
}
.heading3{
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}
.heading4{
    font-size: 28px;
    font-weight: 800;
    color: #0d1321;
}
.heading5{
    font-size: 24px;
    font-weight: 800;
    color: #0d1321;
}
.heading6{
    font-size: 24px;
    font-weight: 800;
    color: rgba(12,19,33, 0.7);
}
.heading7{
    font-size: 20px;
    font-weight: 600;
    color: #0d1321;
}
.paragraph1{
    font-size: 16px;
    font-weight: 400;
    color: #0d1321;
}
.paragraph2{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.button1{
    width: 244px;
    height: 57px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
}
.button2{
    width: 244px;
    height: 65px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #0d1321;
}
.button3{
    width: 171px;
    height: 47px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    font-size: 20px;
    font-weight: 600;
}
.button4{
    width: 120px;
    height: 57px;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #0d1321;
    font-size: 20;
    font: 600;
    border-style: none;
}
.card_color_1{
    background-color: rgba(255, 76, 30, 0.05);
}
.card_color_2{
    background-color: rgba(0, 76, 232, 0.05);
}
.card_color_3{
    background-color: rgba(255, 223, 0, 0.05);
}
/* Nav Section */
#nav_container{
    display: flex;
    justify-content: space-between;
    margin: 38px 150px;
}

/* Banner Section */
#banner_section{
    height: 652px;
    background: url(../assets/Hero-bg.png);
    display: flex;
    justify-content: center;
}
.banner_container{
    width: 998px;
    height: 581px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    text-align: center;
}

/* Web Dev Section */
#web_dev_section{
    background-color: rgba(13, 19, 33, 0.02);
    height: 1393px;
}
.web_dev_container{
    width: 946px;
    height: 1233px;
    margin: 0 auto;
    padding-top: 80px;
}
.web_dev_header{
    width: 852px;
    height: 113px;
    text-align: center;
}
.web_dev_heading{
    margin-bottom: 24px;
}
.web_dev_card_items{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 336px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-top: 32px;
}
.web_dev_card_item_text{
    width: 477px;
    height: 219px;
    
}
.web_dev_card_item_text > p{
    margin-top: 16px;
    margin-bottom: 32px;    
}

/* My Inspiration Section */
#my_inspiration_section{
    height: 775px;
}
.my_inspiration_content{
    width: 852px;
    height: 113px;
    text-align: center;
    margin: 0 auto;
}
.my_inspiration_content > h3{
    margin-bottom: 24px;
}
.iframe_container{
    height: 614px;
    border: 1px solid rgba(13, 19, 33, 0.2);
    border-radius: 16px;
    padding: 32px;
    margin-top: 20px;
}
.iframe_container > iframe{
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

/* My Current Target Section */
#my_current_target_section{
    height: 460px;
}
.my_current_target_section_header{
    text-align: center;
    width: 946px;
    margin: 0 auto;
}
.my_current_target_section_header > p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.my_current_target_section_card_item{
    width: 330px;
    height: 280px;
    padding: 30px;
    border-radius: 16px;
    margin-top: 10px;
}
.my_current_target_section_card_item > img, h3, p{
    margin-bottom: 24px;
}
.my_current_target_section_card_container{
    display: flex;
    justify-content: space-between;
}

/* My Next Target Section */
#my_next_target_section{
    height: 866px;
}
.my_next_target_section_header{
    width: 946px;
    height: 113px;
    text-align: center;
    margin: 0 auto 48px auto;
}
.my_next_target_section_header > p{
    margin-top: 24px;
}
.my_next_target_section_card_item{
    border: 1px solid rgba(13, 19, 33, 0.15);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    column-gap: 24px;
    padding: 40px;
    margin-bottom: 24px;
}

/*Support Section */
#support_section{
    background: url(../assets/handshake.jpg) no-repeat center;
    background-size: cover;
    height: 313px;
}
.support_section_header{
    text-align: center;
    margin: 0 auto;
    width: 730px;
}
.support_section_header > h2{
    padding-top: 64px;
    padding-bottom: 16px;
}
#support_section form{
    width: 700px;
    margin: 0 auto;
}
#support_section form input{
    width: 548px;
    height: 57px;
    padding-left: 20px;
    border-radius: 8px;
    border-style: none;
}

/* Footer Section */
#footer_section{
    background-color: rgba(13, 19, 33, 0.03);
    height: 100px;
    display: flex;
    justify-content: space-around;
}
.footer_section_text{
    margin-top: 32px;
}
.footer_section_image{
    margin-top: 32px;
}
.footer_section_image > img {
    margin-right: 24px;
}