/*CSS created by Venus Digital Agency*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
}
:root{
    --first-color:#f29100;
    --second-color:#414d54;
    --third-color: #005b8f;
}
p{
	font-family: 'Roboto','sans-serif';
    font-size: 16px;
    color: var(--second-color);
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Roboto','sans-serif';
}
    
.row{
    margin-left:0px;
    margin-right:0px;
}
.col-md-6{
    padding-left:0px;
    padding-right: 0px;
}
.col-md-3{
    padding-left:0px;
    padding-right: 0px;
}
.col-md-4{
    padding-left:0px;
    padding-right: 0px;
}
.col-md-8{
    padding-left:0px;
    padding-right: 0px;
}
.col-md-9{
    padding-left:0px;
    padding-right: 0px;
}
.col-md-12{
    padding-left:0px;
    padding-right: 0px;
}
.col-padding{
padding: 20px 48px;
}
.pager-padding{
padding:15px 0px;
}
.breadcrumb a {
    text-decoration: none;
    color: black;
    margin-left: 10px;
}
@media only screen and (min-width:1920px){

.container{
	max-width:1375px;  
}
.breadcrumb > li {
	background-color: #EBF4FC;
    padding: 6px;
    margin-right: 3px;
    font-size: 12px;
    border-radius: 4px;
}
.breadcrumb > li > a {
	color: #5e8aa6;
	text-decoration: none;
}
.breadcrumb > li:nth-last-child(1)::after{
display:none;
}
.news-container > .row:nth-child(even) > .col-md-6:nth-last-child(even){
    order:2;
}
.news-title-text-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #005b8f;
	}
/*header first section*/
.header-top
{
    width:100%;
    background-color: black;
    padding: 5px;
   }
.header-nav{
    text-align: left;
}
.header-nav > ul{
    list-style-type:none;
    margin-bottom: 0px;
}
.header-nav > ul li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}
.header-nav > ul li::after{
    content: '';
    width: 1px;
    height: 15px;
    background-color: white;
    display: block;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.header-nav > ul li a {
    text-decoration: none;
    color:white;
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
}

/*header first section finish*/

/*header commercial second section start*/
.header-commercial{
    width:100%;
    height: 100%;
}
.commercial-container
{
    width: 100%;
    margin: auto;
}
.commercial-box{
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    margin: auto;
}
/*header commercial second section finish*/

/*menu and new third section start*/
.nav-link{
    color: var(--second-color);
    font-family: 'Roboto','sans-serif';
    font-size: 16px;
    font-weight: 500;
}
.nav-item{
    padding: 0px 8px;
}
.nav-item a:hover {
    color:var(--first-color);
}
.nav-item a::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 0;
}

.nav-item a:hover::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 1;
    margin: auto;

}


.menu-and-news{
    padding: 0px 0px;
}

.menu-and-news-hr{
 
    border:1px solid #d8d8d8;
    opacity: 1;
}

.menu-and-news-col-second-box{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
}
.navbar-expand-lg .navbar-nav {
    margin-bottom: 10px;
	}
