@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600&display=swap');
:root{
    --strong-cyan: hsl(171, 66%, 44%);
    --light-blue: hsl(233, 100%, 69%);
    --dark-grayish-blue:hsl(210, 10%, 33%);
    --grayish-blue:hsl(201, 11%, 66%);
    --body-font-size:18px;
    --body-font:'Bai Jamjuree',
        sans-serif;


}
*{
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--body-font);
    font-size: var(--body-font-size);
}
img {
    width: 100%;
}
.section_one_asserts {
    display: flex;
    flex-direction: column;
}
header {
    background: url(../images/bg-header-desktop.png) no-repeat;
    background-size: cover;
    background-position: center;
     padding-top: 60px; 
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 115px;
}
 .heading,.headerp_copy {
     margin-bottom: 20px;
 }
 .heading h1,.heading h2 {
    color: var(--dark-grayish-blue);
    text-align: center;
 }
.headerp_copy p {
    text-align: center;
    color: var(--grayish-blue);
}
.header_cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
        align-items: center;
    gap: 26px;
    margin-top: 12px;
}
.ios,.mac {

    padding: 15px 30px 15px 30px;
    border-radius: 30px; 
    text-align: center;
 
}
#iso-background{
    background: var(--strong-cyan);
    box-shadow: 2px 2px 2px var(--strong-cyan);
}
#mac-background{
        background: var(--light-blue);
     box-shadow: 2px 2px 2px var(--light-blue);
}
 .ios a,
 .mac a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
 }
 .copy_section_one {
     text-align: center;
     padding: 12px;
 }
 .heading h2 {
     font-size: 35px;
     line-height: 33px;
 }
.computer_desktop img {
    position: relative;
    right: -36px;
    width: 80%;
}
h3.heading_three {
    margin-bottom: 12px;
        color: var(--dark-grayish-blue);

}
.quick-seach p.icloud_sync p, .complete_history p {
    line-height: 28px;
}
.quick-seach p,
.icloud_sync p,
.complete_history p {
    line-height: 28px;
    color: var(--grayish-blue);
}
.image-computer-copy {
    text-align: center;
    margin-top: 42px;
}
section.section_two {
    margin-top: 73px;
}
img.icon {
    width: 26%;
}
.supercharge_asserts {
    text-align: center;
}
.supercharge_asserts {

    flex-direction: column;

}
.brand img {
    width: 50%;
}
.brand_logos {

    flex-direction: column;
    text-align: center;
   
}
.brand {
    margin-top: 40px;
}
section.section_four {
    margin-top: 85px;
}
.footer-logo img {
    width: 50%;
}
.social_media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: 24px;
}
footer {
    text-align: center;
    margin-top: 100px;
}
.footer_menu ul.menu a {
    text-decoration: none;
    line-height: 41px;
    color: var(--dark-grayish-blue);
}
.footer_menu ul.menu a:hover{
    color: var(--strong-cyan);
}
 @media only screen and (min-width: 1000px) {
.header_cta {

        flex-direction: row;
       
    }
        .ios,
        .mac {
   
            width: auto;
        }
                .section_one_asserts {
                    flex-direction: row;
                    gap: 85px;
                    margin-top: 31px;
                        align-items: center;
                }
.computer_desktop img {
    position: relative;
    right: 42px;
}
.quick-seach,.icloud_sync,.complete_history {
    margin-bottom: 35px;
}
.image-computer-copy {
    text-align: left;
    margin-top: 0;
}
.devices {
    text-align: center;
}
.devices img {
    width: 50%;
}
.heading h2 {
    line-height: 60px;
}
.supercharge_asserts {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.brand img {
    width: 100%;
}
.brand_logos {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    margin-top: 150px;
}
.footer_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.footer_menu ul li {
    list-style: none;
    display: inline-block;
    padding: 23px;
}
 }