.main{
    font-family: 'Lexend Exa', sans-serif;
    background-color: var(--color-2);
    transition: 0.5s ease;
}
/*-----Head-----*/

.stick_head{
    z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
    top :0;
    background-color: var(--color-1);
    color: var(--color-2);
    margin: 0px;
    padding :10px;
    padding-left: 0;
    font-family: 'Lexend Exa', sans-serif;
    box-sizing:content-box;
}
#icon{
    width: 30px;
    cursor: pointer;
    padding-right: 20px;
}
.logo{
    width:80px;
    margin-left: 0;
}
.sub_head_title{
    color: var(--color-2);
    display: inline-block;
    margin-left: 0;
}
.sub_head_title:hover{
    color: var(--color-3);
    transition: 0.5s;
    cursor: pointer;
}
.head_title {
	margin: 0px 30px;
}
.head_title:hover{
    cursor: pointer;
}	
.head_item{
    flex: 1;
    text-align: right;
	margin: 0px 30px;
    padding-left: 15px;
    border-left: 2px var(--color-3) solid;
}
.head_list{
      list-style :none;
      margin: 0 20px 0 auto ;
      display: inline-block;
      padding: 0 30px;
      position: relative;
      text-decoration: none;
      text-align: right;
      cursor: pointer;
}
.head_cat{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 15px;
    left: 0;
    display: none;
    background-color: var(--color-1);
    color: var(--color-2);
    text-decoration: none;
    list-style: none;
}
.head_item:hover > ul,
    .head_cat:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 200px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px var(--color-1);
}
.head_item:hover{
    color: var(--color-3);
    transition: 0.3s;
    cursor: pointer;
}
.head_btn{
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border-style: none;
}
.head_btn:hover {
    padding-left: 10px;
    border-left: 2px solid var(--color-3);
    transition: all 0.3s ease;
}
.head_link{
    color: var(--color-2);
    text-decoration: none;
}
.head_link:hover{
    transition: all 0.3s ease;
    color: var(--color-3);
}
/*-----Navigation Bar-----*/

.nav_bar{
    z-index: 8;
	bottom: 0;
	top: 80px;
    background-color: var(--color-1);
    margin: 0 auto;
    display: block;
    padding: 20px 0 20px 0px;  
    text-align: center;
    font-size: 16px;
    font-family: 'Lexend Exa', sans-serif;
}
.nav_semi_cat{
    padding: 0 0 0px 20px;
}
.nav_main{
    display: inline-block;
	margin: 0px 30px;
    text-decoration: none;
}
.nav_cat{
      list-style :none;
      margin: 0 auto;
      border-left: 2px solid var(--color-3);
      display: inline-block;
      padding: 0 30px;
      position: relative;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
}
.nav_link{
    color: var(--color-2);
    text-decoration: none;
}
.nav_link:hover{
    color:var(--color-3);
}
.nav_semi_cat{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 10;
    left: 0;
    display: none;
    list-style: none;
    background-color: var(--color-1);
}
ul li:hover > ul,
    .nav_semi_cat:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 250px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px var(--color-1);
}
.nav_last{
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border-style: none;
}
.nav_last:hover {
    padding-left: 10px;
    border-left: 2px solid var(--color-3);
    transition: all 0.3s ease;
}
.nav_link:hover{
    transition: all 0.3s ease;
}

/*-----Payment-----*/
.container{
    width: 400px;
    height: 470px;
    background-color: var(--color-1);
    margin: 100px auto;
    padding :20px ;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 25px var(--color-1);
}

.title{
    text-align: center;
    font-size: 15px;
    color: var(--color-2);
    margin-top: 25px;
    margin-bottom: 30px;
}

