* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Georgia;
    src: url(./georgia/Georgia.ttf);
}

li {
    list-style: none;
}

.topbar_container {
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
    justify-content: space-between;
}

.cs_container {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.topbar {
    background-color: #1a1b1d;
    border-bottom: 5px solid #ff4653;
    height: 60px;
}

.topbar_left ul {
    display: flex;
}

.topbar_left ul li {
    font-size: 15px;
    color: #fff;
    border-right: #fff 1px solid;
    padding: 0 5px;
}

.topbar_left ul li:last-child {
    border-right: 0;
}

.topbar_right {}

.topbar_right input {
    width: 210px;
    height: 25px;
    border: none;
    border-radius: 10px;
}

.topbar_right i {
    font-size: 12px;
    padding: 4px;
    color: #fff;
    background-color: black;
    border-radius: 50%;
    position: relative;
    left: -27px;
    z-index: 999;
}

.cs_container .logo {
    display: flex;
    justify-content: space-between;
}

.cs_container .logo h1 {
    color: #525f6b;
    font-size: 36px;
    font-weight: bold;
    font-family: Georgia;
}

.cs_container .logo .banner {
    height: 60px;
    width: 468px;
}

.cs_container .navigation ul {
    display: flex;
    background: linear-gradient(180deg, #dbdbdb, #c2c2c2);
    border: 1px solid #d0d0d0c7;
}

.cs_container .navigation ul li {
    text-transform: uppercase;
    font-size: 12px;
    color: #868686;
    font-family: Georgia;
    padding: 17px 15px;
}

.cs_container .navigation ul li:hover {
    background-color: #ff4653;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
}

.slider {
    position: relative;
    margin-bottom: 40px;
}

.mySlides {
    display: none
}

.text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #000000;
    color: #c0c0c0c0;
    padding: 13px 10px 13px 10px;
}

.text .slide_cap {
    color: #c2c2c2;
    font-family: Georgia;
    font-size: 20px;
    padding-bottom: 10px;
}

.text .slide_desc {
    font-family: Georgia;
    font-size: 13px;
    line-height: 21px;
    
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.dots {
    position: absolute;
    top: 10px;
    right: 10px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ff4653;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: transparent;
    border: 1px solid #ff4653;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.intro {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.intro .intro_left {
    width: 47.5%;
}

.intro .intro_right {
    width: 49%;
}

.intro .intro_right h3 {
    text-align: right;
    font-size: 18px;
    font-family: Georgia;
    color: #ff4653;
    font-weight: normal;
}

.flex_item {
    display: flex;
    justify-content: space-between;
}

.intro .intro_right .flex_item .photo {
    width: 225px;
    height: 275px;
}

.intro .intro_right .flex_item #int,
.intro .intro_right .flex_item #int2 {
    width: 225px;
    height: 10px;
    background-color: #333333;
    margin: 30px 0;
}

.intro .intro_right .flex_item .photo:hover {
    cursor: pointer;
}

.intro .intro_left h2 {
    color: #535f6b;
    font-size: 46px;
    line-height: 60px;
    font-family: Georgia;
    padding-bottom: 10px;
}

.intro .intro_left p {
    color: #666666;
    font-size: 18px;
    font-family: Georgia;
}

.footer_container {
    border-top: 5px solid #ff4653;
    background-color: #1a1b1d;

}

.footer_4_col {
    display: grid;
    margin-top: 45px;
    margin-bottom: 45px;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.contact h2,
.links h2,
.blog h2,
.newslatter h2 {
    color: #ffff;
    font-family: Georgia;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.contact p,
.links p,
.blog p {
    font-family: Georgia;
    font-size: 12px;
    color: #ffff;
}

.contact p {
    line-height: 16px;
}

.links p {
    border-bottom: 1px solid #373432;
    padding-bottom: 5px;
    margin-top: 5px;
}

.blog h3 {
    color: #ffff;
    font-family: Georgia;
    font-size: 13px;
}

.blog h5 {
    color: #ffff;
    font-family: Georgia;
    font-size: 11px;
    margin: 10px 0px 15px 0px;
}

.blog h4 {
    color: #ff4653;
    font-family: Georgia;
    font-size: 12px;
    padding-top: 10px;
    text-align: right;
}

.newslatter input[type=text] {
    width: 225px;
    height: 31px;
    border-radius: 5px;
    border: none;
    padding-left: 10px;
    margin-bottom: 10px;
}

.newslatter input[type=button] {
    color: #fff;
    font-family: Georgia;
    border: none;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ff4653;
    border-radius: 7px;
}

.footer_container .copyright {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: Georgia;
    font-size: 12px;
    padding: 30px 0;
    border-top: 1px solid #373432;
}