@font-face {
  font-family: fontRegular;
  src: url("../fonts/sf-pro-display/SFPRODISPLAYREGULAR.OTF");
}
@font-face {
  font-family: fontMedium;
  src: url("../fonts/sf-pro-display/SFPRODISPLAYMEDIUM.OTF");
}
@font-face {
  font-family: fontBold;
  src: url("../fonts/sf-pro-display/SFPRODISPLAYBOLD.OTF");
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}



.container{
    max-width: 1024px;
    margin: auto;
}

body{
    font-family: fontRegular;
}





/***********************/
/** HEADER */
/***********************/

header{
    background-color: rgba(250, 250, 252, .92);
    height: 44px;
}

.header-container{
    padding: 0 22px;
}

header nav ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav ul li{
    padding: 0 8px;
}

header nav ul li a{
    color: #1d1d1f;
    text-decoration: none;
    font-size: 12px;
}

header nav ul li .text{
    margin-top: -5px;
}



/***********************/
/** HERO SECTION */
/***********************/

.hero-section{
    height: 540px;
    background: url("../img/hero-banner-support-home.image.large_2x.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}





/***********************/
/** SUPPORT SECTION */
/***********************/

.support-section{
    background-color: #F5F5F7;
    display: flex;
    padding: 24px 0;
    gap: 24px;
    text-align: center;
}

.support-section h2{
    font-size: 40px;
    color: #1d1d1f;
    margin-bottom: 13px;
}

.support-section p{
    font-size: 17px;
    color: #1d1d1f;
    margin-bottom: 13px;
}

.get-support{
    /* height: 512px; */
    background-color: #fff;
    width: 65%;
}

.get-support .get-div1{
    /* height: 212px; */
    padding: 40px 83px;
}

.get-support .info{
    text-align: left;
}

.get-support .info p{
    margin-bottom: 10px;
}

#case-id{
    color: #0066cc;
}

#agent-name{
    color: #0066cc;
}

