

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Comfortaa', cursive;
}


.thicc{
    font-weight: 700;
}

.custom1{
    font-size: large;
     background-color: white;
      padding: 15px; 
      border-radius: 15px;
}

.custommenubar{
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
    height: 370px;
    text-align: left;
    width: 96%;
    background-color: rgb(245, 234, 197);
    border-radius: 15px;
}

.customcontent{
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: large; 
    width: 90%;
    margin: auto;
}

.customheader1
{
    font-size: xx-large;
    padding-top: 10px;
    text-align: center;
    font-weight: bolder;
}

.customheader2
{
    font-size: x-large;
    padding-top: 10px;
    text-align: center;
    font-weight: bolder;
}


.customformarea{
    font-size: x-large;
    padding: 5px;
    margin: auto;
    margin-bottom: 10px;
}


.textar
{
    margin-top: 20px;
    border-radius: 15px;
    padding-bottom: 20px;
}

.price{
    border: 1px black dashed;
    position:relative;
    top: 0;
    border-radius: 15px;
    margin: 20px 0px 30px 0px;
    height: 500px;
}

.price1{
    text-align: center;
     font-size: xx-large;
}

.priceheader{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}


.tstbtn{
    font-size: xx-large;
    position: relative;
    margin: 0 auto;
    width: 60%;
    background-color: #0275d8;
    color: white;
    border-radius: 15px;
    border: 1px black dashed;
    padding: 5px 5px 5px 5px;
}

.tstbtn:hover
{
    background-color: #003b6e;
}

.footerbtn
{
    color: black;
    padding-right: 6px;
    font-size: small;
    text-align: center;
}

.footerbtn:hover
{
    text-decoration: underline;
    color: black;

}

.social
{
    text-align: center;
    width: 48px;
    height: 48px;
    float: right;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 10px 10px 10px 0;
    padding: 6px;
}


.vk{
    background: #4c75a3;
    color: white;
}

.vk:hover
{
  background: white;
  color: #4c75a3;  
}

.inst{
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
}

.inst:hover{
    background: white;
    color: #d6249f;
}


.checkin{
    background-color: #5aadffff;
    border-radius: 10px;
    color: white;
}

.checkin:hover
{
    background: rgb(54, 109, 165) ;
}

.dashed{
    border-radius: 10px; 
    border: 2px black dashed;
}

.inst1{
    font-size: xx-large;
    padding: 5px 5px 3px 5px;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 24px;
    border: 3px black solid;
}


.picture{
    margin-top: 40px;
    border-radius: 180px;
    height: 360px;
    width: 360px;
    background: #5aadffff;
    padding: 10px;
}

.clcl  {
    background-color: #ffc107;
    padding: 30px;
}


.blue
{
color: #5aadffff;
}

.light-blue
{
    color:#ecf5ff;
}

.yellow
{
    color: #ffc107;
}

.light-yellow{
    color:#ffe69a;
}

.red{
    color: #dc3545;
}

.bg-blue{
   background-color: #5aadffff; 
}

.bg-light-blue{
    background-color: #ecf5ff;
}

.bg-yellow{
    color: #ffc107;
}

.bg-light-yellow
{
    background-color: #ffe69a;
}

.bg-red{
    background-color: #dc3545;
}

.button3{
    color:white;
    background-color: #5aadffff;
    border-radius: 15px;
    padding: 15px;
    font-size: x-large;
}