*{
    font-family: "Open Sans", sans-serif;
}

#headerbox{
    background: #10847e;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; */
    user-select: none;
    padding: 15px 0;
    transition: all .3s;
}

#headerbox>div{
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    /* border: 1px solid yellow; */
    height: 90%;
    justify-content: space-evenly;
}
#headerbox>div>a{
    margin-right: 50px;
    margin-left: 60px;
}

#headerbox>div>a img{
    width: 180px;
    height: 50px;
}
#headerbox>div>div{
    width: 80%;
    height: 100%;
    /* border: 1px solid pink; */
}

.headdiv{
    height: 100%;
    width: 100%;
}
.headdiv>div:first-child{
    /* border: 1px solid red; */
    height: 60%;
    margin-bottom: 15px;
}
.headdiv>div:last-child{
    /* border: 1px solid blue; */
    height:40%
}
#serchboxes{
    display: flex;
    /* border: 1px solid yellow; */
}

#serchboxes>div{
    display: flex;
    width: 800px;
    background-color: white;
    border-radius: 5px;
    margin-left: 10px;
    align-items: center;
    justify-content: space-evenly;
}
#serchboxes>div>div:first-child{
    margin-left: 20px;
    color: #139992;
    font-weight: 700;
}

#serchboxes>div>div:nth-child(2){
    color: gray;
    margin-left: 30px;
    padding-left: 20px;
    border-left: 1px solid gray;
}

#btmpart{
    width: 100%;
    height: 40%;
    /* border: 1px solid yellow; */
    display: flex;
    justify-content: space-around;
}
.headdiv a{
    margin-top: 10px;
    text-decoration: none;
    color: white;
    font-size: 15px;
}
#btmpart>div:first-child{
    width: 40%;
    height: 100%;
    /* border: 1px solid yellow; */
    display: flex;
    justify-content: space-around;
    margin-left: -20px;
}
#btmpart>div:first-child a:hover{
    border-bottom: 2px solid white;
}
#btmpart>div:last-child div:hover{
    border-bottom: 2px solid white;
}
#btmpart>div:last-child{
    width: 30%;
    height: 100%;
    /* border: 1px solid yellow; */
    display: flex;

    margin-left: 5px;
    justify-content: space-around;
    color: white;
}



/* summit  */


#sbbar{
    width: 70%;
    display: flex;
    margin: auto;
    margin-top: 20px;
    height: 60px;
    /* border: 1px solid black; */
    padding-left: 20px;
    background-color: #8573e1;
    border-radius: 5px;
    cursor: pointer;
    
}
#sbbar>#sbp{
    font-size: 18px;
    font-family: sans-serif;
    color: white;
    padding-left: 35px;
    padding-top: 5px;
}
#sbbar>#sbimg{
    width: 30px;
    height: 30px;
    padding-top: 12px;
}
#sbrebox{
    width: 70%;
    height: 300px;
    margin: auto;
    /* border: 1px solid black; */
    display: flex;
    gap: 10px;

}
#sbrebox>#sbinfo{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 15px;
    border-radius: 5px;
}
#sbhead{
    margin-left: 230px;
    font-size: 16px;
    margin-top: 50px;
    font-family: sans-serif;
    font-weight: bolder;
    color: #4f585e;
}
#sbboximage{
    width: 30px;
    height: 30px;
    margin: auto;
    padding-left: -50px;
}
#sbinfo{
    width: 24%;
    height: 200px;
    cursor: pointer;
}
#sbinfo:hover{
    border: 1px solid green;
}
#sbdiv4>#sbh34{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #35383a;
}
#sbavai{
    font-family: sans-serif;
    margin-top: -5px;
    font-size: 14px;
}
#sbinc{
    font-family: sans-serif;
    font-size: 13px;
    margin-top: -5px;
    color: #5a5b5d;
}
#sbprice{
    font-family: sans-serif;
    margin-top: -6px;
    display: flex;
}
#sbpartner{
    width: 70%;
    /* border: 1px solid black; */
    display: flex;
    margin: auto;
    justify-content: space-between;
    margin-top: -20px;
    /* margin-top: 25px; */
}
#sbpartner>#sbhd1{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bolder;
    color: #4f585e;
}
#sbpartner>#sbhd2{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: lighter;
    color: green;
}
#sbhd2:hover{
    cursor: pointer;
}
#sblabs{
    width: 70%;
    /* border: 1px solid black; */
    margin: auto;
    display: flex;
    margin-left: 212px;
    margin-top: 15px;
}
#sblabs1{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
    width: 220px;
    height: 150px;
    padding: 15px;
    margin-left: 10px;
    cursor: pointer;
}
#sblabs1:hover{
    border: 1px solid green;
}
#sblabs1>#sblabs1div{
    width: 80px;
    height: 55px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-left: 5px;
    border-radius: 3px;
   
}
#sblabs1>#sblabs1div>#sbimg1{
    width: 70px;
    height: 25px;
    padding-top: 15px;
    padding-left: 5px;
}
#sblabs1>#sblabs1div>#sbimg2{
    width: 50px;
    height: 50px;
    padding-top: 0px;
    padding-left: 15px;

}
#sblabsh4{
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 12px;
    color: #afb9c0;
}
#sblabs1>#sbcer{
    margin-top: -10px;
    color: #afb9c0;
}
#sbpackage{
    width: 70%;
    /* border: 1px solid black; */
    display: flex;
    margin: auto;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 20px;
}
#sbpackage>#sbhed1{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bolder;
    color:#4f585e;
}
#sbpackage>#sbhed2{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: lighter;
    color: green;
}
#sbhed2:hover{
    cursor: pointer;

}
#sblaston{
   display: flex;
}
#sblaston>#sbon{
   margin-bottom: 50px;
}



