/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-family: Yatra One, sans-serif;
    font-size: 70px;
    margin-left: 30%;
}

h2 {
    font-family: Yatra One, sans-serif;
    margin-left: 50%;
    font-size: 30px;
}


.headed {
    max-width: 500px;

    margin: auto;
    background-image: url(images/soulcat.png);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position-x: left;


}


nav {

    padding: 12px;
    margin: 20px;
    margin-top: 0;
    font-family: Nova Round, Helvetica, sans-serif;
    font-weight: bold;
}

li {
    padding: 5px 0;
    margin: auto;
}

ul {
    display: flex;
    list-style-type: none;
}

li {
    max-width: 200px;
    text-align: center;

}

a {
    display: block;
}

a:link,
a:visited {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.page:hover {
    color: white;
    background-color: rgb(27, 89, 148);

}

.page {
    padding: 10px;
    transition: 0.2s;
}

header {
    padding: 7px;
    padding-bottom: 0;
    background-color: white;
}

p {
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    max-width: 1000px;
    background-color: white;




    padding: 40px;
}

.top {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    text-align: left;
    max-width: 500px;
}

.name {
    width: 100%;
}

.phone {
    width: 100%;
}

.comment {
    width: 100%;
}

.mail {
    width: 100%;
}

.email {
    width: 100%;

}

.mid {
    text-align: left;
    max-width: 500px;
}

.bottom {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    max-width: 500px;
}

.button {
    max-width: 200px;
    background-color: rgb(167, 167, 167);
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    color: white;
}


.button:hover {
    color: white;
    max-width: 400px;
    background-color: rgb(27, 89, 148);

}

.button {
    padding: 10px;
    transition: 0.2s;
}

.bottom {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.button {
    max-width: 200px;
    background-color: rgb(167, 167, 167);
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    color: white;
}


.button:hover {
    color: white;
    max-width: 400px;
    background-color: rgb(27, 89, 148);

}

.button {
    padding: 10px;
    transition: 0.2s;
}

body {
    background-image: url(images/R.jpg);
    background-repeat: fill;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
}

footer {
    background-color: white;
    margin-top: 7px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 30px;
}

h4 {
    padding-bottom: 5px;
}

.face {
    text-align: center;
    background-color: white;
    font-size: 40px;

    max-width: 400px;
    margin: auto;

}

.copy {
    text-align: left;

}

.splitline {
    display: flex;
    justify-content: space-between;
}

h5 {
    border-radius: 20px;
    margin: auto;
    font-size: 55px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1000px;
    background-color: white;
    margin-bottom: 20px;
    padding: 20px;
    font-weight: bold;
    line-height: 65px;
}

* {
    box-sizing: border-box
}

.listmain {
    max-width: 700px;
    background-color: white;
    margin: 20px auto;
    padding: 20px;
    border-radius: 20px;
    font-weight: bold;
}

.italic {
    font-style: italic;
    font-weight: lighter;
    padding-bottom: 18px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;

    margin-top: 20px;
    background-color: white;
    border-color: white;
    border-width: 20px;
    border-style: solid;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    max-width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.hair {
    text-align: center;
    margin: auto;
    background-color: white;
    max-width: 400px;
    border-color: white;
    font-size: 60px;
    border-width: 20px;
    border-style: solid;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;

}

.send {
    border-radius: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.send {
    max-width: 200px;
    background-color: rgb(27, 89, 148);
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    color: white;
    border-color: rgb(32, 59, 85);
    border-width: 5px;
    border-style: solid;



}


.send:hover {
    color: white;
    max-width: 400px;
    background-color: rgb(27, 89, 148);


}

input {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.send {
    padding: 10px;
    transition: 0.2s;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    max-width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

nav.global div {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    max-width: var(--mainColMax);
    margin: 0 auto;
    height: 100%;
    background: var(--dashH);
}

.slided {
    width: 100%;
}


.para {
    grid-column: 1/2;
    grid-row: 6/7;

}

.map {
    grid-column: 1/2;
    grid-row: 6/7;

}

.loc {
    margin: auto;
    max-width: 700px;
    border-color: white;
    font-size: 60px;

    border-style: solid;
    border-radius: 20px;
}

form p span {
    color: red;
}

.slide {
    grid-column: 3/4;
}

.reg {
    text-align: center;
}

h3 {
    font-family: Yatra One, sans-serif;
    font-size: 70px;
    text-align: center;
    background-color: white;
    max-width: 640px;
    margin: auto;
    border-radius: 20px;
    padding: 7px;


}

.bold {
    font-weight: bold;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-bottom: black;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.aboutmain {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-area: auto;
    grid-gap: 20px;
    height: fit-content;
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 20px;
    justify-items: center;
}

.aboutmain article {
    text-align: center;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: white;
    padding: 10px;
    height: 600px;
    border-radius: 20px;
    max-width: 375px;
    width: 100%;
}


.mr {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media (max-width: 1060px) {
    .aboutmain {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 730px) {
    .aboutmain {
        grid-template-columns: 1fr;
    }
}