html {
    margin: 0;
    padding: 0;
    text-shadow: 0 0 1px #000000b5;
    scroll-behavior: smooth;
}

body {
    background-color: #efefef;
}

:root {
    --Poppins: 'Poppins', sans-serif;
    --Lobster: 'Lobster', cursive;
}

.lobster {
    font-family: var(--Lobster);
}

nav {
    font-family: var(--Poppins);
}

.logo .first {
    color: rgb(209, 7, 7);
}

.logo .second {
    color: rgb(9, 9, 116);
}

.dropdown-item {
    line-height: 25px;
}

.flag {
    width: 20px;
    margin: 3px;
}

.own-carousel {
    height: 100vh !important;
}

.own-carousel img {
    display: block;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel-caption {
    display: block !important;
    -webkit-box-shadow: inset 0 0 2000px 2000px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 2000px 2000px rgba(0, 0, 0, 0.7);
    border-radius: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 35px;
    /* width: 35px; */
    padding: 5px;
    margin: 5px;
    -webkit-box-shadow: 0 0 8px 1px #00000091;
    box-shadow: 0 0 8px 1px #00000091;
    border-radius: 15px;
}

.captions {
    text-decoration: underline;
    text-shadow: 0px 0px 6px rgb(130, 134, 144);
}

.logo {
    text-shadow: 0px 0px 2px black;
}

.comments {
    /* background: #dcdcdc; */
    height: 18rem;
    width: 100%;
    overflow: hidden;
    background: url('../img/telephone-full-min.png');
    -webkit-box-shadow: inset 0 0 200px 200px #000000c7;
    box-shadow: inset 0 0 200px 200px #000000c7;
    background-position: center;
    color: white;
    background-size: cover;
}

.comment-owner:before,
.comment-owner:after {
    content: ' - ';
}

.comments .carousel {
    height: 100%;
    width: 100%;
}

.comments .carousel p {
    position: relative;
    margin-top: 5%;
    padding: 0 20%;
}

.instagram {
    background: #f09433;
    background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    border: 0 !important;
    color: white;
}

.facebook {
    background: #4267b2;
    color: white;
    border: 0 !important;
}

.twitter {
    background: #4784ff;
    color: white;
    border: 0 !important;
}

.socials a {
    width: 50px !important;
    font-size: 20px;
    margin: 15px;
}

footer {
    background: #212020ed;
    height: 100%;
    color: white;
    padding: 55px 5px;
    font-family: var(--Poppins);
}

/* Contact */

.form {
    width: 100%;
    min-width: 200px;
    height: 500px;
    background: #e6e6e6;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 40px -10px #000;
    box-shadow: 0 0 40px -10px #000;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.contact-caption {
    margin: 10px 0;
    padding-bottom: 10px;
    color: #78788c;
    border-bottom: 3px solid #78788c;
    width: 100px;
}

.contact-input {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 2px solid #bebed2
}

.contact-input:focus {
    border-bottom: 2px solid #78788c
}

.contact-p:before {
    content: attr(type);
    display: block;
    margin: 28px 0 0;
    font-size: 14px;
    color: #5a5a5a
}

.contact-btn {
    float: right;
    border-radius: 5px;
    padding: 8px 12px;
    margin: 8px 0 0;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #78788c;
    background: 0;
    color: #5a5a6e;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contact-btn:hover {
    background: #78788c;
    color: #fff
}

.contact-contact {
    content: 'Hi';
    position: relative;
    bottom: -15px;
    width: 100%;
    float: left;
    background: #84848a;
    padding: 16px 4px 16px 0;
    border-radius: 6px;
    font-size: 17px;
    -webkit-box-shadow: 10px 10px 40px -14px #000;
    box-shadow: 10px 10px 40px -14px #000;
    display: block;
    left: 0;
    bottom: -30px;
    text-align: center;
    color: rgb(247, 245, 245);
    text-shadow: 0 0 9px black;
}

.contact-contact span {
    margin: 0 5px 0 15px;
}

.copyright {
    border-radius: 15px;
    margin: auto;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    margin-bottom: -55px !important;
}

.copyright .logo {
    font-size: 19px;
}

.copyright .second {
    color: #fff;
}

/* PAGES */

.banner {
    width: 100%;
    background: url('../img/for-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.page-caption {
    box-shadow: inset 0 0 2000px 44px black;
    padding: 15px;
    border-radius: 15px;
}

.page-caption img {
    width: 60px;
    box-shadow: 0 0 20px 0px #00000059;
    padding: 5px;
    border-radius: 5px;
}

.page-img {
    width: 100%;
    max-width: 320px;
    margin: auto;
    display: block;
}

.page-details {
    text-align: justify;
}