#sbbox
{
width: 70%;
height:140px;
/* border: 1px solid red; */
display: flex;
margin: auto;
margin-top: 120px;
}
#sbbox>#sbdiv{
width:23%;
height: 80px;
border: 1px solid black;
margin: auto;
display: flex;
border-radius: 50px;
cursor: pointer;
}
#sbbox>#sbdiv:hover{
border: 1px solid green;
}
.sbimage{
width: 30px;
height: 30px;
/* border: 1px solid green; */

margin-left: 30px;
margin-top: 22px;
/* margin: auto; */
}
#sbimg{
width: 30px;
height: 30px;
}

.sbtag{
width:120px;
height: 30px;
/* border: 1px solid green; */
margin-top: 20px;
margin-left: 16px;
text-align: center;
margin-bottom: 200px;
/* margin: auto; */
/* margin-left: 200px; */
}
#sbbox>#sbdiv>.sbtag{
/* border: 1px solid red; */
margin-top: 5px;
}
#sbtagbut2{
padding-top: 10px;
font-family: sans-serif;
font-size: 16px;
font-weight: bolder;
color: #4f585e;
cursor: pointer;
}
#sbtagbut2:hover{
color: green;
}
#sbtagbut1{
padding-top: 10px;
font-family: sans-serif;
font-size: 16px;
font-weight: bolder;
margin-left: -50px;
color: #4f585e;
cursor: pointer;
}
#sbtagbut1:hover{
color: green;
}
.sbtag>#sbh3{
font-family: sans-serif;
font-size: 16px;
font-weight: bolder;
color: #4f585e;
cursor: pointer;
}
.sbtag>#sbh3:hover{
color: green;
}

/* summit */

#sminfobox{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    /* border: 1px solid black; */
}
#sminfobox>div{
    margin: auto;
    /* border: 1px solid red; */
}
h2{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #686a6b;
}
span{
    font-size: 14px;
    font-family: sans-serif;
    line-height: 25px;
    color: #677a89;
}
div>ul>li{
    font-size: 16px;
    font-family: sans-serif;
    line-height: 35px;
    color:#677a89;
    padding-left: 10px;
}
ul{
    list-style: none;
}
ul li::before{
    content: "\2022";
    color: #3bb899;
    display: inline-block;
    width: 20px;
    margin-left: -40px;

}
/* summit  */
#scontainer{
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-around;
  
}
#sli{
    list-style-type: none;
    line-height: 35px;
    font-family: sans-serif;
    cursor: pointer;
    color:#6b7982;
}
#sh3{
    font-family: sans-serif;
    color: #4f585E;
}
#spay{
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 85%;
    padding-bottom: 30px;
}
#simg{
    height: 30px;
    width: 40px;
    padding: 15px 15px 0px 0px;
    margin: auto;
}
#spartners>#spartnersh3{
    width: 85%;
    display: flex;
    margin: auto;
    padding-top: 30px;
    font-family: sans-serif;
    color: #4f585e;
}
#ssymbol>#sspan{
  color: teal;
  /* gap: 30%; */
  cursor: pointer;
}
#player{
    background-color: #f4f7fb;
    padding-top: 50px;
    /* margin-top: 50px; */
}


