@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Georgian:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&display=swap');

html {
    font-family: "Open Sans", sans-serif;
    color: #333333;
}

h1, h2, h3, h4, h5,
h6 {    
    font-family: "Montserrat", sans-serif;    
    color:#000000;
}

.subtitle {
font-family: "Pacifico", cursive;
color:#222222;
}

.pcolor {
    color:#007BFF;
}
.scolor {
    color:#FF9800;
}

 
.bg-1 {
    background-color: #F0F0EB;
}
.bg-2 {
    background-color: #17497F;
}
.bg-3 {
    background-color: #FFC300;
}
.bg-4 {
    background-color: #231E15;
}

a {
    text-decoration: none!important;
}

.tour-bck-body {
    height: 100vh;
    background-image: url('../img/bck.png');
}