.name1{
    border-radius: 5px;
    margin: auto;
    margin-bottom: 25px;
    display: inline;
    text-align: center;
    font-size: 20px;
    border: none;
    width: 300px;
    height: 30px;
    background-color: var(--color-4);
}
.name1:focus{
    outline-color: rgba(95, 95, 136, 0.801);
}
.name2{
    border-radius: 5px;
    margin:auto;
    display: inline;
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    border: none;
    width: 300px;
    height: 30px;
    background-color: var(--color-4);
}
.name2:focus{
    outline-color: rgba(95, 95, 136, 0.801);
}
.name3{
    border-radius: 5px;
    margin:auto;
    display: inline;
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    border: none;
    width: 125px;
    height: 30px;
    background-color: var(--color-4);
}
.name3:focus{
    outline-color: rgba(95, 95, 136, 0.801);
}
.name4{
    border-radius: 5px;
    border-color: rgba(57, 134, 197, 0.384);
    margin:auto;
    display: inline;
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    border: none;
    width: 100px;
    height: 30px;
    background-color: var(--color-4);
}
.name4:focus{
    outline-color: rgba(95, 95, 136, 0.801);
}
.row1{
    font-size: 15px;
    display: block;
    color: var(--color-1);
    font-weight: bold;
    margin-left: 40px;
}

.row2{
    font-size: 15px;
    display: block;
    color: var(--color-1);
    font-weight: bold;
    margin-left: 40px;
}
.row3{
    width: 50px;
    font-size: 15px;
    display: inline-block;
    color: var(--color-1);
    font-weight: bold;
    margin-left: 40px;
    margin-right: 130px;
}
.row4{
    width: 100px;
    font-size: 15px;
    display: inline-block;
    color: var(--color-1);
    font-weight: bold;
    margin-left: 15px; 
}
.button{
    width: 110px;
    height: 35px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    background-color: var(--color-3);
    color: white;
    margin-left: 35%;
    margin-top: 10px;
    font-family: 'Lexend Exa', sans-serif;
}
.button:hover{
    background-color:var(--color-4);
    cursor: pointer;
    color: var(--color-1);
}
.label1{
    color: var(--color-2);
    display: block;
    margin-bottom: 10px;
}
.label2{
    color: var(--color-2);
    width: 200px;
    display: block;
    margin-bottom: 10px;
}
.img{
    margin-top: 20px;
    margin-left: 65px;
}
/*-----Footer-----*/

.foot{
    width: 100%;
    height: 330px;
    color: var(--color-2);
    background-image: url("foot_img.jpg");
    margin: 0 auto;
    display: block;
    padding: 20px;  
    text-align: center;
    font-size: 16px;
}
.foot_link{
    color: var(--color-2);
    text-decoration: none;
}
.foot_link:hover{
    color: var(--color-3);
}
.foot_head{
    padding-left: 10px;
    border-left: solid 2px var(--color-3); 
    align-items: right;
}
.foot_div{
    margin-top: 0px;
    display: inline-block;
    margin: 40px;
    text-align: center;
    padding-right: 20px;
    text-decoration: none;
    width: 180px;
}
.foot_container{
    list-style: none;
    text-decoration: none;
}
.foot_items{
    text-decoration: none;
    text-align: left;
    align-items: left;
    margin: 15px;
    display: block;
}
.foot_items:hover{
    padding-left: 10px;
    border-left: 2px var(--color-3) solid;
    color: var(--color-3);
    transition: 0.5s;
}
#fb:hover{
    border-color:blue ;
    color: blue;
    transition: 0.5s;
}
#tt:hover{

    transition: 0.5s;
}
#yt:hover{
    border-color:red;
    color: red;
    transition: 0.5s;
}
.cp{
    width: 70%;
    align-items: left;
    justify-items: left;
    padding: 0 0 0 230px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 15px;
}
.cp_type{
    color: var(--color-2);
    text-align: left;
    margin: 10px;
}
hr{
    margin-left: 220px;
}
:root{
    --color-1:black;
    --color-2:white;
    --color-3:#3ca0e7;
    --color-4:rgb(205, 237, 253);
}
.dark_theme{
    --color-1:white;
    --color-2:black;
    --color-3:rgb(138, 1, 235);
    --color-4:rgb(87, 0, 149);
}
