﻿
    /*==bonds-category==*/

/*.bonds-category-section{padding-top:1rem;}*/

.bonds{position:relative;}
.bond-outer{padding:1.5rem;}
.bond-outer .card{transition:all 0.3s;}
.bond-outer .card:hover{transform:scale(1.03);}
.bond{box-shadow: 0.1rem 0.1rem 1rem rgba(0,0,0,0.1);position:relative;border-radius:1.5rem;height:100%;}
.bond .bond-grade-img{position:absolute;width:3rem; height:3rem;right:0;top:0;transform:translate(20%, -20%) rotate(-15deg);z-index:9;}
.bond .bond-grade-img .svg-text{display:none;}
/*.bond .bond-grade-img.text-goi .svg-text.goi,.bond .bond-grade-img.text-aa .svg-text.aa,.bond .bond-grade-img.text-aaa .svg-text.aaa,.bond .bond-grade-img.text-aa-minus .svg-text.aa-minus{display:inline-block;}*/
.bond .bond-grade-img .grade-text{position: absolute;height: 100%;width: 100%;font-size: 0.7rem;font-weight:900;color: #fff;top: 0;left: 0;display: flex;justify-content: center;align-items: center;}

.bond .bond-brand-img{width:4rem;min-width:4rem; height:4rem;display:flex; align-items:center;justify-content:center; border-radius:50%;background:var(--light_color);overflow:hidden;}
.bond .bond-brand-img img{max-width:60%!important;max-height:60%!important;}
.bond .data-name{font-weight:300; font-size:0.8rem;}
.bond .data-value{font-weight:600;}
.bond .bond-header{border-radius:1.4rem 1.4rem 0 0;clip-path:polygon(0 0, 100% 0, 100% 86%, 0% 100%);}

.dotd-section{position:relative;background:linear-gradient(155deg, var(--first_color), var(--second_color));z-index:0;margin-top:4rem;}
/*.dotd-section .container,.dotd-section .section-shape-bottom{margin-top:-1rem;}*/


@media (max-width: 991.98px){
    /*.bonds-category-section{padding-top:13rem;}*/
    
    /*==============added later when data replaced by image=================*/
    /*.bonds-category-section{padding-top:9rem;}*/
}

@media (max-width: 767.98px) 
{
    .dotd-section .container,.dotd-section .section-shape-bottom{margin-top:1.5rem;}
}