.get-support>div:last-child{
    height: 300px;
    background: url("../img/tile-split-getsupport.image.large_2x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-support a{
    color: #0066cc;
    text-decoration: none;
}

.get-support p{
    margin-bottom: 28px;
    /* color: #515154; */
}

.apple-support{
    background-color: #fff;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.apple-support div:first-child{
    /* height: 212px; */
    padding: 40px;
}

.apple-support>div:last-child{
    height: 275px;
    background: url("../img/tile-split-supportapp.image.large_2x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.apple-support p{
    margin: 0 10px 30px;
}

.apple-support a{
    padding: 8px 16px;
    font-size: 17px;
    color: #fff;
    background-color: #1D1D1F;
    text-decoration: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.apple-support .note{
    color: #86868b;
    font-size: 11px;
    margin-top: 48px;
    line-height: 1.4;
}









/***********************/
/** BEWARE SECTION */
/***********************/

.beware-section{
    background-color: #F5F5F7;
    padding: 24px 0 48px;
}

.beware-container{
    padding: 0 22px;
    max-width: 1350px;
}

.beware-container div{
    background-color: #fff;
    padding: 40px 81px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.beware-container div p{
    margin-bottom: 28px;
}

.beware-container h3{
    font-size: 24px;
    margin-bottom: 14px;
}

.beware-section p{
    font-size: 17px;
    line-height: 1.47059;
}

.beware-section a{
    padding: 8px 16px;
    font-size: 17px;
    color: #fff;
    background-color: #1D1D1F;
    text-decoration: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}













/***********************/
/** FOOTER */
/***********************/

footer{
    background-color: #F5F5F7;
}

.footer-container{
    padding: 27px 22px 21px;
}

.top-footer{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.top-footer img{
    height: 18px;
}

.top-footer p{
    color: #515154;
    font-size: 12px;
}

.middle-footer{
    display: flex;
    padding-bottom: 31px;
    gap: 20px;
}

.middle-footer div{
    width: 25%;
}

.middle-footer h4{
    font-size: 12px;
    margin-bottom: 10px;
}

.middle-footer ul{
    list-style: none;
}

.middle-footer ul li{
    margin-bottom: 10px;
}

.middle-footer ul li a{
    text-decoration: none;
    color: #515154;
    font-size: 12px;
}

.middle-footer ul li a:hover{
    text-decoration: underline;
}



.bottom-footer{
    display: flex;
    align-items: center;
    border-top: 1px solid #d2d2d7;
    padding-top: 12px;
    justify-content: space-between;
}


.bottom-footer .copyright{
    color: #86868b;
    font-size: 12px;
}

.bottom-footer .policy{
    display: flex;
    align-items: center;
}

.bottom-footer .policy ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.bottom-footer .policy ul li{
    border-right: 1px  solid #d2d2d7;
    padding-right: 7px;
    /* flex: 1; */
}


.bottom-footer .policy li a{
    text-decoration: none;
    color: #515154;
    font-size: 12px;
}

.bottom-footer .country{
    color: #515154;
    font-size: 12px;
    text-align: right;
}




















/***********************/
/** HERO1 SECTION */
/***********************/

.hero1-container{
    padding: 68px 22px 54px;
    text-align: center;
}

.hero1-container h1{
    font-size: 55px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -0.009em;
    text-align: center;
    margin-bottom: 34px;
}

.hero1-container h4{
    font-size: 24px;
    line-height: 1.33341;
    font-weight: 400;
    text-align: center;
    margin-bottom: 34px;
}

.hero1-container a{
    padding: 8px 16px;
    font-size: 17px;
    color: #fff;
    background-color: #1D1D1F;
    text-decoration: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.hero1-container>p{
    margin-top: 34px;
}





/***********************/
/** OTHER REPAIR OPTION SECTION */
/***********************/

.other-repair-container{
    padding: 50px 22px 74px 22px;
}

.other-repair-container h2{
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    margin-bottom: 54px;
    text-align: center;
}

.other-repair-container h3{
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: 0.009em;
    margin-bottom: 14px;
}

.other-repair-container p{
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    margin-bottom: 24px;
    padding-right: 250px;
}

.other-repair-container a{
    color: #0066cc;
    text-decoration: none;
}

.other-repair-container .repair-note{
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #86868b;
}






/******************************************/
/** Scan */
/******************************************/

.scan-section{
    padding: 30px 0;
    background-image: url("../img/fluent-bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.scan-div{
    box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11);
    margin: auto;
    width: 550px;
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.scan-heading{
    text-align: center;
}

.scan-heading h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #242424;
}

.scanner{
    margin-top: 20px;
    text-align: center;
    display: none;
}

.scanner h3{
    font-size: 30px;
    font-weight: 500;
}

.scanner h3 span{
    color: #0067b8;
    margin-left: 20px;
}

.scanning-div{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 20px;
}


.scanning-div .scanning p{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.scanning-div .scanning .scans{
    font-size: 12px;
    font-weight: 500;
    display: none;
}

.ip-div{
    display: flex;
    align-items: center;
        border: 1px solid #c7c7c7;
    padding: 10px;
    gap: 10px;
}

.info-div{
    width: 70%;
}

.info-div .info{
    margin-bottom: 5px;
}

.info-div p span{
    font-weight: 500;
}


.scan-image{
    width: 30%;
}

.scan-image img{
    width: 100%;
}

.start-scan{
    margin-top: 40px;
    text-align: center;
}

.start-scan button{
    background-color: #0067b8;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
}

.start-scan button:hover{
    background-color: #005DA5;
}








.threat{
    display: none;
}

.threat-container h2{
    font-size: 37px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 30px;
}

.threat .table{
    width: 100%;
    box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11);
}

.table{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.table .thead{
    display: flex;
    align-items: center;
    background-color: #000;
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
}

.thead p{
    width: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 20px;
}

.table .tbody{
    border: 1px solid #c7c7c7;
    border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
}

.table .tbody div{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c7c7c7;
}

.table .tbody div p{
    width: 50%;
    font-weight: 400;
    padding: 10px 20px;
}

.table .tbody div p:last-child{
    text-decoration: underline;
    cursor: pointer;
}