* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {

    position: relative;

}

/* Next & previous buttons */
.next {
    cursor: pointer;
    position: absolute;
    top: 550px;
    width: 50px;
    padding: 26px;
    padding-right: 36px;
    margin-top: -22px;
    color: #171612;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 50px;
    user-select: none;
    left: 380px;
    background-color: #f9f8e4;
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 550px;
    width: auto;
    padding: 26px;
    margin-top: -22px;
    color: #171612;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 50px;
    user-select: none;
    left: 300px;
    background-color: #f9f8e4;
}

/* 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: #171612;
    color: #f9f8e4;
}

/* 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;
    width: 15px;
    margin: 0 2px;
    background-color: #f9f8e4;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    top: 200px;
    position: absolute;
}

.active,
.dot:hover {
    background-color: #171612;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.ACccess {
    width: 47px;
    height: 40px;
    padding: 0;
    position: absolute;
    left: 290px;
    top: 90px
}

.ABccess {
    width: 50px;
    height: 40px;
    padding: 0;
    position: absolute;
    left: 290px;
    top: 90px
}

.take {
    position: absolute;
    left: 352px;
    top: 70px;
    font-family: Arial;
    font-weight: 500px;
    color: #f9f8e4;
    font-size: 25px;
    transition: color 0.3s ease;
}

.take:hover {
    color: #a2da5f;
}

.ACccess:hover {
    opacity: 1;

    /* Hide the default image on hover */
}

.ABccess:hover {
    opacity: 0;
    transition: 0.3 ease;
    /* Hide the default image on hover */
}


/* NAVIGATORS */

.loginb {
    width: 80px;
    height: 40px;
    padding: 5px;
    background-color: #f9f8e4;
    position: absolute;
    right: 352px;
    top: 94px;
    border-radius: 50px;
    font-family: Arial;
    font-weight: bold;
    border: none;
    font-size: 15px;
}

.loginb:hover {
    background-color: #a2da5f;
    color: #171612;

}

.Homeinb {
    width: 100px;
    height: 50px;
    padding: 5px;
    background-color: #f9f8e4;
    position: absolute;
    right: 642px;
    top: 584px;
    border-radius: 50px;
    font-family: Arial;
    font-weight: bold;
    border: none;
    font-size: 15px;
}

.Homeinb:hover {
    background-color: #171612;
    color: #f9f8e4;

}

.Aboutinb {
    width: 100px;
    height: 50px;
    padding: 5px;
    background-color: #f9f8e4;
    position: absolute;
    right: 522px;
    top: 584px;
    border-radius: 50px;
    font-family: Arial;
    font-weight: bold;
    border: none;
    font-size: 15px;
}

.Aboutinb:hover {
    background-color: #171612;
    color: #f9f8e4;
}

.Contacting {
    width: 100px;
    height: 50px;
    padding: 5px;
    background-color: #f9f8e4;
    position: absolute;
    right: 402px;
    top: 584px;
    border-radius: 50px;
    font-family: Arial;
    font-weight: bold;
    border: none;
    font-size: 15px;
}

.Contacting:hover {
    background-color: #171612;
    color: #f9f8e4;
}

.wrap {
    position: absolute;
    width: 1592px;
    height: 2016px;
    right: 95px;
    top: 40px;

}

.aboutrefb {
    font-size: 170px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1a1314;
    position: absolute;
    top: 190px;
    left: 350px;
}

.aboutrefr {
    font-size: 110px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1a1314;
    position: absolute;
    top: 120px;
    left: 200px;
}

.aboutrefb:hover {
    color: #9c0202;
}

.bookO {
    position: absolute;
    width: 840px;
    height: 990px;
    left: 120px;
    top: 1790px;
}

.bookC {
    position: absolute;
    width: 840px;
    height: 990px;
    left: 1600px;
    top: 1790px;
}

.bookB {
    position: absolute;
    width: 840px;
    height: 990px;
    left: 850px;
    top: 1790px;
}

.bookO:hover,
.bookC:hover,
.bookB:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.AccessPoint {
    position: absolute;
    top: 280px;
    right: 350px;
    background-color: none;
    width: 200px;
    height: 120px;
    border-radius: 40px;


}

.AccessPointB {
    position: absolute;
    top: 280px;
    left: 1150px;
    background-color: none;
    width: 200px;
    height: 120px;
    border-radius: 40px;


}

.submeth {
    text-align: left;
    padding-left: 60px;
    position: absolute;
    width: 500px;
    height: 100px;
    border-radius: 60px;
    background-color: #29241f;
    top: 1790px;
    left: 400px;
    color: #f9f8e4;
    font-size: 35px;
}

.submeth:hover {
    background-color: #f9f8e4;
    color: #29241f;
    border: none;
}

.BrownT {
    position: absolute;
    width: 110px;
    height: 135px;
    left: 35%;
    top: 65px;
}

.GreenT {
    position: absolute;
    width: 110px;
    height: 135px;
    left: 35%;
    top: 65px;
}

.BrownT:hover {
    opacity: 0;
}

.logbut {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding-left: 1px;
    position: absolute;
    height: 35px;
    width: 215px;
    background-color: #171612;
    right: 125px;
    top: 420px;
    border-radius: 40px;
    border: 0;
    color: #f9f8e4;
}

.logbut:hover {
    background-color: #f9f8e4;
    color: #171612;
}

.billa {
    position: absolute;
    width: 100px;
    height: 50px;
    background-color: none;
    color: #fffedb;
    border-radius: 30px;
    top: 620px;
    right: 990px;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.billa:hover {
    background-color:#fffedb ;
    color: #271d18 ;
}

.bella {
    position: absolute;
    width: 150px;
    height: 50px;
    background-color: none;
    color: #271d18;
    border-radius: 30px;
    top: 640px;
    right: 353px;
    text-align: left;
    padding-top: 10px;
    padding-left: 32px;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.bella:hover {
    background-color:#271d18 ;
    color: #fffedb ;
}

.logo1 {width: 50px; height: 50px; position: absolute; top: 120px; left: 700px;}

.logo2 {width: 50px; height: 50px; position: absolute; top: 120px; left: 700px;}

.logo1:hover { opacity: 0;}