.menu-and-new-col-second-box-detail-page{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
    position: relative;
    left: 26px;
}
.menu-and-new-col-second-box-detail-page a{
    text-decoration: none;
    color: var(--third-color);
}
.menu-and-news-col-second-box a{
    text-decoration: none;
    color: var(--third-color);
    
}
.owl-container{
    width: 100%;
    height: 495px;
}
.owl-box{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.owl-div{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;   
}

.owl-box-title-div{
    width: 126px;
    margin-right: auto;
    top: 8%;
    left: 7%;
    position: absolute;
    background-color: var(--first-color);
    text-align: center;
    height: 19px;
}

.owl-box-title-div > p{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.owl-box-text-div{
    width: 495px;
    margin-right: auto;
    top: 15%;
    left: 7%;
    position: absolute;
}

.owl-box-text-div > h6{
    font-size: 32px;
    font-weight: 500;
    color: white;
}

.small-card-box{
    display: grid;
    row-gap: 29px;
    background-color: white;
}
.small-news-card{
    width: 448px;
    height: 101px;
    display: flex;
    padding-left: 28px;
}
.small-news-card-detail-page{
    width: 448px;
    height: 101px;
    display: flex;
}

.small-news-card-photo-box{
    width: 128px;
    height: 105px;
    position: relative;
}
.small-news-card-photo-box-img{
    max-width: 136px !important;
    max-height: 101px !important;
    height: auto;
    vertical-align: baseline;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.small-news-card-text-box{
    width: 314px;
    height: 100%;
    padding: 0 19px;
}
.small-news-card-text-box > h6{
    font-size: 12px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
	line-height: 1;
}
.small-news-card-text-box > h5{
    font-size: 15px;
    color: var(--third-color);
    font-weight: 600;
}

.small-news-card-text-box > p{
    font-size: 12px;
    font-weight: 300;
 }
 
.social-media-box{
	width: 88%;
    background: linear-gradient(to top, #3f4e56 ,#223039);
    border-radius: 13px;
	padding: 10px 0px;
    margin: 6px auto 26px auto;
}
.social-media-box-title{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color:#e4ebf1;
    font-weight: 500; 
    text-align: center;
}

.icon-property{
    color:white;
    font-size:45px;
}
.icon-property:hover{
    color:var(--first-color);
}
#icon-facebook{
    font-size: 40px;
}

.social-media-icon-box{
    display: flex;
    width: 336px;
    margin: auto;
    justify-content: space-between;
    padding: 5px 0px;
}
.tradingview-box{
    width: 100%;
    height: 731px;
    padding: 40px 0px;
}
.commercial-container-second{
    width: 100%;
    margin: auto;
}
.commercial-box-second{
    padding: 20px 0px;
    margin: auto;
}

.aside-commercial-container{
width: 100%;
    height: 100%;
    margin: auto;
	text-align: center;
}
.menu-and-news-col-first-box a {
    text-decoration: none;
}

.big-news-card{
    display: flex;
}

.big-news-card-photo-box{
    width: 268px;
    height: 200px;
    position: relative;
}
.big-news-card-photo-box-img{
    max-width: 258px !important;
    max-height: 174px !important;
    height: auto;
    vertical-align: baseline;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.big-news-card-text-box{
    padding: 0 18px;
}
.big-news-card-text-box-category-div
{
	height: 18px;
    display: flex;
    margin-bottom: 10px;
    column-gap: 10px;
    align-items: baseline;
}
.big-news-card-text-box-category-div > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
}

.big-news-card-text-box-category-div > p{
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
    color:#3d4b53;
    font-weight: 400;
}

.big-new-card-text-box-title-text-div > h6{
	font-size: 28px;
    color: #000000;
    font-weight: 500;

}
.big-new-card-text-box-title-text-div > p{
     font-size: 16px;
     font-weight: 300;
 }
.big-new-card-text-box-title-text-div{
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}
.big-news-card-box a{
  text-decoration: none;
  color: var(--third-color);
  }
.big-news-card-box{
  display: grid;
  row-gap: 20px;
}
.aside-title-box{
    width: 403px;
    margin: auto;
}
.aside-title-box > h6{
    font-size: 28px;
    color: var(--first-color);
    text-transform: uppercase;
    text-align: center;
}
.vertical-card{

}
.vertical-card-photo-box{
    width: 87%;
    margin: auto;
}
.vertical-card-text-box{
    width: 87%;
    margin: auto;
}
.vertical-card-text-box > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 0px;
}
.vertical-card-text-box > h5{
    font-size: 20px;
    color: var(--second-color);
    font-weight: 500;
    padding: 5px 0px;
}
.vertical-card-text-box > p{
     font-size: 16px;
    font-weight: 300; 
}
.menu-title-box{
    width: 100%;
	padding-top: 20px;
}
.menu-title-box > h6{
    font-family: 'Roboto','Sans-serif';
    font-size: 36px;
    color: var(--first-color);
    text-transform: uppercase;
    font-weight: 500;
}
/*menu and new third section finish*/

/*cryptocurrency coin market  and risk second section start*/
.cryptocurrency-coin-market-and-risk{
width: 100%;
height: 100%;
background-color: white;

}
.table{
    text-align: center;
}
.all-coin-list-box{
    width:100%;
    height:40px;
    padding: 10px 0px;
}
.all-coin-list-box a{
 text-decoration: none;
}
.all-coin-list-box a > p{
    font-size: 15px;
    color:black;
    font-weight: 500;
}
.risk-and-warning-box{
    width: 100%;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.risk-and-warning-box > p{
	color: #8b9197;
    font-size: 13px;
    text-align-last: center;
    font-weight: 300;
}
/*cryptocurrency coin market  and risk second section finisih*/

/*footer-top third section  start */
.footer-top{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
}
.footer-top-menu-list-box{
    display: flex;
}
.footer-top-menu-list-div{
    width: 25%;
    border-right: 1px solid rgb(255 255 255 / 16%);
    position: relative;
    padding:40px;
}
.footer-top-menu-list-div > h3{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.footer-top-menu-list-div:nth-last-child(1){
    border-right:none;
}


.footer-top-menu-list{
width: 100%;
height: 100%;
}


.footer-top-menu-list > ul{
 list-style-type:none;
 padding-left: 0px;
}

.footer-top-menu-list > ul ::before{
    content: '';
    display: block;
    width: 7px;
    height: 28px;
    background-color: var(--first-color);
    position: absolute;
    left: 28px;
    top: 35px;
}

.footer-top-menu-list > ul li{
	font-family: 'Roboto','Sans-serif';
    font-size: 14px;
    color: white;
    padding-top: 8px;
    font-weight: 100;
}

.footer-top-menu-list li a {
    text-decoration: none;
    color: white;
}
/*footer-top third section finish*/

/*footer fourth section start*/
footer{
    padding: 50px 0px;
}
.footer-copyright-and-nav-box{
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-copyright-and-nav-box > p{
    color: #3c4a52;
    font-size: 14px;
}
 
.footer-nav{
width: 100%;
height: 100%;
}
.footer-nav > ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-nav > ul li {
    display: inline-block;
    padding:0px 10px 0px 0px;
	font-size: 12px;
}

.footer-nav > ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 8px;
    background-color: var(--third-color);
    position: relative;
    left: 7px;
    float: right;
    top: 5px;
}
.footer-nav > ul li:nth-last-child(1)::after{
    display: none;
}

.footer-nav > ul li a{
    text-decoration: none;
    color: var(--third-color);
}

/*footer fourth section finish*/

/*haber detay page news-detail section */
.news-detail{
    height: 100%;
    width: 100%;
}
.news-photo-box{
width: 100%;
background-color: white;
padding: 0px 0px;
}
.news-photo-breadcrumb-box{
    width: 104px;
    height: 17px;
    background-color: var(--first-color);
    margin-bottom: 7px;
}
.news-photo-breadcrumb-box > p{
color: white;
font-family: 'Roboto','sans-serif';
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
text-align: center;
}
.news-photo-title-box{
    width: 900px;
}
.news-photo-title-box > h1{
    color: black;
    font-size: 40px;
    font-weight: 900;
}

.news-title-box{
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.news-title-box > h6{
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.news-text-box{
width: 873px;
margin-right: auto;
}
    
.news-text{
    color: var(--second-color);
    font-size: 18px;
    font-family: 'Roboto','sans-serif';
    padding-bottom: 20px;
    text-align: left;
}
/*icerik sayfası content detail section start*/
.content-detail{
    width: 100%;
    height: 100%;
    background-color: white;
}
.content-detail-title-box{
    width: 400px;
}
.content-detail-title-box > h5{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.content-detail-short-explain{
    font-family: 'Roboto','sans-serif';
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.content-detail-text{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color: var(--second-color);
    padding-bottom: 20px;
}

/*icerik sayfası content detail section finish*/

/*iletisim sayfası form-and-contact section start*/
.form-and-contact{
    width: 100%;
    height: 100%;
    background-color: white;
}
.form-and-contact-title-box{
    width: 500px;
    height: 90px;

}
.form-and-contact-title-box > h1{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.form-and-contact-title-text-box{
    width: 100%;
    height: 237px;
    padding: 10px 0px;
}
.form-and-contact-title-text-box > h6{
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.form-and-contact-title-text-box > p{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
}
.form-box{
    width: 800px;
    height: 510px;
    margin: auto;
    padding: 30px 0px;
}
.form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
.form > input {
    width: 239px;
    height: 70px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    margin: 12px 3px;
    border:1px solid #d9d9d9;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
}
.form > textarea{
    border: none;
    border-radius: 10px;
    width: 733px;
    height: 130px;
    padding: 10px 25px;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
    border:1px solid #d9d9d9;
}
.form-bottom{
    display: flex;
    color: white;
    justify-content: space-between;
    width: 738px;
    margin: auto;
    padding-top: 10px;
}
.form-bottom-p{
    margin: 0px;
    margin-left: 10px;
    color: black;
}

input.form-checkbox {
    width: 30px;
    height: 30px;
}
.form-bottom-checkbox{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
input[type=checkbox] {
    accent-color:var(--first-color);
  }
.send-btn{
    width: 180px;
    height: 48px;
    text-align: center;
    border: none;
    background-color: var(--first-color);
    border-radius: 4px;
    position: relative;
}
.send-btn > a {
	color: white;
    text-decoration: none;
    font-family: 'Roboto-Medium', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recaptcha-box
{
    width: 325px;
    height: 87px;
    border: 1px solid black;
}
.recaptcha-box-text
{
  color: black;
}

/*iletisim sayfası form-and-contact section finish*/
 }

@media only screen and (min-width: 1601px) and (max-width: 1919px){
    .container{
        max-width:1300px;
    }
.breadcrumb > li {
	background-color: #EBF4FC;
    padding: 6px;
    margin-right: 3px;
    font-size: 12px;
    border-radius: 4px;
}
.breadcrumb > li > a {
	color: #5e8aa6;
	text-decoration: none;
}
.breadcrumb > li:nth-last-child(1)::after{
display:none;
}
.news-container > .row:nth-child(even) > .col-md-6:nth-last-child(even){
    order:2;
}
.news-title-text-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #005b8f;
	}
/*header first section*/
.header-top
{
    width:100%;
    background-color: black;
    padding: 5px;
   }
.header-nav{
    text-align: left;
}
.header-nav > ul{
    list-style-type:none;
    margin-bottom: 0px;
}
.header-nav > ul li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}
.header-nav > ul li::after{
    content: '';
    width: 1px;
    height: 15px;
    background-color: white;
    display: block;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.header-nav > ul li a {
    text-decoration: none;
    color:white;
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
}

/*header first section finish*/

/*header commercial second section start*/
.header-commercial{
    width:100%;
    height: 100%;
}
.commercial-container
{
    width: 100%;
    margin: auto;
}
.commercial-box{
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    margin: auto;
}
/*header commercial second section finish*/

/*menu and new third section start*/
.nav-link{
    color: var(--second-color);
    font-family: 'Roboto','sans-serif';
    font-size: 16px;
    font-weight: 500;
}
.nav-item{
    padding: 0px 8px;
}
.nav-item a:hover {
    color:var(--first-color);
}
.nav-item a::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 0;
}

.nav-item a:hover::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 1;
    margin: auto;

}


.menu-and-news{
    padding: 0px 0px;
}

.menu-and-news-hr{
 
    border:1px solid #d8d8d8;
    opacity: 1;
}

.menu-and-news-col-second-box{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
}
.navbar-expand-lg .navbar-nav {
    margin-bottom: 10px;
	}
.menu-and-new-col-second-box-detail-page{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
    position: relative;
    left: 26px;
}
.menu-and-new-col-second-box-detail-page a{
    text-decoration: none;
    color: var(--third-color);
}
.menu-and-news-col-second-box a{
    text-decoration: none;
    color: var(--third-color);
    
}
.owl-container{
    width: 100%;
    height: 495px;
}
.owl-box{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.owl-div{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;   
}

.owl-box-title-div{
    width: 126px;
    margin-right: auto;
    top: 8%;
    left: 7%;
    position: absolute;
    background-color: var(--first-color);
    text-align: center;
    height: 19px;
}

.owl-box-title-div > p{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.owl-box-text-div{
    width: 495px;
    margin-right: auto;
    top: 15%;
    left: 7%;
    position: absolute;
}

.owl-box-text-div > h6{
    font-size: 32px;
    font-weight: 500;
    color: white;
}

.small-card-box{
    display: grid;
    row-gap: 29px;
    background-color: white;
}
.small-news-card{
    width: 448px;
    height: 101px;
    display: flex;
    padding-left: 28px;
}
.small-news-card-detail-page{
    width: 448px;
    height: 101px;
    display: flex;
}

.small-news-card-photo-box{
    width: 128px;
    height: 105px;
    position: relative;
}
.small-news-card-photo-box-img{
    max-width: 136px !important;
    max-height: 101px !important;
    height: auto;
    vertical-align: baseline;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.small-news-card-text-box{
    width: 314px;
    height: 100%;
    padding: 0 19px;
}
.small-news-card-text-box > h6{
    font-size: 12px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
	line-height: 1;
}
.small-news-card-text-box > h5{
    font-size: 15px;
    color: var(--third-color);
    font-weight: 600;
}

.small-news-card-text-box > p{
    font-size: 12px;
    font-weight: 300;
 }
 
.social-media-box{
	width: 88%;
    background: linear-gradient(to top, #3f4e56 ,#223039);
    border-radius: 13px;
	padding: 10px 0px;
    margin: 6px auto 26px auto;
}
.social-media-box-title{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color:#e4ebf1;
    font-weight: 500; 
    text-align: center;
}

.icon-property{
    color:white;
    font-size:45px;
}
.icon-property:hover{
    color:var(--first-color);
}
#icon-facebook{
    font-size: 40px;
}

.social-media-icon-box{
    display: flex;
    width: 336px;
    margin: auto;
    justify-content: space-between;
    padding: 5px 0px;
}
.tradingview-box{
    width: 100%;
    height: 731px;
    padding: 40px 0px;
}
.commercial-container-second{
    width: 100%;
    margin: auto;
}
.commercial-box-second{
    padding: 20px 0px;
    margin: auto;
}

.aside-commercial-container{
width: 100%;
    height: 100%;
    margin: auto;
	text-align: center;
}
.menu-and-news-col-first-box a {
    text-decoration: none;
}

.big-news-card{
    display: flex;
}

.big-news-card-photo-box{
    width: 268px;
    height: 200px;
    position: relative;
}
.big-news-card-photo-box-img{
    max-width: 258px !important;
    max-height: 174px !important;
    height: auto;
    vertical-align: baseline;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.big-news-card-text-box{
    padding: 0 18px;
}
.big-news-card-text-box-category-div
{
	height: 18px;
    display: flex;
    margin-bottom: 10px;
    column-gap: 10px;
    align-items: baseline;
}
.big-news-card-text-box-category-div > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
}

.big-news-card-text-box-category-div > p{
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
    color:#3d4b53;
    font-weight: 400;
}

.big-new-card-text-box-title-text-div > h6{
	font-size: 28px;
    color: #000000;
    font-weight: 500;

}
.big-new-card-text-box-title-text-div > p{
     font-size: 16px;
     font-weight: 300;
 }
.big-new-card-text-box-title-text-div{
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}
.big-news-card-box a{
  text-decoration: none;
  color: var(--third-color);
  }
.big-news-card-box{
  display: grid;
  row-gap: 20px;
}
.aside-title-box{
    width: 403px;
    margin: auto;
}
.aside-title-box > h6{
    font-size: 28px;
    color: var(--first-color);
    text-transform: uppercase;
    text-align: center;
}
.vertical-card{

}
.vertical-card-photo-box{
    width: 87%;
    margin: auto;
}
.vertical-card-text-box{
    width: 87%;
    margin: auto;
}
.vertical-card-text-box > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 0px;
}
.vertical-card-text-box > h5{
    font-size: 20px;
    color: var(--second-color);
    font-weight: 500;
    padding: 5px 0px;
}
.vertical-card-text-box > p{
     font-size: 16px;
    font-weight: 300; 
}
.menu-title-box{
    width: 100%;
	padding-top: 20px;
}
.menu-title-box > h6{
    font-family: 'Roboto','Sans-serif';
    font-size: 36px;
    color: var(--first-color);
    text-transform: uppercase;
    font-weight: 500;
}
/*menu and new third section finish*/

/*cryptocurrency coin market  and risk second section start*/
.cryptocurrency-coin-market-and-risk{
width: 100%;
height: 100%;
background-color: white;

}
.table{
    text-align: center;
}
.all-coin-list-box{
    width:100%;
    height:40px;
    padding: 10px 0px;
}
.all-coin-list-box a{
 text-decoration: none;
}
.all-coin-list-box a > p{
    font-size: 15px;
    color:black;
    font-weight: 500;
}
.risk-and-warning-box{
    width: 100%;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.risk-and-warning-box > p{
	color: #8b9197;
    font-size: 13px;
    text-align-last: center;
    font-weight: 300;
}
/*cryptocurrency coin market  and risk second section finisih*/

/*footer-top third section  start */
.footer-top{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
}
.footer-top-menu-list-box{
    display: flex;
}
.footer-top-menu-list-div{
    width: 25%;
    border-right: 1px solid rgb(255 255 255 / 16%);
    position: relative;
    padding:40px;
}
.footer-top-menu-list-div > h3{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.footer-top-menu-list-div:nth-last-child(1){
    border-right:none;
}


.footer-top-menu-list{
width: 100%;
height: 100%;
}


.footer-top-menu-list > ul{
 list-style-type:none;
 padding-left: 0px;
}

.footer-top-menu-list > ul ::before{
    content: '';
    display: block;
    width: 7px;
    height: 28px;
    background-color: var(--first-color);
    position: absolute;
    left: 28px;
    top: 35px;
}

.footer-top-menu-list > ul li{
	font-family: 'Roboto','Sans-serif';
    font-size: 14px;
    color: white;
    padding-top: 8px;
    font-weight: 100;
}

.footer-top-menu-list li a {
    text-decoration: none;
    color: white;
}
/*footer-top third section finish*/

/*footer fourth section start*/
footer{
    padding: 50px 0px;
}
.footer-copyright-and-nav-box{
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-copyright-and-nav-box > p{
    color: #3c4a52;
    font-size: 14px;
}
 
.footer-nav{
width: 100%;
height: 100%;
}
.footer-nav > ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-nav > ul li {
    display: inline-block;
    padding:0px 10px 0px 0px;
	font-size: 12px;
}

.footer-nav > ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 8px;
    background-color: var(--third-color);
    position: relative;
    left: 7px;
    float: right;
    top: 5px;
}
.footer-nav > ul li:nth-last-child(1)::after{
    display: none;
}

.footer-nav > ul li a{
    text-decoration: none;
    color: var(--third-color);
}

/*footer fourth section finish*/

/*haber detay page news-detail section */
.news-detail{
    height: 100%;
    width: 100%;
}
.news-photo-box{
width: 100%;
background-color: white;
padding: 0px 0px;
}
.news-photo-breadcrumb-box{
    width: 104px;
    height: 17px;
    background-color: var(--first-color);
    margin-bottom: 7px;
}
.news-photo-breadcrumb-box > p{
color: white;
font-family: 'Roboto','sans-serif';
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
text-align: center;
}
.news-photo-title-box{
    width: 900px;
}
.news-photo-title-box > h1{
    color: black;
    font-size: 40px;
    font-weight: 900;
}

.news-title-box{
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.news-title-box > h6{
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.news-text-box{
width: 873px;
margin-right: auto;
}
    
.news-text{
    color: var(--second-color);
    font-size: 18px;
    font-family: 'Roboto','sans-serif';
    padding-bottom: 20px;
    text-align: left;
}
/*icerik sayfası content detail section start*/
.content-detail{
    width: 100%;
    height: 100%;
    background-color: white;
}
.content-detail-title-box{
    width: 400px;
}
.content-detail-title-box > h5{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.content-detail-short-explain{
    font-family: 'Roboto','sans-serif';
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.content-detail-text{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color: var(--second-color);
    padding-bottom: 20px;
}

/*icerik sayfası content detail section finish*/

/*iletisim sayfası form-and-contact section start*/
.form-and-contact{
    width: 100%;
    height: 100%;
    background-color: white;
}
.form-and-contact-title-box{
    width: 500px;
    height: 90px;

}
.form-and-contact-title-box > h1{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.form-and-contact-title-text-box{
    width: 100%;
    height: 237px;
    padding: 10px 0px;
}
.form-and-contact-title-text-box > h6{
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.form-and-contact-title-text-box > p{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
}
.form-box{
    width: 800px;
    height: 510px;
    margin: auto;
    padding: 30px 0px;
}
.form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
.form > input {
    width: 239px;
    height: 70px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    margin: 12px 3px;
    border:1px solid #d9d9d9;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
}
.form > textarea{
    border: none;
    border-radius: 10px;
    width: 733px;
    height: 130px;
    padding: 10px 25px;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
    border:1px solid #d9d9d9;
}
.form-bottom{
    display: flex;
    color: white;
    justify-content: space-between;
    width: 738px;
    margin: auto;
    padding-top: 10px;
}
.form-bottom-p{
    margin: 0px;
    margin-left: 10px;
    color: black;
}

input.form-checkbox {
    width: 30px;
    height: 30px;
}
.form-bottom-checkbox{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
input[type=checkbox] {
    accent-color:var(--first-color);
  }
.send-btn{
    width: 180px;
    height: 48px;
    text-align: center;
    border: none;
    background-color: var(--first-color);
    border-radius: 4px;
    position: relative;
}
.send-btn > a {
	color: white;
    text-decoration: none;
    font-family: 'Roboto-Medium', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recaptcha-box
{
    width: 325px;
    height: 87px;
    border: 1px solid black;
}
.recaptcha-box-text
{
  color: black;
}

/*iletisim sayfası form-and-contact section finish*/
 }

@media only screen and (min-width:1441px) and (max-width:1600px){
    .container{
        max-width:1375px;
    }
	.breadcrumb > li {
	background-color: #EBF4FC;
    padding: 6px;
    margin-right: 3px;
    font-size: 12px;
    border-radius: 4px;
}
.breadcrumb > li > a {
	color: #5e8aa6;
	text-decoration: none;
}
.breadcrumb > li:nth-last-child(1)::after{
display:none;
}
.news-container > .row:nth-child(even) > .col-md-6:nth-last-child(even){
    order:2;
}
.news-title-text-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #005b8f;
	}
/*header first section*/
.header-top
{
    width:100%;
    background-color: black;
    padding: 5px;
   }
.header-nav{
    text-align: left;
}
.header-nav > ul{
    list-style-type:none;
    margin-bottom: 0px;
}
.header-nav > ul li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}
.header-nav > ul li::after{
    content: '';
    width: 1px;
    height: 15px;
    background-color: white;
    display: block;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.header-nav > ul li a {
    text-decoration: none;
    color:white;
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
}

/*header first section finish*/

/*header commercial second section start*/
.header-commercial{
    width:100%;
    height: 100%;
}
.commercial-container
{
    width: 100%;
    margin: auto;
}
.commercial-box{
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    margin: auto;
}
/*header commercial second section finish*/

/*menu and new third section start*/
.nav-link{
    color: var(--second-color);
    font-family: 'Roboto','sans-serif';
    font-size: 16px;
    font-weight: 500;
}
.nav-item{
    padding: 0px 8px;
}
.nav-item a:hover {
    color:var(--first-color);
}
.nav-item a::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 0;
}

.nav-item a:hover::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 1;
    margin: auto;

}


.menu-and-news{
    padding: 0px 0px;
}

.menu-and-news-hr{
 
    border:1px solid #d8d8d8;
    opacity: 1;
}

.menu-and-news-col-second-box{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
}
.navbar-expand-lg .navbar-nav {
    margin-bottom: 10px;
	}
.menu-and-new-col-second-box-detail-page{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
    position: relative;
    left: 26px;
}
.menu-and-new-col-second-box-detail-page a{
    text-decoration: none;
    color: var(--third-color);
}
.menu-and-news-col-second-box a{
    text-decoration: none;
    color: var(--third-color);
    
}
.owl-container{
    width: 100%;
    height: 495px;
}
.owl-box{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.owl-div{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;   
}

.owl-box-title-div{
    width: 126px;
    margin-right: auto;
    top: 8%;
    left: 7%;
    position: absolute;
    background-color: var(--first-color);
    text-align: center;
    height: 19px;
}

.owl-box-title-div > p{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.owl-box-text-div{
    width: 495px;
    margin-right: auto;
    top: 15%;
    left: 7%;
    position: absolute;
}

.owl-box-text-div > h6{
    font-size: 32px;
    font-weight: 500;
    color: white;
}

.small-card-box{
    display: grid;
    row-gap: 29px;
    background-color: white;
}
.small-news-card{
    width: 448px;
    height: 101px;
    display: flex;
    padding-left: 28px;
}
.small-news-card-detail-page{
    width: 448px;
    height: 101px;
    display: flex;
}

.small-news-card-photo-box{
    width: 128px;
    height: 105px;
    position: relative;
}
.small-news-card-photo-box-img{
    max-width: 136px !important;
    max-height: 101px !important;
    height: auto;
    vertical-align: baseline;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.small-news-card-text-box{
    width: 314px;
    height: 100%;
    padding: 0 19px;
}
.small-news-card-text-box > h6{
    font-size: 12px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
	line-height: 1;
}
.small-news-card-text-box > h5{
    font-size: 15px;
    color: var(--third-color);
    font-weight: 600;
}

.small-news-card-text-box > p{
    font-size: 12px;
    font-weight: 300;
 }
 
.social-media-box{
	width: 88%;
    background: linear-gradient(to top, #3f4e56 ,#223039);
    border-radius: 13px;
	padding: 10px 0px;
    margin: 6px auto 26px auto;
}
.social-media-box-title{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color:#e4ebf1;
    font-weight: 500; 
    text-align: center;
}

.icon-property{
    color:white;
    font-size:45px;
}
.icon-property:hover{
    color:var(--first-color);
}
#icon-facebook{
    font-size: 40px;
}

.social-media-icon-box{
    display: flex;
    width: 336px;
    margin: auto;
    justify-content: space-between;
    padding: 5px 0px;
}
.tradingview-box{
    width: 100%;
    height: 731px;
    padding: 40px 0px;
}
.commercial-container-second{
    width: 100%;
    margin: auto;
}
.commercial-box-second{
    padding: 20px 0px;
    margin: auto;
}

.aside-commercial-container{
width: 100%;
    height: 100%;
    margin: auto;
	text-align: center;
}
.menu-and-news-col-first-box a {
    text-decoration: none;
}

.big-news-card{
    display: flex;
}

.big-news-card-photo-box{
    width: 268px;
    height: 200px;
    position: relative;
}
.big-news-card-photo-box-img{
    max-width: 258px !important;
    max-height: 174px !important;
    height: auto;
    vertical-align: baseline;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.big-news-card-text-box{
    padding: 0 18px;
}
.big-news-card-text-box-category-div
{
	height: 18px;
    display: flex;
    margin-bottom: 10px;
    column-gap: 10px;
    align-items: baseline;
}
.big-news-card-text-box-category-div > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
}

.big-news-card-text-box-category-div > p{
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
    color:#3d4b53;
    font-weight: 400;
}

.big-new-card-text-box-title-text-div > h6{
	font-size: 28px;
    color: #000000;
    font-weight: 500;

}
.big-new-card-text-box-title-text-div > p{
     font-size: 16px;
     font-weight: 300;
 }
.big-new-card-text-box-title-text-div{
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}
.big-news-card-box a{
  text-decoration: none;
  color: var(--third-color);
  }
.big-news-card-box{
  display: grid;
  row-gap: 20px;
}
.aside-title-box{
    width: 403px;
    margin: auto;
}
.aside-title-box > h6{
    font-size: 28px;
    color: var(--first-color);
    text-transform: uppercase;
    text-align: center;
}
.vertical-card{

}
.vertical-card-photo-box{
    width: 87%;
    margin: auto;
}
.vertical-card-text-box{
    width: 87%;
    margin: auto;
}
.vertical-card-text-box > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 0px;
}
.vertical-card-text-box > h5{
    font-size: 20px;
    color: var(--second-color);
    font-weight: 500;
    padding: 5px 0px;
}
.vertical-card-text-box > p{
     font-size: 16px;
    font-weight: 300; 
}
.menu-title-box{
    width: 100%;
	padding-top: 20px;
}
.menu-title-box > h6{
    font-family: 'Roboto','Sans-serif';
    font-size: 36px;
    color: var(--first-color);
    text-transform: uppercase;
    font-weight: 500;
}
/*menu and new third section finish*/

/*cryptocurrency coin market  and risk second section start*/
.cryptocurrency-coin-market-and-risk{
width: 100%;
height: 100%;
background-color: white;

}
.table{
    text-align: center;
}
.all-coin-list-box{
    width:100%;
    height:40px;
    padding: 10px 0px;
}
.all-coin-list-box a{
 text-decoration: none;
}
.all-coin-list-box a > p{
    font-size: 15px;
    color:black;
    font-weight: 500;
}
.risk-and-warning-box{
    width: 100%;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.risk-and-warning-box > p{
	color: #8b9197;
    font-size: 13px;
    text-align-last: center;
    font-weight: 300;
}
/*cryptocurrency coin market  and risk second section finisih*/

/*footer-top third section  start */
.footer-top{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
}
.footer-top-menu-list-box{
    display: flex;
}
.footer-top-menu-list-div{
    width: 25%;
    border-right: 1px solid rgb(255 255 255 / 16%);
    position: relative;
    padding:40px;
}
.footer-top-menu-list-div > h3{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.footer-top-menu-list-div:nth-last-child(1){
    border-right:none;
}


.footer-top-menu-list{
width: 100%;
height: 100%;
}


.footer-top-menu-list > ul{
 list-style-type:none;
 padding-left: 0px;
}

.footer-top-menu-list > ul ::before{
    content: '';
    display: block;
    width: 7px;
    height: 28px;
    background-color: var(--first-color);
    position: absolute;
    left: 28px;
    top: 35px;
}

.footer-top-menu-list > ul li{
	font-family: 'Roboto','Sans-serif';
    font-size: 14px;
    color: white;
    padding-top: 8px;
    font-weight: 100;
}

.footer-top-menu-list li a {
    text-decoration: none;
    color: white;
}
/*footer-top third section finish*/

/*footer fourth section start*/
footer{
    padding: 50px 0px;
}
.footer-copyright-and-nav-box{
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-copyright-and-nav-box > p{
    color: #3c4a52;
    font-size: 14px;
}
 
.footer-nav{
width: 100%;
height: 100%;
}
.footer-nav > ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-nav > ul li {
    display: inline-block;
    padding:0px 10px 0px 0px;
	font-size: 12px;
}

.footer-nav > ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 8px;
    background-color: var(--third-color);
    position: relative;
    left: 7px;
    float: right;
    top: 5px;
}
.footer-nav > ul li:nth-last-child(1)::after{
    display: none;
}

.footer-nav > ul li a{
    text-decoration: none;
    color: var(--third-color);
}

/*footer fourth section finish*/

/*haber detay page news-detail section */
.news-detail{
    height: 100%;
    width: 100%;
}
.news-photo-box{
width: 100%;
background-color: white;
padding: 0px 0px;
}
.news-photo-breadcrumb-box{
    width: 104px;
    height: 17px;
    background-color: var(--first-color);
    margin-bottom: 7px;
}
.news-photo-breadcrumb-box > p{
color: white;
font-family: 'Roboto','sans-serif';
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
text-align: center;
}
.news-photo-title-box{
    width: 900px;
}
.news-photo-title-box > h1{
    color: black;
    font-size: 40px;
    font-weight: 900;
}

.news-title-box{
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.news-title-box > h6{
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.news-text-box{
width: 873px;
margin-right: auto;
}
    
.news-text{
    color: var(--second-color);
    font-size: 18px;
    font-family: 'Roboto','sans-serif';
    padding-bottom: 20px;
    text-align: left;
}
/*icerik sayfası content detail section start*/
.content-detail{
    width: 100%;
    height: 100%;
    background-color: white;
}
.content-detail-title-box{
    width: 400px;
}
.content-detail-title-box > h5{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.content-detail-short-explain{
    font-family: 'Roboto','sans-serif';
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.content-detail-text{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color: var(--second-color);
    padding-bottom: 20px;
}

/*icerik sayfası content detail section finish*/

/*iletisim sayfası form-and-contact section start*/
.form-and-contact{
    width: 100%;
    height: 100%;
    background-color: white;
}
.form-and-contact-title-box{
    width: 500px;
    height: 90px;

}
.form-and-contact-title-box > h1{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.form-and-contact-title-text-box{
    width: 100%;
    height: 237px;
    padding: 10px 0px;
}
.form-and-contact-title-text-box > h6{
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.form-and-contact-title-text-box > p{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
}
.form-box{
    width: 800px;
    height: 510px;
    margin: auto;
    padding: 30px 0px;
}
.form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
.form > input {
    width: 239px;
    height: 70px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    margin: 12px 3px;
    border:1px solid #d9d9d9;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
}
.form > textarea{
    border: none;
    border-radius: 10px;
    width: 733px;
    height: 130px;
    padding: 10px 25px;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
    border:1px solid #d9d9d9;
}
.form-bottom{
    display: flex;
    color: white;
    justify-content: space-between;
    width: 738px;
    margin: auto;
    padding-top: 10px;
}
.form-bottom-p{
    margin: 0px;
    margin-left: 10px;
    color: black;
}

input.form-checkbox {
    width: 30px;
    height: 30px;
}
.form-bottom-checkbox{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
input[type=checkbox] {
    accent-color:var(--first-color);
  }
.send-btn{
    width: 180px;
    height: 48px;
    text-align: center;
    border: none;
    background-color: var(--first-color);
    border-radius: 4px;
    position: relative;
}
.send-btn > a {
	color: white;
    text-decoration: none;
    font-family: 'Roboto-Medium', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recaptcha-box
{
    width: 325px;
    height: 87px;
    border: 1px solid black;
}
.recaptcha-box-text
{
  color: black;
}

/*iletisim sayfası form-and-contact section finish*/
 }

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .container {
        max-width: 1240px;
    }

.breadcrumb > li {
	background-color: #EBF4FC;
    padding: 6px;
    margin-right: 3px;
    font-size: 12px;
    border-radius: 4px;
}
.breadcrumb > li > a {
	color: #5e8aa6;
	text-decoration: none;
}
.breadcrumb > li:nth-last-child(1)::after{
display:none;
}
.news-container > .row:nth-child(even) > .col-md-6:nth-last-child(even){
    order:2;
}
.news-title-text-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #005b8f;
	}
/*header first section*/
.header-top
{
    width:100%;
    background-color: black;
    padding: 5px;
   }
.header-nav{
    text-align: left;
}
.header-nav > ul{
    list-style-type:none;
    margin-bottom: 0px;
}
.header-nav > ul li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}
.header-nav > ul li::after{
    content: '';
    width: 1px;
    height: 15px;
    background-color: white;
    display: block;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.header-nav > ul li a {
    text-decoration: none;
    color:white;
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
}

/*header first section finish*/

/*header commercial second section start*/
.header-commercial{
    width:100%;
    height: 100%;
}
.commercial-container
{
    width: 100%;
    margin: auto;
}
.commercial-box{
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    margin: auto;
}
/*header commercial second section finish*/

/*menu and new third section start*/
.nav-link{
    color: var(--second-color);
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 4px;
}	
.nav-item{
    padding: 0px 8px;
}
.nav-item a:hover {
    color:var(--first-color);
}
.nav-item a::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 0;
}

.nav-item a:hover::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 1;
    margin: auto;

}


.menu-and-news{
    padding: 0px 0px;
}

.menu-and-news-hr{
 
    border:1px solid #d8d8d8;
    opacity: 1;
}

.menu-and-news-col-second-box{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
}
.navbar-expand-lg .navbar-nav {
    margin-bottom: 10px;
	}
.menu-and-new-col-second-box-detail-page{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
    position: relative;
    left: 26px;
}
.menu-and-new-col-second-box-detail-page a{
    text-decoration: none;
    color: var(--third-color);
}
.menu-and-news-col-second-box a{
    text-decoration: none;
    color: var(--third-color);
    
}
.owl-container{
    width: 100%;
    height: 495px;
}
.owl-box{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.owl-div{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;   
}

.owl-box-title-div{
    width: 126px;
    margin-right: auto;
    top: 8%;
    left: 7%;
    position: absolute;
    background-color: var(--first-color);
    text-align: center;
    height: 19px;
}

.owl-box-title-div > p{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.owl-box-text-div{
    width: 495px;
    margin-right: auto;
    top: 15%;
    left: 7%;
    position: absolute;
}

.owl-box-text-div > h6{
    font-size: 32px;
    font-weight: 500;
    color: white;
}

.small-card-box{
    display: grid;
    row-gap: 29px;
    background-color: white;
}
.small-news-card{
    width: 448px;
    height: 101px;
    display: flex;
    padding-left: 28px;
}
.small-news-card-detail-page{
    width: 448px;
    height: 101px;
    display: flex;
}

.small-news-card-photo-box{
    width: 128px;
    height: 105px;
    position: relative;
}
.small-news-card-photo-box-img{
    max-width: 136px !important;
    max-height: 101px !important;
    height: auto;
    vertical-align: baseline;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.small-news-card-text-box{
    width: 314px;
    height: 100%;
    padding: 0 19px;
}
.small-news-card-text-box > h6{
    font-size: 12px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
	line-height: 1;
}
.small-news-card-text-box > h5{
    font-size: 15px;
    color: var(--third-color);
    font-weight: 600;
}

.small-news-card-text-box > p{
    font-size: 12px;
    font-weight: 300;
 }
 
.social-media-box{
	width: 88%;
    background: linear-gradient(to top, #3f4e56 ,#223039);
    border-radius: 13px;
	padding: 10px 0px;
    margin: 6px auto 26px auto;
}
.social-media-box-title{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color:#e4ebf1;
    font-weight: 500; 
    text-align: center;
}

.icon-property{
    color:white;
    font-size:45px;
}
.icon-property:hover{
    color:var(--first-color);
}
#icon-facebook{
    font-size: 40px;
}

.social-media-icon-box{
    display: flex;
    width: 336px;
    margin: auto;
    justify-content: space-between;
    padding: 5px 0px;
}
.tradingview-box{
    width: 100%;
    height: 731px;
    padding: 40px 0px;
}
.commercial-container-second{
    width: 100%;
    margin: auto;
}
.commercial-box-second{
    padding: 20px 0px;
    margin: auto;
}

.aside-commercial-container{
width: 100%;
    height: 100%;
    margin: auto;
	text-align: center;
}
.menu-and-news-col-first-box a {
    text-decoration: none;
}

.big-news-card{
    display: flex;
}

.big-news-card-photo-box{
    width: 268px;
    height: 200px;
    position: relative;
}
.big-news-card-photo-box-img{
    max-width: 258px !important;
    max-height: 174px !important;
    height: auto;
    vertical-align: baseline;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.big-news-card-text-box{
    padding: 0 18px;
}
.big-news-card-text-box-category-div
{
	height: 18px;
    display: flex;
    margin-bottom: 10px;
    column-gap: 10px;
    align-items: baseline;
}
.big-news-card-text-box-category-div > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
}

.big-news-card-text-box-category-div > p{
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
    color:#3d4b53;
    font-weight: 400;
}

.big-new-card-text-box-title-text-div > h6{
	font-size: 28px;
    color: #000000;
    font-weight: 500;

}
.big-new-card-text-box-title-text-div > p{
     font-size: 16px;
     font-weight: 300;
 }
.big-new-card-text-box-title-text-div{
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}
.big-news-card-box a{
  text-decoration: none;
  color: var(--third-color);
  }
.big-news-card-box{
  display: grid;
  row-gap: 20px;
}
.aside-title-box{
    width: 403px;
    margin: auto;
}
.aside-title-box > h6{
    font-size: 28px;
    color: var(--first-color);
    text-transform: uppercase;
    text-align: center;
}
.vertical-card{

}
.vertical-card-photo-box{
    width: 87%;
    margin: auto;
}
.vertical-card-text-box{
    width: 87%;
    margin: auto;
}
.vertical-card-text-box > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 0px;
}
.vertical-card-text-box > h5{
    font-size: 20px;
    color: var(--second-color);
    font-weight: 500;
    padding: 5px 0px;
}
.vertical-card-text-box > p{
     font-size: 16px;
    font-weight: 300; 
}
.menu-title-box{
    width: 100%;
	padding-top: 20px;
}
.menu-title-box > h6{
    font-family: 'Roboto','Sans-serif';
    font-size: 36px;
    color: var(--first-color);
    text-transform: uppercase;
    font-weight: 500;
}
/*menu and new third section finish*/

/*cryptocurrency coin market  and risk second section start*/
.cryptocurrency-coin-market-and-risk{
width: 100%;
height: 100%;
background-color: white;

}
.table{
    text-align: center;
}
.all-coin-list-box{
    width:100%;
    height:40px;
    padding: 10px 0px;
}
.all-coin-list-box a{
 text-decoration: none;
}
.all-coin-list-box a > p{
    font-size: 15px;
    color:black;
    font-weight: 500;
}
.risk-and-warning-box{
    width: 100%;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.risk-and-warning-box > p{
	color: #8b9197;
    font-size: 13px;
    text-align-last: center;
    font-weight: 300;
}
/*cryptocurrency coin market  and risk second section finisih*/

/*footer-top third section  start */
.footer-top{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
}
.footer-top-menu-list-box{
    display: flex;
}
.footer-top-menu-list-div{
    width: 25%;
    border-right: 1px solid rgb(255 255 255 / 16%);
    position: relative;
    padding:40px;
}
.footer-top-menu-list-div > h3{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.footer-top-menu-list-div:nth-last-child(1){
    border-right:none;
}


.footer-top-menu-list{
width: 100%;
height: 100%;
}


.footer-top-menu-list > ul{
 list-style-type:none;
 padding-left: 0px;
}

.footer-top-menu-list > ul ::before{
    content: '';
    display: block;
    width: 7px;
    height: 28px;
    background-color: var(--first-color);
    position: absolute;
    left: 28px;
    top: 35px;
}

.footer-top-menu-list > ul li{
	font-family: 'Roboto','Sans-serif';
    font-size: 14px;
    color: white;
    padding-top: 8px;
    font-weight: 100;
}

.footer-top-menu-list li a {
    text-decoration: none;
    color: white;
}
/*footer-top third section finish*/

/*footer fourth section start*/
footer{
    padding: 50px 0px;
}
.footer-copyright-and-nav-box{
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-copyright-and-nav-box > p{
    color: #3c4a52;
    font-size: 14px;
}
 
.footer-nav{
width: 100%;
height: 100%;
}
.footer-nav > ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-nav > ul li {
    display: inline-block;
    padding:0px 10px 0px 0px;
	font-size: 12px;
}

.footer-nav > ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 8px;
    background-color: var(--third-color);
    position: relative;
    left: 7px;
    float: right;
    top: 5px;
}
.footer-nav > ul li:nth-last-child(1)::after{
    display: none;
}

.footer-nav > ul li a{
    text-decoration: none;
    color: var(--third-color);
}

/*footer fourth section finish*/

/*haber detay page news-detail section */
.news-detail{
    height: 100%;
    width: 100%;
}
.news-photo-box{
width: 100%;
background-color: white;
padding: 0px 0px;
}
.news-photo-breadcrumb-box{
    width: 104px;
    height: 17px;
    background-color: var(--first-color);
    margin-bottom: 7px;
}
.news-photo-breadcrumb-box > p{
color: white;
font-family: 'Roboto','sans-serif';
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
text-align: center;
}
.news-photo-title-box{
    width: 900px;
}
.news-photo-title-box > h1{
    color: black;
    font-size: 40px;
    font-weight: 900;
}

.news-title-box{
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.news-title-box > h6{
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.news-text-box{
margin-right: auto;
}
    
.news-text{
    color: var(--second-color);
    font-size: 18px;
    font-family: 'Roboto','sans-serif';
    padding-bottom: 20px;
    text-align: left;
}
/*icerik sayfası content detail section start*/
.content-detail{
    width: 100%;
    height: 100%;
    background-color: white;
}
.content-detail-title-box{
    width: 400px;
}
.content-detail-title-box > h5{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.content-detail-short-explain{
    font-family: 'Roboto','sans-serif';
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.content-detail-text{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color: var(--second-color);
    padding-bottom: 20px;
}

/*icerik sayfası content detail section finish*/

/*iletisim sayfası form-and-contact section start*/
.form-and-contact{
    width: 100%;
    height: 100%;
    background-color: white;
}
.form-and-contact-title-box{
    width: 500px;
    height: 90px;

}
.form-and-contact-title-box > h1{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.form-and-contact-title-text-box{
    width: 100%;
    height: 237px;
    padding: 10px 0px;
}
.form-and-contact-title-text-box > h6{
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.form-and-contact-title-text-box > p{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
}
.form-box{
    width: 800px;
    height: 510px;
    margin: auto;
    padding: 30px 0px;
}
.form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
.form > input {
    width: 239px;
    height: 70px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    margin: 12px 3px;
    border:1px solid #d9d9d9;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
}
.form > textarea{
    border: none;
    border-radius: 10px;
    width: 733px;
    height: 130px;
    padding: 10px 25px;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
    border:1px solid #d9d9d9;
}
.form-bottom{
    display: flex;
    color: white;
    justify-content: space-between;
    width: 738px;
    margin: auto;
    padding-top: 10px;
}
.form-bottom-p{
    margin: 0px;
    margin-left: 10px;
    color: black;
}

input.form-checkbox {
    width: 30px;
    height: 30px;
}
.form-bottom-checkbox{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
input[type=checkbox] {
    accent-color:var(--first-color);
  }
.send-btn{
    width: 180px;
    height: 48px;
    text-align: center;
    border: none;
    background-color: var(--first-color);
    border-radius: 4px;
    position: relative;
}
.send-btn > a {
	color: white;
    text-decoration: none;
    font-family: 'Roboto-Medium', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recaptcha-box
{
    width: 325px;
    height: 87px;
    border: 1px solid black;
}
.recaptcha-box-text
{
  color: black;
}

/*iletisim sayfası form-and-contact section finish*/
 }

@media only screen and (min-width: 1025px) and (max-width: 1280px){
    .container{
        max-width:1000px;
    }
/*header first section*/
.header-top
{
    width:100%;
    background-color: black;
    padding: 5px;
   }
.header-nav{
    text-align: left;
}
.header-nav > ul{
    list-style-type:none;
    margin-bottom: 0px;
}
.header-nav > ul li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}
.header-nav > ul li::after{
    content: '';
    width: 1px;
    height: 15px;
    background-color: white;
    display: block;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.header-nav > ul li a {
    text-decoration: none;
    color:white;
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
}


/*header first section finish*/

/*header commercial second section start*/
.header-commercial{
    width:100%;
    height: 100%;
}
.commercial-container
{
    width:100%;
    margin:auto;
}
.commercial-box{
    width:81%;
    height: 100%;
    padding: 20px 0px;
    margin: auto;
}
/*header commercial second section finish*/

/*menu and new third section start*/
.nav-link{
color:var(--second-color);
font-family: 'Roboto','sans-serif';
font-size: 16px;
font-weight: 500;
text-align: center;
text-align-last: center;
}
.nav-item{
    padding: 0px 0px;
}
.nav-item a:hover {
    color:var(--first-color);
}
.nav-item a::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 0;
}

.nav-item a:hover::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 1;
    margin: auto;

}


.menu-and-news{
    width: 100%;
    height: 100%;
    padding: 30px 0px;
}

.menu-and-news-hr{
 
    border:1px solid #d8d8d8;
    opacity: 1;
}

.menu-and-news-col-second-box{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;  
}

.small-card-box{
    display: grid;
    row-gap: 4px;
}

.menu-and-news-col-second-box a{
    text-decoration: none;
    color: var(--third-color);
}
.menu-and-new-col-second-box-detail-page{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
    position: relative;
    left: 8px;
}
.menu-and-new-col-second-box-detail-page a{
    text-decoration: none;
    color: var(--third-color);
}

.owl-container{
width: 100%;
height: 359px;
}


.owl-box{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.owl-div{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;   
}

.owl-box-title-div{
    width: 126px;
    margin-right: auto;
    top: 8%;
    left: 7%;
    position: absolute;
    background-color: var(--first-color);
    text-align: center;
    height: 19px;
}

.owl-box-title-div > p{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}


.owl-box-text-div{
    width: 495px;
    margin-right: auto;
    top: 15%;
    left: 7%;
    position: absolute;
}

.owl-box-text-div > h6{
    font-size: 32px;
    font-weight: 500;
    color: white;
}

.small-card-box{
    display: grid;
    row-gap: 20px;
    background-color: white;
}
.small-news-card{
    width: 323px;
    height: 75px;
    display: flex;
    padding-left: 15px;
}
.small-news-card-detail-page{
    width: 285px;
    height: 78px;
    display: flex;
}
.small-news-card-photo-box{
    width: 128px;
    height: 75px;
    position: relative;
}

.small-news-card-photo-box-img{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 75px;
}
.small-news-card-text-box{
    width: 314px;
    height: 100%;
    padding: 0 5px;
}
.small-news-card-text-box > h6{
    font-size: 12px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
}
.small-news-card-text-box > h5{
    font-size: 14px;
    color: var(--third-color);
    font-weight: 600;
}

.small-news-card-text-box > p{
    display: none;
}
 
.social-media-box{
    width: 323px;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
    border-radius: 5px;
    padding: 15px 0px;

}
.social-media-box-title{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color:#e4ebf1;
    font-weight: 500; 
    text-align: center;
}
.icon-property{
    color:white;
    font-size:45px;
}
.icon-property:hover{
    color:var(--first-color);
}
#icon-facebook{
    font-size: 40px;
}

.social-media-icon-box{
    display: flex;
    width: 294px;
    margin: auto;
    justify-content: space-between;
    padding: 5px 0px;
}
.tradingview-box{
    width: 100%;
    height: 477px;
    padding: 20px 0px;
}
.commercial-container-second{
    width: 100%;
    margin: auto;
}
.commercial-box-second{
    width: 100%;
    height: 100%;
    padding: 52px 0px;
}

.aside-commercial-container{
width: 100%;
    height: 100%;
text-align: center;
}
.menu-and-news-col-first-box a {
    text-decoration: none;
}

.big-news-card{
    width: 601px;
    height: 241px;
    display: flex;

}

.big-news-card-photo-box{
    width: 264px;
    height: 199px;
    position: relative;
}
.big-news-card-photo-box-img{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;

}
.big-news-card-text-box{
    width: 537px;
    height: 100%;
    padding: 0 17px;
}
.big-news-card-text-box-category-div
{
   width: 100%;
   height: 15px;
   display: flex;
   justify-content: space-between;
}

.big-news-card-text-box-category-div > h6
{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;   
}
.big-news-card-text-box-category-div > p{
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
    color:black;
    font-weight: 400;
}

.big-new-card-text-box-title-text-div > p{
    font-size: 20px;
    font-weight: 400; 
}

.big-new-card-text-box-title-text-div{
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}
.big-news-card-box a{
  text-decoration: none;
  color: var(--third-color);
  }
.big-news-card-box{
  display: grid;
  row-gap: 50px;
}

.aside-title-box{
    width: 403px;
    margin: auto;
}
.aside-title-box > h6{
    font-size: 30px;
    color: var(--first-color);
    text-transform: uppercase;
}

.vertical-card{
    width: 268px;
    height: 620px;
    margin: auto;
}

.vertical-card-photo-box{
    width: 267px;
    height: 143px;
}
.vertical-card-text-box{
    width: 271px;
    height: 444px;
    padding: 10px 0px;
}
.vertical-card-text-box > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 0px;
}
.vertical-card-text-box > h5{
    font-size: 24px;
    color: var(--second-color);
    font-weight: 600;
    padding: 5px 0px;
}

.vertical-card-text-box > p{
     font-size: 20px;
     font-weight: 400; 
 }


.menu-title-box{
    width: 100%;
}
.menu-title-box > h6{
    font-family: 'Roboto','Sans-serif';
    font-size: 36px;
    color: var(--first-color);
    text-transform: uppercase;
    font-weight: 500;
}
/*menu and new third section finish*/

/*cryptocurrency coin market  and risk second section start*/
.cryptocurrency-coin-market-and-risk{
width: 100%;
height: 100%;
background-color: white;

}
.table{
    text-align: center;
}
.all-coin-list-box{
    width:100%;
    height:40px;
    padding: 10px 0px;
}
.all-coin-list-box a{
 text-decoration: none;
}
.all-coin-list-box a > p{
    font-size: 15px;
    color:black;
    font-weight: 500;
}
.risk-and-warning-box{
    width: 100%;
    height: 468px;
    background-color: white;
    padding: 50px 0px;
}
.risk-and-warning-box > p{
    color: #8b9197;
    font-size: 16px;
    text-align-last: center;
}
/*cryptocurrency coin market  and risk second section finisih*/

/*footer-top third section  start */
.footer-top{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
    padding: 25px 0px;
}
.footer-top-menu-list-box{
    display: flex;
}
.footer-top-menu-list-div{
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.493);
    position: relative;
    padding:40px;
}
.footer-top-menu-list-div > h3{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.footer-top-menu-list-div:nth-last-child(1){
    border-right:none;
}

.footer-top-menu-list{
width: 100%;
height: 100%;
}

.footer-top-menu-list > ul{
 list-style-type:none;
 padding-left: 0px;
}

.footer-top-menu-list > ul ::before{
    content: '';
    display: block;
    width: 7px;
    height: 28px;
    background-color: var(--first-color);
    position: absolute;
    left: 28px;
    top: 35px;
}

.footer-top-menu-list > ul li{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color:white;
    padding-top: 10px;
}

.footer-top-menu-list li a {
    text-decoration: none;
    color: white;
}
/*footer-top third section finish*/

/*footer fourth section start*/
footer{
    padding: 50px 0px;
}
.footer-copyright-and-nav-box{
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-copyright-and-nav-box > p{
    color: #8b9197;
    font-size: 18px;
}
.footer-nav{
width: 100%;
height: 100%;
}
.footer-nav > ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-nav > ul li {
    display: inline-block;
    padding:0px 10px 0px 0px;
}

.footer-nav > ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background-color: var(--third-color);
    position: relative;
    left: 7px;
    float: right;
    top: 5px;
}
.footer-nav > ul li:nth-last-child(1)::after{
    display: none;
}

.footer-nav > ul li a{
    text-decoration: none;
    color: var(--third-color);
}

/*footer fourth section finish*/

/*haber detay page news-detail section */
.news-detail{
    height: 100%;
    width: 100%;
}
.news-photo-box{
    width: 100%;
    background-color: white;
    padding: 20px 0px;
  
}
.news-photo-breadcrumb-box{
width: 104px;
height: 17px;
background-color: var(--first-color);
}
.news-photo-breadcrumb-box > p{
    color: white;
    font-family: 'Roboto','sans-serif';
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.news-photo-title-box{
    width: 617px;
}
.news-photo-title-box > h1{
    color: black;
    font-size: 40px;
    font-weight: 900;
}

.news-title-box{
    width: 648px;
    padding: 22px 0px;
    margin-right: auto;
}

.news-title-box > h6{
    color: var(--second-color);
    font-size: 24px;
    font-weight: 900;
}

.news-text-box{
    width: 632px;
    padding: 22px 0px;
    margin-right: auto;
 }
    
.news-text{
    color: var(--second-color);
    font-size: 18px;
    font-family: 'Roboto','sans-serif';
    padding-bottom: 20px;
}
/*icerik sayfası content detail section start*/
.content-detail{
    width: 100%;
    height: 100%;
    background-color: white;
}
.content-detail-title-box{
    width: 400px;
    padding: 20px 0px;
}
.content-detail-title-box > h5{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.content-detail-short-explain{
    font-family: 'Roboto','sans-serif';
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.content-detail-text{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color: var(--second-color);
    padding-bottom: 20px;
}

/*icerik sayfası content detail section finish*/

/*iletisim sayfası form-and-contact section start*/
.form-and-contact{
    width: 100%;
    height: 100%;
    background-color: white;
}
.form-and-contact-title-box{
    width: 500px;
    height: 90px;

}
.form-and-contact-title-box > h1{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.form-and-contact-title-text-box{
    width: 100%;
    height: 237px;
    padding: 10px 0px;
}
.form-and-contact-title-text-box > h6{
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.form-and-contact-title-text-box > p{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
}
.form-box{
    width: 800px;
    height: 510px;
    margin: auto;
    padding: 30px 0px;
}
.form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
.form > input {
    width: 239px;
    height: 70px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    margin: 12px 3px;
    border:1px solid #d9d9d9;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
}
.form > textarea{
    border: none;
    border-radius: 10px;
    width: 733px;
    height: 130px;
    padding: 10px 25px;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
    border:1px solid #d9d9d9;
}
.form-bottom{
    display: flex;
    color: white;
    justify-content: space-between;
    width: 738px;
    margin: auto;
    padding-top: 10px;
}
.form-bottom-p{
    margin: 0px;
    margin-left: 10px;
    color: black;
}

input.form-checkbox {
    width: 30px;
    height: 30px;
}
.form-bottom-checkbox{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
input[type=checkbox] {
    accent-color:var(--first-color);
  }
.send-btn{
    width: 239px;
    height: 63px;
    padding: 0 20px;
    text-align: center;
    border: none;
    background-color: var(--first-color);
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: white;
    border-radius: 40px;
    text-transform: uppercase;
    position: relative;
    left: 20px;
}
.send-btn > a {
    color: white;
    text-decoration: none;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recaptcha-box
{
    width: 325px;
    height: 87px;
    border: 1px solid black;
}
.recaptcha-box-text
{
  color: black;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .container{
        max-width:740px;
    }
/*header first section*/
.header-top
{
    width:100%;
    background-color: black;
    padding: 5px;
   }
.header-nav{
    text-align: center;
}
.header-nav > ul{
    list-style-type:none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.header-nav > ul li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}
.header-nav > ul li::after{
    content: '';
    width: 1px;
    height: 15px;
    background-color: white;
    display: block;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.header-nav > ul li a {
    text-decoration: none;
    color:white;
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
}

/*header first section finish*/

/*header commercial second section start*/
.header-commercial{
    width:100%;
    height: 100%;
}
.commercial-container
{
    width: 100%;
    margin: auto;
}
.commercial-box{
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    margin: auto;
}
/*header commercial second section finish*/

/*menu and new third section start*/
.logo{

}
.nav-link{
    color: var(--second-color);
    font-family: 'Roboto','sans-serif';
    font-size: 12px;
    font-weight: 500;
}
.nav-item{
    padding: 0px 0px;
}
.nav-item a:hover {
    color:var(--first-color);
}
.nav-item a::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 0;
}

.nav-item a:hover::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 1;

}


.menu-and-news{
    width: 100%;
    height: 100%;
    padding: 30px 0px;
}

.menu-and-news-hr{
 
    border:1px solid #d8d8d8;
    opacity: 1;
}

.menu-and-news-col-second-box{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;  
}

.menu-and-new-col-second-box-detail-page{
    display: grid;
    row-gap: 51px;
    background-color: #f8f8f8;
    position: relative;
    left: 10px;
}
.menu-and-new-col-second-box-detail-page a{
    text-decoration: none;
    color: var(--third-color);
}

.small-card-box{
    display: grid;
    row-gap: 4px;
}
.menu-and-news-col-second-box a{
    text-decoration: none;
    color: var(--third-color);
    
}
.owl-container{
 width: 100%;
 height: 263px;
}


.owl-box{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.owl-div{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;   
}

.owl-box-title-div{
    width: 126px;
    margin-right: auto;
    top: 8%;
    left: 7%;
    position: absolute;
    background-color: var(--first-color);
    text-align: center;
    height: 19px;
}

.owl-box-title-div > p{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}


.owl-box-text-div{
    width: 363px;
    margin-right: auto;
    top: 15%;
    left: 7%;
    position: absolute;
}

.owl-box-text-div > h6{
    font-size: 32px;
    font-weight: 500;
    color: white;
}

.small-card-box{
    display: grid;
    row-gap: 18px;
    background-color: white;
}
.small-news-card{
    width: 241px;
    height: 75px;
    display: flex;
    padding-left: 15px;
}
.small-news-card-detail-page{
    width: 235px;
    height: 78px;
    display: flex;
}
.small-news-card-last{
    display: none;
}


.small-news-card-photo-box{
    width: 128px;
    height: 75px;
    position: relative;
}

.small-news-card-photo-box-img{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 75px;
}
.small-news-card-text-box{
    width: 143px;
    height: 100%;
    padding: 0 5px;
}
.small-news-card-text-box > h6{
    font-size: 12px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
}
.small-news-card-text-box > h5{
    font-size: 11px;
    color: var(--third-color);
    font-weight: 600;
}

.small-news-card-text-box > p{
display: none;
}
 
.social-media-box{
    width: 203px;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
    border-radius: 5px;
    padding: 15px 0px;
    margin: auto;
}
.social-media-box-title{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color:#e4ebf1;
    font-weight: 500; 
    text-align: center;
}
.icon-property{
    color: white;
    font-size: 27px;
}
.icon-property:hover{
    color:var(--first-color);
}
#icon-facebook{
    font-size: 22px;
}

.social-media-icon-box{
    display: flex;
    width: 183px;
    margin: auto;
    justify-content: space-between;
    padding: 5px 0px;
}
.tradingview-box{
    width: 100%;
    height: 391px;
    padding: 20px 0px;

}
.commercial-container-second{
    width: 100%;
    margin: auto;
}
.commercial-box-second{
    width: 100%;
    height: 100%;
    padding: 52px 0px;
}

.aside-commercial-container{
    width: 100%;
    height: 100%;
    margin: auto;
	text-align: center;
}
.menu-and-news-col-first-box a {
    text-decoration: none;
}

.big-news-card{
    width: 470px;
    height: 142px;
    display: flex;


}

.big-news-card-photo-box{
    width: 253px;
    height: 141px;
    position: relative;

}
.big-news-card-photo-box-img{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;

}
.big-news-card-text-box{
    width: 368px;
    height: 142px;
    padding: 0 17px;
}

.big-news-card-text-box-category-div
{
   width: 100%;
   height: 44px;
   display: block;
}

.big-news-card-text-box-category-div > h6
{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;   
}



.big-new-card-text-box-title-text-div > h6{
    font-size: 21px;
    color: var(--second-color);
    font-weight: 600; 
}

.big-new-card-text-box-title-text-div > p{
display: none;

}

.big-new-card-text-box-title-text-div{
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}
.big-news-card-box a{
  text-decoration: none;
  color: var(--third-color);
  }
.big-news-card-box{
  display: grid;
  row-gap: 50px;
}

.aside-title-box{
    width: 239px;
    margin: auto;
}
.aside-title-box > h6{
    font-size: 36px;
    color: var(--first-color);
    text-transform: uppercase;
    text-align: center;
}

.vertical-card{
    width: 203px;
    height: 618px;
    margin: auto;
}
.vertical-card-last-item{
display:none;
}
.vertical-card-photo-box{
    width: 203px;
    height: 126px;
}
.vertical-card-text-box{
    width: 203px;
    height: 376px;
    padding: 10px 0px;
}
.vertical-card-text-box > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 0px;
}
.vertical-card-text-box > h5{
    font-size: 24px;
    color: var(--second-color);
    font-weight: 600;
    padding: 5px 0px;
}

.vertical-card-text-box > p{
     font-size: 20px;
     font-weight: 400; 
}



.menu-title-box{
    width: 100%;
}
.menu-title-box > h6{
    font-family: 'Roboto','Sans-serif';
    font-size: 36px;
    color: var(--first-color);
    text-transform: uppercase;
    font-weight: 500;
}
/*menu and new third section finish*/

/*cryptocurrency coin market  and risk second section start*/
.cryptocurrency-coin-market-and-risk{
width: 100%;
height: 100%;
background-color: white;

}
.table{
    text-align: center;
}
.all-coin-list-box{
    width:100%;
    height:40px;
    padding: 10px 0px;
}
.all-coin-list-box a{
 text-decoration: none;
}
.all-coin-list-box a > p{
    font-size: 15px;
    color:black;
    font-weight: 500;
}
.risk-and-warning-box{
    width: 100%;
    height: 620px;
    background-color: white;
    padding: 50px 0px;
}
.risk-and-warning-box > p{
    color: #8b9197;
    font-size: 16px;
    text-align-last: center;
}
/*cryptocurrency coin market  and risk second section finisih*/

/*footer-top third section  start */
.footer-top{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
    padding: 25px 0px;
}
.footer-top-menu-list-box{
    display: flex;
}
.footer-top-menu-list-div{
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.493);
    position: relative;
    padding: 16px;
}

.footer-top-menu-list-div > h3{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.footer-top-menu-list-div:nth-last-child(1){
    border-right:none;
}

.footer-top-menu-list{
width: 100%;
height: 100%;
}

.footer-top-menu-list > ul{
 list-style-type:none;
 padding-left: 0px;
}

.footer-top-menu-list > ul ::before{
    content: '';
    display: block;
    width: 7px;
    height: 28px;
    background-color: var(--first-color);
    position: absolute;
    left: 7px;
    top: 10px;
}

.footer-top-menu-list > ul li{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color:white;
    padding-top: 10px;
}

.footer-top-menu-list li a {
    text-decoration: none;
    color: white;
}
/*footer-top third section finish*/

/*footer fourth section start*/
footer{
    padding: 50px 0px;
}
.footer-copyright-and-nav-box{
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-copyright-and-nav-box > p{
    color: #8b9197;
    font-size: 16px;
}
.footer-nav{
width: 100%;
height: 100%;
}
.footer-nav > ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-nav > ul li {
    display: inline-block;
    padding:0px 10px 0px 0px;
}

.footer-nav > ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background-color: var(--third-color);
    position: relative;
    left: 7px;
    float: right;
    top: 5px;
}
.footer-nav > ul li:nth-last-child(1)::after{
    display: none;
}

.footer-nav > ul li a{
    text-decoration: none;
    color: var(--third-color);
}

/*footer fourth section finish*/

/*haber detay page news-detail section */
.news-detail{
    height: 100%;
    width: 100%;
}
.news-photo-box{
    width: 100%;
    height: 522px;
    background-color: white;
    padding: 20px 0px;
  
}
.news-photo-breadcrumb-box{
width: 104px;
height: 17px;
background-color: var(--first-color);
}
.news-photo-breadcrumb-box > p{
    color: white;
    font-family: 'Roboto','sans-serif';
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.news-photo-title-box{
    width: 484px;
    padding: 15px 0px;
}
.news-photo-title-box > h1{
    color: black;
    font-size: 40px;
    font-weight: 900;
}

.news-title-box{
    width: 478px;
    padding: 22px 0px;
    margin-right: auto;
}

.news-title-box > h6{
    color: var(--second-color);
    font-size: 24px;
    font-weight: 900;
}

.news-text-box{
    width: 440px;
    padding: 22px 0px;
    margin-right: auto;
 }
    
.news-text{
    color: var(--second-color);
    font-size: 18px;
    font-family: 'Roboto','sans-serif';
    padding-bottom: 20px;
}
/*icerik sayfası content detail section start*/
.content-detail{
    width: 100%;
    height: 100%;
    background-color: white;
}
.content-detail-title-box{
    width: 400px;
    padding:20px 0px;

}
.content-detail-title-box > h5{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.content-detail-short-explain{
    font-family: 'Roboto','sans-serif';
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.content-detail-text{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color: var(--second-color);
    padding-bottom: 20px;
}

/*icerik sayfası content detail section finish*/

/*iletisim sayfası form-and-contact section start*/
.form-and-contact{
    width: 100%;
    height: 100%;
    background-color: white;
}
.form-and-contact-title-box{
    width: 500px;
    height: 90px;

}
.form-and-contact-title-box > h1{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.form-and-contact-title-text-box{
    width: 100%;
    height: 406px;
    padding: 10px 0px;
}
.form-and-contact-title-text-box > h6{
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.form-and-contact-title-text-box > p{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
}
.form-box{
    width: 701px;
    height: 510px;
    margin: auto;
    padding: 30px 0px;
}
.form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
.form > input {
    width: 227px;
    height: 70px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    margin: 12px 3px;
    border: 1px solid #d9d9d9;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
}
.form > textarea{
    border: none;
    border-radius: 10px;
    width: 733px;
    height: 130px;
    padding: 10px 25px;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
    border:1px solid #d9d9d9;
}
.form-bottom{
    display: flex;
    color: white;
    justify-content: space-between;
    width: 699px;
    margin: auto;
    padding-top: 10px;
}
.form-bottom-p{
    margin: 0px;
    margin-left: 10px;
    color: black;
}

input.form-checkbox {
    width: 30px;
    height: 30px;
}
.form-bottom-checkbox{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
input[type=checkbox] {
    accent-color:var(--first-color);
  }
.send-btn{
    width: 239px;
    height: 63px;
    text-align: center;
    border: none;
    background-color: var(--first-color);
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: white;
    border-radius: 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}
.send-btn > a {
    color: white;
    text-decoration: none;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recaptcha-box
{
    width: 325px;
    height: 87px;
    border: 1px solid black;
}
.recaptcha-box-text
{
  color: black;
}

}

@media only screen and (min-width: 481px) and (max-width: 767px){
    .container{
        max-width:460px;
    }
    .news-container > .row:nth-child(even) > .col-md-6:nth-last-child(even){
        order:0;
        }
        /*header first section*/
        .header-top
        {
            width:100%;
            background-color: black;
            padding: 5px;
           }
        .header-nav{
            text-align: left;
        }
        .header-nav > ul{
            list-style-type: none;
            margin-bottom: 0px;
            padding-left: 0px;
            display: flex;
            justify-content: center;
        }
        .header-nav > ul li {
            display: inline-block;
            padding: 0px 10px;
        }
        .header-nav > ul li::after{
            content: '';
            width: 1px;
            height: 15px;
            background-color: white;
            display: block;
            border-radius: 15px;
            position: absolute;
            top: 5px;
            right: 0px;
        }
        .header-nav > ul li a {
            text-decoration: none;
            color:white;
            font-family: 'Roboto','sans-serif';
            font-size: 14px;
        }
        
        /*header first section finish*/
        
        /*header commercial second section start*/
        .header-commercial{
            width:100%;
            height: 100%;
        }
        .commercial-container
        {
            width:100%;
            margin:auto;
        }
        .commercial-box{
            width: 100%;
            height: 100%;
            padding: 20px 0px;
            margin: auto;
        }
        /*header commercial second section finish*/
        
        /*menu and new third section start*/
        .logo{
            width: 194px;
        }
        .nav-link{
        color:var(--second-color);
        font-family: 'Roboto','sans-serif';
        font-size: 16px;
        font-weight: 500;
        }
        .nav-item{
            padding: 0px 0px;
        }
        .nav-item a:hover {
            color:var(--first-color);
        }
        .nav-item a::before{
            content:'';
            width: 15px;
            height: 15px;
            background-color:var(--first-color);
            display: block;
            border-radius: 15px;
            opacity: 0;
        }
        
        .nav-item a:hover::before{
            content:'';
            width: 15px;
            height: 15px;
            background-color:var(--first-color);
            display: block;
            border-radius: 15px;
            opacity: 1;
        
        }
        .tradingview-widget-copyright {
            font-size: 6px !important;
            line-height: 4px !important;
            text-align: center !important;
            vertical-align: middle !important;
            font-family: -apple-system, BlinkMacSystemFont, 'Trebuchet MS', Roboto, Ubuntu, sans-serif !important;
            color: #9db2bd !important;
        }
        
        .menu-and-news{
            width: 100%;
            height: 100%;
            padding: 15px 0px;
        }
        
        .menu-and-news-hr{
         
            border:1px solid #d8d8d8;
            opacity: 1;
        }
        
        .menu-and-news-col-second-box{
            display: grid;
            row-gap: 24px;
            background-color: #ffffff;
            margin-top: 30px;
        }
        
        .small-card-box{
            display: grid;
            row-gap: 46px;
        }
        .menu-and-news-col-second-box a{
            text-decoration: none;
            color: var(--third-color);
            
        }
        
        .owl-container{
            width: 100%;
            height: 156px;
        }
        
        
        .owl-box{
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 99;
        }
        
        .owl-div{
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 99;   
        }
        
        .owl-box-title-div{
            width: 126px;
            margin-right: auto;
            top: 8%;
            left: 7%;
            position: absolute;
            background-color: var(--first-color);
            text-align: center;
            height: 19px;
        }
        
        .owl-box-title-div > p{
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            color: white;
        }
        
        
        .owl-box-text-div{
            width: 250px;
            margin-right: auto;
            top: 20%;
            left: 7%;
            position: absolute;
        }
        
        .owl-box-text-div > h6{
            font-size: 21px;
            font-weight: 500;
            color: white;
        }
        
        .small-card-box{
            display: grid;
            row-gap: 30px;
            background-color: white;
        }
        
        .small-news-card{
            /* width: 266px;
            height: 88px; */
            display: flex;
            margin: auto;
        }
        .small-news-card-detail-page{
            width: 275px;
            height: 100px;
            display: flex;
        }
        .small-news-card-photo-box{
            width: 128px;
            height: 78px;
            position: relative;
        }
        
        .small-news-card-photo-box-img{
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            height: 115%;
        }
        .small-news-card-text-box{
            width: 240px;
            height: 100%;
            padding: 0 10px;
        }
        .small-news-card-text-box > h6{
            font-size: 12px;
            color: var(--first-color);
            font-weight: 900; 
            text-transform: uppercase;
        }
        .small-news-card-text-box > h5{
            font-size: 16px;
            color: var(--third-color);
            font-weight: 600;
        }
        
        .small-news-card-text-box > p{
         display: none;
         }
         
        .social-media-box{
            width: 258px;
            background: linear-gradient(to top, #3f4e56
            ,#223039);
            border-radius: 5px;
            padding: 15px 0px;
            margin: auto;
        }
        
        .social-media-box-title{
            font-family: 'Roboto','sans-serif';
            font-size: 18px;
            color:#e4ebf1;
            font-weight: 500; 
            text-align: center;
        }
        .icon-property{
            color: white;
            font-size: 27px;
        }
        .icon-property:hover{
            color:var(--first-color);
        }
        #icon-facebook{
            font-size: 22px;
        }
        
        .social-media-icon-box{
            display: flex;
            width: 230px;
            margin: auto;
            justify-content: space-between;
            padding: 5px 0px;
        }
        .tradingview-box{
            width: 100%;
            height: 278px;
            padding: 20px 0px;
        
        }
        .commercial-container-second{
            width: 100%;
            margin: auto;
            padding: 70px 0;
        }
        .commercial-box-second{
            width: 100%;
            height: 100%;
            /* padding: 60px 0px; */
        }
        
        .aside-commercial-container{
            width: 100%;
            height: 100%;
            margin: auto;
			text-align: center;
        }
        
        .menu-and-news-col-first-box a {
            text-decoration: none;
        }
        
        /* .big-news-card{
            width: 218px;
            height: 335px;
            display: block;
            margin: auto;
        } */
        
        .big-news-card-photo-box{
            width: 351px;
            height: 204px;
            position: relative;
            margin-top: 50px;
        }
        
        .big-news-card-photo-box-img{
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
        }
        /* .big-news-card-text-box{
            width: 214px;
            height: 148px;
        } */
        .big-news-card-text-box-category-div > h6{
            font-size: 14px;
            color: var(--first-color);
            font-weight: 900;
            text-transform: uppercase;
        }
        .big-news-card-text-box-category-div > p{
            font-family: 'Roboto','sans-serif';
            font-size: 14px;
            color:black;
            font-weight: 400;
        }
        .big-new-card-text-box-title-text-div > h6{
            font-size: 24px;
            color: var(--second-color);
            font-weight: 600; 
        }
        
        .big-new-card-text-box-title-text-div > p{
         display: none;
        
         }
         .big-news-card-text-box-category-div
         {
            width: 100%;
            height: 44px;
            display: block;
         }
        .big-new-card-text-box-title-text-div{
            width: 100%;
            height: 100%;
            padding: 0px 0px;
        }
        .big-news-card-box a{
          text-decoration: none;
          color: var(--third-color);
          }
        .big-news-card-box{
            display: grid;
        }
        
        .aside-title-box{
            width: 277px;
            margin: auto;
        }
        .aside-title-box > h6{
            font-size: 28px;
            color: var(--first-color);
            text-transform: uppercase;
            text-align: center;
        }
        
        .vertical-card{
            /* width: 203px;
            height: 478px; */
            margin: auto;
        }
        
        /* .vertical-card-photo-box{
            width: 203px;
            height: 126px;
        } */
        .vertical-card-text-box{
            /* width: 203px;
            height: 376px; */
            padding: 10px 0px;
        }
        .vertical-card-text-box > h6{
            font-size: 14px;
            color: var(--first-color);
            font-weight: 900;
            text-transform: uppercase;
            padding: 5px 0px;
        }
        .vertical-card-text-box > h5{
            font-size: 19px;
            color: var(--second-color);
            font-weight: 600;
            padding: 5px 0px;
        }
        
        .vertical-card-text-box > p{
             font-size: 16px;
             font-weight: 400; 
         }
        
        
        
        .menu-title-box{
            width: 100%;
            padding: 10px 0px;
        }
        .menu-title-box > h6{
            font-family: 'Roboto','Sans-serif';
            font-size: 36px;
            color: var(--first-color);
            text-transform: uppercase;
            font-weight: 500;
            text-align: center;
        }
        /*menu and new third section finish*/
        
        /*cryptocurrency coin market  and risk second section start*/
        .cryptocurrency-coin-market-and-risk{
        width: 100%;
        height: 100%;
        background-color: white;
        
        }
        .footer-logo {
            display: flex;
            justify-content: center;
        }
        .table{
            text-align: center;
        }
        .all-coin-list-box{
            width:100%;
            height:40px;
            padding: 10px 0px;
        }
        .all-coin-list-box a{
         text-decoration: none;
        }
        .all-coin-list-box a > p{
            font-size: 15px;
            color:black;
            font-weight: 500;
        }
        .risk-and-warning-box{
            width: 100%;
            background-color: white;
            padding: 50px 0px;
        }
        .risk-and-warning-box > p{
            color: #8b9197;
            font-size: 16px;
            text-align-last: start;
        }
        /*cryptocurrency coin market  and risk second section finisih*/
        
        /*footer-top third section  start */
        .footer-top{
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, #3f4e56
            ,#223039);
            padding: 25px 0px;
        }
        .footer-top-menu-list-box{
            display: block;
        }
        .footer-top-menu-list-div{
            width: 100%;
            border-right: 1px solid rgba(255, 255, 255, 0.493);
            border-left: 1px solid rgba(255,255,255,0.493);
            position: relative;
            padding: 0px 10px;
            margin: 20px 0px;
        }
        .footer-top-menu-list-div > h3{
            font-family: 'Roboto','Sans-serif';
            font-size: 16px;
            color: white;
            text-transform: uppercase;
            margin-bottom: 0px;
        }
        
        .footer-top-menu-list{
        width: 100%;
        height: 100%;
        }
        
        .footer-top-menu-list > ul{
         list-style-type:none;
         padding-left: 0px;
        }
        
        .footer-top-menu-list > ul ::before{
            content: '';
            display: block;
            width: 5px;
            height: 22px;
            background-color: var(--first-color);
            position: absolute;
            left: 4px;
            top: 0px;
        }
        
        .footer-top-menu-list > ul li{
            font-family: 'Roboto','Sans-serif';
            font-size: 16px;
            color:white;
            padding-top: 10px;
        }
        
        .footer-top-menu-list li a {
            text-decoration: none;
            color: white;
        }
        /*footer-top third section finish*/
        
        /*footer fourth section start*/
        footer{
            padding: 20px 0px;
        }
        .footer-copyright-and-nav-box{
            width: 100%;
            height: 100%;
            position: relative;
        }
        
        .footer-copyright-and-nav-box > p{
            color: #8b9197;
            font-size: 16px;
            text-align-last: center;
        }
        .footer-nav{
        width: 100%;
        /* height: 100%; */
        }
        .footer-nav > ul {
            list-style-type: none;
            padding-left: 0px;
        }
        
        .footer-nav > ul li {
            display: block;
            padding:0px 10px 0px 0px;
            font-size: 17px;
            font-family: 'Roboto','sans-serif';
            text-align: center;
        }
        
        .footer-nav > ul li a::after{
        display: none;
        }
        .footer-nav > ul li:nth-last-child(1)::after{
            display: none;
        }
        
        .footer-nav > ul li a{
            text-decoration: none;
            color: var(--third-color);
        }
        
        /*footer fourth section finish*/
        
        /*haber detay page news-detail section */
        .news-detail{
            height: 100%;
            width: 100%;
        }
        .news-photo-box{
            width: 100%;
            height: 522px;
            background-color: white;
            padding: 20px 0px;
          
        }
        .news-photo-breadcrumb-box{
        width: 104px;
        height: 17px;
        background-color: var(--first-color);
        }
        .news-photo-breadcrumb-box > p{
            color: white;
            font-family: 'Roboto','sans-serif';
            font-weight: 500;
            font-size: 12px;
            text-transform: uppercase;
            text-align: center;
        }
        .news-photo-title-box{
            /* width: 293px; */
            padding: 15px 0px;
        }
        .breadcrumb a {
            color: black;
            text-decoration: none;
            padding: 0px 10px 0px 10px;
        }
        .news-photo-title-box > h1{
            color: black;
            font-size: 40px;
            font-weight: 900;
        }
        .news-title-box{
            /* width: 290px; */
            /* padding: 22px 0px; */
            margin-right: auto;
        }
        
        .news-title-box > h6{
            color: var(--second-color);
            font-size: 24px;
            font-weight: 900;
            /* padding-top: 60px; */
        }
        
        .news-text-box{
            /* width: 278px; */
            /* padding: 22px 0px; */
            margin-right: auto;
         }
            
        .news-text{
            color: var(--second-color);
            font-size: 18px;
            font-family: 'Roboto','sans-serif';
            padding-bottom: 20px;
        }
        /*icerik sayfası content detail section start*/
        .content-detail{
            width: 100%;
            height: 100%;
            background-color: white;
        }
        .content-detail-title-box{
            width: 319px;
            padding:20px 0px;
        }
        .content-detail-title-box > h5{
            font-weight: 900;
            font-size: 36px;
            text-transform: uppercase;
            color: var(--second-color);
        }
        .content-detail-short-explain{
            font-family: 'Roboto','sans-serif';
            font-weight: 900;
            font-size: 24px;
            color: var(--third-color);
            padding-bottom: 25px;
        }
        .content-detail-text{
            font-family: 'Roboto','sans-serif';
            font-size: 18px;
            color: var(--second-color);
            padding-bottom: 20px;
        }
        
        /*icerik sayfası content detail section finish*/
        
        /*iletisim sayfası form-and-contact section start*/
        .form-and-contact{
            width: 100%;
            height: 100%;
            background-color: white;
        }
        .form-and-contact-title-box{
            width: 100%;
            height: 90px;
        
        }
        .form-and-contact-title-box > h1{
            font-weight: 900;
            font-size: 36px;
            text-transform: uppercase;
            color: var(--second-color);
        }
        .form-and-contact-title-text-box{
            width: 100%;
            height: 933px;
            padding: 10px 0px;
        }
        .form-and-contact-title-text-box > h6{
            font-weight: 900;
            font-size: 24px;
            color: var(--third-color);
            padding-bottom: 25px;
        }
        .form-and-contact-title-text-box > p{
            font-family: 'Roboto','sans-serif';
            font-size: 18px;
        }
        .form-box{
            width: 300px;
            height: 687px;
            margin: auto;
            padding: 30px 0px;
        }
        .form{
            display: block;
        
        
        }
        .form > input {
            width: 206px;
            height: 70px;
            padding: 10px 25px;
            display: block;
            border-radius: 10px;
            margin: 12px 3px;
            border: 1px solid #d9d9d9;
            font-family: 'Roboto-Medium', sans-serif;
            font-weight: 600;
            color: black;
        }
        .form > textarea{
            border-radius: 10px;
            width: 221px;
            height: 130px;
            padding: 10px 25px;
            font-family: 'Roboto-Medium', sans-serif;
            font-weight: 600;
            color: black;
            border: 1px solid #d9d9d9;
        }
        .form-bottom{
            width: 300px;
            padding: 10px 0px;
        }
        .form-bottom-p{
            margin: 0px;
            margin-left: 10px;
            color: black;
        }
        
        input.form-checkbox {
            width: 30px;
            height: 30px;
        }
        .form-bottom-checkbox{
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            padding: 10px 0px;
        }
        input[type=checkbox] {
            accent-color:var(--first-color);
          }
        .send-btn{
            width: 262px;
            height: 32px;
            text-align: center;
            border: none;
            background-color: var(--first-color);
            font-family: 'Roboto-Medium', sans-serif;
            font-weight: 600;
            color: white;
            border-radius: 40px;
            text-transform: uppercase;
            position: relative;
            margin-bottom: 40px;
        }
        .send-btn > a {
            color: white;
            text-decoration: none;
            font-family: 'Roboto-Medium', sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .recaptcha-box
        {
            width: 271px;
            height: 87px;
            border: 1px solid black;
        }
        .recaptcha-box-text
        {
          color: black;
        }
}

@media (max-width: 480px) {
    .container{
        max-width:96%;
       
    }
.news-container > .row:nth-child(even) > .col-md-6:nth-last-child(even){
order:0;
}
/*header first section*/
.header-top
{
    width:100%;
    background-color: black;
    padding: 5px;
   }
.header-nav{
    text-align: left;
}
.header-nav > ul{
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
}
.header-nav > ul li {
    display: inline-block;
    padding: 0px 10px;
}
.header-nav > ul li::after{
    content: '';
    width: 1px;
    height: 15px;
    background-color: white;
    display: block;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.header-nav > ul li a {
    text-decoration: none;
    color:white;
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
}

/*header first section finish*/

/*header commercial second section start*/
.header-commercial{
    width:100%;
    height: 100%;
}
.commercial-container
{
    width:100%;
    margin:auto;
}
.commercial-box{
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    margin: auto;
}
/*header commercial second section finish*/

/*menu and new third section start*/
.logo{
    width: 194px;
}
.nav-link{
color:var(--second-color);
font-family: 'Roboto','sans-serif';
font-size: 16px;
font-weight: 500;
}
.nav-item{
    padding: 0px 0px;
}
.nav-item a:hover {
    color:var(--first-color);
}
.nav-item a::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 0;
}

.nav-item a:hover::before{
    content:'';
    width: 15px;
    height: 15px;
    background-color:var(--first-color);
    display: block;
    border-radius: 15px;
    opacity: 1;

}
.tradingview-widget-copyright {
    font-size: 6px !important;
    line-height: 4px !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Trebuchet MS', Roboto, Ubuntu, sans-serif !important;
    color: #9db2bd !important;
}

.menu-and-news{
    width: 100%;
    height: 100%;
    padding: 15px 0px;
}

.menu-and-news-hr{
 
    border:1px solid #d8d8d8;
    opacity: 1;
}

.menu-and-news-col-second-box{
    display: grid;
    row-gap: 24px;
    background-color: #ffffff;
    margin-top: 30px;
}

.small-card-box{
    display: grid;
    row-gap: 46px;
}
.menu-and-news-col-second-box a{
    text-decoration: none;
    color: var(--third-color);
    
}

.owl-container{
    width: 100%;
    height: 156px;
}


.owl-box{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.owl-div{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;   
}

.owl-box-title-div{
    width: 126px;
    margin-right: auto;
    top: 8%;
    left: 7%;
    position: absolute;
    background-color: var(--first-color);
    text-align: center;
    height: 19px;
}

.owl-box-title-div > p{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}


.owl-box-text-div{
    width: 250px;
    margin-right: auto;
    top: 20%;
    left: 7%;
    position: absolute;
}

.owl-box-text-div > h6{
    font-size: 21px;
    font-weight: 500;
    color: white;
}

.small-card-box{
    display: grid;
    row-gap: 30px;
    background-color: white;
}

.small-news-card{
    /* width: 266px;
    height: 88px; */
    display: flex;
    margin: auto;
}
.small-news-card-detail-page{
    width: 275px;
    height: 100px;
    display: flex;
}
.small-news-card-photo-box{
    width: 128px;
    height: 78px;
    position: relative;
}

.small-news-card-photo-box-img{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 115%;
}
.small-news-card-text-box{
    width: 240px;
    height: 100%;
    padding: 0 10px;
}
.small-news-card-text-box > h6{
    font-size: 12px;
    color: var(--first-color);
    font-weight: 900; 
    text-transform: uppercase;
}
.small-news-card-text-box > h5{
    font-size: 16px;
    color: var(--third-color);
    font-weight: 600;
}

.small-news-card-text-box > p{
 display: none;
 }
 
.social-media-box{
    width: 258px;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
    border-radius: 5px;
    padding: 15px 0px;
    margin: auto;
}

.social-media-box-title{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color:#e4ebf1;
    font-weight: 500; 
    text-align: center;
}
.icon-property{
    color: white;
    font-size: 27px;
}
.icon-property:hover{
    color:var(--first-color);
}
#icon-facebook{
    font-size: 22px;
}

.social-media-icon-box{
    display: flex;
    width: 230px;
    margin: auto;
    justify-content: space-between;
    padding: 5px 0px;
}
.tradingview-box{
    width: 100%;
    height: 278px;
    padding: 20px 0px;

}
.commercial-container-second{
    width: 100%;
    margin: auto;
    padding: 70px 0;
}
.commercial-box-second{
    width: 100%;
    height: 100%;
    /* padding: 60px 0px; */
}

.aside-commercial-container{
    width: 100%;
    height: 100%;
    margin: auto;
	text-align: center;
}

.menu-and-news-col-first-box a {
    text-decoration: none;
}

/* .big-news-card{
    width: 218px;
    height: 335px;
    display: block;
    margin: auto;
} */

.big-news-card-photo-box{
    width: 351px;
    height: 204px;
    position: relative;
    margin-top: 50px;
}

.big-news-card-photo-box-img{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
/* .big-news-card-text-box{
    width: 214px;
    height: 148px;
} */
.big-news-card-text-box-category-div > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;
}
.big-news-card-text-box-category-div > p{
    font-family: 'Roboto','sans-serif';
    font-size: 14px;
    color:black;
    font-weight: 400;
}
.big-new-card-text-box-title-text-div > h6{
    font-size: 24px;
    color: var(--second-color);
    font-weight: 600; 
}

.big-new-card-text-box-title-text-div > p{
 display: none;

 }
 .big-news-card-text-box-category-div
 {
    width: 100%;
    height: 44px;
    display: block;
 }
.big-new-card-text-box-title-text-div{
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}
.big-news-card-box a{
  text-decoration: none;
  color: var(--third-color);
  }
.big-news-card-box{
    display: grid;
}

.aside-title-box{
    width: 277px;
    margin: auto;
}
.aside-title-box > h6{
    font-size: 28px;
    color: var(--first-color);
    text-transform: uppercase;
    text-align: center;
}

.vertical-card{
    /* width: 203px;
    height: 478px; */
    margin: auto;
}

/* .vertical-card-photo-box{
    width: 203px;
    height: 126px;
} */
.vertical-card-text-box{
    /* width: 203px;
    height: 376px; */
    padding: 10px 0px;
}
.vertical-card-text-box > h6{
    font-size: 14px;
    color: var(--first-color);
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 0px;
}
.vertical-card-text-box > h5{
    font-size: 19px;
    color: var(--second-color);
    font-weight: 600;
    padding: 5px 0px;
}

.vertical-card-text-box > p{
     font-size: 16px;
     font-weight: 400; 
 }



.menu-title-box{
    width: 100%;
    padding: 10px 0px;
}
.menu-title-box > h6{
    font-family: 'Roboto','Sans-serif';
    font-size: 36px;
    color: var(--first-color);
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
/*menu and new third section finish*/

/*cryptocurrency coin market  and risk second section start*/
.cryptocurrency-coin-market-and-risk{
width: 100%;
height: 100%;
background-color: white;

}

.footer-logo {
    display: flex;
    justify-content: center;
}
.table{
    text-align: center;
}
.all-coin-list-box{
    width:100%;
    height:40px;
    padding: 10px 0px;
}
.all-coin-list-box a{
 text-decoration: none;
}
.all-coin-list-box a > p{
    font-size: 15px;
    color:black;
    font-weight: 500;
}
.risk-and-warning-box{
    width: 100%;
    background-color: white;
    padding: 50px 0px;
}
.risk-and-warning-box > p{
    color: #8b9197;
    font-size: 16px;
    text-align-last: start;
}
/*cryptocurrency coin market  and risk second section finisih*/

/*footer-top third section  start */
.footer-top{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #3f4e56
    ,#223039);
    padding: 25px 0px;
}
.footer-top-menu-list-box{
    display: block;
}
.footer-top-menu-list-div{
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.493);
    border-left: 1px solid rgba(255,255,255,0.493);
    position: relative;
    padding: 0px 10px;
    margin: 20px 0px;
}
.footer-top-menu-list-div > h3{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.footer-top-menu-list{
width: 100%;
height: 100%;
}

.footer-top-menu-list > ul{
 list-style-type:none;
 padding-left: 0px;
}

.footer-top-menu-list > ul ::before{
    content: '';
    display: block;
    width: 5px;
    height: 22px;
    background-color: var(--first-color);
    position: absolute;
    left: 4px;
    top: 0px;
}

.footer-top-menu-list > ul li{
    font-family: 'Roboto','Sans-serif';
    font-size: 16px;
    color:white;
    padding-top: 10px;
}

.footer-top-menu-list li a {
    text-decoration: none;
    color: white;
}
/*footer-top third section finish*/

/*footer fourth section start*/
footer{
    padding: 20px 0px;
}
.footer-copyright-and-nav-box{
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-copyright-and-nav-box > p{
    color: #8b9197;
    font-size: 16px;
    text-align-last: center;
}
.footer-nav{
width: 100%;
/* height: 100%; */
}
.footer-nav > ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-nav > ul li {
    display: block;
    padding:0px 10px 0px 0px;
    font-size: 17px;
    font-family: 'Roboto','sans-serif';
    text-align: center;
}

.footer-nav > ul li a::after{
display: none;
}
.footer-nav > ul li:nth-last-child(1)::after{
    display: none;
}

.footer-nav > ul li a{
    text-decoration: none;
    color: var(--third-color);
}

/*footer fourth section finish*/

/*haber detay page news-detail section */
.news-detail{
    height: 100%;
    width: 100%;
}
.news-photo-box{
    width: 100%;
    height: 522px;
    background-color: white;
    padding: 20px 0px;
  
}
.news-photo-breadcrumb-box{
width: 104px;
height: 17px;
background-color: var(--first-color);
}
.news-photo-breadcrumb-box > p{
    color: white;
    font-family: 'Roboto','sans-serif';
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.news-photo-title-box{
    /* width: 293px; */
    padding: 15px 0px;
}
.breadcrumb a {
    color: black;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}
.news-photo-title-box > h1{
    color: black;
    font-size: 40px;
    font-weight: 900;
}
.news-title-box{
    /* width: 290px; */
    /* padding: 22px 0px; */
    margin-right: auto;
}

.news-title-box > h6{
    color: var(--second-color);
    font-size: 24px;
    font-weight: 900;
    /* padding-top: 60px; */
}

.news-text-box{
    /* width: 278px; */
    /* padding: 22px 0px; */
    margin-right: auto;
 }
    
.news-text{
    color: var(--second-color);
    font-size: 18px;
    font-family: 'Roboto','sans-serif';
    padding-bottom: 20px;
}
/*icerik sayfası content detail section start*/
.content-detail{
    width: 100%;
    height: 100%;
    background-color: white;
}
.content-detail-title-box{
    width: 319px;
    padding:20px 0px;
}
.content-detail-title-box > h5{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.content-detail-short-explain{
    font-family: 'Roboto','sans-serif';
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.content-detail-text{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
    color: var(--second-color);
    padding-bottom: 20px;
}

/*icerik sayfası content detail section finish*/

/*iletisim sayfası form-and-contact section start*/
.form-and-contact{
    width: 100%;
    height: 100%;
    background-color: white;
}
.form-and-contact-title-box{
    width: 100%;
    height: 90px;

}
.form-and-contact-title-box > h1{
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--second-color);
}
.form-and-contact-title-text-box{
    width: 100%;
    height: 933px;
    padding: 10px 0px;
}
.form-and-contact-title-text-box > h6{
    font-weight: 900;
    font-size: 24px;
    color: var(--third-color);
    padding-bottom: 25px;
}
.form-and-contact-title-text-box > p{
    font-family: 'Roboto','sans-serif';
    font-size: 18px;
}
.form-box{
    width: 300px;
    height: 687px;
    margin: auto;
    padding: 30px 0px;
}
.form{
    display: block;


}
.form > input {
    width: 206px;
    height: 70px;
    padding: 10px 25px;
    display: block;
    border-radius: 10px;
    margin: 12px 3px;
    border: 1px solid #d9d9d9;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
}
.form > textarea{
    border-radius: 10px;
    width: 221px;
    height: 130px;
    padding: 10px 25px;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: black;
    border: 1px solid #d9d9d9;
}
.form-bottom{
    width: 300px;
    padding: 10px 0px;
}
.form-bottom-p{
    margin: 0px;
    margin-left: 10px;
    color: black;
}
.col-padding {
    padding: 13px 0px;
}
input.form-checkbox {
    width: 30px;
    height: 30px;
}
.form-bottom-checkbox{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}
input[type=checkbox] {
    accent-color:var(--first-color);
  }
.send-btn{
    width: 262px;
    height: 32px;
    text-align: center;
    border: none;
    background-color: var(--first-color);
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    color: white;
    border-radius: 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}
.send-btn > a {
    color: white;
    text-decoration: none;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recaptcha-box
{
    width: 271px;
    height: 87px;
    border: 1px solid black;
}
.recaptcha-box-text
{
  color: black;
}
}