/* import fonts */
@import url(fonts.css);

/* global rules */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1{
    font-size: 30px;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.692);
}
p{
color: rgba(0, 0, 0, 0.363);
}
.btn1{
        background:rgb(70, 184, 146);
        color: white;
        padding: 10px 24px;
        border-radius: 20px;
        border: none;
        font-size: 15px;
        font-family:Arial, Helvetica, sans-serif;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
        box-shadow:0px 4px 10px rgb(0, 0,0,0.5);
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
}
.btn1:hover{
    cursor: pointer;
    background-color:rgb(70, 106, 184);
}
.btn2{
    text-align: center;
    margin: 0px 10px;
    background:rgb(70, 106, 184);
    color: white;
    padding: 10px 24px;
    border-radius: 20px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 20px;
    box-shadow:0px 4px 10px rgb(0, 0,0,0.5);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.btn2:hover{
    cursor: pointer;
    background:rgb(70, 184, 146);
}
.buttons{
    align-items: center;
}
@media (max-width: 1000px) and (min-width:450px){
    .buttons{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;

    }
    .btn1 , .btn2{
        width: 60%;
        padding: 10px 15px;
    }
}
/* start body */
body {
    margin: 0;
    padding: 0;
    background-color: white;
}

/* start header */
header{
    text-align: center;
}
header #copyright-header{
   padding-top:3% ;
    text-align: center;
    max-height: 1000px;
    background-image: url(../imgs/bg-header-desktop.png);
    background-repeat: no-repeat;
    position: relative;
    color: rgb(70, 184, 146);
    font-size:160px;
}header .header-h1
{
    font-size: 35px;
}
@media (max-width: 1000px) and (min-width:450px){
    header .header-h1{
        width: 75%;
        word-wrap: break-word;
        text-align: center;
         margin: auto;
         padding-top: 20px;
         font-size: 34px;
    }
}
header .header-text{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
@media (max-width: 1000px) and (min-width:450px){
    header .header-text{
        width: 70%;
        word-wrap: break-word;
        text-align: center;
         margin: auto;
         padding-top: 20px;
    } 
}
header .buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*tracks  section start*/
.tracks{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.tracks .tracks-p{
    text-align: center;
    margin-bottom: 30px;
}
.tracks .tracks-p>h1{
    font-size: 40px;
}
@media (max-width: 1000px) and (min-width:450px){
    .tracks .tracks-p>h1{
        width: 80%;
        word-wrap: break-word;
        text-align: center;
         margin: auto;
         padding-top: 20px;
         font-size: 30px;
    } 
}
.tracks .tracks-p>p{
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 70px;
}
@media (max-width: 1000px) and (min-width:450px){
    .tracks .tracks-p>p{
        font-size: 20px;
        margin: auto;
width: 80%;
text-align: center;
    }
}
.tracks .tracks-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 1100px;
    margin: auto;
}
@media(max-width:1000px) and (min-width:450px){
    .tracks .tracks-box{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;
        margin: auto;
        width: 100%;
        display: flex;

    }
}
.tracks .tracks-img>img{
    width: 100%;
   max-width: 600px;
}
@media(max-width:1000px) and (min-width:450px){
    .tracks .tracks-img>img{
margin: auto;
width: 90%;
    }
}
.tracks .tracks-text{
    display: flex;
    max-width: 400px;
   text-align: left;
    flex-direction: column;
    gap: 20px;
}@media(max-width:1000px) and (min-width:450px){
    .tracks .tracks-text{
        text-align: center;
    }
}
@media(max-width:1000px) and (min-width:450px){
    .tracks .tracks-text>div>p{
        font-size: 20px;
        width: 90%;
    }
}
.tracks .tracks-box .tracks-text>h3{
font-size: 30px;
}
/*access section start*/
.access{
    text-align: center;
    margin-top: 150px;
}
.access .access-text{
    margin-bottom: 70px;
}
.access .access-text>h2{
    font-size: 40px;
    color: rgba(0, 0, 0, 0.753);
    margin-bottom: 16px;
}
@media(max-width:1000px) and (min-width:450px){
    .access .access-text>h2{
        font-size: 34px;
        width: 80%;
        margin: auto;
    }
}
.access .access-text>p{
    font-size: 20px;
}
@media(max-width:1000px) and (min-width:450px){
    .access .access-text>p{
        margin: auto;
        text-align: center;
        font-size: 18px;
        width: 76%;
        padding-top: 20px;
    }
}  
.access .access-img>img{
    margin-bottom: 80px;
}
@media(max-width:1000px) and (min-width:450px){
    .access .access-img>img{
        align-items: center;
        width: 85%;
    }
}
/*card section start*/
.cards{
    margin-top:40px;
    margin-bottom: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
}
@media(max-width:1000px) and (min-width:450px){
    .cards{
        display: block;
    }
}
.cards .cards-box{
    width: 100%;
    line-height: 1.6;
}
@media(max-width:1000px) and (min-width:450px){
    .cards .cards-box>p{
        font-size: 20px;
    }
} 
.cards .cards-box>img{
    margin-bottom: 20px;
}
.cards .cards-box>h4{
    margin-bottom: 20px;
    margin-top: 20px;
}
/*icon*/
.icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 140px;
}
@media(max-width:1000px) and (min-width:450px){
    .icons{
        display: flex;
        flex-direction: column;
        margin: auto;
        justify-content: center;
        align-items: center;
    }
}
/*clipboard start*/
.clipboard{
    text-align: center;
    margin-bottom: 50px;
}
.clipboard .clipboard-text>h3{
    color: rgba(0, 0, 0, 0.678);
}
@media(max-width:1000px) and (min-width:450px){
    .clipboard .clipboard-text>h3{
        font-size: 35px;
        width: 80%;
        text-align: center;
        margin: auto;
        padding-top: 35px;
    }
}
@media(max-width:1000px) and (min-width:450px){
    .clipboard .clipboard-text>p{ 
        font-size: 22px;
        width: 75%;
        text-align: center;
        margin: auto;
        padding-top: 30px;
    }
}
/*footer*/
footer{
    background-color: rgba(0, 0, 0, 0.075);
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media(max-width:1000px) and (min-width:450px){
    footer{
     max-height: 500px;
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
     gap: 10px;
     padding: 10px;
    }
}
#copyright-footer{
    text-align: left;
     color: rgb(70, 184, 146);
     font-size:70px;
     font-weight:600;
}
footer .footer-text>ul>li{
color: rgba(0, 0, 0, 0.61);
line-height: 2;
font-size: 17px;
}
@media(max-width:1000px) and (min-width:450px){
    footer .footer-text{
      margin: 0;
      padding: 0;
      font-size: 20px;
       
    }
}
@media(max-width:1000px) and (min-width:450px){
    footer .footer-text>ul>li{
      margin: 0;
      padding: 0;
      font-size: 20px;
       
    }
}
footer .footer-img{
    margin-left: 140px;
}
@media(max-width:1000px) and (min-width:450px){
    footer .footer-img{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}
footer .footer-img>img
{
    padding: 10px;
    
}