#smcontainer{
    margin: auto;
    /* border: 1px solid black; */
    display: flex;
    height: 270px;
    width: 800px;
    margin-top: 70px;
    padding-bottom: 50px;

}
#smcontainer>#smdiv{
    /* border: 1px solid red; */
    /* display: flex; */
    width: 25%;
    margin: auto;
    /* align-items: center; */
    height: 300px;
}
#smcontainer>#smdiv>#smimg{
    width: 50px;
    height: 50px;
    margin-left: 0px;
}
#smp{
    line-height: 25px;
    font-family: sans-serif;
    color: #8897a2;
}
#smh3{
    font-family: sans-serif;
    color: #4f585E;
}
#smbox{
    height: 600px;
    width: 80%;
    margin: auto;
    /* border: 1px solid black; */
    display: flex;
    gap: 20px;
    margin-right: 100px;
}
#smboximg{
    width: 210px;
    height: 420px;
    padding-top: 50px;
    padding-left: 50px;
}
#smbox2{
    height: 400px;
    width: 50%;
    /* border: 1px solid red; */
    margin-top: 50px;
    /* display: flex; */
}
#smnamebox{
    height: 50px;
    width: 600px;
    /* border: 1px solid black; */
    /* padding: 15px; */
    padding-left: 100px;
}
#smnamebox>#smnameboxh3{
    font-family: sans-serif;
    color: rgb(94, 92, 92);
    font-weight: normal;
    
}
#smoptbox
{
    height: 90px;
    width: 600px;
    /* border: 1px solid turquoise; */
    padding: 15px;
    display: flex;
    gap: 20px;
    padding-left: 100px;

}
#smoptbox>#smopt1
{
    height:40px;
    width: 170px;
    /* border: 1px solid blue; */
    gap: 15px;
    background-color: #586166;
    color: beige;
    border-radius: 5px;
    padding-left: 15px;
    margin-top: -20px;
}
#smoptbox>#smopt1:hover{
    background-color: rgb(44, 40, 40);
    cursor: pointer;
}
#smopt1{
    padding-top: 15px;
    display: flex;
}
#smopt1>#smspan{
    height: 10px;
    width: 10px;
}
#smopt1>#smoptp{
    color: black;
    margin: auto;
    margin-left: 20px;
    margin-top: 5px;
    font-family: sans-serif;
    color: white;
}
#smspan{
    color: white;
    margin-bottom: -20px;
    padding-bottom: 10px;
}




/* scrolling adds */
#bodyslider{
    margin: 0;
    padding: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f5f5;
    width: 60%;
    margin: auto;
    margin-bottom: 80px;
    margin-top: 160px;
}
.slider{
    width: 1000px;
    height: 300px;
    overflow: hidden;
    /* border-radius: 10px; */
}

.slides{
    display: flex;
    width:500%;
    height: 300px;
    
}
.slides input{
    display: none;
}

.slide{
    width: 20%;
    transition: 1s;
}

.slide img{
    width: 1000px;
    height: 300px;
}

.nav-manual{

    position: absolute;
    width: 800px;
    margin: -40px;
    margin-left: 60px;
    display: flex;
    justify-content: center;
}

.manual-btn{
    border: 2px solid white;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}

.manual-btn:hover{
    background: gray;
}

#radio1:checked ~ .first{
    margin-left: 0%;
}

#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60%;
}
#radio5:checked ~ .first{
    margin-left: -80%;
}
#radio6:checked ~ .first{
    margin-left: -100%;
}

.navigation-auto div{
    border: 2px solid white;
    padding: 5px;
    /* border-radius: 10px; */
    transition: .5s;
}

.navigation-auto div:not(:last-child){
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: white;

}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: white;
    
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: white;
    
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: white;
    
}
#radio5:checked ~ .navigation-auto .auto-btn5{
    background: white;
    
}
#radio6:checked ~ .navigation-auto .auto-btn6{
    background: white;
    
}
