﻿
.bg-img {
  
  background-image: url('Images/Background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0px;
  left: 0px;
  height: 740px;
}

@font-face {
    font-family: "Sarpanch"; 
    src:url("Fonts/Sarpanch-Black.ttf")format("truetype");
    font-weight: normal;
    font-style: normal;
}

.FontSarpanch
{
    font-family: "Sarpanch";
             /*text-align: center;*/
            color:red 
         }

@font-face {
    font-family: "Sarpanch-SemiBold"; 
    src:url("Fonts/Sarpanch-SemiBold.ttf")format("truetype");
    font-weight: normal;
    font-style: normal;
}

.FontSarpanch-SemiBold
{
    font-family: "Sarpanch";
}

@font-face {
    font-family: "Yatra One";
    src:url("assets/fonts/YatraOne-Regular.ttf")format("truetype");
    font-weight: normal;
    font-style: normal;
    font-size:medium;
}
.FontYatraOne
{
    font-family: "Yatra One";
}

@font-face {
    font-family: "Amita Bold"; 
    src:url("assets/Fonts/Amita-Bold.ttf")format("truetype");
    font-weight: normal;
    font-style: normal;
    font-size:medium;
}
.FontAmitaBold
{
    font-family: "Amita Bold";
}
 .TxtBox
        {
            border: 1px solid black;
            border-radius: 7px;            
        }
        
        .TxtBox:focus
        {
            border-radius: 3px;
            background-color:lightgray;
        }   

.Btn
        {
            border: 1px solid black;
            border-radius: 7px;
            background-color: ThreeDHighlight;
            color:Black;
             cursor: pointer;
        }
        
        .Btn:hover
            {
            background-color: gray;
            color:White;
            transition: 0.3s;
            border: 1px solid white           
            } 