*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body{
    font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    background: linear-gradient(0.05turn, rgba(18, 44, 82, 1),rgba(18, 44, 82, 1),rgba(18, 44, 82, 1));
}

nav{
    background: rgb(18, 44, 82);
    height: 110px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

label.logo img{
    height: 130px;
    padding:5px 0px 5px 10px;
}

label.logo a:hover{
    background: none;
}

label.logo2 img{
    height: 130px;
    padding:0px;
}

label.logo2 a:hover{
    background: none;
}

label.nav-title a{
    font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    color: #ffffff;
    font-size: 32px;
    display: inline-flex;
    line-height: 120px;
    padding: 0px 0px 0px 10px;
}

label.nav-title a:hover{
    background: none;
}

nav ul{
    float: right;
    margin-right: 20px;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a{
    color: #6C5353;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

a.active,a:hover{
    background: goldenrod;
    transition: .5s;
}

.checkbtn{
    font-size: 30px;
    color: #6C5353;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

.checkbtn2{
    font-size: 30px;
    color: #6C5353;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

@media (max-width: 858px){
    .checkbtn{
        display: block;
    }

    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #d2c3c3;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a{
        font-size: 20px;
    }

    a:hover,a.active{
        background: none;
        color: rgb(251, 250, 248);
    }

    #check:checked ~ ul{
        left: 0;
    }

    #check:checked ~ .checkbtn{
        display: none;
    }

    #check:checked ~ .checkbtn2{
        display: block;
    }
}

h1{
    text-align: center;
    font-size: 30px;
    padding: 20px 0px 0px 0px;
}

#www{
    color:#2f497d;
}

#fb{
    color: #2f497d;
}

h2{
    text-align: center;
    font-size: 25px;
    padding: 10px 0px 10px 0px;
    letter-spacing: 1.5px;
}

.str{
    background-color:#7e8183;
    color: #f2f2f2;
}

.fb{
    background-color: #7e8183;
    color: #f2f2f2;
}

h3{
    text-align: center;
    font-size: 20px;
    margin: 5px;
    padding-top: 10px;
    color: #222f3e;
}

.container{
    margin: 20px;
    background-color: rgb(240, 240, 240);
    border-radius: 20px 20px 0 0;
}

footer{
    height: 40px;
    width: 100%;
    background-color:#004196;
}

#foot-title{
    font-size: larger;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: baseline;
    margin: 20px 0 50px 0;
}

.content{
    width: 50%;
    margin: 20px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
    transition: .4s;
    background: #f2f2f2;
}

.cimg{
    height: 200px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    position: relative;
    top:-10px;
}

.desc{
    text-align: center;
    color: #75797b;
    padding: 2px 8px 5px 8px;
    cursor:auto;
}

.desc2{
    font-size: 18px;
    text-align: center;
    color: #222f3e;
    padding: 0px 10px 10px 15px;
}

.desc2 a{
    color: rgb(165, 125, 26);
}

.desc2 a:hover{
    background: none;
}

.desc3{
    font-size: 18px;
    text-align: center;
    color: #75797b;
    padding: 0px 10px 10px 15px;
}

h6{
    font-size: 18px;
    text-align: center;
    color: #222f3e;
    margin: 5px;
    cursor:auto;
}

button{
    font-family:'Lato', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 24px;
    color:#fff;
    width: 100%;
    padding: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.buy-0{
    background: #7e8183;
}

.buy-1{
    background: #ed3326;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.buy-1end{
    background: #ed3326;
}

.buy-2{
    background: #0070e0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.buy-2end{
    background: #0070e0;
}

.buy-3{
    background: #ff0033;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.buy-3end{
    background: #ff0033;
}

.buy-4{
    background: #00a862;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.buy-4end{
    background: #00a862;
}

.buy-5{
    background: #e64064;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.buy-6{
    background: #715cfa;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.buy-7{
    background: #e30048;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

@media(max-width:1850px){
    .content{
        width:30%;
    }
}

@media(max-width:1224px){
    .content{
        width:45%;
    }

    label.nav-title{
        display: none;
    }
}

@media(max-width:858px){
    .content{
        width:100%;
    }

    label.nav-title{
        display: none;
    }
}

.tabs{
    display: flex;
    flex-wrap: wrap;
  }
  
  .tabs_label, .tabs_label2{
    width: 50%;
    font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
  }

  .tabs_label{
    background-color: rgb(174, 186, 217);
    color: white;
    border-radius: 20px 0 0 0;
    letter-spacing: 1.5px;
  }

  .tabs_label2{
    background-color: rgb(174, 186, 217);
    color: white;
    border-radius: 0 20px 0 0;
    letter-spacing: 1.5px;
  }

  .tabs_radio{
    display: none;
  }
  
  .tabs_content{
    order: 1;
    width: 100%;
    border-bottom: 3px solid #dddddd;
    line-height: 1.5;
    padding-top: 10px;
    display: none;
  }
  
  .tabs_radio:checked+.tabs_label{
    color: white;
    border-bottom: transparent;
    background-color: #4267B2;
    letter-spacing: 1.5px;
  }
  
  .tabs_radio:checked+.tabs_label2{
    color: white;
    border-bottom: transparent;
    background-color: #4267B2;
    letter-spacing: 1.5px;
  }
  
  .tabs_radio:checked+.tabs_label+.tabs_content{
    display: initial;
  }
  
  .tabs_radio:checked+.tabs_label2+.tabs_content{
    display: initial;
  }

  .arrow {
  border: solid white;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px 5px 5px 5px;
  position: relative;
  bottom: 2px;
}

.arrow2 {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  bottom: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

details {
    background: #7e8183;
    width: 100%;
    padding: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

summary {
  font-family:'Lato', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 24px;
    color:#fff;
}

details[open] summary {
  padding: 0 0 15px 0;
}

details[open] p {
  background-color: #f2f2f2;
  cursor:auto;
}

details[open] > *:not(summary) {
  padding: 5px;
}

.ico {
height:18px;
display: inline-block;
}

.ico2 {
height: 28px;
text-align: center;
margin: 0;
display:flex;
position: relative;
top: 10px;
}

.ico3 {
height: 28px;
display: inline-block;
position: relative;
top: 8px;
}